aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands
Commit message (Expand)AuthorAgeFilesLines
...
* Removing some print debugging from import_exportChristopher Allan Webber2011-08-201-8/+0
* Use "with closing(tf)" since TarFile doesn't have .__exit__()Christopher Allan Webber2011-08-201-1/+2
* Removing unused importsChristopher Allan Webber2011-08-201-5/+0
* Feature #298 - Create environment tarballJoar Wandborg2011-08-121-52/+78
* Feature #298 - Create environment tarballJoar Wandborg2011-08-121-49/+95
* Feature 298 - Create environment tarballJoar Wandborg2011-08-091-21/+88
* Feature #298 - Changed some defaults in gmg_commands.import_exportJoar Wandborg2011-08-081-4/+17
* Feature #298Joar Wandborg2011-08-071-1/+16
* Feature #298 - Environment tarballJoar Wandborg2011-08-072-0/+95
* Adds license headerWill Kahn-Greene2011-07-301-0/+16
* Moves destroy_environment to wipealldata commandWill Kahn-Greene2011-07-302-0/+55
* app.py and migrate.py must import migrations in order to load said migrations...Christopher Allan Webber2011-07-141-1/+3
* Elrond thinks we should use one of print/sys.stdout.write and .flush()Christopher Allan Webber2011-07-131-1/+5
* Use new migrations system in ./bin/gmg migrateChristopher Allan Webber2011-07-101-14/+22
* Updating migrate.py to actually run the indexing commandsChristopher Allan Webber2011-06-271-2/+18
* Slightly clearer message about email marked as verified w/ adduser gmg commandChristopher Allan Webber2011-06-221-1/+1
* Setting status to active when adding users with ./bin/gmg adduserChristopher Allan Webber2011-06-221-0/+1
* Making arguments positional and removing the "usage" functionsChristopher Allan Webber2011-06-221-76/+41
* No need to describe usage of subcommands, gmg subcommand --help does thatChristopher Allan Webber2011-06-221-3/+3
* Adding new function to gmg_commands, adduser,makeadmin and changepw issue 373Alejandro Villanueva2011-06-222-0/+141
* ./bin/gmg commands upgraded to work with the new setup.Christopher Allan Webber2011-06-183-25/+1
* mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-122-5/+4
* User migration works (but the rest of the system isn't updated for new user s...Christopher Allan Webber2011-05-222-0/+49
* Move the general applicaiton setup commands to a utility moduleChristopher Allan Webber2011-05-223-22/+51
* Move the ./bin/gmg shell command into its own module.Christopher Allan Webber2011-05-222-55/+73
* ./bin/gmg shell! Should make a lot of peoples' hacking lives easier I suspec...Christopher Allan Webber2011-05-151-0/+106