aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Changed `not foo == None` to `foo is not None` in image sniff handlerJoar Wandborg2012-03-081-1/+1
| * | Added a notice about mgg.global_config perhaps sometime notJoar Wandborg2012-03-081-0/+2
| * | Removed diaper patterns from audio/video sniffers, video preload set to 'meta...Joar Wandborg2012-03-078-22/+40
| * | Audio thumbnailing & spectrograms, media plugins use sniffingJoar Wandborg2012-02-2811-28/+844
| * | Removed old audio.transcoder file (the real one is audio.transcoders)Joar Wandborg2012-02-161-18/+0
| * | Added sniffing logic for image media typeJoar Wandborg2012-02-161-0/+24
| * | Changed media processing delegation to a 'sniffing' methodJoar Wandborg2012-02-1510-12/+55
| * | Audio media handler, media sniffing, video fixesJoar Wandborg2012-02-149-16/+334
* | | Removing superfluous whitespaceChristopher Allan Webber2012-03-261-1/+1
* | | Merge remote-tracking branch 'remotes/slikdigit/bassam'Christopher Allan Webber2012-03-262-7/+21
|\ \ \
| * | | fix for ticket #404Bassam2012-03-152-15/+30
* | | | Merge remote-tracking branch 'remotes/bretts/bug261-resized-filenames'Christopher Allan Webber2012-03-266-256/+238
|\ \ \ \
| * \ \ \ Merge remote branch 'origin/master' into bug261-resized-filenamesBrett Smith2012-03-2684-2516/+2739
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Rename to FilenameBuilder, with a main method named fill.Brett Smith2012-03-264-26/+28
| * | | | Refactor video processing to use FilenameMunger.Brett Smith2012-03-251-8/+4
| * | | | Use FilenameMunger.Brett Smith2012-03-251-28/+17
| * | | | Add documentation to the FilenameMunger class.Brett Smith2012-03-251-1/+16
| * | | | Add FilenameMunger class to processing, with tests.Brett Smith2012-03-252-0/+36
| * | | | Add tests for image processing. Check filenames and image sizes.Brett Smith2012-03-202-0/+24
| * | | | 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
* | | | | Add comment in JavaScript file about duplicating the password fieldJef van Schendel2012-03-261-0/+1
| |/ / / |/| | |
* | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinJef van Schendel2012-03-253-2/+33
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'gandaro/forgot-password-autofillin'Elrond2012-03-253-2/+33
| |\ \ \ \
| | * | | | set username default server-sideJakob Kramer2012-03-253-8/+2
| | * | | | Fill username automatically in (Forget Password)Jakob Kramer2012-03-243-1/+38
* | | | | | Header style changeJef van Schendel2012-03-252-43/+36
|/ / / / /
* | | | | Drop debug from migration.Elrond2012-03-251-2/+0
* | | | | Cleanup mongo->sql converter.Elrond2012-03-251-5/+2
* | | | | Do not fill media_data['exif'] any more.Elrond2012-03-251-7/+0
* | | | | Migration fixup: Drop empty exif_all.Elrond2012-03-251-1/+7
* | | | | Create migration to move exif data around in media_data.Elrond2012-03-251-0/+25
* | | | | Use exif_display_iter in the template.Elrond2012-03-251-3/+4
* | | | | Start to fill media_data.exif_all in addition.Elrond2012-03-251-3/+6
|/ / / /
* | | | Merge remote-tracking branch 'remotes/gandaro/wipealldata-from-db_name'Christopher Allan Webber2012-03-241-2/+6
|\ \ \ \
| * | | | Wipe the configured database, not the default oneJakob Kramer2012-03-241-2/+6
* | | | | Allow arrow keys in input fields and textareasJakob Kramer2012-03-242-2/+10
|/ / / /
* | | | remove unused `mg.submit.security' moduleJakob Kramer2012-03-232-27/+1
* | | | Fix cyclic import issue.Elrond2012-03-231-1/+2
* | | | Create MediaEntry.exif_display_iter()Elrond2012-03-231-0/+10
* | | | image_mediadata: Add exif_all columnElrond2012-03-231-0/+2
* | | | Add copyright header to image/models.pyElrond2012-03-231-0/+17
* | | | correct wrong version numberJakob Kramer2012-03-231-1/+1
* | | | New media_data row needs to know its MediaEntry's id.Elrond2012-03-221-1/+2