aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make a function to generate test image filenames.Brett Smith2012-03-201-11/+9
* Prefer nose assert_* methods to the assert built-in.Brett Smith2012-03-201-7/+10
* Refactor false image tests.Brett Smith2012-03-201-28/+13
* Refactor normal upload tests.Brett Smith2012-03-201-27/+17
* Refactor MediaEntry fetches/checks into check_media().Brett Smith2012-03-201-14/+13
* Refactor data posts into one do_post function.Brett Smith2012-03-201-112/+52
* small readability improvements in resize_imageBrett Smith2012-03-181-3/+3
* Refactor image resize code, with better filenames (#261)Brett Smith2012-03-171-41/+48
* More/better translation.Elrond2012-03-173-3/+6
* Small formatting changes to footer text.Jef van Schendel2012-03-161-5/+1
* Create function to search media by slug.Elrond2012-03-164-6/+21
* Fix for mongo.Elrond2012-03-161-1/+4
* More efficient first element fetching and Dot-Notation.Elrond2012-03-161-2/+4
* Fix _get_tag_name_from_entries().Elrond2012-03-161-1/+1
* Fix uploading of images (sql: media_data, exif).Elrond2012-03-151-4/+7
* Fix media display for no media_data row in sql.Elrond2012-03-152-3/+3
* Implemented the MediaEntry .media_data type fields for SQLChristopher Allan Webber2012-03-141-4/+32
* Removing an unnecessary line of whitespace AND crediting Hugo Boyer for the i...Christopher Allan Webber2012-03-141-1/+0
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2012-03-145-12/+62
|\
| * Add gps_altitude and gps_direction to image media_data.Elrond2012-03-141-0/+2
| * Convert (gps) image media_data.Elrond2012-03-141-0/+23
| * Change image processing to create new .gps_*.Elrond2012-03-141-1/+5
| * Use .gps_* in the template and add translations.Elrond2012-03-141-11/+14
| * Migration to move gps data aroundElrond2012-03-141-0/+18
* | ipython support in ./bin/gmg shell!Christopher Allan Webber2012-03-141-8/+37
|/
* Merge branch 'elrond-sql-convert_video_data'Christopher Allan Webber2012-03-141-0/+15
|\
| * Fix VideoData insertionChristopher Allan Webber2012-03-141-1/+1
| * Convert media_data for videoElrond2012-03-131-0/+15
* | Preserve existing translationChristopher Allan Webber2012-03-141-1/+4
* | Provide a source link so we can comply with the AGPLChristopher Allan Webber2012-03-142-2/+6
|/
* Merge remote-tracking branch 'refs/remotes/chemhacker/bug402_nicer_skin_for_v...Christopher Allan Webber2012-03-139-0/+4224
|\
| * adding the video.js wrapperSacha De'Angeli2012-03-129-2/+4225
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2012-03-121-2/+6
|\ \
| * | Another .one -> .find_oneElrond2012-03-131-2/+6
* | | Merge remote-tracking branch 'derek-moore/bug293_non_ascii_password'Christopher Allan Webber2012-03-121-2/+3
|\ \ \ | |/ / |/| |
| * | Changes for 293. Tests pass, encode UTF8 on password on registration (and al...Derek Moore2012-03-121-2/+3
* | | Change user search from .one to .fine_one.Elrond2012-03-121-1/+1
|/ /
* | Better media_data sql table for images.Elrond2012-03-121-5/+6
* | adds video preload bug 375Sacha De'Angeli2012-03-121-1/+1
|/
* 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