aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinJef van Schendel2012-03-064-7/+46
|\
| * Generic check_media_slug_used db utility.Elrond2012-03-054-8/+25
| * SQL: Tool to cleanup unused tag slugs.Elrond2012-03-051-0/+22
* | Revert thumbnail gallery change: switch back to tablesJef van Schendel2012-03-062-18/+23
* | Fix merge conflict in prev_next.htmlJef van Schendel2012-03-0613-163/+194
|\ \ | |/ |/|
| * Edit css rule to allow users to zoomJef van Schendel2012-03-051-1/+1
| * Add sidebar againJef van Schendel2012-03-042-27/+23
| * Merge branch 'newlayout' into newlayout-stageJef van Schendel2012-03-0412-183/+218
| |\
| | * Forgot to add these layout changes. Everything should work now.Jef van Schendel2012-02-218-149/+168
| | * Resolve merge conflictsJef van Schendel2012-02-2135-198/+1683
| | |\
| | * | Responsive thumbnail gallery timeJef van Schendel2012-02-181-1/+17
| | * | Enlarge navigation buttons when mobileJef van Schendel2012-02-151-0/+1
| | * | Change button style in edit.htmlJef van Schendel2012-02-151-1/+1
| | * | Simplify and fix button styles; add larger button styles for mobileJef van Schendel2012-02-151-13/+6
| | * | Removed cancel_link class; slight changes to button_form styleJef van Schendel2012-02-152-23/+8
| | * | Center small images by defaultJef van Schendel2012-02-141-1/+4
| | * | Add clear div to correct floating divsJef van Schendel2012-02-141-0/+1
| | * | Remove form background images; replace them with regular border stylesJef van Schendel2012-02-143-4/+3
* | | | Stop failing if there is no previous/next to go toJef van Schendel2012-03-051-2/+6
* | | | Merge branch 'keyboard_nav'Jef van Schendel2012-03-053-2/+33
|\ \ \ \
| * | | | Add left and right arrow keys navigation (add new JS file, link it from media...Jef van Schendel2012-02-143-2/+33
* | | | | Added the sql_switch.py script to .gitignoreJoar Wandborg2012-03-051-1/+5
* | | | | Implement atomic_update for SQL.Elrond2012-03-042-1/+15
* | | | | Create atomic_update db utility functionElrond2012-03-043-10/+22
| |/ / / |/| | |
* | | | Merge branch 'media_data_start'Elrond2012-03-035-5/+31
|\ \ \ \
| * | | | And media_data_init() for sql as a dummyElrond2012-03-031-0/+4
| * | | | Create a fake MediaEntry.media_data for sqlElrond2012-03-031-0/+5
| * | | | Video media_data: Change layout in the mongo worldElrond2012-03-014-5/+22
* | | | | Go go mediagoblin favico symmetryChristopher Allan Webber2012-03-012-0/+0
|/ / / /
* | | | SQL: Improve video media_data tableElrond2012-03-012-5/+7
* | | | Cleanup Session after each request.Elrond2012-02-282-0/+9
* | | | Attachment support in the SQL backendElrond2012-02-284-4/+38
* | | | Fix tests given recent celery "case" changeChristopher Allan Webber2012-02-287-16/+16
* | | | Accidentally overwrote the celery/__init__.py, fixed this and removed the upp...Luke Slater2012-02-281-1/+55
* | | | Changed celery config keys to upper case and removed upper casing of keys whe...Luke Slater2012-02-282-96/+41
* | | | Let mark_entry_failed log unknown exceptionsElrond2012-02-271-0/+1
* | | | Merge remote-tracking branch 'cwebber/celerysql'Elrond2012-02-276-68/+23
|\ \ \ \
| * | | | Adjust unit tests to match new celery/kombu sqlalchemy setupChristopher Allan Webber2012-02-262-48/+9
| * | | | "database" is not the sqlalchemy kombu transport... should be "sqlalchemy"Christopher Allan Webber2012-02-261-1/+1
| * | | | Celery and kombu databases should also be .gitignore'dChristopher Allan Webber2012-02-261-0/+2
| * | | | kombu-sqlalchemy a requirement in order for kombu sqlalchemy transport to workChristopher Allan Webber2012-02-261-0/+1
| * | | | Move mediagoblin dbs out of user_dev for race condition directory-creation re...Christopher Allan Webber2012-02-261-2/+2
| * | | | Give kombu its own db. Responding to Elrond "sqlite will lock all the time!" :)Christopher Allan Webber2012-02-261-1/+1
| * | | | Apparently an absolute path is three slashes after sqlite:. Thx elrond.Christopher Allan Webber2012-02-261-2/+2
| * | | | Should be all that's needed to switch celery/kombu settings to sqlalchemyChristopher Allan Webber2012-02-252-20/+11
* | | | | Committing extracted and compiled translationsChristopher Allan Webber2012-02-263-23/+23
* | | | | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-02-262-161/+49
* | | | | Let SQL objects support .setdefault() and .delete()Elrond2012-02-261-0/+10
* | | | | Dot-Notation: MediaComment and some random placesElrond2012-02-262-7/+7
* | | | | Let Main Server emit startup notice including versionElrond2012-02-261-1/+6
|/ / / /