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
/
sql
/
models.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent non-Unicode SQLAlchemy warnings in most submission tests.
Brett Smith
2012-07-08
1
-2
/
+2
*
FIXED SQL MIGRATION #2
Joar Wandborg
2012-06-10
1
-2
/
+4
*
Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...
Joar Wandborg
2012-06-10
1
-0
/
+1
|
\
|
*
Merge branch 'master' into derek-moore-bug405_email_notifications_for_comments
Christopher Allan Webber
2012-03-18
1
-15
/
+43
|
|
\
|
*
|
Added wants_comment_notification to sql model
Derek Moore
2012-03-15
1
-0
/
+1
*
|
|
New media_data row needs to know its MediaEntry's id.
Elrond
2012-03-22
1
-1
/
+2
*
|
|
Add index=True for some columns.
Elrond
2012-03-21
1
-6
/
+7
|
|
/
|
/
|
*
|
Make mediagoblin SQL models all use a consistent table naming scheme
Christopher Allan Webber
2012-03-17
1
-11
/
+11
*
|
Fix media display for no media_data row in sql.
Elrond
2012-03-15
1
-1
/
+1
*
|
Implemented the MediaEntry .media_data type fields for SQL
Christopher Allan Webber
2012-03-14
1
-4
/
+32
|
/
*
Forgot to add FileKeynames to MODELS
Elrond
2012-03-08
1
-1
/
+1
*
Normalize MediaFile.name (make it a foreignkey)
Elrond
2012-03-08
1
-3
/
+32
*
SQL: Added MediaFile and MediaAttachmentFile to MODELS
Joar Wandborg
2012-03-08
1
-1
/
+2
*
And media_data_init() for sql as a dummy
Elrond
2012-03-03
1
-0
/
+4
*
Create a fake MediaEntry.media_data for sql
Elrond
2012-03-03
1
-0
/
+5
*
Attachment support in the SQL backend
Elrond
2012-02-28
1
-1
/
+26
*
Merge branch 'master' into sqlmigrate
Christopher Allan Webber
2012-02-18
1
-5
/
+7
|
\
|
*
Fix MediaTag __init__ to handle no args
Elrond
2012-02-18
1
-3
/
+5
|
*
SQL: fail_metadata as JSON encoded field
Elrond
2012-02-18
1
-2
/
+2
*
|
Merge branch 'master' into sqlmigrate
Christopher Allan Webber
2012-02-18
1
-11
/
+36
|
\
|
|
*
Drop pre-rendered html: MediaComment.content_html
Elrond
2012-02-18
1
-3
/
+2
|
*
Drop pre-rendered html: MediaEntry.description_html
Elrond
2012-02-18
1
-1
/
+0
|
*
Drop pre-rendered html: User.bio_html
Elrond
2012-02-18
1
-1
/
+0
|
*
sql db design suggestions by Svavar Kjarrval
Elrond
2012-02-11
1
-3
/
+26
|
*
Fix copyright statements; add LICENSE for EXIF.py
Will Kahn-Greene
2012-02-08
1
-1
/
+1
|
*
Some small SQL model improvements
Elrond
2012-01-29
1
-2
/
+7
*
|
import changeset into sql models
Christopher Allan Webber
2012-01-29
1
-0
/
+7
*
|
Make name the primary key in migration records
Christopher Allan Webber
2012-01-29
1
-2
/
+1
*
|
Big ol' start of the SQL migrations system.
Christopher Allan Webber
2012-01-29
1
-0
/
+21
|
/
*
Nearly complete support for Tags
Elrond
2012-01-28
1
-4
/
+36
*
Let some code support "media without slug"
Elrond
2012-01-28
1
-1
/
+1
*
Move declarative_base Base into base.py
Elrond
2012-01-26
1
-5
/
+1
*
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
*
License "all rights reserved" default should be None/NULL, not empty string
Christopher Allan Webber
2012-01-21
1
-1
/
+1
*
Added migration for license field, resolved conflict in db/sql/models.py
Aaron Williamson
2012-01-19
1
-5
/
+22
|
\
|
*
Add copyright header and a bit of pep8ification
Elrond
2012-01-20
1
-8
/
+25
*
|
Moved get_license_data to mixin.py, added license to sql media model, added t...
Aaron Williamson
2012-01-18
1
-0
/
+1
|
/
*
Add MediaFile table and related infrastructure.
Elrond
2012-01-11
1
-2
/
+25
*
Add DB Mixin classes and use them
Elrond
2012-01-08
1
-2
/
+3
*
SQL Model: Add relationship properties
Elrond
2011-12-28
1
-0
/
+5
*
SQL Model: Forgot MediaEntry.state field
Elrond
2011-12-28
1
-0
/
+1
*
Implement _id proxy on sql objects (on User for now)
Elrond
2011-12-28
1
-0
/
+14
*
SQL: mongokit like interface
Elrond
2011-12-18
1
-1
/
+3
*
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
1
-0
/
+95