Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |