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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing bug in dbupdate where it would explode on plugin that is missing MODEL...
Christopher Allan Webber
2013-05-16
1
-0
/
+2
*
Switch "sqlite_refcheck" keyword arg to "migrations" which Elrond thinks is c...
Christopher Allan Webber
2013-04-26
1
-1
/
+1
*
Don't turn on sqlite refcheck stuff during migrations
Christopher Allan Webber
2013-04-26
1
-1
/
+1
*
Switching non-forms back to using normal pass_to_ugettext
Christopher Allan Webber
2013-04-24
1
-1
/
+1
*
Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.
Aditi Mittal
2013-04-24
1
-1
/
+1
*
Move db.sql.migration_tools to db.migration_tools.
Elrond
2013-01-08
1
-1
/
+1
*
Move all the migration tools into new migration_tools.py
Elrond
2013-01-08
1
-1
/
+1
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.util to db.util
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.migrations to db.migrations
Sebastian Spaeth
2012-12-25
1
-1
/
+1
*
Move db.sql.open to db.open
Sebastian Spaeth
2012-12-25
1
-1
/
+1
*
RIP out mongo
Sebastian Spaeth
2012-12-25
5
-116
/
+3
*
Mongo removal: Remove the validate=True arg to obj.save()
Elrond
2012-12-24
1
-1
/
+1
*
Try ipython-based shell first, falling back to plain shell
Sebastian Spaeth
2012-12-19
1
-9
/
+8
*
makeadmin and changepasswd had swapped help text
Christopher Allan Webber
2012-12-18
1
-2
/
+2
*
Fixed tests
Joar Wandborg
2012-09-15
1
-1
/
+1
*
Add OAuth models, plugin DB migrations, api_auth
Joar Wandborg
2012-09-13
1
-4
/
+42
*
replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ...
Aleksej
2012-08-13
1
-1
/
+1
*
Duplication of rstrip unnecessary in link_assets function
Christopher Allan Webber
2012-08-12
1
-1
/
+1
*
Setup the scaffolding for theme installing, but it doesn't work yet
Christopher Allan Webber
2012-07-14
1
-2
/
+4
*
Break the asset linking code off into a reusable function
Christopher Allan Webber
2012-07-14
1
-30
/
+50
*
asset linking command now works
Christopher Allan Webber
2012-07-14
1
-7
/
+26
*
Start of the `./bin/gmg theme assetlink` command.
Christopher Allan Webber
2012-07-14
2
-0
/
+87
*
Make sure MigrationManagers always get Unicode names.
Brett Smith
2012-07-04
1
-1
/
+1
*
Fix problems from pyflakes output
Will Kahn-Greene
2012-06-03
2
-6
/
+3
*
Deprecate ./bin/gmg migrate.
Christopher Allan Webber
2012-04-29
2
-6
/
+8
*
Removing wipealldata command and deleting env_export/env_import for now.
Christopher Allan Webber
2012-04-29
2
-71
/
+14
*
gmg env_import shouldn't crash on unicode ...
Joar Wandborg
2012-04-02
1
-1
/
+1
*
SQL based tests and refactored Celery setup stuff
Christopher Allan Webber
2012-03-26
1
-2
/
+6
*
Wipe the configured database, not the default one
Jakob Kramer
2012-03-24
1
-2
/
+6
*
mongo->sql conversion script now runs mongo migrations first, just in case
Christopher Allan Webber
2012-03-17
2
-2
/
+11
*
Mongosql imports made celery get set up before we wanted it via ./bin/gmg com...
Christopher Allan Webber
2012-03-17
1
-2
/
+1
*
Removing an unnecessary line of whitespace AND crediting Hugo Boyer for the i...
Christopher Allan Webber
2012-03-14
1
-1
/
+0
*
ipython support in ./bin/gmg shell!
Christopher Allan Webber
2012-03-14
1
-8
/
+37
*
Create "gmg convert_mongo_to_sql" command
Elrond
2012-02-23
2
-0
/
+29
*
Updates so that dbupdate command works
Christopher Allan Webber
2012-02-18
2
-6
/
+15
*
Merge branch 'master' into sqlmigrate
Christopher Allan Webber
2012-02-18
7
-7
/
+7
|
\
|
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
7
-7
/
+7
*
|
No need for self here (thanks again Elrond ;))
Christopher Allan Webber
2012-01-29
1
-1
/
+1
*
|
Big ol' start of the SQL migrations system.
Christopher Allan Webber
2012-01-29
1
-0
/
+84
|
/
*
Dot-Notation for MediaEntry.media_files
Elrond
2012-01-04
1
-2
/
+2
*
Fix "bin/gmg migrate" after mongo move
Elrond
2011-12-28
1
-2
/
+2
*
Fixed import_export
Joar Wandborg
2011-12-15
1
-5
/
+5
*
Dot-Notation for MediaEntry.title
Elrond
2011-12-05
1
-2
/
+2
*
Dot-Notation for Users.is_admin
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.status
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.email_verified
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.pw_hash
Elrond
2011-12-05
1
-2
/
+2
*
Dot-Notation for Users.email
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.username
Elrond
2011-12-05
1
-1
/
+1
[next]