aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Implement Collection.delete()Sebastian Spaeth2013-01-171-1/+10
| * | | Implement MediaEntry().delete() (#540)Sebastian Spaeth2013-01-172-19/+37
* | | | Make the workbench destroy itself for video processing also.Christopher Allan Webber2013-01-161-0/+3
* | | | Merge remote-tracking branch 'refs/remotes/spaetz/561_use_workbench_not_tempf...Christopher Allan Webber2013-01-162-8/+10
|\ \ \ \
| * | | | Audio and video should use workbench instead of tempfiles (#561)Sebastian Spaeth2013-01-082-8/+10
* | | | | Merge remote-tracking branch 'refs/remotes/elrond/misc/use_media_id'Christopher Allan Webber2013-01-168-15/+27
|\ \ \ \ \
| * | | | | Start to use the media_id in "admin" URLs.Elrond2013-01-118-15/+27
* | | | | | collection browsing: rename view/template user_collections -> collection_listStefano Zacchiroli2013-01-154-5/+5
* | | | | | collection browsing: remove pagination supportStefano Zacchiroli2013-01-151-6/+2
* | | | | | collection browsing: drop atom feed from page templateStefano Zacchiroli2013-01-151-7/+0
* | | | | | collections: add support to browse existing collectionsStefano Zacchiroli2013-01-154-3/+88
| |_|/ / / |/| | | |
* | | | | #571: Fixed. Display collection description with Markdown formatting.Tiberiu C. Turbureanu2013-01-151-1/+3
* | | | | Unbreak 301 responsesSebastian Spaeth2013-01-151-0/+4
| |_|_|/ |/| | |
* | | | Simplify check_media_slug_usedSebastian Spaeth2013-01-153-9/+7
* | | | More explicit get_or_create patternSebastian Spaeth2013-01-151-1/+4
* | | | Improve error message wording (#564)Sebastian Spaeth2013-01-141-4/+8
* | | | Use the new logo.html thingy in airy.Elrond2013-01-132-98/+25
* | | | Move logo part into bits/logo.htmlElrond2013-01-132-7/+26
* | | | Kill db_host, db_name, and db_port from config_spec.ini.Elrond2013-01-131-3/+0
|/ / /
* | | Make runtests.sh be useable from anywhere.Elrond2013-01-111-13/+19
* | | issue 355: Only run tests in mediagoblin/tests/Elrond2013-01-111-1/+26
* | | Improve and extend profile editing testsSebastian Spaeth2013-01-091-76/+97
* | | Enable /u/USERNAME/edit/ pattern #588Sebastian Spaeth2013-01-094-18/+26
* | | Fix tests on webtest < 1.3.6.Elrond2013-01-091-1/+5
* | | Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-085-4/+4
* | | Add inspect_table.Elrond2013-01-082-7/+11
* | | Move all the migration tools into new migration_tools.pyElrond2013-01-086-253/+268
* | | Fixing import to mediagoblin.db.base in stl modelsChristopher Allan Webber2013-01-081-1/+1
* | | Merge branch 'WIP/test_performance'Sebastian Spaeth2013-01-0810-48/+43
|\ \ \ | |/ / |/| |
| * | tests: More instances where a fresh database is not neededSebastian Spaeth2013-01-085-31/+27
| * | Don't get a fresh app when not neededSebastian Spaeth2013-01-084-14/+12
| * | Do not fail is a user exists alreadySebastian Spaeth2013-01-081-3/+4
* | | Don't read full image media into RAM on copying (#419)Sebastian Spaeth2013-01-081-10/+3
|/ /
* | Fix slug lookup regression (#587)Sebastian Spaeth2013-01-081-17/+21
* | Made the airy header element responsive againJoar Wandborg2013-01-071-0/+6
* | Remove custom GMQuery classSebastian Spaeth2013-01-072-15/+2
* | Mv db.sql.base to db.baseSebastian Spaeth2013-01-0713-29/+11
* | Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypesSebastian Spaeth2013-01-074-3/+3
* | Move db.sql.models* to db.models*Sebastian Spaeth2013-01-0719-18/+21
* | Move db.sql.util to db.utilSebastian Spaeth2013-01-076-334/+313
* | Remove mediagoblin.db.sql.fake.DESCENDINGSebastian Spaeth2013-01-077-52/+17
* | Also make slug unit test work with the new optionally-translitcodec-free codeChristopher Allan Webber2013-01-061-7/+7
* | Make translitcodec optional, and work nicely without it.Christopher Allan Webber2013-01-062-4/+14
* | Made api_test use @require_active_loginJoar Wandborg2013-01-021-3/+1
* | prepare_queue_task: Take app not request.Elrond2012-12-263-7/+10
* | upload refactor: Use prepare_entry in api.Elrond2012-12-261-18/+2
* | Use run_process_media in the api.Elrond2012-12-261-20/+2
* | Processing: Factor out prepare_entry.Elrond2012-12-262-25/+31
* | Factor out the actual calling of the processing.Elrond2012-12-262-21/+26
* | upload refactor: push url handlingElrond2012-12-262-26/+52