aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Move workbench into tools directory.Elrond2013-01-173-2/+2
| * | | | Remove DEFAULT_WORKBENCH_DIR.Elrond2013-01-171-4/+0
| | |/ / | |/| |
| * | | Add "Browse collections" link to profile pagesJef van Schendel2013-01-171-0/+6
* | | | Merge remote-tracking branch 'refs/remotes/spaetz/565_workbench_cleanup'Christopher Allan Webber2013-01-171-41/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Do not read complete videos in RAM (#419)Sebastian Spaeth2013-01-161-41/+21
* | | | adding back dropdown.js now that we have, well, a dropdown again :)Christopher Allan Webber2013-01-171-0/+3
* | | | Merge remote-tracking branch 'refs/remotes/origin/533-new-dropdown'Christopher Allan Webber2013-01-174-47/+80
|\ \ \ \
| * | | | CSS edits to dropdown menu; added log out button for unverified usersJef van Schendel2013-01-172-13/+10
| * | | | Add header_dropdown.jsJef van Schendel2012-12-041-0/+27
| * | | | Edit header styling (add border-bottom, remove background-color); add margin ...Jef van Schendel2012-12-041-2/+5
| * | | | Fix header width again: this is a better approachJef van Schendel2012-12-021-2/+2