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
/
open.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
There's absolutely no reason for a Session().commit object mirrored onto Sess...
Christopher Allan Webber
2014-12-03
1
-4
/
+0
*
Attach the MediaGoblinApp to the engine, and provide a way for models to access
Christopher Allan Webber
2014-12-03
1
-1
/
+6
*
Adding query property to DatabaseMaster for forward compatibility
Christopher Allan Webber
2014-12-03
1
-0
/
+4
*
Attach the base models to sessions and the DatabaseMaster for backwards compa...
Christopher Allan Webber
2014-12-03
1
-2
/
+14
*
Some docstrings
Christopher Allan Webber
2014-12-03
1
-0
/
+13
*
Return DatabaseManager or DatabaseMaster depending on DISABLE_GLOBALS
Christopher Allan Webber
2014-12-03
1
-2
/
+6
*
Oops, got the boolean backwards :P
Christopher Allan Webber
2014-12-03
1
-1
/
+1
*
Adding DatabaseManager as an alternative to DatabaseMaster
Christopher Allan Webber
2014-12-03
1
-25
/
+77
*
Cleanup mediagoblin._compat and fix translation tests.
Berker Peksag
2014-07-28
1
-2
/
+3
*
Continue to port GMG codebase.
Berker Peksag
2014-05-08
1
-1
/
+2
*
modified gmg to use plugin media_types and converted image media_type to new ...
Rodney Ewing
2013-07-02
1
-4
/
+0
*
Switch "sqlite_refcheck" keyword arg to "migrations" which Elrond thinks is c...
Christopher Allan Webber
2013-04-26
1
-3
/
+15
*
Don't turn on sqlite refcheck stuff during migrations
Christopher Allan Webber
2013-04-26
1
-2
/
+2
*
Enable foreign key checking on sqlite.
Elrond
2013-01-18
1
-1
/
+12
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.open to db.open
Sebastian Spaeth
2012-12-25
1
-3
/
+62
*
RIP out mongo
Sebastian Spaeth
2012-12-25
1
-11
/
+1
*
Create load_models().
Elrond
2012-03-20
1
-2
/
+4
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
Add develover sql switch
Elrond
2012-01-28
1
-2
/
+11
*
Factor out check_db_migrations_current
Elrond
2012-01-01
1
-1
/
+2
*
Move db/open.py to db/mongo/open.py
Elrond
2011-12-20
1
-39
/
+1
*
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-1
/
+1
*
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
*
Merge branch 'master' into f411_new_migrations
Christopher Allan Webber
2011-07-13
1
-1
/
+2
|
\
|
*
Move db_name default into config_spec.ini
Elrond
2011-07-11
1
-1
/
+1
*
|
give option in connect_database_from_config to connect to a pymongo.Connection
Christopher Allan Webber
2011-07-10
1
-8
/
+25
|
/
*
Factor out most of the database connection into db/open.py
Elrond
2011-05-19
1
-0
/
+37