Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | app.py and migrate.py must import migrations in order to load said migrations... | Christopher Allan Webber | 2011-07-14 | 1 | -1/+3 | |
| | ||||||
* | Elrond thinks we should use one of print/sys.stdout.write and .flush() | Christopher Allan Webber | 2011-07-13 | 1 | -1/+5 | |
| | | | | I don't see the harm, so... done. | |||||
* | Use new migrations system in ./bin/gmg migrate | Christopher Allan Webber | 2011-07-10 | 1 | -14/+22 | |
| | ||||||
* | Updating migrate.py to actually run the indexing commands | Christopher Allan Webber | 2011-06-27 | 1 | -2/+18 | |
| | ||||||
* | 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. | |||||
* | No need to describe usage of subcommands, gmg subcommand --help does that | Christopher Allan Webber | 2011-06-22 | 1 | -3/+3 | |
| | ||||||
* | Adding new function to gmg_commands, adduser,makeadmin and changepw issue 373 | Alejandro Villanueva | 2011-06-22 | 2 | -0/+141 | |
| | ||||||
* | ./bin/gmg commands upgraded to work with the new setup. | Christopher Allan Webber | 2011-06-18 | 3 | -25/+1 | |
| | ||||||
* | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 2 | -5/+4 | |
| | ||||||
* | User migration works (but the rest of the system isn't updated for new user ↵ | Christopher Allan Webber | 2011-05-22 | 2 | -0/+49 | |
| | | | | setup yet) | |||||
* | Move the general applicaiton setup commands to a utility module | Christopher Allan Webber | 2011-05-22 | 3 | -22/+51 | |
| | ||||||
* | Move the ./bin/gmg shell command into its own module. | Christopher Allan Webber | 2011-05-22 | 2 | -55/+73 | |
| | ||||||
* | ./bin/gmg shell! Should make a lot of peoples' hacking lives easier I ↵ | Christopher Allan Webber | 2011-05-15 | 1 | -0/+106 | |
suspect :) |