Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Context objects now use a contextmanager (and update gmg shell to use it) | Christopher Allan Webber | 2014-12-03 | 1 | -9/+10 |
| | | | | | | | | | This means that we have a really convenient way to make sure that you have a context/request that threads its way through the application, where everything needed gets "shut down" appropriately by the end. You always get a context object via a context manager! And by the time you're done with it, things should be cleaned up. | ||||
* | Make "gmg shell" work with the new globals-less setup | Christopher Allan Webber | 2014-12-03 | 1 | -17/+36 |
| | |||||
* | Try ipython-based shell first, falling back to plain shell | Sebastian Spaeth | 2012-12-19 | 1 | -9/+8 |
| | | | | Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Removing an unnecessary line of whitespace AND crediting Hugo Boyer for the ↵ | Christopher Allan Webber | 2012-03-14 | 1 | -1/+0 |
| | | | | | | ipython code! Thanks Hugo Boyer! I forgot to credit you in my last commit. | ||||
* | ipython support in ./bin/gmg shell! | Christopher Allan Webber | 2012-03-14 | 1 | -8/+37 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Make gmg's -cf option a global option | Elrond | 2011-10-23 | 1 | -2/+1 |
| | | | | | | | | | 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 | -3/+2 |
| | | | | | | | 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 |
| | |||||
* | ./bin/gmg commands upgraded to work with the new setup. | Christopher Allan Webber | 2011-06-18 | 1 | -3/+0 |
| | |||||
* | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 1 | -4/+4 |
| | |||||
* | Move the general applicaiton setup commands to a utility module | Christopher Allan Webber | 2011-05-22 | 1 | -19/+3 |
| | |||||
* | Move the ./bin/gmg shell command into its own module. | Christopher Allan Webber | 2011-05-22 | 1 | -0/+70 |