Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring back the ascii art goblin! For python 2 anyway. | Christopher Allan Webber | 2014-10-10 | 1 | -2/+1 |
| | | | | This does a "friendly" fallback where it skips the middleware on python 3. | ||||
* | Move paste.ini, lazystarter.sh back to the right place | Christopher Allan Webber | 2014-10-10 | 1 | -0/+86 |
| | |||||
* | Most of the way to having a desirable `./configure && make` setup | Christopher Allan Webber | 2014-10-10 | 1 | -86/+0 |
| | | | | | | | | Tries to simplify a lot of the configure code. This is mostly because I found what I expected the previous configure setup to do wasn't quite what it was doing. Also supports a --with-python3 option. | ||||
* | Temporarily disabling the mediagoblin errors middleware | Christopher Allan Webber | 2014-09-15 | 1 | -1/+2 |
| | | | | We don't have paste (core) in py3, so.... | ||||
* | Restore different server options. | Berker Peksag | 2014-08-15 | 1 | -0/+24 |
| | |||||
* | Remove Paste#http, Paste#urlmap and Paste#static dependencies. | Berker Peksag | 2014-06-29 | 1 | -54/+12 |
| | | | | | | | Changes: * Paste#http -> Gunicorn * Paste#urlmap and Paste#static -> werkzeug.wsgi.SharedDataMiddleware | ||||
* | Oh right, actually mount /plugin_static/ :) | Christopher Allan Webber | 2013-05-23 | 1 | -0/+1 |
| | |||||
* | Work towards getting plugin static linking/serving to work | Christopher Allan Webber | 2013-05-23 | 1 | -0/+5 |
| | | | | | | | | | - add link_plugin_assets. For now, incorrectly running from ./bin/gmg theme assetlink... uh, will fix ;) - Update paste and config_spec.ini configs to handle the locations and serving of the plugins' static resources This commit sponsored by Marko Dimjašević. Thank you! | ||||
* | Remove the last traces of beaker. | Elrond | 2013-04-09 | 1 | -9/+0 |
| | | | | | | | | There were still some traces of beaker around: - docs: replaced by reference to itsdangerous. - paste configs: Wiped away. - config_spec.ini: wiped. - test_mgoblin_app.ini: also wiped. | ||||
* | Remove beaker stuff from the code. | Brett Smith | 2013-03-24 | 1 | -1/+1 |
| | | | | This is all obsoleted by It's Dangerous. | ||||
* | Serve and setup the mediagoblin "linked theme" assets directory | Christopher Allan Webber | 2012-07-14 | 1 | -0/+6 |
| | |||||
* | Create a default logging config | Elrond | 2012-01-09 | 1 | -0/+22 |
| | | | | | | | | | | | paste uses paste.ini to configure python's logging module. Until now, there was NO config, not even a useful default one. This means: any messages went away unseen. Not good. The new default logs everything to stderr at level INFO and higher. Maybe not the best, but a good starting point. | ||||
* | 640: Configuration files should mention their _local versions | Elrond | 2011-11-12 | 1 | -0/+3 |
| | | | | | Thanks go to Aleksej Serdjukov for bringing this up and providing the patch in the bug! | ||||
* | Make sure we run fcgi in forked mode... mediagoblin is not currently thread ↵ | Christopher Allan Webber | 2011-10-30 | 1 | -1/+1 |
| | | | | safe! | ||||
* | More easy options for deploying without having to modify paste.ini... | Christopher Allan Webber | 2011-10-30 | 1 | -2/+7 |
| | |||||
* | Added a "broadcast" server config and a bit of helpful commenting (I hope!) | Christopher Allan Webber | 2011-10-30 | 1 | -0/+21 |
| | |||||
* | [620] Allow for multiple mediagoblin configs to be set in config.ini, use first | Christopher Allan Webber | 2011-10-29 | 1 | -1/+1 |
| | | | | | This way we can copy paste.ini into paste_local.ini but not have to update it to find mediagoblin_local.ini. | ||||
* | flup, not flerp! | Christopher Allan Webber | 2011-10-23 | 1 | -1/+1 |
| | |||||
* | Add a flup server option to the default paste.ini to make deployment a bit ↵ | Christopher Allan Webber | 2011-10-23 | 1 | -0/+5 |
| | | | | easier. | ||||
* | When using paste's static content server to serve media | Elrond | 2011-09-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | entries and other files the client should have some idea on how long it can cache those files locally before asking again for them. The old setting was: Don't allow the client to cache. New setting: 1 week for the media entries (they don't change, ever) 1 day for css/logos, etc. They change on an update, so people might want to see the new design soon. | ||||
* | Slightly wrapping paste error middleware and turning it on | Christopher Allan Webber | 2011-08-21 | 1 | -2/+10 |
| | | | | Now we can show a nice "borked goblin" error :) | ||||
* | Moving server.ini->paste.ini because willkg points out server.ini is ambiguous | Christopher Allan Webber | 2011-06-20 | 1 | -0/+34 |
Updating the file, updating lazyserver.sh, updating docs. |