Custom Query (1174 matches)
Results (10 - 12 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #95 | fixed | identify bitesized bugs in redmine | ||
| Description |
We need a way to identify bitesized bugs in redmine. More specifically, we need to:
This gets progressively more important as we continue to get new contributors. I'm going to make this an Immediate priority for 0.0.3 to at least look into more. If it's the case that we can't do this, then that's a very compelling reason to switch to another bug tracking system. |
|||
| #96 | fixed | Integrate the appearance of the documentation with the rest of the MediaGoblin site | ||
| Description |
The documentation currently uses the standard python-sphinx theming, but should be better integrated with the rest of mediagoblin.org. |
|||
| #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. |
|||
