Custom Query (1173 matches)
Results (166 - 168 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#230 | FIXED | Wrong/too many descriptions on Create Account page | ||
Description |
Right now the Create Account page has these labels/forms and descriptions: **Username***This is the name other users will identify you with.**Password***Try to use a strong password! **Confirm password***Type it again here to make sure there are no spelling mistakes.**Email address***Your email will never be published. I think these are still my placeholders. - Some of these could go (especially the one under "Username" I think) - Some of them should be changed to something more useful/descriptive. Which ones though, and what should they be changed to? - There are probably several other form pages that could use descriptions, but we should open additional bugs for those (like this one: `http://bugs.foocorp.net/issues/467 <http://bugs.foocorp.net/issues/467>`_) |
|||
#236 | FIXED | "Your email will never be published." is not universally true. | ||
Description |
The string at mediagoblin/auth/forms.py:48 ("Your email will never be published.") may not apply to every instance of MediaGoblin: someone might want to install MediaGoblin and not promise to keep the e-mail addresses private. The string needs to be changed/removed, or made admin-editable. |
|||
#245 | FIXED | Tests failing for me in master | ||
Description |
Not sure when this started happening: :: ...........................E.................. ====================================================================== ERROR: mediagoblin.tests.test_submission.TestSubmission.test_delete ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/cwebber/devel/mediagoblin/eggs/nose-1.1.2-py2.6.egg/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/cwebber/devel/mediagoblin/mediagoblin/tests/test_submission.py", line 188, in test_delete media = request.db.MediaEntry.find({'title': 'Balanced Goblin'})[0] File "build/bdist.linux-i686/egg/pymongo/cursor.py", line 388, in __getitem__ raise IndexError("no such item for Cursor instance") IndexError: no such item for Cursor instance |
Note:
See TracQuery
for help on using queries.