Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | set username default server-side | Jakob Kramer | 2012-03-25 | 3 | -8/+2 | |
| | * | | | | | | Fill username automatically in (Forget Password) | Jakob Kramer | 2012-03-24 | 3 | -1/+38 | |
* | | | | | | | | Header style change | Jef van Schendel | 2012-03-25 | 2 | -43/+36 | |
|/ / / / / / / | ||||||
* | | | | | | | Drop debug from migration. | Elrond | 2012-03-25 | 1 | -2/+0 | |
* | | | | | | | Cleanup mongo->sql converter. | Elrond | 2012-03-25 | 1 | -5/+2 | |
* | | | | | | | Do not fill media_data['exif'] any more. | Elrond | 2012-03-25 | 1 | -7/+0 | |
* | | | | | | | Migration fixup: Drop empty exif_all. | Elrond | 2012-03-25 | 1 | -1/+7 | |
* | | | | | | | Create migration to move exif data around in media_data. | Elrond | 2012-03-25 | 1 | -0/+25 | |
* | | | | | | | Use exif_display_iter in the template. | Elrond | 2012-03-25 | 1 | -3/+4 | |
* | | | | | | | Start to fill media_data.exif_all in addition. | Elrond | 2012-03-25 | 1 | -3/+6 | |
|/ / / / / / | ||||||
* | | | | | | Merge remote-tracking branch 'remotes/gandaro/wipealldata-from-db_name' | Christopher Allan Webber | 2012-03-24 | 1 | -2/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Wipe the configured database, not the default one | Jakob Kramer | 2012-03-24 | 1 | -2/+6 | |
* | | | | | | | Allow arrow keys in input fields and textareas | Jakob Kramer | 2012-03-24 | 2 | -2/+10 | |
|/ / / / / / | ||||||
* | | | | | | remove unused `mg.submit.security' module | Jakob Kramer | 2012-03-23 | 2 | -27/+1 | |
* | | | | | | Fix cyclic import issue. | Elrond | 2012-03-23 | 1 | -1/+2 | |
* | | | | | | Create MediaEntry.exif_display_iter() | Elrond | 2012-03-23 | 1 | -0/+10 | |
* | | | | | | image_mediadata: Add exif_all column | Elrond | 2012-03-23 | 1 | -0/+2 | |
* | | | | | | Add copyright header to image/models.py | Elrond | 2012-03-23 | 1 | -0/+17 | |
* | | | | | | correct wrong version number | Jakob Kramer | 2012-03-23 | 1 | -1/+1 | |
* | | | | | | New media_data row needs to know its MediaEntry's id. | Elrond | 2012-03-22 | 1 | -1/+2 | |
* | | | | | | Add index=True for some columns. | Elrond | 2012-03-21 | 1 | -6/+7 | |
* | | | | | | Finally load all models. | Elrond | 2012-03-21 | 1 | -2/+1 | |
* | | | | | | Panel: Find "unprocessed" not "processing" entries. | Elrond | 2012-03-21 | 1 | -1/+1 | |
* | | | | | | And fix the in-celeryd import. | Elrond | 2012-03-21 | 2 | -2/+2 | |
* | | | | | | Move celery task into own task.py | Elrond | 2012-03-21 | 3 | -58/+81 | |
* | | | | | | Turn processing.py into a submodule. | Elrond | 2012-03-21 | 1 | -0/+0 | |
* | | | | | | Merge remote-tracking branch 'refs/remotes/brett/bug270-lazycelery-script' | Christopher Allan Webber | 2012-03-20 | 3 | -64/+84 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Refactor lazyserver.sh to lazystarter.sh and provide lazycelery.sh (#270) | Brett Smith | 2012-03-17 | 3 | -64/+84 | |
| |/ / / / / | ||||||
* | | | | | | More standard media_data model for ascii. | Elrond | 2012-03-20 | 1 | -3/+3 | |
* | | | | | | Create load_models(). | Elrond | 2012-03-20 | 4 | -3/+24 | |
* | | | | | | Import "Base" from base instead of models. | Elrond | 2012-03-20 | 5 | -7/+6 | |
* | | | | | | Disable query logging for now, so we get nicer logs | Elrond | 2012-03-20 | 1 | -1/+1 | |
* | | | | | | 500 error because of subscripting instead of using attributes | Jakob Kramer | 2012-03-18 | 1 | -2/+2 | |
* | | | | | | Committing extracted and compiled translations | Christopher Allan Webber | 2012-03-18 | 42 | -2243/+1653 | |
* | | | | | | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-03-18 | 1 | -0/+645 | |
* | | | | | | Fixing manual tyop: MediaGoblin, not MediaGobiin (thanks gandaro!) | Christopher Allan Webber | 2012-03-18 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Removing print statements from convert_gps_media_data migration | Christopher Allan Webber | 2012-03-18 | 1 | -2/+0 | |
* | | | | | Let convert_mongo_to_sql add Migration Records | Elrond | 2012-03-17 | 1 | -1/+17 | |
* | | | | | Merge remote-tracking branch 'brett/bug264-delete-comments-with-media' | Christopher Allan Webber | 2012-03-17 | 2 | -0/+19 | |
|\ \ \ \ \ | ||||||
| * | | | | | When media is deleted, delete associated comments too. | Brett Smith | 2012-03-17 | 2 | -0/+19 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2012-03-17 | 6 | -11/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove sidedata class from html pages | Jef van Schendel | 2012-03-17 | 5 | -5/+5 | |
| * | | | | | Small styling change for sidebar data | Jef van Schendel | 2012-03-17 | 1 | -6/+7 | |
* | | | | | | mongo->sql conversion script now runs mongo migrations first, just in case | Christopher Allan Webber | 2012-03-17 | 2 | -2/+11 | |
|/ / / / / | ||||||
* | | | | | Also ignore the /share/ directory | Christopher Allan Webber | 2012-03-17 | 1 | -0/+1 | |
* | | | | | Make mediagoblin SQL models all use a consistent table naming scheme | Christopher Allan Webber | 2012-03-17 | 4 | -17/+17 | |
* | | | | | Mongosql imports made celery get set up before we wanted it via ./bin/gmg com... | Christopher Allan Webber | 2012-03-17 | 1 | -2/+1 | |
|/ / / / | ||||||
* | | | | More/better translation. | Elrond | 2012-03-17 | 3 | -3/+6 | |
* | | | | Small formatting changes to footer text. | Jef van Schendel | 2012-03-16 | 1 | -5/+1 | |
* | | | | Create function to search media by slug. | Elrond | 2012-03-16 | 4 | -6/+21 |