| Commit message (Expand) | Author | Age | Files | Lines |
* | labels changed to font-weight normal instead of bold, css structure improved | Jef van Schendel | 2011-05-13 | 2 | -9/+21 |
* | Added @font-face to css | Jef van Schendel | 2011-05-13 | 2 | -0/+22 |
* | Added header to base.html | Jef van Schendel | 2011-05-13 | 4 | -56/+22 |
* | Changed all headers to <h1> | Jef van Schendel | 2011-05-13 | 11 | -12/+90 |
* | Styled buttons for real this time | Jef van Schendel | 2011-05-13 | 9 | -17/+52 |
* | Styled input buttons | Jef van Schendel | 2011-05-13 | 6 | -3/+113 |
* | Changed base.html back to old version | Jef van Schendel | 2011-05-13 | 1 | -3/+1 |
* | Fixing changes | Jef van Schendel | 2011-05-13 | 13 | -5/+307 |
* | Minor fomatting fix. | Aaron Williamson | 2011-05-13 | 1 | -1/+1 |
* | Generate unique slugs for newly submitted images. | Aaron Williamson | 2011-05-13 | 5 | -2/+36 |
* | min=0 makes more sense than min=-1 | Christopher Allan Webber | 2011-05-12 | 1 | -1/+1 |
* | On image submission, do not require title. If none entered, default to filename. | Aaron Williamson | 2011-05-12 | 3 | -5/+7 |
* | 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 |