aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | Enhanced title for user profile pageChristopher Allan Webber2011-11-131-0/+11
| | | | | | | |
| | * | | | | | Improved title block on media pageChristopher Allan Webber2011-11-131-0/+2
| | | | | | | |
| | * | | | | | Merge remote-tracking branch 'remotes/nyergler/issue-653-csrf-exception'Christopher Allan Webber2011-11-131-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | Issue 653: This time for sure!Nathan Yergler2011-11-131-1/+1
| | | | | | | | |
| | | * | | | | | Issue 653: Handle the case where request.vary is NoneNathan Yergler2011-11-131-1/+1
| | | | | | | | |
| | | * | | | | | Issue 653: Don't throw exception if response has no vary header.Nathan Yergler2011-11-131-1/+1
| | | | | | | | |
| | * | | | | | | Mark two strings for translationElrond2011-11-132-2/+2
| | |/ / / / / /
| | * | | | | | Final step for non-force-conversion to jpegChristopher Allan Webber2011-11-121-9/+6
| | | | | | | |
| | * | | | | | Don't force-convert resized images to JPEG.Christopher Allan Webber2011-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That's just not nice for those of us who like transparency!
| * | | | | | | Accidentally had user['profile'] where it shoulda been user['bio']Christopher Allan Webber2011-11-161-1/+1
| |/ / / / / /
| * | | | | | Probably should have MANIFEST.in checked in, for doing python sdistsChristopher Allan Webber2011-11-121-0/+5
| | | | | | |
| * | | | | | 640: Configuration files should mention their _local versionsElrond2011-11-122-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks go to Aleksej Serdjukov for bringing this up and providing the patch in the bug!
| * | | | | | Merge branch 'idea/check_mgoblin_static'Elrond2011-11-123-2/+54
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * idea/check_mgoblin_static: Move TestingMiddleware to tests/tools.py Some docs for the TestingMiddleware 591: Let Testing Middleware check for staticdirect() usage
| | * | | | | | Move TestingMiddleware to tests/tools.pyElrond2011-11-122-60/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This middleware isn't needed outside of the tests, so let's just put it there.
| | * | | | | | Some docs for the TestingMiddlewareElrond2011-11-122-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make the TestingMiddleware actually more useful in the future, start to document it.
| | * | | | | | 591: Let Testing Middleware check for staticdirect() usageElrond2011-10-194-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All references to static, shipped content should go via request.staticdirect(). So insert a TestingMiddleware in the chain, which tests for this on all requests/reponses happening in the test suite. It's a simple text search for a bogus usage pattern.
| * | | | | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-11-046-59/+38
| |\ \ \ \ \ \ \
| | * | | | | | | Tiny padding change to vertically center navigation button arrowsJef van Schendel2011-11-041-1/+1
| | | | | | | | |
| | * | | | | | | Small style changes to navigation buttonsJef van Schendel2011-11-041-3/+6
| | | | | | | | |
| | * | | | | | | On second thought, let's use this title for forgot_password.htmlJef van Schendel2011-11-041-1/+1
| | | | | | | | |
| | * | | | | | | Text edits and rearrangements to login.htmlJef van Schendel2011-11-041-14/+10
| | | | | | | | |
| | * | | | | | | Add translation brackety things to forgot-password page, I forgot thoseJef van Schendel2011-11-041-1/+1
| | | | | | | | |
| | * | | | | | | Text changes to forgot-paddword pageJef van Schendel2011-11-041-7/+2
| | | | | | | | |
| | * | | | | | | Text changes to front page, as described in ticket #637Jef van Schendel2011-11-041-14/+5
| | | | | | | | |
| | * | | | | | | Several small changes (reordering/restyling) for media descriptions and commentsJef van Schendel2011-11-043-20/+14
| | | | | | | | |
| * | | | | | | | Updating translationsChristopher Allan Webber2011-11-0410-50/+568
| |/ / / / / / /
| * | | | | | | Correcting the mediagoblin static/media aliases in the deployment guideChristopher Allan Webber2011-11-031-2/+2
| | | | | | | |
| * | | | | | | A correct but compact set of instructions for fastcgi on nginxChristopher Allan Webber2011-11-031-1/+5
| | | | | | | |
| * | | | | | | Indentation was off by one ;)Christopher Allan Webber2011-11-031-1/+1
| | | | | | | |
| * | | | | | | We left out a critical fastcgi variable from the nginx configChristopher Allan Webber2011-11-031-0/+1
| | | | | | | |
| * | | | | | | Recommendation to install flup!Christopher Allan Webber2011-11-031-0/+5
| | | | | | | |
| * | | | | | | 0.1.0, also in the docs file! ;)Christopher Allan Webber2011-11-021-2/+2
| | | | | | | |
| * | | | | | | 0.1.0!Christopher Allan Webber2011-11-021-1/+1
| | | | | | | |
* | | | | | | | First crack at basic license support.Aaron Williamson2012-01-176-3/+30
|/ / / / / / /
* | | | | | | Removed the bloof print debuggingChristopher Allan Webber2011-11-021-1/+0
| | | | | | |
* | | | | | | Make sure you can't force comments on entries that don't exist.Christopher Allan Webber2011-11-021-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See: http://bugs.foocorp.net/issues/621
* | | | | | | Updated logo from Thorsten Wilms!Christopher Allan Webber2011-11-012-0/+116
| | | | | | |
* | | | | | | Updated translationsChristopher Allan Webber2011-11-0139-721/+2551
| | | | | | |
* | | | | | | Merge remote branch 'remotes/j1mc/master'Christopher Allan Webber2011-10-311-4/+4
|\ \ \ \ \ \ \
| * | | | | | | docs - tweaked configuration.rst for style.Jim Campbell2011-10-311-4/+4
| | | | | | | |
* | | | | | | | Added configuration to the indexChristopher Allan Webber2011-10-311-0/+1
| | | | | | | |
* | | | | | | | A cop-out section for all other config changesChristopher Allan Webber2011-10-311-0/+11
| | | | | | | |
* | | | | | | | Enabling email notifications documentation!Christopher Allan Webber2011-10-311-0/+22
|/ / / / / / /
* | | | | | | Making docs changes per Jim's suggestions.Christopher Allan Webber2011-10-311-3/+3
| | | | | | |
* | | | | | | Added the "making local copies" section to configuration.rstChristopher Allan Webber2011-10-311-0/+17
| | | | | | |
* | | | | | | First section of configuring mediagoblinChristopher Allan Webber2011-10-311-2/+19
| | | | | | |
* | | | | | | Configuring MediaGoblin, a loose sketch of documentation.Christopher Allan Webber2011-10-301-0/+38
| | | | | | |
* | | | | | | docs: editing/tweaking deployment documentationtycho garen2011-10-311-179/+201
| | | | | | |
* | | | | | | Added notes on a more permanent mediagoblin process.Christopher Allan Webber2011-10-301-0/+22
| | | | | | |
* | | | | | | Make sure we run fcgi in forked mode... mediagoblin is not currently thread ↵Christopher Allan Webber2011-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | safe!