Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved common, translation, template, and url code out of util.py and into ↵ | Aaron Williamson | 2011-10-01 | 1 | -21/+21 |
| | | | | tools/[file].py | ||||
* | Fixing the confirm delete unit test | Christopher Allan Webber | 2011-09-05 | 1 | -2/+3 |
| | | | | Now it's updated for the new checkbox-for-confirm code. | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Feature #403 - Ability to delete media entries - Fixes according to feedback | Joar Wandborg | 2011-08-30 | 1 | -2/+2 |
| | | | | | | | | | | * Moved `mediagoblin.confirm` stuff to `mediagoblin.user_pages`, templates too. * Removed route extension for `mediagoblin.confirm` * Created `delete_media_files` which deletes all media files on the public_store when the entry is deleted * Created a new decorator to check if a user has the permission to delete an entry. | ||||
* | Added tests for delete/confirm_delete | Joar Wandborg | 2011-08-30 | 1 | -1/+60 |
| | |||||
* | Malicious uploads test with fake but not really image files working! :) | Christopher Allan Webber | 2011-08-14 | 1 | -23/+36 |
| | |||||
* | Merge remote branch 'remotes/gullydwarf-cfdv/f360_tagging' into mergetags | Christopher Allan Webber | 2011-07-30 | 1 | -0/+39 |
|\ | | | | | | | | | Conflicts: mediagoblin/tests/test_submission.py | ||||
| * | Adds tag unit testing | Caleb Forbes Davis V | 2011-07-29 | 1 | -0/+198 |
| | | | | | | | | | - overrides default tag parsing globals in test_mgoblin_app.ini - piggybacks on existing test_submission code to check correct tag parsing and storage in the database - verifies expected behavior given different delimiters, case sensitivities, tags that are too long, and extra whitespace - verifies list-of-dict database storage and tag slugification | ||||
* | added suggestions as per http://bugs.foocorp.net/issues/365#note-9 | Chris Moylan | 2011-07-10 | 1 | -47/+41 |
| | |||||
* | finished basic submission testing | Chris Moylan | 2011-07-05 | 1 | -12/+94 |
| | |||||
* | mocked out submission spec | Chris Moylan | 2011-06-30 | 1 | -3/+37 |
| | |||||
* | removed the @setup_fresh_app decorator because it was messing \ | Chris Moylan | 2011-06-23 | 1 | -3/+5 |
| | | | | with my fixtures. | ||||
* | began work on submission test. nothing to see here | Chris Moylan | 2011-06-21 | 1 | -0/+45 |