aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adding the video.js wrapperSacha De'Angeli2012-03-129-2/+4225
* Added m4v to list of media types and a comment stating we shouldChristopher Allan Webber2012-03-121-1/+3
* Slight change to thumbnail gallery styleJef van Schendel2012-03-111-3/+5
* Improve logging of sql queries a bit.Elrond2012-03-101-1/+3
* Forgot to add FileKeynames to MODELSElrond2012-03-081-1/+1
* Normalize MediaFile.name (make it a foreignkey)Elrond2012-03-081-3/+32
* Changed from key-notation to dot-notation in edit_profileJoar Wandborg2012-03-081-1/+1
* SQL: Added MediaFile and MediaAttachmentFile to MODELSJoar Wandborg2012-03-081-1/+2
* Generic generate_slug for mongo and sql.Elrond2012-03-072-11/+18
* Push another half-fix for portrait thumbnails. Man, this thing is breaking al...Jef van Schendel2012-03-071-1/+3
* Sort-of fixes so the header does not collapse anymore. Header needs redesigning.Jef van Schendel2012-03-071-1/+11
* Header doesn't need a heightJef van Schendel2012-03-071-1/+0
* Actually decrease thumbnail size instead of just their containersJef van Schendel2012-03-071-0/+4
* Translate less html.Elrond2012-03-061-4/+6
* 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