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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-1
/
+1
*
Don't disable existing loggers when initialising Celery.
Ben Sturmfels
2021-08-23
1
-1
/
+1
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
4
-14
/
+14
*
Avoid Celery/RabbitMQ "connection reset" errors [#5609].
Fernando Gutierrez
2020-05-12
1
-1
/
+0
*
Add Python 3 docker-compose recipe for MediaGoblin hacking.
Ben Sturmfels
2019-09-16
1
-0
/
+9
*
Merge branch 'transcoding_progress'
Boris Bobrov
2018-07-12
1
-0
/
+8
|
\
|
*
Replace print statements to logging
vijeth-aradhya
2017-08-05
1
-3
/
+0
|
*
Celery Priority testing with debug statements
vijeth-aradhya
2017-06-13
1
-0
/
+3
|
*
Add additional celery config settings
vijeth-aradhya
2017-06-11
1
-0
/
+8
*
|
Support Unicode characters in configuration values
Simen Heggestøyl
2017-10-16
1
-0
/
+1
|
/
*
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
*
Add documentation on changing data dir and Fix stylistic changes
Jessica Tallon
2014-09-29
1
-19
/
+19
*
defaults now pulled from a mashup of mediagoblin.ini and config_spec.ini
Christopher Allan Webber
2014-09-24
1
-9
/
+24
*
Merge branch 'merge-python3-port'
Christopher Allan Webber
2014-09-22
1
-2
/
+4
|
\
|
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-1
/
+16
|
|
\
|
*
|
Use six.iteritems() instead of dict.iteritems().
Berker Peksag
2014-05-26
1
-2
/
+4
*
|
|
The scheduled garbage collection task was not being called due to it being mi...
Matt Molyneaux
2014-09-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Tidy up federation code and add tests to cover more of the APIs
Jessica Tallon
2014-08-18
1
-2
/
+4
*
|
Add unseralize for API objects
Jessica Tallon
2014-07-22
1
-1
/
+1
*
|
Add garbage collection task
Jessica Tallon
2014-07-22
1
-0
/
+13
|
/
*
Improved test runtime from 352 seconds to 59 seconds by implementing an in-me...
Emily O'Leary
2013-06-25
1
-5
/
+9
*
New notifications
Joar Wandborg
2013-06-09
1
-1
/
+17
*
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
*
Tests should no longer use the environment-variable-related-setup and set up ...
Christopher Allan Webber
2013-05-12
1
-33
/
+0
*
Fix the new config "plugin spec" loading code so it doesn't break on no plugi...
Christopher Allan Webber
2013-05-08
1
-1
/
+1
*
Allow plugins to install their own config_spec.ini if they like.
Christopher Allan Webber
2013-05-08
1
-0
/
+42
*
removing old callable utilities and porting stuff over.
Christopher Allan Webber
2013-04-19
3
-5
/
+5
*
Merge branch '637_friendlier_hooks'
Christopher Allan Webber
2013-04-10
3
-10
/
+5
|
\
|
*
Switch several functions over to using the new callable_run* tools!
Christopher Allan Webber
2013-04-10
3
-10
/
+5
*
|
Remove beaker stuff from the code.
Brett Smith
2013-03-24
1
-15
/
+0
|
/
*
Updated raven plugin
Joar Wandborg
2013-03-03
2
-0
/
+9
*
You can now set the PASTE_CONFIG environment variable to control logging setup
Christopher Allan Webber
2013-02-25
1
-0
/
+5
*
Use logging.config.fileConfig()
Joar Wandborg
2013-02-07
1
-41
/
+2
*
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
*
Removed debugging stuff from master
Joar Wandborg
2012-09-30
1
-8
/
+0
*
Use RawConfigParser instead of dict.viewitems
Joar Wandborg
2012-09-30
1
-3
/
+7
*
Set up celery logging from paste ini
Joar Wandborg
2012-09-30
1
-0
/
+65
*
[Issue 466] Implement e-z plugin disabling
Will Kahn-Greene
2012-07-17
1
-0
/
+7
*
Rework plugin infrastructure to nix side-effects
Will Kahn-Greene
2012-07-17
1
-14
/
+12
*
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
[next]