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
/
init
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-3
/
+3
*
Fix tests post-alembic-migration-changes.
Christopher Allan Webber
2016-03-26
1
-3
/
+9
*
Attach the MediaGoblinApp to the engine, and provide a way for models to access
Christopher Allan Webber
2014-12-03
1
-4
/
+6
*
Starting to deprecate the app_config, global_config by attaching stuff to app
Christopher Allan Webber
2014-12-03
1
-1
/
+6
*
Improved test runtime from 352 seconds to 59 seconds by implementing an in-me...
Emily O'Leary
2013-06-25
1
-5
/
+9
*
Various fixes to plugin assetlinking command.
Christopher Allan Webber
2013-05-23
1
-2
/
+2
*
Work towards getting plugin static linking/serving to work
Christopher Allan Webber
2013-05-23
1
-1
/
+1
*
Start of ability to have plugins provide static resources!
Christopher Allan Webber
2013-05-23
1
-0
/
+7
*
Remove beaker stuff from the code.
Brett Smith
2013-03-24
1
-15
/
+0
*
Move workbench into tools directory.
Elrond
2013-01-17
1
-1
/
+1
*
RIP out mongo
Sebastian Spaeth
2012-12-25
1
-5
/
+3
*
en_US is always available
Sebastian Spaeth
2012-12-02
1
-2
/
+2
*
Honor user's browser language (#558)
Sebastian Spaeth
2012-12-02
1
-0
/
+6
*
Flatpages first pass
Will Kahn-Greene
2012-07-16
1
-21
/
+24
*
Add the theme domain to the application's staticdirector
Christopher Allan Webber
2012-07-14
1
-4
/
+8
*
Update staticdirect stuff so it can handle "domains" of staticdirection
Christopher Allan Webber
2012-07-14
1
-2
/
+2
*
Kill MultiRemoteStaticDirect... nobody was really using it anyway
Christopher Allan Webber
2012-07-14
1
-10
/
+4
*
Moving staticdirect to tools/
Christopher Allan Webber
2012-07-14
1
-1
/
+1
*
Themes are now registered and can have their templates loaded properly
Christopher Allan Webber
2012-07-14
1
-5
/
+19
*
Create load_models().
Elrond
2012-03-20
1
-1
/
+4
*
It's 2012 all up in here
Christopher Allan Webber
2012-02-02
1
-1
/
+1
*
Factor out check_db_migrations_current
Elrond
2012-01-01
1
-21
/
+3
*
Move db/migrations.py -> db/mongo/migrations.py
Elrond
2011-12-20
1
-1
/
+1
*
has_key is deprecated, converting uses to use "in" operator.
Nathan Yergler
2011-10-01
1
-2
/
+2
*
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-7
/
+11
*
Merge branch 'i507_beaker_cache'
Christopher Allan Webber
2011-09-05
1
-0
/
+16
|
\
|
*
Basic beaker caching functionality added to the application.
Christopher Allan Webber
2011-08-23
1
-0
/
+16
*
|
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
|
/
*
Storage config: Drop all Backward Compatibility
Elrond
2011-08-09
1
-3
/
+2
*
storage Config: Stop being backward compatible (beginning).
Elrond
2011-08-09
1
-10
/
+2
*
Storage Config: Use own section
Elrond
2011-08-09
1
-2
/
+16
*
Let users know when their migrations are from the future :O
Christopher Allan Webber
2011-07-30
1
-3
/
+10
*
Move setting up of storage into init/__init__.py
Elrond
2011-07-18
1
-0
/
+14
*
Move application level setup of database to init/
Elrond
2011-07-17
1
-0
/
+29
*
Factor setup_workbench into init submodule.
Elrond
2011-07-07
1
-0
/
+10
*
Let setup_global_and_app_config call setup_globals
Elrond
2011-07-05
1
-0
/
+5
*
Create setup_global_and_app_config
Elrond
2011-07-04
1
-0
/
+13
*
Move setting up of staticdirector to init submodule
Elrond
2011-07-04
1
-0
/
+21
*
Move get_jinja_loader to init submodule.
Elrond
2011-07-02
1
-0
/
+18
*
Start mediagoblin.init
Elrond
2011-07-02
1
-0
/
+15