Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 1174)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#31 FIXED Tool to create a tarball of the current environment (database, media files, etc) joar Christopher Allan Webber
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 Juan José González Christopher Allan Webber
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 Christopher Allan Webber Christopher Allan Webber
Description

We need to be able to support translations! This is a multi-step process:

  • we need to be able to put translations in the templates
  • we need to be able to put them in normal python code
  • we need to be able to extract translations
  • we need to put translations up somewhere where people can start translating them (Transifex?)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.