Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make gmg's -cf option a global option | Elrond | 2011-10-23 | 1 | -4/+0 |
| | | | | | | | | | All gmg's subcommands used to have a -cf option to set the config file. Instead make this a gmg global option. This means: bin/gmg migrate -cf mediagoblin_2.ini gets bin/gmg -cf mediagoblin_2.ini migrate | ||||
* | Refactor gmg's cf option into a function | Elrond | 2011-10-23 | 1 | -9/+4 |
| | | | | | | | Many (all?) gmg subcommands take a -cf option to change the used config file. This options used to be created in each subcommand's parse_setup. Add a helper function and use it around. | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Adds license header | Will Kahn-Greene | 2011-07-30 | 1 | -0/+16 |
| | |||||
* | Slightly clearer message about email marked as verified w/ adduser gmg command | Christopher Allan Webber | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | Setting status to active when adding users with ./bin/gmg adduser | Christopher Allan Webber | 2011-06-22 | 1 | -0/+1 |
| | |||||
* | Making arguments positional and removing the "usage" functions | Christopher Allan Webber | 2011-06-22 | 1 | -76/+41 |
| | | | | | | 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. | ||||
* | Adding new function to gmg_commands, adduser,makeadmin and changepw issue 373 | Alejandro Villanueva | 2011-06-22 | 1 | -0/+128 |