aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-3/+2
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py
| * has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-1/+1
| |
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-011-2/+1
| | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
* | Default to mediagoblin_local.ini if available in ./bin/gmg commandsChristopher Allan Webber2011-10-291-2/+13
| |
* | Make gmg's -cf option a global optionElrond2011-10-231-0/+3
| | | | | | | | | | | | | | | | | | 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
* | Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'Christopher Allan Webber2011-10-011-3/+3
|/ | | | | Conflicts: mediagoblin/util.py
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Feature #298 - Environment tarballJoar Wandborg2011-08-071-0/+8
| | | | | * Added command hooks for gmg_commands.import_export * Added (DANGEROUSLY BLEEDING EDGE) gmg_commands.import_export
* Moves destroy_environment to wipealldata commandWill Kahn-Greene2011-07-301-0/+4
|
* 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-221-0/+13
|
* User migration works (but the rest of the system isn't updated for new user ↵Christopher Allan Webber2011-05-221-0/+4
| | | | setup yet)
* Move the general applicaiton setup commands to a utility moduleChristopher Allan Webber2011-05-221-3/+3
|
* Move the ./bin/gmg shell command into its own module.Christopher Allan Webber2011-05-221-55/+3
|
* ./bin/gmg shell! Should make a lot of peoples' hacking lives easier I ↵Christopher Allan Webber2011-05-151-0/+106
suspect :)