Custom Query (1174 matches)
Results (100 - 102 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #101 | FIXED | Edit should only show up for media owner | ||
| Description |
On any media page, the text says "Upload on X by X" and then shows an "Edit" link. This link shows up for anyone, but it should only be visible if you're the owner of that piece of media and are logged in (and thus are the only one that can actually edit it). |
|||
| #102 | FIXED | Top menu / navigation layout | ||
| Description |
We should think about what we want to show in the top right of our pages. Currently, when a user is logged in, we've got: [user]'s account home gallery (logout) This is getting crowded! :) I propose we do this:
Other websites, like for instance Wordpress or Gmail, have a dropdown menu, where you can view info or logout. It's one way to do it, but personally I'm not a big fan. It's hard to make clear graphically that it's a dropdown menu instead of a regular link, they don't always work well on mobile devices and it makes the code more complex. |
|||
| #103 | fixed | Change user status into a boolean, "active" or "is_active" | ||
| Description |
Currently we have status being one of "active" or 'needs_email_verification'... we could simplify things by just having email_verified (which we already have) and "active" be a boolean. The role of active will then switch to whether or not the user is enabled. You might set active to False if a user was abusing their account, for instance. The migration on this should be pretty easy... just remove needs_email_verification and make all existing users active, since currently we don't have any inactive state. This is a bitesized task. |
|||
