Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use AdHoc plugins for scriptable things and remove legacy plugin support | Dan Goodliffe | 2015-09-30 |
| | |||
* | Support range requests and seekable streams | randomdan | 2014-03-20 |
| | | | | | Untangle streams/streamPresenter/writableContent Pass the ExecContext into more bits of content interface | ||
* | Adds native support for time_duration as a variable type | randomdan | 2014-03-03 |
| | | | | Pass/retrieve boost::posix_time ptime and time_duration into/out of the db tier | ||
* | Allow instance registration to occur with different key types | randomdan | 2013-09-15 |
| | |||
* | Allow specifying a custom date format in an XML presenter declaration, used ↵ | randomdan | 2013-08-19 |
| | | | | to correct the date format used in GB RSS feeds | ||
* | 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 | ||
* | Split the plugable stuff into its own files/classes | randomdan | 2013-06-21 |
| | |||
* | Move options into the global scope | randomdan | 2013-06-20 |
| | |||
* | Don't add null values to the XML output tree | randomdan | 2013-01-23 |
| | | | | Include part info where available in guide | ||
* | 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) | ||
* | Add support for simple mutations of XML output (node rearrangement) | randomdan | 2012-04-20 |
| | |||
* | Add init function to presenter because none default ones get cached between ↵ | randomdan | 2012-03-19 |
| | | | | runs and need resetting | ||
* | Finer control over output to presenters, addresses issues with JSON output ↵ | randomdan | 2012-02-17 |
| | | | | | | and makes some other bits more sensible Tweaks to XSLT as some things have moved | ||
* | 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 | ||
* | 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 | ||
* | Make ContentPresenter a mix-in | randomdan | 2011-11-29 |
| | | | | | Add a JSON presenter Fix minor bugs in JSON serializer highlighter by new presenter | ||
* | 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 | ||
* | The big reshuffle | randomdan | 2011-08-31 |