Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use native for instead BOOST_FOREACH | Dan Goodliffe | 2015-01-04 |
| | |||
* | Support range requests and seekable streams | randomdan | 2014-03-20 |
| | | | | | Untangle streams/streamPresenter/writableContent Pass the ExecContext into more bits of content interface | ||
* | Massive refactor to remove the appEngine and environment complication and ↵ | randomdan | 2013-07-05 |
| | | | | instead have an execution context that's passed around from the original call site | ||
* | Move script resolution out of environment into script reader | randomdan | 2013-06-23 |
| | |||
* | Move options into the global scope | randomdan | 2013-06-20 |
| | |||
* | Fix creation of default error XML document style | randomdan | 2012-07-22 |
| | | | | | Fix hack used in script tidy up by not creating a mess in the first place (pass default or scripted to objects on creation) Fix bug where a cached script that failed on first run would succeed wrongly on subsequent runs due to excessive tidy up (above) | ||
* | Tidy up some error handling and mutables | randomdan | 2012-04-23 |
| | |||
* | Remove lots of specific implementations and replace them with our new ↵ | randomdan | 2012-03-28 |
| | | | | generic loader | ||
* | Fix missing email message content | randomdan | 2012-01-06 |
| | | | | Reimplement ordering of email content parts with support from WritableContent classes | ||
* | Allowing specification of output encoding | randomdan | 2012-01-03 |
| | |||
* | Regeneralise some code | randomdan | 2012-01-01 |
| | | | | | Fully customisable output chain Minor supporting tweaks here and there | ||
* | Remove straggling references to XML and configuration from recent changes | randomdan | 2011-12-15 |
| | |||
* | Pluggable script engines | randomdan | 2011-12-14 |
| | | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout | ||
* | Drop Boost::program_options in favour of our own, pluggable system which ↵ | randomdan | 2011-12-08 |
| | | | | integrates application platforms properly | ||
* | Remove the need to implement loadComplete which is empty in most cases | randomdan | 2011-11-25 |
| | | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent | ||
* | Make many things use variables instead of preread values | randomdan | 2011-11-02 |
| | | | | | Add support for a Boolean type Fix flow error in exception handling | ||
* | The big reshuffle | randomdan | 2011-08-31 |