18 Commits

Author SHA1 Message Date
Joar Wandborg
e86d4f5d51 Feature #298 - Environment tarball
*    Added command hooks for gmg_commands.import_export
*    Added (DANGEROUSLY BLEEDING EDGE) gmg_commands.import_export
2011-08-07 02:58:52 +02:00
Will Kahn-Greene
fc3dc25541 Adds license header 2011-07-30 08:39:07 -04:00
Will Kahn-Greene
763cf83f64 Moves destroy_environment to wipealldata command 2011-07-30 08:39:07 -04:00
Christopher Allan Webber
90e342f90f app.py and migrate.py must import migrations in order to load said migrations... 2011-07-14 00:32:01 -05:00
Christopher Allan Webber
ecf518020f Elrond thinks we should use one of print/sys.stdout.write and .flush()
I don't see the harm, so... done.
2011-07-13 21:14:31 -05:00
Christopher Allan Webber
ba04c88730 Use new migrations system in ./bin/gmg migrate 2011-07-10 22:44:33 -05:00
Christopher Allan Webber
8db03585a2 Updating migrate.py to actually run the indexing commands 2011-06-27 20:05:01 -05:00
Christopher Allan Webber
64201d12c3 Slightly clearer message about email marked as verified w/ adduser gmg command 2011-06-22 22:17:58 -05:00
Christopher Allan Webber
a3fae1bd07 Setting status to active when adding users with ./bin/gmg adduser 2011-06-22 22:16:50 -05:00
Christopher Allan Webber
8781ddb541 Making arguments positional and removing the "usage" functions
All these arguments were required and might as well be positional
thusly.  If you don't provide all required positional arguments,
argparser will correct you and request usage.
2011-06-22 22:16:37 -05:00
Christopher Allan Webber
7f4b44710b No need to describe usage of subcommands, gmg subcommand --help does that 2011-06-22 22:09:11 -05:00
Alejandro Villanueva
96108ea285 Adding new function to gmg_commands, adduser,makeadmin and changepw issue 373 2011-06-22 21:49:06 -05:00
Christopher Allan Webber
72c3ae046a ./bin/gmg commands upgraded to work with the new setup. 2011-06-18 20:14:51 -05:00
Christopher Allan Webber
6e7ce8d1af mediagoblin.globals->mediagoblin.mg_globals 2011-06-12 17:27:37 -05:00
Christopher Allan Webber
757f37a52d User migration works (but the rest of the system isn't updated for new user setup yet) 2011-05-22 10:52:53 -05:00
Christopher Allan Webber
8820121ad1 Move the general applicaiton setup commands to a utility module 2011-05-22 09:56:33 -05:00
Christopher Allan Webber
dbb92c6020 Move the ./bin/gmg shell command into its own module. 2011-05-22 09:25:51 -05:00
Christopher Allan Webber
029cad45c6 ./bin/gmg shell! Should make a lot of peoples' hacking lives easier I suspect :) 2011-05-15 19:02:11 -05:00