Custom Query (1174 matches)
Results (331 - 333 of 1174)
|
Ticket
|
Resolution
|
Summary
|
Owner
|
Reporter
|
| #355 |
fixed
|
nose and modules with optional library deps
|
Elrond
|
Elrond
|
| Description |
During unit tests nose imports every *.py it finds in the tree.
It does so to search for unit tests there. If the import fails,
this gives an error in the final unit test results.
For GMG this can fail, because some modules import optional
libraries (video for example).
Currently known options:
- Add hard dependencies again for all optional libraries. Not
nice, but would solve the problem at hand.
- Rewrite the affected modules to somehow gracefully handle the
situation and not error. Not really nice, but acceptable.
- Change runtests.sh to call nose in a way, that tests are
only searched in mediagoblin.tests. This seems the nicest way.
|
| #356 |
FIXED
|
Forgot-password process has too many pages
|
|
Jef van Schendel
|
| Description |
- After clicking "Send instructions" on the "Recover password"
page, the user is sent to a new page that says "Check your inbox.
We sent an email with a URL for changing your password."
- This should not be a new page. It could simply go back to the
log in page (where the user came from) and use the messaging system
to notify the user.
- I propose we slightly change the wording of the message. "Check
your inbox" sounds slightly rude, and the acronym URL should not be
used. Instead, maybe say: "An email has been sent with instructions
on how to change your password." The word instructions is also
consistent with the "Send instructions" button the user just
pressed.
2.
After clicking "Set password" on the "Set your new password" page,
the user is sent to a new page that says "Your password has been
changed. Try to log in now."
- Again, this should not be a new page. It should go to the log in
page and use the messaging system to show a notification. This way
the user can go
- Also, I propose we change the wording here too. I think "Try to
log in now" is a bit blunt, leave it out or change the whole thing
to "You can now log in with your new password."?
|
| #357 |
wontfix
|
"Add media" appears in the header of the "Add media" page
|
|
Jef van Schendel
|
| Description |
Tiny bug, but if you're already on that page, the "Add media"
button should not appear in the header.
|
Note:
See
TracQuery
for help on using queries.