Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Dot-Notation for Users.fp_verification_key | Elrond | 2011-12-05 | 3 | -6/+6 | |
| | | | | | | ||||||
| | * | | | | Dot-Notation for Users.bio and .bio_html | Elrond | 2011-12-05 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Dot-Notation for Users.url | Elrond | 2011-12-05 | 2 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Dot-Notation for Users.is_admin | Elrond | 2011-12-05 | 7 | -9/+9 | |
| | | | | | | ||||||
| | * | | | | Dot-Notation for Users.verification_key | Elrond | 2011-12-05 | 3 | -5/+5 | |
| | | | | | | ||||||
| | * | | | | Dot-Notation for Users.status | Elrond | 2011-12-05 | 5 | -10/+10 | |
| | | | | | | ||||||
| | * | | | | Dot-Notation for Users.email_verified | Elrond | 2011-12-05 | 3 | -7/+7 | |
| | | | | | | ||||||
| | * | | | | Dot-Notation for Users.pw_hash | Elrond | 2011-12-05 | 4 | -6/+6 | |
| | | | | | | ||||||
| | * | | | | Dot-Notation for Users.email | Elrond | 2011-12-05 | 4 | -5/+5 | |
| | | | | | | ||||||
| | * | | | | Dot-Notation for Users.username | Elrond | 2011-12-05 | 14 | -28/+28 | |
| | | | | | | ||||||
| * | | | | | Changer version to -dev | Will Kahn-Greene | 2011-12-12 | 2 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Update version numbers | Will Kahn-Greene | 2011-12-12 | 2 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Fix doc footer | Will Kahn-Greene | 2011-12-12 | 6 | -372/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This has the correct copyright statement. | |||||
| * | | | | | Tweak rest formatting | Will Kahn-Greene | 2011-12-12 | 1 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Updated translations | Christopher Allan Webber | 2011-12-12 | 12 | -90/+100 | |
| | | | | | | ||||||
| * | | | | | Added the "Media types" chapter | Christopher Allan Webber | 2011-12-12 | 2 | -0/+35 | |
| | | | | | | ||||||
| * | | | | | Doc updates | Will Kahn-Greene | 2011-12-12 | 4 | -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.sh | Will Kahn-Greene | 2011-12-12 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had no idea what it did, so I asked and tossed the answer at the top of the script. | |||||
| * | | | | | Update README | Will Kahn-Greene | 2011-12-12 | 1 | -9/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tweaked some language * fixed some statements that aren't correct anymore | |||||
| * | | | | | Tweak runtests to be more helpful | Will Kahn-Greene | 2011-12-12 | 1 | -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.html | Christopher Allan Webber | 2011-12-12 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Add a note on how to up the upload size limit | Christopher Allan Webber | 2011-12-12 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | Allow administrators to disable keeping the original. That's the new default! | Christopher Allan Webber | 2011-12-12 | 2 | -14/+20 | |
| | | | | | | ||||||
| * | | | | | Mark "newer/older" buttons for translation | Christopher Allan Webber | 2011-12-12 | 1 | -4/+4 | |
| |/ / / / | ||||||
| * | | | | Update comment URLs to use the media slug. | Christopher Allan Webber | 2011-12-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Update the delete item to use the _id after all... it's the safest way. | Christopher Allan Webber | 2011-12-05 | 4 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | See http://bugs.foocorp.net/issues/695 | |||||
| * | | | | Cloudfiles not actually a dependency, removing from setup.py | Christopher Allan Webber | 2011-12-04 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | If users want cloudfiles, they can always ./bin/easy_install it. | |||||
| * | | | | Merge remote-tracking branch ↵ | Christopher Allan Webber | 2011-12-04 | 4 | -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/mediagoblin | lora | 2011-11-19 | 126 | -1184/+4193 | |
| | |\ \ \ \ | ||||||
| | * | | | | | issue 582: use media.slug instead of media.id | lora | 2011-11-19 | 3 | -5/+4 | |
| | | | | | | | ||||||
| * | | | | | | DOCS:: #675 revision to deployment and production documents | tycho garen | 2011-12-04 | 3 | -50/+59 | |
| | | | | | | | ||||||
| * | | | | | | Filled in reason #3 to submit separate out celery. | Christopher Allan Webber | 2011-12-04 | 1 | -1/+10 | |
| | | | | | | | ||||||
| * | | | | | | Fix button word-wrapping issue | Christopher Allan Webber | 2011-12-04 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'tychoish/master' | Christopher Allan Webber | 2011-12-04 | 2 | -5/+53 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | DOCS: update to deployment documentation and new production deployments doc | tycho garen | 2011-12-04 | 2 | -5/+53 | |
| | | | | | | | | ||||||
| * | | | | | | | Compiled the .mo files too | Christopher Allan Webber | 2011-12-04 | 20 | -0/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Updated translations | Christopher Allan Webber | 2011-12-04 | 21 | -386/+371 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2011-12-04 | 4 | -32/+26 | |
| |\| | | | | | | ||||||
| | * | | | | | | Merge branch 'misc/fixture_add_user' | Elrond | 2011-12-04 | 4 | -32/+26 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * misc/fixture_add_user: fixture_add_user: Factoring a unit test tool | |||||
| | | * | | | | | | fixture_add_user: Factoring a unit test tool | Elrond | 2011-12-01 | 4 | -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.html | Christopher Allan Webber | 2011-12-04 | 1 | -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 else | Christopher Allan Webber | 2011-12-04 | 1 | -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 Webber | 2011-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | passwords. | |||||
| * | | | | | | PEP-8'ifying prompt_if_not_set | Christopher Allan Webber | 2011-12-03 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'remotes/manolinux/645_gmg_adduser_prompt' | Christopher Allan Webber | 2011-12-03 | 2 | -6/+22 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Prompt for arguments in adduser if not present (I created a function in ↵ | Manuel Urbano Santos | 2011-12-03 | 2 | -1/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | util.py to check and prompt for arguments). | |||||
| | * | | | | | | Change adduser arguments from positional to --keyword style. | Manuel Urbano Santos | 2011-12-03 | 1 | -5/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Raise a slightly useful exception when we can't find the media type. | Christopher Allan Webber | 2011-12-03 | 1 | -0/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Updated translations | Christopher Allan Webber | 2011-12-03 | 41 | -319/+1056 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge remote branch 'remotes/manolinux/671_spaces_in_tag_list_edit' | Elrond | 2011-12-03 | 4 | -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. |