aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Doc updatesWill Kahn-Greene2011-12-124-132/+142
| | | | | | | * fixed some language * fixed some consistency issues * fixed some 80-line-width issues * fixed some typos and markup problems
* Add some documentation to lazyserver.shWill Kahn-Greene2011-12-121-0/+4
| | | | | I had no idea what it did, so I asked and tossed the answer at the top of the script.
* Update READMEWill Kahn-Greene2011-12-121-9/+8
| | | | | * tweaked some language * fixed some statements that aren't correct anymore
* Tweak runtests to be more helpfulWill Kahn-Greene2011-12-121-1/+2
| | | | | | If nose isn't installed, then runtests.sh says it can't find nosetests and exits, but doesn't tell you what you need to do to fix the situation. This fixes that.
* Removed extraneous whitespace from video.htmlChristopher Allan Webber2011-12-121-1/+1
|
* Add a note on how to up the upload size limitChristopher Allan Webber2011-12-121-0/+3
|
* Allow administrators to disable keeping the original. That's the new default!Christopher Allan Webber2011-12-122-14/+20
|
* Mark "newer/older" buttons for translationChristopher Allan Webber2011-12-121-4/+4
|
* Update comment URLs to use the media slug.Christopher Allan Webber2011-12-051-1/+1
|
* Update the delete item to use the _id after all... it's the safest way.Christopher Allan Webber2011-12-054-5/+5
| | | | See http://bugs.foocorp.net/issues/695
* Cloudfiles not actually a dependency, removing from setup.pyChristopher Allan Webber2011-12-041-1/+0
| | | | If users want cloudfiles, they can always ./bin/easy_install it.
* Merge remote-tracking branch ↵Christopher Allan Webber2011-12-044-7/+6
|\ | | | | | | | | | | | | | | | | 'remotes/lorochka85/bug852_use_media_slug_instead_of_id' Conflicts: mediagoblin/decorators.py mediagoblin/templates/mediagoblin/user_pages/media.html mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinlora2011-11-19126-1184/+4193
| |\
| * | issue 582: use media.slug instead of media.idlora2011-11-193-5/+4
| | |
* | | DOCS:: #675 revision to deployment and production documentstycho garen2011-12-043-50/+59
| | |
* | | Filled in reason #3 to submit separate out celery.Christopher Allan Webber2011-12-041-1/+10
| | |
* | | Fix button word-wrapping issueChristopher Allan Webber2011-12-041-0/+1
| | |
* | | Merge remote-tracking branch 'tychoish/master'Christopher Allan Webber2011-12-042-5/+53
|\ \ \
| * | | DOCS: update to deployment documentation and new production deployments doctycho garen2011-12-042-5/+53
| | | |
* | | | Compiled the .mo files tooChristopher Allan Webber2011-12-0420-0/+0
| | | |
* | | | Updated translationsChristopher Allan Webber2011-12-0421-386/+371
| | | |
* | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-12-044-32/+26
|\| | |
| * | | Merge branch 'misc/fixture_add_user'Elrond2011-12-044-32/+26
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * misc/fixture_add_user: fixture_add_user: Factoring a unit test tool
| | * | | fixture_add_user: Factoring a unit test toolElrond2011-12-014-32/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some unit tests need a user in the database, especially to act as that user. Some routines did that on their own. So factored this whole thing into a new function and use it around.
* | | | | Removing the conditional that checks if there's a media in media.htmlChristopher Allan Webber2011-12-041-125/+121
| | | | | | | | | | | | | | | | | | | | | | | | | If there isn't a media, we shouldn't hit that template! The view should ensure that.
* | | | | Change "Your finest source of goblin related media" to something elseChristopher Allan Webber2011-12-041-1/+1
|/ / / / | | | | | | | | | | | | We don't want to insist everyone hold a goblin-related gallery :)
* | | | Most users won't see this but having space after prompt still nice for ↵Christopher Allan Webber2011-12-031-1/+1
| | | | | | | | | | | | | | | | passwords.
* | | | PEP-8'ifying prompt_if_not_setChristopher Allan Webber2011-12-031-3/+3
| | | |
* | | | Merge remote-tracking branch 'remotes/manolinux/645_gmg_adduser_prompt'Christopher Allan Webber2011-12-032-6/+22
|\ \ \ \
| * | | | Prompt for arguments in adduser if not present (I created a function in ↵Manuel Urbano Santos2011-12-032-1/+17
| | | | | | | | | | | | | | | | | | | | util.py to check and prompt for arguments).
| * | | | Change adduser arguments from positional to --keyword style.Manuel Urbano Santos2011-12-031-5/+5
| | | | |
* | | | | Raise a slightly useful exception when we can't find the media type.Christopher Allan Webber2011-12-031-0/+4
| | | | |
* | | | | Updated translationsChristopher Allan Webber2011-12-0341-319/+1056
| | | | |
* | | | | Merge remote branch 'remotes/manolinux/671_spaces_in_tag_list_edit'Elrond2011-12-034-12/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remotes/manolinux/671_spaces_in_tag_list_edit: * Feature #678: Drop custom delimiters in tags * Eliminate the definition of the tag delimiter for tests. * Remove a test that was related to custom tags delimiter. * Bug #671: Tags list on Edit page is not seperated by spaces and hard to read * Modify a test to include this space. * Bug #671: Tags list on Edit page is not seperated by spaces and hard to read : Make 'media_tags_as_string' function put a space after each comma. * Feature #678: Drop custom delimiters in tags : I declare a constant in the begining of text.py file.
| * | | | | * Feature #678: Drop custom delimiters in tagsManuel Urbano Santos2011-11-272-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Eliminate the definition of the tag delimiter for tests. * Remove a test that was related to custom tags delimiter. * Bug #671: Tags list on Edit page is not seperated by spaces and hard to read * Modify a test to include this space.
| * | | | | * Bug #671: Tags list on Edit page is not seperated by spaces and hard to ↵Manuel Urbano Santos2011-11-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | read : Make 'media_tags_as_string' function put a space after each comma. * Feature #678: Drop custom delimiters in tags : I declare a constant in the begining of text.py file.
* | | | | | Bug #685: only provide CSRF token if it existsElrond2011-12-032-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was suggested by Nathan Yergler in the bug logs. Just implementing it. - Let render_csrf_form_token return None, if the CSRF_TOKEN is not available in the environ, because the process_request part of the meddleware has not yet run. - In render_template: If the returned value from above is None, then do not add the csrf_token to the templates context.
* | | | | | Bug #685: Add failing unit testElrond2011-12-031-0/+26
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The simplest way to reproduce Bug #685 is to ask for a non existent page. This should return a proper 404. It currently doesn't. So add a unit test exactly for this. This unit test fails currently! It will fail until the bug gets fixed.
* | | | | Changed comment error message wording slightly. Btw, should we translate ↵Jef van Schendel2011-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | these things?
* | | | | We should use the variable local_templates instead of user_template_pathChristopher Allan Webber2011-12-021-1/+1
| | | | |
* | | | | Expect 404 in unit tests, if we now use 404.Elrond2011-12-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our unit tests for auth were expecting a 400. Well, now we give a 404. So expect that! I'm not completely sure, if the 404 is the right thing here, but that's another topic.
* | | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-12-019-17/+47
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge remote branch 'remotes/nyergler/issue-680-csrf-optout'Elrond2011-11-285-13/+43
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remotes/nyergler/issue-680-csrf-optout: Issue 680 Allow decorating views to prevent CSRF protection. Issue 680: Dispatch meddleware request processing post-routing
| | * | | | Issue 680 Allow decorating views to prevent CSRF protection.Nathan Yergler2011-11-262-4/+32
| | | | | |
| | * | | | Issue 680: Dispatch meddleware request processing post-routingNathan Yergler2011-11-264-9/+11
| | | | | |
| * | | | | Mark two strings for translationElrond2011-11-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. "Go to page:" in pagination 2. "Submit" in the forget password form
| * | | | | Merge remote branch ↵Elrond2011-11-272-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'remotes/manolinux/683_text_separate_tags_by_commas_and_spaces' * remotes/manolinux/683_text_separate_tags_by_commas_and_spaces: Fix the text "Seperate tags by commas and spaces" since spaces are not used to seperate anymore.
| | * | | | | Fix the text "Seperate tags by commas and spaces" since spaces are not used ↵Manuel Urbano Santos2011-11-272-2/+2
| | | |/ / / | | |/| | | | | | | | | | | | | | | to seperate anymore.
* | | | | | Should be 404 for 404s, not 400 :)Christopher Allan Webber2011-12-011-1/+1
| | | | | |
* | | | | | Don't barf on templates that use the autoescaping extensionChristopher Allan Webber2011-12-011-0/+3
|/ / / / /