aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix unit tests for sql: cache media_id.Elrond2012-04-011-2/+3
* Finally enable SQL for everybody!Elrond2012-04-012-1/+1
* Reload the user for current values.Elrond2012-03-261-0/+1
* Reload and detach the test user.Elrond2012-03-261-0/+7
* TestSubission's tag check stuff passing nowChristopher Allan Webber2012-03-261-3/+5
* Remove the user_dev directory on tests endingChristopher Allan Webber2012-03-261-7/+7
* Suggest we move to an in-memory database ;)Christopher Allan Webber2012-03-261-1/+1
* SQL based tests and refactored Celery setup stuffChristopher Allan Webber2012-03-264-33/+62
* 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
* Add index=True for some columns.Elrond2012-03-211-6/+7
* Finally load all models.Elrond2012-03-211-2/+1
* Panel: Find "unprocessed" not "processing" entries.Elrond2012-03-211-1/+1
* And fix the in-celeryd import.Elrond2012-03-212-2/+2
* Move celery task into own task.pyElrond2012-03-213-58/+81
* Turn processing.py into a submodule.Elrond2012-03-211-0/+0
* Merge remote-tracking branch 'refs/remotes/brett/bug270-lazycelery-script'Christopher Allan Webber2012-03-203-64/+84
|\
| * Refactor lazyserver.sh to lazystarter.sh and provide lazycelery.sh (#270)Brett Smith2012-03-173-64/+84
* | More standard media_data model for ascii.Elrond2012-03-201-3/+3
* | Create load_models().Elrond2012-03-204-3/+24
* | Import "Base" from base instead of models.Elrond2012-03-205-7/+6
* | Disable query logging for now, so we get nicer logsElrond2012-03-201-1/+1
* | 500 error because of subscripting instead of using attributesJakob Kramer2012-03-181-2/+2
* | Committing extracted and compiled translationsChristopher Allan Webber2012-03-1842-2243/+1653
* | Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-03-181-0/+645
* | Fixing manual tyop: MediaGoblin, not MediaGobiin (thanks gandaro!)Christopher Allan Webber2012-03-181-1/+1
* | Removing print statements from convert_gps_media_data migrationChristopher Allan Webber2012-03-181-2/+0
* | Let convert_mongo_to_sql add Migration RecordsElrond2012-03-171-1/+17
* | Merge remote-tracking branch 'brett/bug264-delete-comments-with-media'Christopher Allan Webber2012-03-172-0/+19
|\ \
| * | When media is deleted, delete associated comments too.Brett Smith2012-03-172-0/+19
| |/