Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generalize "gmg theme assetlink" -> "gmg assetlink" and cover both theme and ↵ | Christopher Allan Webber | 2013-05-23 | 1 | -5/+9 |
| | | | | | | | | | plugins We've moved the module... probably I'll re-add theme just to give a warning that this is deprecated. This commit sponsored by Kevin Williams. Thank you! | ||||
* | RIP out mongo | Sebastian Spaeth | 2012-12-25 | 1 | -9/+0 |
| | | | | | | | | | Since sqlalchemy is providing our database abstraction and we have moved away from Mongo as the underlying database, it is now time to simplify things and rip out mongo. This provides the bulk of the changes, and can stand on its own. There are some followup tasks that can be done, such as removing now unneeded abstraction layers, e.g. db.sql.fake.py | ||||
* | makeadmin and changepasswd had swapped help text | Christopher Allan Webber | 2012-12-18 | 1 | -2/+2 |
| | |||||
* | Start of the `./bin/gmg theme assetlink` command. | Christopher Allan Webber | 2012-07-14 | 1 | -0/+6 |
| | | | | Mostly works but doesn't handle all the places it could break. | ||||
* | Deprecate ./bin/gmg migrate. | Christopher Allan Webber | 2012-04-29 | 1 | -1/+2 |
| | | | | | Keeping it around just in case someone manually wants to migrate before running the convert thing or... something. Probably silly. | ||||
* | Removing wipealldata command and deleting env_export/env_import for now. | Christopher Allan Webber | 2012-04-29 | 1 | -12/+14 |
| | | | | | | None of these tools really work anymore in the SQL world, and possibly aren't as necessary either. In the meanwhile, just disabling them to reduce confusion. | ||||
* | Create "gmg convert_mongo_to_sql" command | Elrond | 2012-02-23 | 1 | -0/+4 |
| | | | | | | | | | Finally, to make testing of sql a bit easier, create a bin/gmg command to do the conversion from mongo to sql. It's currently named "convert_mongo_to_sql". The most important option is the gmg -cf option to give a configfile with the appropiate sql_engine definition. | ||||
* | Updates so that dbupdate command works | Christopher Allan Webber | 2012-02-18 | 1 | -0/+4 |
| | | | | | | - Various fixes to dbupdate itself - Switching db/sql/migrations.py to use a dict instead of a list - Registering the function | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 1 | -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 Yergler | 2011-10-01 | 1 | -1/+1 |
| | | |||||
| * | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -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 commands | Christopher Allan Webber | 2011-10-29 | 1 | -2/+13 |
| | | |||||
* | | Make gmg's -cf option a global option | Elrond | 2011-10-23 | 1 | -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 Webber | 2011-10-01 | 1 | -3/+3 |
|/ | | | | | Conflicts: mediagoblin/util.py | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Feature #298 - Environment tarball | Joar Wandborg | 2011-08-07 | 1 | -0/+8 |
| | | | | | * Added command hooks for gmg_commands.import_export * Added (DANGEROUSLY BLEEDING EDGE) gmg_commands.import_export | ||||
* | Moves destroy_environment to wipealldata command | Will Kahn-Greene | 2011-07-30 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -0/+13 |
| | |||||
* | User migration works (but the rest of the system isn't updated for new user ↵ | Christopher Allan Webber | 2011-05-22 | 1 | -0/+4 |
| | | | | setup yet) | ||||
* | Move the general applicaiton setup commands to a utility module | Christopher Allan Webber | 2011-05-22 | 1 | -3/+3 |
| | |||||
* | Move the ./bin/gmg shell command into its own module. | Christopher Allan Webber | 2011-05-22 | 1 | -55/+3 |
| | |||||
* | ./bin/gmg shell! Should make a lot of peoples' hacking lives easier I ↵ | Christopher Allan Webber | 2011-05-15 | 1 | -0/+106 |
suspect :) |