Custom Query (1174 matches)
Results (343 - 345 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #368 | fixed | Automatically fill in username if user already typed it before | ||
| Description |
Let's say you don't know your password. You:
Then, you can click on "Forgot your password?" and it'll go to a new page that asks for your username or email. But you already typed your username, so it should remember that and put it in the text box for you. Then, you can choose to continue with that username, or edit it. |
|||
| #369 | fixed | Thread locally scoped gettext | ||
| Description |
Currently mediagoblin is not threadsafe, but really the only reason for this is mg_globals.gettext which is set at the start of every request. So if there are two threads running in parallel these might get clobbered. However python has some thread-local scoping: http://docs.python.org/library/threading.html#threading.local We could probably use that. SQLAlchemy has some thread-scoped session, so theoretically it uses this, or we could look at what it does use: http://www.sqlalchemy.org/docs/orm/session.html#sqlalchemy.orm.scoped_session Not super high priority as preforking does work fine-ish, but would be very nice to have. |
|||
| #370 | fixed | [wiki] change Meetings page to category | ||
| Description |
In the wiki, change the Meetings page to a category. Also, build a meeting page template. That way when we add new meeting pages, they use a standard meeting page template and all go in the category and thus are all listed on the category page. Then move the standard meeting time etc to the category page. |
|||
