Custom Query (1174 matches)
Results (31 - 33 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #31 | FIXED | Tool to create a tarball of the current environment (database, media files, etc) | ||
| Description |
It would be great if we had a tool that could do something like: ./bin/gmg environment_tarball mediagoblin.ini tarball_name.tar.gz That contained something like: ./mediagoblin_db.json ./public_store/ # all public store files kept here ./queue_store/ # all queue store files kept here |
|||
| #32 | FIXED | Need a way to do schema migration on the database | ||
| Description |
Over time our database format will change, and it'll be important to be able to update peoples' existing databases. We need both a way to specify migrations and to be able to run them. http://namlook.github.com/mongokit/migration.html contains some info on this. As far as where the revision info is stored, maybe that could be kept in something like settings_document = db['app_settings']['mediagoblin'] settings_document['db_revision'] = 'some_identifier' but I'm not sure. I've been thinking that maybe we'll need to store some user settings in the database eventually once we get some sort of admin interface around. Maybe this is the first thing to start storing. |
|||
| #33 | FIXED | Translations | ||
| Description |
We need to be able to support translations! This is a multi-step process:
|
|||
