aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands
Commit message (Expand)AuthorAgeFilesLines
...
| * More progress towards the new reprocessing infrastructure: args updatingChristopher Allan Webber2013-08-162-21/+73
| * added comments and did a little refactoring. not sure if it is actually any c...Rodney Ewing2013-08-161-11/+34
| * add option to not run eagerlyRodney Ewing2013-08-161-2/+8
| * added image reprocessingRodney Ewing2013-08-161-0/+3
| * pep 8Rodney Ewing2013-08-161-9/+9
| * add command option for regenerating all thumbnailsRodney Ewing2013-08-161-3/+18
| * make media_id an optional argumentRodney Ewing2013-08-161-40/+42
| * refactored _run_reprocessingRodney Ewing2013-08-161-1/+9
| * added a set_media_state function. removed the --all flag (just don't enter an...Rodney Ewing2013-08-161-15/+27
| * Pep 8Rodney Ewing2013-08-161-4/+4
| * Just raise standard exception. Pass print statement to gettextRodney Ewing2013-08-161-19/+10
| * added a _run_reprocessing function which handles the hook callsRodney Ewing2013-08-161-0/+6
| * add reprocess_all function. still need to add code to reprocess all failed en...Rodney Ewing2013-08-161-0/+28
| * Added a set_media_type function that has checks to only reprocess one media_t...Rodney Ewing2013-08-161-1/+47
| * Beginnings of a reprocess commandRodney Ewing2013-08-162-0/+45
| * Throw an error if there are unrecognized argumentsRodney Ewing2013-08-166-1/+18
| * use parser.parse_known_args() instead of parser.parse_args()Rodney Ewing2013-08-166-36/+36
* | This was a quick update, I mostly worked on the transition from using the oldtilly-Q2013-09-081-2/+0
* | This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-1/+1
* | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-2/+2
|\|
| * typo fix in foundations branchRodney Ewing2013-08-021-2/+2
* | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-131-1/+0
* | This commit was the work I did fixing errors that cropped up from the merge.tilly-Q2013-07-311-8/+12
* | Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-293-27/+48
|\|
| * I actually had to do a bit more work than I thought, because I needed to accounttilly-Q2013-07-291-5/+20
| * Merge branch 'rodney757-media_plugins'Christopher Allan Webber2013-07-121-9/+1
| |\
| | * modified gmg to use plugin media_types and converted image media_type to new ...Rodney Ewing2013-07-021-9/+1
| * | Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-112-7/+9
| * | Merge remote-tracking branch 'remotes/lotusecho/trac_711_test_speed'Christopher Allan Webber2013-07-031-3/+15
| |\ \ | | |/ | |/|
| | * Updated comments for run_all_migrations and config_spec.ini.Emily O'Leary2013-06-271-2/+6
| | * Improved test runtime from 352 seconds to 59 seconds by implementing an in-me...Emily O'Leary2013-06-251-3/+11
| * | moved bcrypt_gen_password_hash to basic_auth/tools and added gen_password_has...Rodney Ewing2013-05-241-3/+3
| |/
* | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-0/+7
* | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-031-0/+4
|/
* Cleaning a bit: os.path.sep.join -> os.path.joinChristopher Allan Webber2013-05-231-2/+2
* docstring update: link theme... and plugins!Christopher Allan Webber2013-05-231-1/+1
* Generalize "gmg theme assetlink" -> "gmg assetlink" and cover both theme and ...Christopher Allan Webber2013-05-232-52/+29
* Various fixes to plugin assetlinking command.Christopher Allan Webber2013-05-231-5/+5
* Work towards getting plugin static linking/serving to workChristopher Allan Webber2013-05-231-7/+63
* Fixing bug in dbupdate where it would explode on plugin that is missing MODEL...Christopher Allan Webber2013-05-161-0/+2
* Switch "sqlite_refcheck" keyword arg to "migrations" which Elrond thinks is c...Christopher Allan Webber2013-04-261-1/+1
* Don't turn on sqlite refcheck stuff during migrationsChristopher Allan Webber2013-04-261-1/+1
* Switching non-forms back to using normal pass_to_ugettextChristopher Allan Webber2013-04-241-1/+1
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-1/+1
* Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-081-1/+1
* Move all the migration tools into new migration_tools.pyElrond2013-01-081-1/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Move db.sql.util to db.utilSebastian Spaeth2013-01-071-1/+1
* Move db.sql.migrations to db.migrationsSebastian Spaeth2012-12-251-1/+1
* Move db.sql.open to db.openSebastian Spaeth2012-12-251-1/+1