aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands
Commit message (Expand)AuthorAgeFilesLines
* Fixed testsJoar Wandborg2012-09-151-1/+1
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-131-4/+42
* replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ...Aleksej2012-08-131-1/+1
* Duplication of rstrip unnecessary in link_assets functionChristopher Allan Webber2012-08-121-1/+1
* Setup the scaffolding for theme installing, but it doesn't work yetChristopher Allan Webber2012-07-141-2/+4
* Break the asset linking code off into a reusable functionChristopher Allan Webber2012-07-141-30/+50
* asset linking command now worksChristopher Allan Webber2012-07-141-7/+26
* Start of the `./bin/gmg theme assetlink` command.Christopher Allan Webber2012-07-142-0/+87
* Make sure MigrationManagers always get Unicode names.Brett Smith2012-07-041-1/+1
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-032-6/+3
* Deprecate ./bin/gmg migrate.Christopher Allan Webber2012-04-292-6/+8
* Removing wipealldata command and deleting env_export/env_import for now.Christopher Allan Webber2012-04-292-71/+14
* gmg env_import shouldn't crash on unicode ...Joar Wandborg2012-04-021-1/+1
* SQL based tests and refactored Celery setup stuffChristopher Allan Webber2012-03-261-2/+6
* Wipe the configured database, not the default oneJakob Kramer2012-03-241-2/+6
* mongo->sql conversion script now runs mongo migrations first, just in caseChristopher Allan Webber2012-03-172-2/+11
* Mongosql imports made celery get set up before we wanted it via ./bin/gmg com...Christopher Allan Webber2012-03-171-2/+1
* Removing an unnecessary line of whitespace AND crediting Hugo Boyer for the i...Christopher Allan Webber2012-03-141-1/+0
* ipython support in ./bin/gmg shell!Christopher Allan Webber2012-03-141-8/+37
* Create "gmg convert_mongo_to_sql" commandElrond2012-02-232-0/+29
* Updates so that dbupdate command worksChristopher Allan Webber2012-02-182-6/+15
* Merge branch 'master' into sqlmigrateChristopher Allan Webber2012-02-187-7/+7
|\
| * It's 2012 all up in hereChristopher Allan Webber2012-02-027-7/+7
* | No need for self here (thanks again Elrond ;))Christopher Allan Webber2012-01-291-1/+1
* | Big ol' start of the SQL migrations system.Christopher Allan Webber2012-01-291-0/+84
|/
* Dot-Notation for MediaEntry.media_filesElrond2012-01-041-2/+2
* Fix "bin/gmg migrate" after mongo moveElrond2011-12-281-2/+2
* Fixed import_exportJoar Wandborg2011-12-151-5/+5
* Dot-Notation for MediaEntry.titleElrond2011-12-051-2/+2
* Dot-Notation for Users.is_adminElrond2011-12-051-1/+1
* Dot-Notation for Users.statusElrond2011-12-051-1/+1
* Dot-Notation for Users.email_verifiedElrond2011-12-051-1/+1
* Dot-Notation for Users.pw_hashElrond2011-12-051-2/+2
* Dot-Notation for Users.emailElrond2011-12-051-1/+1
* Dot-Notation for Users.usernameElrond2011-12-051-1/+1
* Most users won't see this but having space after prompt still nice for passwo...Christopher Allan Webber2011-12-031-1/+1
* PEP-8'ifying prompt_if_not_setChristopher Allan Webber2011-12-031-3/+3
* Prompt for arguments in adduser if not present (I created a function in util....Manuel Urbano Santos2011-12-032-1/+17
* Change adduser arguments from positional to --keyword style.Manuel Urbano Santos2011-12-031-5/+5
* Use setup_global_and_app_config in gmg's migrate.Elrond2011-11-261-3/+3
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-4/+6
|\
| * import_export - Added some error handlingJoar Wandborg2011-10-141-4/+6
* | export: Handle Unicode titles better in loggingElrond2011-11-151-2/+1
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-134-12/+11
|\ \
| * | has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-011-1/+1
| * | Whitespace and formatting cleanup.Nathan Yergler2011-10-014-11/+10
| |/
* | Default to mediagoblin_local.ini if available in ./bin/gmg commandsChristopher Allan Webber2011-10-291-2/+13
* | Removed suggestion that the user run ./bin/buildoutChristopher Allan Webber2011-10-261-1/+1
* | Added an extra warning about wipealldata being pretty inflexible.Christopher Allan Webber2011-10-261-0/+4
* | Make gmg's -cf option a global optionElrond2011-10-236-19/+5