2012-03-27 |
Joar Wandborg | Merge remote-tracking branch 'joar/audio+sniffing' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-26 |
Christopher... | Removing superfluous whitespace |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-26 |
Christopher... | Merge remote-tracking branch 'remotes/slikdigit/bassam' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-26 |
Christopher... | Merge remote-tracking branch 'remotes/bretts/bug261... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-26 |
Jef van Schendel | Add comment in JavaScript file about duplicating the... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-26 |
Brett Smith | Merge remote branch 'origin/master' into bug261-resized... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-26 |
Brett Smith | Rename to FilenameBuilder, with a main method named... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-26 |
Joar Wandborg | Media type refractors, pep8, lint |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Jef van Schendel | Merge branch 'master' of gitorious.org:mediagoblin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Elrond | Merge remote-tracking branch 'gandaro/forgot-password... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Jakob Kramer | set username default server-side |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Jef van Schendel | Header style change |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Brett Smith | Refactor video processing to use FilenameMunger. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Brett Smith | Use FilenameMunger. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Brett Smith | Add documentation to the FilenameMunger class. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Brett Smith | Add FilenameMunger class to processing, with tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Elrond | Drop debug from migration. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Elrond | Cleanup mongo->sql converter. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Elrond | Do not fill media_data['exif'] any more. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Elrond | Migration fixup: Drop empty exif_all. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Elrond | Create migration to move exif data around in media_data. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Elrond | Use exif_display_iter in the template. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-25 |
Elrond | Start to fill media_data.exif_all in addition. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-24 |
Jakob Kramer | Fill username automatically in (Forget Password) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-24 |
Christopher... | Merge remote-tracking branch 'remotes/gandaro/wipeallda... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-24 |
Jakob Kramer | Wipe the configured database, not the default one |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-24 |
Jakob Kramer | Allow arrow keys in input fields and textareas |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-23 |
Jakob Kramer | remove unused `mg.submit.security' module |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-23 |
Elrond | Fix cyclic import issue. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-23 |
Elrond | Create MediaEntry.exif_display_iter() |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-23 |
Elrond | image_mediadata: Add exif_all column |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-23 |
Elrond | Add copyright header to image/models.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-23 |
Jakob Kramer | correct wrong version number |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-22 |
Elrond | New media_data row needs to know its MediaEntry's id. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-22 |
Joar Wandborg | Faster sniffing |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Elrond | Add index=True for some columns. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Elrond | Finally load all models. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Elrond | Panel: Find "unprocessed" not "processing" entries. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Elrond | And fix the in-celeryd import. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Elrond | Move celery task into own task.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Elrond | Turn processing.py into a submodule. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Christopher... | Merge remote-tracking branch 'refs/remotes/brett/bug270... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Brett Smith | Add tests for image processing. Check filenames and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Brett Smith | Make a function to generate test image filenames. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Brett Smith | Prefer nose assert_* methods to the assert built-in. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Brett Smith | Refactor false image tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Brett Smith | Refactor normal upload tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Brett Smith | Refactor MediaEntry fetches/checks into check_media(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-21 |
Brett Smith | Refactor data posts into one do_post function. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-20 |
Elrond | More standard media_data model for ascii. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-20 |
Elrond | Create load_models(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-20 |
Elrond | Import "Base" from base instead of models. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-20 |
Elrond | Disable query logging for now, so we get nicer logs |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Jakob Kramer | 500 error because of subscripting instead of using... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Christopher... | Committing extracted and compiled translations |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Christopher... | Committing present MediaGoblin translations before... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Christopher... | Fixing manual tyop: MediaGoblin, not MediaGobiin (thank... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Christopher... | Removing print statements from convert_gps_media_data... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Brett Smith | small readability improvements in resize_image |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Brett Smith | Refactor image resize code, with better filenames ... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-18 |
Brett Smith | Refactor lazyserver.sh to lazystarter.sh and provide... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Elrond | Let convert_mongo_to_sql add Migration Records |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Christopher... | Merge remote-tracking branch 'brett/bug264-delete-comme... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Christopher... | Merge branch 'master' of gitorious.org:mediagoblin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Christopher... | mongo->sql conversion script now runs mongo migrations... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Jef van Schendel | Remove sidedata class from html pages |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Christopher... | Also ignore the /share/ directory |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Jef van Schendel | Small styling change for sidebar data |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Christopher... | Make mediagoblin SQL models all use a consistent table... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Brett Smith | When media is deleted, delete associated comments too. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Christopher... | Mongosql imports made celery get set up before we wante... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-17 |
Elrond | More/better translation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-16 |
Jef van Schendel | Small formatting changes to footer text. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-16 |
Elrond | Create function to search media by slug. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-16 |
Elrond | Fix for mongo. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-16 |
Elrond | More efficient first element fetching and Dot-Notation. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-16 |
Elrond | Fix _get_tag_name_from_entries(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-15 |
Bassam | fix for ticket #404 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-15 |
Elrond | Fix uploading of images (sql: media_data, exif). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-15 |
Elrond | Fix media display for no media_data row in sql. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Christopher... | Implemented the MediaEntry .media_data type fields... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Christopher... | Removing an unnecessary line of whitespace AND creditin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Christopher... | Merge branch 'master' of gitorious.org:mediagoblin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Christopher... | ipython support in ./bin/gmg shell! |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Elrond | Add gps_altitude and gps_direction to image media_data. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Elrond | Convert (gps) image media_data. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Elrond | Change image processing to create new .gps_*. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Elrond | Use .gps_* in the template and add translations. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Elrond | Migration to move gps data around |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Christopher... | Merge branch 'elrond-sql-convert_video_data' |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Christopher... | Fix VideoData insertion |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Christopher... | Preserve existing translation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-14 |
Christopher... | Provide a source link so we can comply with the AGPL |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-13 |
Elrond | Convert media_data for video |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-13 |
Christopher... | Merge remote-tracking branch 'refs/remotes/chemhacker... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-13 |
Sacha De'Angeli | adding the video.js wrapper |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-12 |
Christopher... | Merge branch 'master' of gitorious.org:mediagoblin... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-12 |
Elrond | Another .one -> .find_one |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-12 |
Christopher... | Merge remote-tracking branch 'derek-moore/bug293_non_as... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2012-03-12 |
Derek Moore | Changes for 293. Tests pass, encode UTF8 on password... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |