aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Geolocation stuff, including including templates seems to be working-ishChristopher Allan Webber2013-01-307-8/+105
* Very start of plugin hooks and openstreetmap pluginificationChristopher Allan Webber2013-01-304-9/+40
* Better Py3 compat: d.has_key(k) -> k in dElrond2013-01-305-26/+14
* Improve runtime of one test.Elrond2013-01-291-4/+10
* Fix issue 611: Proper (back)relationship on MediaComment.Elrond2013-01-291-1/+7
* Failing testcase for issue 611.Elrond2013-01-292-2/+68
* *docs* intersphinx, exception monitoringJoar Wandborg2013-01-272-1/+48
* Docs: Add a database guide to the plugin docs.Elrond2013-01-262-0/+112
* Docs: Create new area for developers.Elrond2013-01-262-1/+11
* Add Trim whitespace plugin docs.Elrond2013-01-261-0/+1
* Allow doc string extraction and use for pluginapi.Elrond2013-01-263-1/+25
* Updated video apt-get to not use globJoar Wandborg2013-01-251-8/+26
* Fix reference of get_test_app->get_app in test_modelmethodsChristopher Allan Webber2013-01-251-2/+2
* Merge branch '216_cwebber_style_unique_slugs'Christopher Allan Webber2013-01-254-10/+193
|\
| * New mediaentry slug tests now pass!Christopher Allan Webber2013-01-232-3/+134
| * require mock for the new uuid-mocking testsChristopher Allan Webber2013-01-231-0/+1
| * We don't want any empty string slugs, so make "" -> NoneChristopher Allan Webber2013-01-231-0/+4
| * Switching uuid4()[1:4] -> uuid4().hex[:4]Christopher Allan Webber2013-01-231-1/+1
| * Simplifying string concatenation in generate_slug and fixing docstringChristopher Allan Webber2013-01-151-5/+7
| * A revised algorithm for generating slugs.Christopher Allan Webber2013-01-151-11/+47
| * Need to import uuid4 for generate_slug to totally workChristopher Allan Webber2013-01-151-0/+2
| * Make generate_slug assign a slug in any caseSebastian Spaeth2013-01-151-8/+15
| * Sanitize slug input on media editSebastian Spaeth2013-01-151-7/+6
| * Disallow ":" as part of a media slugSebastian Spaeth2013-01-151-1/+1
* | Use better relationships to delete collections.Elrond2013-01-231-5/+8
* | Made pil_filters a PIL_FILTERS (global)Joar Wandborg2013-01-221-8/+8
* | Changed sampling filter default to AAJoar Wandborg2013-01-221-2/+2
* | Made the image sampling filter configurableJoar Wandborg2013-01-222-1/+23
* | Use inspect_table; default user license==None.Elrond2013-01-221-3/+2
* | user.get('moo') -> user.mooSebastian Spaeth2013-01-223-7/+7
* | Merge remote-tracking branch 'refs/remotes/spaetz/521_license_preference' int...Christopher Allan Webber2013-01-226-37/+63
|\ \
| * | Add a license preference fieldMark Holmquist2013-01-176-37/+63
* | | Moved MediaComment form descriptions to apt. placeJoar Wandborg2013-01-222-5/+5
* | | Also set login_failed in case of form errorsSebastian Spaeth2013-01-211-11/+12
* | | Restructure ForgotPassword viewSebastian Spaeth2013-01-213-79/+103
* | | Normalize the email address in the same way in all placesSebastian Spaeth2013-01-211-0/+13
* | | Merge remote-tracking branch 'refs/remotes/spaetz/436_celery_push'Christopher Allan Webber2013-01-204-45/+65
|\ \ \
| * | | Don't pass request into run_process_mediaSebastian Spaeth2013-01-154-7/+18
| * | | Make PuSHing the Pubhubsubbub server an async task (#436, #585)Sebastian Spaeth2013-01-154-45/+54
* | | | Sanitize slug input on media editSebastian Spaeth2013-01-181-7/+6
* | | | Add (failing) test for editing the slug.Elrond2013-01-181-1/+7
* | | | Enable foreign key checking on sqlite.Elrond2013-01-181-1/+12
* | | | Turn comment list into a real <ul>.Elrond2013-01-181-8/+11
* | | | Add some simple collection test.Elrond2013-01-182-1/+59
* | | | Rename get_test_app to get_app.Elrond2013-01-1812-32/+32
* | | | Remove useless spaces in comment stuff.Elrond2013-01-171-4/+4
* | | | Translate account deletion.Elrond2013-01-172-4/+10
* | | | Fix linking to comments.Elrond2013-01-172-3/+4
* | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2013-01-175-6/+12
|\ \ \ \
| * | | | Return to media collection page if no collection selectedSebastian Spaeth2013-01-171-0/+4