| Commit message (Expand) | Author | Age | Files | Lines |
* | locale rather than target_lang in the get parameters | Christopher Allan Webber | 2011-05-12 | 1 | -2/+2 |
* | Improve user homepage | Sebastian Spaeth | 2011-05-12 | 2 | -10/+30 |
* | Load gettext, and load it into the template environment | Christopher Allan Webber | 2011-05-12 | 5 | -6/+44 |
* | moving mediagoblin.po to a filename that makes sense | Christopher Allan Webber | 2011-05-12 | 1 | -0/+0 |
* | Separation between setting up the template env and the template loader | Christopher Allan Webber | 2011-05-12 | 2 | -8/+19 |
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2011-05-12 | 1 | -3/+2 |
|\ |
|
| * | Fix the email debug inbox | Christopher Allan Webber | 2011-05-12 | 1 | -4/+2 |
* | | Added some locale determination tools | Christopher Allan Webber | 2011-05-12 | 2 | -0/+82 |
* | | I probably shouldn't break the main page since we don't have the | Christopher Allan Webber | 2011-05-12 | 1 | -1/+4 |
|/ |
|
* | Moving translations to mediagoblin/translations | Christopher Allan Webber | 2011-05-12 | 1 | -0/+23 |
* | Translate the welcome message (extracts successfully!) | Christopher Allan Webber | 2011-05-12 | 1 | -1/+1 |
* | Add the jinja2 extension to the jinja loader | Christopher Allan Webber | 2011-05-12 | 1 | -1/+4 |
* | URLs should end in trailing slashes, or slash redirection doesn't work | Christopher Allan Webber | 2011-05-11 | 1 | -3/+3 |
* | Removing this horrifying submission test stuff from way back when | Christopher Allan Webber | 2011-05-10 | 1 | -45/+0 |
* | 404 appropriately here | Christopher Allan Webber | 2011-05-10 | 1 | -4/+4 |
* | Indenting these templates because I'm pedantic about tag sections | Christopher Allan Webber | 2011-05-10 | 2 | -12/+12 |
* | Implement simple media detail page | Sebastian Spaeth | 2011-05-10 | 9 | -5/+185 |
* | Merge remote branch 'spaetz/fix_description' | Christopher Allan Webber | 2011-05-08 | 1 | -1/+1 |
|\ |
|
| * | Fix description submission in form handling | Sebastian Spaeth | 2011-05-09 | 1 | -1/+1 |
* | | Asbool the email debug mode option | Christopher Allan Webber | 2011-05-08 | 2 | -4/+4 |
* | | Don't escape the verification URL | Sebastian Spaeth | 2011-05-08 | 1 | -1/+1 |
|/ |
|
* | Only convert db port if it's there and use asint to do it (better errors if f... | Christopher Allan Webber | 2011-05-08 | 2 | -3/+9 |
* | Merge remote branch 'refs/remotes/spaetz/master' | Christopher Allan Webber | 2011-05-08 | 1 | -1/+2 |
|\ |
|
| * | app.py: Need to pass in port number as 'int' | Sebastian Spaeth | 2011-05-08 | 1 | -1/+2 |
* | | mgoblin_section.get, not app_config.get (doh) | Christopher Allan Webber | 2011-05-08 | 1 | -1/+1 |
|/ |
|
* | Added an email debug mode which, by default, is enabled | Christopher Allan Webber | 2011-05-07 | 3 | -6/+21 |
* | [to_email] rather than list(to_email) which makes a nasty series like ['e','m... | Christopher Allan Webber | 2011-05-07 | 1 | -1/+1 |
* | Updated default sender address | Joar Wandborg | 2011-05-08 | 2 | -2/+2 |
* | Added verification email template | Joar Wandborg | 2011-05-08 | 1 | -0/+22 |
* | Removed unused variable | Joar Wandborg | 2011-05-08 | 1 | -3/+0 |
* | Made changes according to http://bugs.foocorp.net/issues/271#note-7 | Joar Wandborg | 2011-05-08 | 5 | -23/+40 |
* | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin | Joar Wandborg | 2011-05-07 | 5 | -10/+51 |
|\ |
|
| * | Actually display submitted stuff on the mainpage. Crappy, but working! | Christopher Allan Webber | 2011-05-06 | 2 | -1/+19 |
| * | Erk, we didn't save the state right before | Christopher Allan Webber | 2011-05-06 | 1 | -2/+2 |
| * | Process media! Successfully! | Christopher Allan Webber | 2011-05-06 | 3 | -9/+32 |
* | | Added functionality to send out verification email upon successful registration | Joar Wandborg | 2011-05-07 | 1 | -3/+23 |
* | | Changed the method used to generate uuids for verification_key, this one work... | Joar Wandborg | 2011-05-07 | 1 | -1/+1 |
* | | mediagoblin.util.send_email now supports both list() and string() in the 'to_... | Joar Wandborg | 2011-05-07 | 1 | -1/+2 |
* | | Fixed bug in models.py:User that caused all users created by the same python ... | Joar Wandborg | 2011-05-07 | 1 | -1/+1 |
* | | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin | Joar Wandborg | 2011-05-04 | 2 | -0/+138 |
|\| |
|
| * | A simple, maybe obvious, docstring for util.send_email() | Christopher Allan Webber | 2011-05-04 | 1 | -0/+10 |
| * | send_email tool and email sending tests | Christopher Allan Webber | 2011-05-04 | 2 | -0/+128 |
* | | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin | Joar Wandborg | 2011-05-04 | 3 | -2/+58 |
|\| |
|
| * | Force imports of stuff like mediagoblin.process_media which has tasks we need | Christopher Allan Webber | 2011-05-03 | 2 | -2/+8 |
| * | Add a rudimentary media processing function. | Christopher Allan Webber | 2011-05-03 | 1 | -0/+50 |
* | | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin | Joar Wandborg | 2011-05-03 | 2 | -2/+3 |
|\| |
|
| * | Add the base.css and reference it so other people can start working on it :) | Christopher Allan Webber | 2011-05-03 | 2 | -2/+3 |
* | | Added functionality to support user email verification, email = TBD, verifica... | Joar Wandborg | 2011-05-03 | 4 | -4/+58 |
|/ |
|
* | Register the models when using from_celery | Christopher Allan Webber | 2011-05-01 | 1 | -1/+2 |
* | Now we have something useful: mediagoblin.celery_setup.from_celery | Christopher Allan Webber | 2011-05-01 | 1 | -0/+87 |