Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (343 - 345 of 1174)

Ticket Resolution Summary Owner Reporter
#368 fixed Automatically fill in username if user already typed it before Jakob Kramer Jef van Schendel
Description

Let's say you don't know your password. You:

  • Go to the log in page.
  • Type your username.
  • Try to type your password, but you can't, since you forgot. Or you type something but it turns out wrong. Or whatever.

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 Jakob Kramer Christopher Allan Webber
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 Simon Fondrie-Teitler Will Kahn-Greene
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.