aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
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
|/ / / /
* | | | 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
|/ / / / /
* | | | | 0.1.0!Christopher Allan Webber2011-11-021-1/+1
| | | | |
* | | | | 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
| | | | |
* | | | | [620] Allow for multiple mediagoblin configs to be set in config.ini, use firstChristopher Allan Webber2011-10-291-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | This way we can copy paste.ini into paste_local.ini but not have to update it to find mediagoblin_local.ini.
* | | | | Default to mediagoblin_local.ini if available in ./bin/gmg commandsChristopher Allan Webber2011-10-291-2/+13
| | | | |
* | | | | Small style changes: decrease button text size, change navigation button ↵Jef van Schendel2011-10-291-2/+1
| | | | | | | | | | | | | | | | | | | | background color
* | | | | Removing this extra padding after form_field_box.Christopher Allan Webber2011-10-291-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maybe I'm wrong to do this, but it does seem excessive to me. I should talk to Jef about it probably :)
* | | | | Removing comment_form link which doesn't do anything?Christopher Allan Webber2011-10-291-1/+0
| | | | |
* | | | | Unclosed anchor tags in the tags! Fixed :)Christopher Allan Webber2011-10-271-1/+1
| | | | |
* | | | | Only show the "post a comment" link if there's a logged in userChristopher Allan Webber2011-10-271-1/+3
| | | | |
* | | | | Renamed "Temporary button holder" to "actions"Christopher Allan Webber2011-10-271-1/+1
| | | | |
* | | | | Removed suggestion that the user run ./bin/buildoutChristopher Allan Webber2011-10-261-1/+1
| | | | |
* | | | | Added an extra warning about wipealldata being pretty inflexible.Christopher Allan Webber2011-10-261-0/+4
| | | | |
* | | | | Merge remote branch 'remotes/elrond/misc/add_db_field'Christopher Allan Webber2011-10-232-27/+18
|\ \ \ \ \
| * | | | | Change unit tests to use add_table_fieldElrond2011-10-221-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the test migrations adds a field. So rewrite it to use the new add_table_field helper function. This is a good test for it.
| * | | | | Factor out a add_table_field functionElrond2011-10-211-23/+16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Migrations often just add a new field to some table/collection. So just have a nice helper function for this!
* | | | | Merge remote branch 'remotes/elrond/refactor/gmg_cf_option'Christopher Allan Webber2011-10-235-18/+5
|\ \ \ \ \
| * | | | | Make gmg's -cf option a global optionElrond2011-10-236-19/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All gmg's subcommands used to have a -cf option to set the config file. Instead make this a gmg global option. This means: bin/gmg migrate -cf mediagoblin_2.ini gets bin/gmg -cf mediagoblin_2.ini migrate
| * | | | | Refactor gmg's cf option into a functionElrond2011-10-235-18/+19
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many (all?) gmg subcommands take a -cf option to change the used config file. This options used to be created in each subcommand's parse_setup. Add a helper function and use it around.
* / / / / Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?)Christopher Allan Webber2011-10-231-1/+1
|/ / / /
* | | | Hotfix: Renaming cookie broke unit testsElrond2011-10-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name of the cookie was hardcoded in the unit tests and while renaming the cookie this part was missed. So now read the cookie_name from the config in the test. This also tests for the config item existing!
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From WebOb release notes: "Accept.best_matches() is gone; use list(request.accept) or request.accept.best_match(..) instead (applies to all Accept-* headers) or similar with request.accept_language." ... seems that's what borked it...
* | | | Merge remote branch 'remotes/elrond/misc/i592_use_full_path'Christopher Allan Webber2011-10-154-3/+14
|\ \ \ \