Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Python 3 docker-compose recipe for MediaGoblin hacking. | Ben Sturmfels | 2019-09-16 | 1 | -0/+9 |
| | |||||
* | Support Unicode characters in configuration values | Simen Heggestøyl | 2017-10-16 | 1 | -0/+1 |
| | | | | | | | Prior to this commit, using a Unicode character in a configuration string would result in a `UnicodeDecodeError` being raised. Supporting Unicode characters is especially useful in user-facing configuration strings, such as `html_title`. | ||||
* | 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 |
| | | | | This commit sponsored by Thomas Løcke. Thank you! | ||||
* | Fix the new config "plugin spec" loading code so it doesn't break on no ↵ | Christopher Allan Webber | 2013-05-08 | 1 | -1/+1 |
| | | | | plugins section | ||||
* | Allow plugins to install their own config_spec.ini if they like. | Christopher Allan Webber | 2013-05-08 | 1 | -0/+42 |
| | | | | This commit sponsored by Timothy Vollmer. Thanks Tim! | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -1/+1 |
| | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | ||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Move config.py to init/ | Elrond | 2011-07-02 | 1 | -0/+122 |
Some simple changes needed to do that. The interesting question left: Should config_spec.ini also be moved? |