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
*
Proper url_to_{prev,next} for SQL
Elrond
2012-01-22
1
-0
/
+21
*
Create a fully functional get_comments for SQL
Elrond
2012-01-22
1
-0
/
+7
*
Convert over the license field, too!
Christopher Allan Webber
2012-01-21
1
-1
/
+1
*
License "all rights reserved" default should be None/NULL, not empty string
Christopher Allan Webber
2012-01-21
3
-3
/
+3
*
Added migration for license field, resolved conflict in db/sql/models.py
Aaron Williamson
2012-01-19
7
-9
/
+138
|
\
|
*
Add copyright header and a bit of pep8ification
Elrond
2012-01-20
6
-11
/
+113
|
*
Use custom query class
Elrond
2012-01-20
1
-1
/
+21
*
|
Moved get_license_data to mixin.py, added license to sql media model, added t...
Aaron Williamson
2012-01-18
3
-6
/
+7
*
|
Merge branch 'mediagoblin-upstream' into feature544_basic_license_data
Aaron Williamson
2012-01-18
1
-0
/
+28
|
\
|
|
*
sql/fake.py: Some fake objects/methods to calm the code
Elrond
2012-01-18
1
-0
/
+28
*
|
Fixed a syntax error in edit/views and added back in some missing license stu...
Aaron Williamson
2012-01-17
1
-1
/
+8
*
|
Fixed merge with upstream
Aaron Williamson
2012-01-17
1
-106
/
+47
*
|
Merged changes with upstream
Aaron Williamson
2012-01-17
16
-318
/
+902
|
\
|
|
*
Add MediaFile table and related infrastructure.
Elrond
2012-01-11
3
-3
/
+49
|
*
Fix url_for_self mixup
Elrond
2012-01-11
2
-24
/
+5
|
*
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber
2012-01-10
3
-42
/
+97
|
|
\
|
|
*
Add DB Mixin classes and use them
Elrond
2012-01-08
3
-61
/
+97
|
*
|
Fixed #724 and added extra infos to the atom feed (author uri and links to th...
Michele Azzolari
2012-01-10
1
-3
/
+5
|
|
/
|
*
Import MigrationManager from mongo in mongo backend.
Elrond
2012-01-04
2
-2
/
+2
|
*
sql convert: Use more library functions
Elrond
2012-01-01
1
-11
/
+9
|
*
Factor out check_db_migrations_current
Elrond
2012-01-01
3
-1
/
+29
|
*
Add a .save method on the sql db objects
Elrond
2011-12-29
1
-1
/
+9
|
*
Support .get(fieldname) on sql db objects
Elrond
2011-12-29
1
-0
/
+3
|
*
SQL Model: Add relationship properties
Elrond
2011-12-28
1
-0
/
+5
|
*
SQL Model: Forgot MediaEntry.state field
Elrond
2011-12-28
2
-1
/
+2
|
*
Implement _id proxy on sql objects (on User for now)
Elrond
2011-12-28
1
-0
/
+14
|
*
Turn media.get_uploader into a property
Elrond
2011-12-27
1
-1
/
+2
|
*
Use media.url_for_self instead of calling urlgen directly
Elrond
2011-12-27
1
-8
/
+4
|
*
Move verification key generation to view
Elrond
2011-12-27
1
-2
/
+0
|
*
Improve .one() by using sqlalchemy's .one()
Elrond
2011-12-24
1
-3
/
+1
|
*
Add search level one() method
Elrond
2011-12-24
1
-0
/
+13
|
*
Turn MediaComment's author() into get_author property
Elrond
2011-12-23
1
-1
/
+2
|
*
Move db/models.py -> db/mongo/models.py
Elrond
2011-12-20
2
-1
/
+1
|
*
Move db/migrations.py -> db/mongo/migrations.py
Elrond
2011-12-20
2
-1
/
+1
|
*
Move db/util.py -> db/mongo/util.py
Elrond
2011-12-20
4
-278
/
+296
|
*
Move db/indexes.py to db/mongo/indexes.py
Elrond
2011-12-20
2
-1
/
+1
|
*
Move db/open.py to db/mongo/open.py
Elrond
2011-12-20
3
-39
/
+71
|
*
SQL: mongokit like interface
Elrond
2011-12-18
4
-2
/
+54
|
*
Simple Mongo -> SQL migration tool
Elrond
2011-12-17
1
-0
/
+143
|
*
Little sql model update
Elrond
2011-12-17
1
-1
/
+2
|
*
SQL: Some toys and little fix
Elrond
2011-12-15
1
-1
/
+12
|
*
Move sql models into db/sql/
Elrond
2011-12-15
2
-0
/
+15
|
*
Merge remote branch 'remotes/cwebber/sqlalchemy'
Elrond
2011-12-15
1
-0
/
+95
|
|
\
|
|
*
Beginnings of sqlalchemy models
Christopher Allan Webber
2011-11-17
1
-0
/
+95
|
*
|
Dot-Notation for MediaEntry.media_data
Elrond
2011-12-05
1
-2
/
+2
|
*
|
Dot-Notation for MediaEntry.slug
Elrond
2011-12-05
1
-6
/
+6
|
*
|
Dot-Notation for MediaEntry.title
Elrond
2011-12-05
1
-1
/
+1
|
*
|
Dot-Notation for MediaEntry.uploader
Elrond
2011-12-05
1
-3
/
+3
|
*
|
Dot-Notation for Users.pw_hash
Elrond
2011-12-05
1
-1
/
+1
|
*
|
Dot-Notation for Users.username
Elrond
2011-12-05
1
-4
/
+4
[next]