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
/
db
Commit message (
Expand
)
Author
Age
Files
Lines
*
import db.sql.util -> db.util
Sebastian Spaeth
2013-01-17
1
-1
/
+1
*
Implement User.delete() (#540)
Sebastian Spaeth
2013-01-17
1
-1
/
+22
*
Implement Collection.delete()
Sebastian Spaeth
2013-01-17
1
-1
/
+10
*
Implement MediaEntry().delete() (#540)
Sebastian Spaeth
2013-01-17
1
-3
/
+36
*
Simplify check_media_slug_used
Sebastian Spaeth
2013-01-15
2
-7
/
+5
*
Move db.sql.migration_tools to db.migration_tools.
Elrond
2013-01-08
2
-1
/
+1
*
Add inspect_table.
Elrond
2013-01-08
2
-7
/
+11
*
Move all the migration tools into new migration_tools.py
Elrond
2013-01-08
3
-250
/
+265
*
Remove custom GMQuery class
Sebastian Spaeth
2013-01-07
1
-14
/
+1
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
6
-21
/
+4
*
Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypes
Sebastian Spaeth
2013-01-07
3
-2
/
+2
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
5
-5
/
+5
*
Move db.sql.util to db.util
Sebastian Spaeth
2013-01-07
3
-331
/
+310
*
Remove mediagoblin.db.sql.fake.DESCENDING
Sebastian Spaeth
2013-01-07
3
-35
/
+1
*
Remove ObjectId from the tree
Sebastian Spaeth
2012-12-25
2
-10
/
+1
*
Remove InvalidId
Sebastian Spaeth
2012-12-25
2
-10
/
+2
*
Move db.sql.migrations to db.migrations
Sebastian Spaeth
2012-12-25
1
-0
/
+0
*
Move db.sql.open to db.open
Sebastian Spaeth
2012-12-25
3
-82
/
+63
*
RIP out mongo
Sebastian Spaeth
2012-12-25
13
-1400
/
+7
*
Mongo removal: Remove the validate=True arg to obj.save()
Elrond
2012-12-24
1
-2
/
+1
*
Remove Mongoism query.skip()
Sebastian Spaeth
2012-12-21
1
-3
/
+0
*
Remove SimpleFieldAlias
Sebastian Spaeth
2012-12-21
1
-12
/
+0
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
3
-29
/
+6
*
Remove print statments from this migration.
Christopher Allan Webber
2012-12-10
1
-6
/
+5
*
Fix typo, disable debugging.
Elrond
2012-12-10
1
-3
/
+2
*
UniqueConstraing migration: Adding the explaining comments.
Elrond
2012-12-10
1
-0
/
+23
*
Fixing our broken CollectionItem unique constraint.
Elrond
2012-12-10
1
-4
/
+42
*
Ensure query_dict is a dict after the contents have been modified.
Nathan Yergler
2012-12-10
1
-2
/
+8
*
Eeek! Set the migration number to the current migration number being run!
Christopher Allan Webber
2012-12-09
1
-1
/
+1
*
Elrond's suggestion: have set_current_migration execute after each migration ...
Christopher Allan Webber
2012-12-09
1
-1
/
+1
*
make media_manager a property of MediaEntry in mixin.py
Sebastian Spaeth
2012-12-04
1
-3
/
+21
*
Implement licenses.get_license_by_url
Sebastian Spaeth
2012-11-30
1
-1
/
+1
*
Use mediagoblin import machinery
Sebastian Spaeth
2012-11-30
1
-4
/
+5
*
Remove importlib (python2.7'ism)
Sebastian Spaeth
2012-11-30
1
-3
/
+1
*
Merge some small bits by spaetz. Needed later.
Elrond
2012-11-28
2
-6
/
+8
|
\
|
*
Add commit argument to clean_orphan_tags
Sebastian Spaeth
2012-11-28
1
-4
/
+4
|
*
Add "commit" argument to Base model delete()
Elrond
2012-11-28
1
-2
/
+4
*
|
Merge remote-tracking branch 'refs/remotes/elrond/sql/migrate_new_tables'
Christopher Allan Webber
2012-11-26
1
-33
/
+45
|
\
\
|
|
/
|
/
|
|
*
SQL Migrations: Rewrite table creation completely.
Elrond
2012-11-24
1
-33
/
+45
*
|
Stop unicode conversion warning during dbupdate.
Elrond
2012-11-24
1
-1
/
+1
|
/
*
Simplify/Robustify the thumbnail URL usage in templates
Sebastian Spaeth
2012-11-15
1
-0
/
+19
*
Added cascade all, delete-orphan to ProcessingMetaData
Joar Wandborg
2012-09-27
1
-5
/
+7
*
HTTP callback fixes
Joar Wandborg
2012-09-26
1
-1
/
+9
*
Added support for http callbacks on processing
Joar Wandborg
2012-09-26
2
-2
/
+24
*
Added client registration caps to OAuth plugin
Joar Wandborg
2012-09-21
2
-7
/
+13
*
Style fixes
Joar Wandborg
2012-09-18
1
-0
/
+1
*
Fixed collection sidebar for media_home to user collection.url_for_self inste...
Aaron Williamson
2012-09-18
1
-1
/
+1
*
Added default for 'collected' column to migration
Aaron Williamson
2012-09-18
1
-1
/
+1
*
Fixed migrations for Collection and CollectionItem tables
Aaron Williamson
2012-09-18
1
-2
/
+5
*
Added migrations for Collection and CollectionItem tables
Aaron Williamson
2012-09-18
1
-1
/
+30
[next]