aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Refactor gmg's cf option into a functionElrond2011-10-235-18/+19
| |/
* | Add a flup server option to the default paste.ini to make deployment a bit ea...Christopher Allan Webber2011-10-231-0/+5
* | Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?)Christopher Allan Webber2011-10-231-1/+1
|/
* Require an older version of WebOb as a stopgap fix for Issue #622Christopher Allan Webber2011-10-181-1/+1
* Now that we're encouraging in-package virtualenv use, we should updateChristopher Allan Webber2011-10-151-0/+2
* Hotfix: Renaming cookie broke unit testsElrond2011-10-161-1/+3
* Support for older webobs and newer webobs both in accept language mess :)Christopher Allan Webber2011-10-151-2/+11
* Fixes issue662, MediaGoblin was broken by recent WebOb release.Christopher Allan Webber2011-10-151-7/+3
* Merge remote branch 'remotes/elrond/misc/i592_use_full_path'Christopher Allan Webber2011-10-154-3/+14
|\
| * i592: Use full path in various placesElrond2011-10-034-3/+14
* | Merge remote branch 'remotes/elrond/idea/csrf_improvement'Christopher Allan Webber2011-10-152-10/+7
|\ \
| * | Some mostly cosmetic changes to CSRFElrond2011-10-142-10/+7
* | | Merge remote branch 'aaronw/bug601_blank_comments'Elrond2011-10-152-6/+15
|\ \ \
| * | | Make Comment posted! translatable.Aaron Williamson2011-10-041-1/+1
| * | | Update english translation file.Aaron Williamson2011-10-031-33/+37
| * | | Added a check to prevent blank messages from being posted.Aaron Williamson2011-10-031-5/+10
| | |/ | |/|
* | | Merge remote branch 'aaronw/bug608_checkbox_labels'Elrond2011-10-151-1/+1
|\ \ \
| * | | No need to translate label name.Aaron Williamson2011-10-041-1/+1
| * | | Add label tag to fix translation issue.Aaron Williamson2011-10-041-1/+1
| * | | Update english translation file.Aaron Williamson2011-10-031-33/+33
| * | | Checkbox label is being translated in the form definition -- translating it i...Aaron Williamson2011-10-031-1/+1
| |/ /
* | | Improve indentation a bitElrond2011-10-151-12/+12
* | | Merge remote branch 'aaronw/feature469_comment_form_under_comments'Elrond2011-10-152-44/+47
|\ \ \ | |_|/ |/| |
| * | Put the trans tag in the right place.Aaron Williamson2011-10-141-1/+1
| * | Move comment form below comments.Aaron Williamson2011-10-032-44/+47
| |/
* | Overhauls docsWill Kahn-Greene2011-10-059-433/+82
* | Fixing 404s, related to recent util refactoring.Christopher Allan Webber2011-10-051-2/+3
|/
* Adding csrf token fields to the forgot password callsChristopher Allan Webber2011-10-012-0/+4
* Fixing indentation in start.htmlChristopher Allan Webber2011-10-011-2/+2
* Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'Christopher Allan Webber2011-10-0137-864/+1018
|\
| * Merge branch 'mediagoblin-upstream' into bug444_fix_utils_py_reduxAaron Williamson2011-10-011-0/+20
| |\
| * | Finished splitting util.py into separate files.Aaron Williamson2011-10-0119-762/+61
| * | Finished splitting util.py into separate files.Aaron Williamson2011-10-018-0/+523
| * | Merge branch 'mediagoblin-upstream' into bug444_fix_utils_py_reduxAaron Williamson2011-10-0138-263/+694
| |\ \
| * | | Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-0120-303/+636
* | | | Merge remote branch 'remotes/jwandborg/storage_split_fix'Christopher Allan Webber2011-10-011-1/+1
|\ \ \ \
| * | | | mountstorage - Changed typo in importJoar Wandborg2011-09-151-1/+1
| |/ / /
* | | | Merge remote branch 'remotes/nyergler/569-application-middleware'Christopher Allan Webber2011-10-0114-0/+219
|\ \ \ \
| * | | | #361: Removing additional secret key, per CW's request.Nathan Yergler2011-10-012-2/+1
| * | | | #361 Unit tests for CSRF MiddlewareNathan Yergler2011-10-011-0/+69
| * | | | #361: Don't test for CSRF token if we're running unit tests.Nathan Yergler2011-10-011-1/+4
| * | | | PEP8-ification.Nathan Yergler2011-10-011-9/+10
| * | | | Merge remote-tracking branch 'refs/remotes/upstream/master' into 569-applicat...Nathan Yergler2011-10-0183-1537/+4062
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Issue 361: Include the CSRF token in all formsNathan Yergler2011-09-049-0/+9
| * | | | Issue 361 Initial implementation of CSRF protection middlewareNathan Yergler2011-09-044-0/+138
* | | | | Merge remote branch 'remotes/elrond/misc/f602_client_cache_improvement'Christopher Allan Webber2011-10-011-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | When using paste's static content server to serve mediaElrond2011-09-291-0/+2
| | |/ / | |/| |
* / | | Give debug message in email debug modeElrond2011-09-301-0/+20
|/ / /
* | | Merge remote branch 'remotes/elrond/misc/use_staticdirect'Christopher Allan Webber2011-09-282-6/+6
|\ \ \
| * | | Templates: Use request.staticdirect instead of /mgoblin_staticElrond2011-09-142-6/+6
| | |/ | |/|