index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
gmg_commands
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix module name for `gmg alembic` command
Boris Bobrov
2016-03-08
1
-2
/
+2
*
Add "gmg raw_alembic" command.
Christopher Allan Webber
2016-03-03
1
-0
/
+6
*
This import_export stuff is mongodb days leftovers. Removing!
Christopher Allan Webber
2014-11-26
1
-14
/
+0
*
Make a mediagoblin.ini file for the user if needed.
Christopher Allan Webber
2014-10-10
1
-0
/
+26
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-0
/
+8
|
\
|
*
#303 : enhancement : add a command to delete users
Loïc Le Ninan
2014-06-11
1
-0
/
+4
|
*
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadata
tilly-Q
2014-05-13
1
-1
/
+5
|
|
\
|
*
|
I made it so the command no longer requires the "Target type" to be provided,
tilly-Q
2014-04-21
1
-1
/
+1
|
*
|
This branch will create a commandline bulk-upload script. So far, I have written
tilly-Q
2014-04-21
1
-0
/
+4
*
|
|
Add an initial "gmg serve" implementation.
Berker Peksag
2014-08-15
1
-0
/
+4
*
|
|
Use six.iteritems() instead of dict.iteritems().
Berker Peksag
2014-05-26
1
-1
/
+3
|
|
/
|
/
|
*
|
Issue #824: Add gmg deletemedia command.
Berker Peksag
2014-04-10
1
-0
/
+4
|
/
*
Start of addmedia command. Kinda close to working ;)
Christopher Allan Webber
2013-11-13
1
-0
/
+4
*
More progress towards the new reprocessing infrastructure: args updating
Christopher Allan Webber
2013-08-16
1
-6
/
+6
*
Beginnings of a reprocess command
Rodney Ewing
2013-08-16
1
-0
/
+4
*
use parser.parse_known_args() instead of parser.parse_args()
Rodney Ewing
2013-08-16
1
-6
/
+6
*
Generalize "gmg theme assetlink" -> "gmg assetlink" and cover both theme and ...
Christopher Allan Webber
2013-05-23
1
-5
/
+9
*
RIP out mongo
Sebastian Spaeth
2012-12-25
1
-9
/
+0
*
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
*
Deprecate ./bin/gmg migrate.
Christopher Allan Webber
2012-04-29
1
-1
/
+2
*
Removing wipealldata command and deleting env_export/env_import for now.
Christopher Allan Webber
2012-04-29
1
-12
/
+14
*
Create "gmg convert_mongo_to_sql" command
Elrond
2012-02-23
1
-0
/
+4
*
Updates so that dbupdate command works
Christopher Allan Webber
2012-02-18
1
-0
/
+4
*
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
|
\
|
*
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
*
|
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
*
|
Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'
Christopher Allan Webber
2011-10-01
1
-3
/
+3
|
/
*
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
*
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 s...
Christopher Allan Webber
2011-05-22
1
-0
/
+4
*
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 suspec...
Christopher Allan Webber
2011-05-15
1
-0
/
+106