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
*
Create load_models().
Elrond
2012-03-20
3
-2
/
+20
*
Import "Base" from base instead of models.
Elrond
2012-03-20
2
-4
/
+3
*
Disable query logging for now, so we get nicer logs
Elrond
2012-03-20
1
-1
/
+1
*
Removing print statements from convert_gps_media_data migration
Christopher Allan Webber
2012-03-18
1
-2
/
+0
*
Let convert_mongo_to_sql add Migration Records
Elrond
2012-03-17
1
-1
/
+17
*
Make mediagoblin SQL models all use a consistent table naming scheme
Christopher Allan Webber
2012-03-17
1
-11
/
+11
*
Create function to search media by slug.
Elrond
2012-03-16
3
-2
/
+19
*
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
*
Convert (gps) image media_data.
Elrond
2012-03-14
1
-0
/
+23
*
Migration to move gps data around
Elrond
2012-03-14
1
-0
/
+18
*
Fix VideoData insertion
Christopher Allan Webber
2012-03-14
1
-1
/
+1
*
Convert media_data for video
Elrond
2012-03-13
1
-0
/
+15
*
Improve logging of sql queries a bit.
Elrond
2012-03-10
1
-1
/
+3
*
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
*
Generic generate_slug for mongo and sql.
Elrond
2012-03-07
2
-11
/
+18
*
Generic check_media_slug_used db utility.
Elrond
2012-03-05
3
-3
/
+21
*
SQL: Tool to cleanup unused tag slugs.
Elrond
2012-03-05
1
-0
/
+22
*
Implement atomic_update for SQL.
Elrond
2012-03-04
2
-1
/
+15
*
Create atomic_update db utility function
Elrond
2012-03-04
2
-1
/
+13
*
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
*
Video media_data: Change layout in the mongo world
Elrond
2012-03-01
2
-0
/
+17
*
SQL: Improve video media_data table
Elrond
2012-03-01
1
-0
/
+1
*
Cleanup Session after each request.
Elrond
2012-02-28
1
-0
/
+1
*
Attachment support in the SQL backend
Elrond
2012-02-28
2
-2
/
+36
*
Let SQL objects support .setdefault() and .delete()
Elrond
2012-02-26
1
-0
/
+10
*
Allow .id instead of ._id for the Mongo backend
Elrond
2012-02-25
1
-0
/
+15
*
Create "gmg convert_mongo_to_sql" command
Elrond
2012-02-23
1
-3
/
+3
*
mongo to sql convert: Better Ordering
Elrond
2012-02-23
1
-4
/
+4
*
Updates so that dbupdate command works
Christopher Allan Webber
2012-02-18
1
-1
/
+1
*
Merge branch 'master' into sqlmigrate
Christopher Allan Webber
2012-02-18
3
-9
/
+36
|
\
|
*
Start having useful defaults for SQL
Elrond
2012-02-18
1
-2
/
+1
|
*
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
3
-4
/
+30
*
|
Merge branch 'master' into sqlmigrate
Christopher Allan Webber
2012-02-18
17
-43
/
+109
|
\
|
|
*
Drop pre-rendered html: MediaComment.content_html
Elrond
2012-02-18
5
-10
/
+22
|
*
Drop pre-rendered html: MediaEntry.description_html
Elrond
2012-02-18
5
-12
/
+23
|
*
Drop pre-rendered html: User.bio_html
Elrond
2012-02-18
5
-4
/
+17
|
*
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
7
-7
/
+7
|
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
10
-10
/
+10
|
*
Some small SQL model improvements
Elrond
2012-01-29
2
-4
/
+11
*
|
Excepting that migration 1 doesn't work(!), sqlalchemy migration branch working
Christopher Allan Webber
2012-01-29
1
-2
/
+5
*
|
Update the string outputs to match our tests: newlines, ...->:, etc.
Christopher Allan Webber
2012-01-29
1
-2
/
+2
*
|
migrations_to_run here a list, so no reason to call it
Christopher Allan Webber
2012-01-29
1
-1
/
+1
*
|
self.latest_migration now a property, so we shouldn't __call__ it!
Christopher Allan Webber
2012-01-29
1
-1
/
+1
*
|
For clarity, self.database -> self.session.
Christopher Allan Webber
2012-01-29
1
-12
/
+12
[next]