Custom Query (1174 matches)
Results (229 - 231 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #319 | FIXED | Resend verification mail button looks weird with long text | ||
| Description |
Doing the registration process, the resend button seems to be cutted in two lines. I don't know if it's because spanish text is too long or my resolution is too low (1024x768). Not a big deal, but FYI. Browser: Iceweasel (Firefox) 8.0 |
|||
| #321 | FIXED | 'User' object has no attribute '_id' | ||
| Description |
File '/srv/mg.wandborg.se/mediagoblin/mediagoblin/submit/views.py', line 65 in submit_start entry['uploader'] = request.user._id File '/srv/mg.wandborg.se/mediagoblin/lib/python2.7/site-packages/mongokit-0.7.2-py2.7.egg/mongokit/schema_document.py', line 379 in getattr return dict.**getattribute**(self, key) AttributeError: 'User' object has no attribute '_id' |
|||
| #323 | FIXED | Tags list on Edit page is not seperated by spaces and hard to read | ||
| Description |
On the Edit page for any media, the "Tags" field look like this, no matter if you used commas, spaces or both: tag1,tag2,tag3,tag4 Instead, it could use some space between the tags to make it more readable: tag1, tag2, tag3, tag4 I've also changed the tag list on media pages to "Tagged with tag1, tag2, tag3, etc", so if we change this they will be consistent in appearance. |
|||
