| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix naming clash with 'cache' | randomdan | 2014-06-02 |
| | | |||
| * | 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 | ||
| * | Improvements to popenrw and add popenrwe for the stderr pipe too | randomdan | 2014-01-10 |
| | | | | | | Improve exception when loading a library fails Fix a handful of ingeniously located memory leaks | ||
| * | Explicit instantiations of instance store/map/set to avoid multiple ↵ | randomdan | 2014-01-04 |
| | | | | | instantiatation in different compilation units | ||
| * | Assume, don't force, relative paths to scripts (allows absolute root paths) | randomdan | 2013-12-03 |
| | | |||
| * | Allow instance registration to occur with different key types | randomdan | 2013-09-15 |
| | | |||
| * | Add missing early return on XML parse error | randomdan | 2013-08-31 |
| | | |||
| * | 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 | ||
| * | Move remaining options out of environment | randomdan | 2013-06-23 |
| | | |||
| * | Fix the gch usage quirk with a silly hack and a load of small changes | randomdan | 2013-06-21 |
| | | |||
| * | Split the plugable stuff into its own files/classes | randomdan | 2013-06-21 |
| | | |||
| * | Move options into the global scope | randomdan | 2013-06-20 |
| | | |||
| * | Remove the now pointless wrapper around UUIDs | randomdan | 2013-05-31 |
| | | |||
| * | Move non p2 specific components into a supporting library, build libmisc ↵ | randomdan | 2013-04-04 |
| | | | | | into this too | ||
| * | Fix pch header inclusions and missing headers for no-pch building | randomdan | 2013-04-04 |
| | | |||
| * | Adds a presenter loader that performs basic HTTP content negotiation | randomdan | 2013-03-23 |
| | | |||
| * | Really dirty hack to make libxmlpp not crash with HTML docs | randomdan | 2013-03-20 |
| | | |||
| * | Have xml cache documents owned by a xmlpp instance | randomdan | 2013-03-18 |
| | | | | | Extend rawview with a variant that allows the source document to be of remote source | ||
| * | Folderise variables and another test | randomdan | 2013-03-16 |
| | | |||
| * | Plugable CGI request routers | randomdan | 2013-03-13 |
| | | | | | | The simple (default) router The programable router | ||
| * | Add support for writing dates in a custom format in XML presenter | randomdan | 2013-02-03 |
| | | |||
| * | Don't add null values to the XML output tree | randomdan | 2013-01-23 |
| | | | | | Include part info where available in guide | ||
| * | Use the method attribute from the XSLT document to determine the output method | randomdan | 2013-01-16 |
| | | |||
| * | Add transform code to default error stage | randomdan | 2013-01-09 |
| | | | | | Do xslt transform according to PI, not source value | ||
| * | Register exslt functions on start up | randomdan | 2013-01-05 |
| | | |||
| * | Use media-type for content type of XSL transformed documents | randomdan | 2013-01-04 |
| | | | | | | Allow setting up a default transformation chain with default presenters Remove mod_transform requirement from sites | ||
| * | 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) | ||
| * | Render subviews in the order they're defined | randomdan | 2012-04-28 |
| | | | | | | Add viewGroup for creating arbitrary nesting Don't error when a previously referenced script file no longer exists, just return not current | ||
| * | Fixed memory leak in HtmlDocument (free doc) | randomdan | 2012-04-27 |
| | | | | | Fix crash when internal transforms and debug document are enabled together (remove debug target transform from presenter) | ||
| * | Check presenter caches are at least as new as their source scripts (bug17) | randomdan | 2012-04-25 |
| | | |||
| * | Add support for using boost::format for log messages | randomdan | 2012-04-24 |
| | | | | | Fix initialisation of console logger | ||
| * | Add support for simple mutations of XML output (node rearrangement) | randomdan | 2012-04-20 |
| | | |||
| * | Remove lots of specific implementations and replace them with our new ↵ | randomdan | 2012-03-28 |
| | | | | | generic loader | ||
| * | Add init function to presenter because none default ones get cached between ↵ | randomdan | 2012-03-19 |
| | | | | | runs and need resetting | ||
| * | Centralise variable null checking | randomdan | 2012-03-18 |
| | | |||
| * | Much improved flexibility around partial/parameterised SQL merges | randomdan | 2012-02-28 |
| | | |||
| * | Add options for controlling the extra annotations in XML output | randomdan | 2012-02-18 |
| | | |||
| * | 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 | ||
| * | Turn script values inside out to avoid throwing internally | randomdan | 2012-02-16 |
| | | |||
| * | Implement our own XInclude code that keeps track of files used and file ↵ | randomdan | 2012-02-15 |
| | | | | | times allowing for properly implementing script caching's isCurrent | ||
| * | Improved script component caching, performance tweaks and related fixes for ↵ | randomdan | 2012-02-15 |
| | | | | | persistent objects | ||
| * | Pull the script location back into the core and add support for caching of ↵ | randomdan | 2012-02-14 |
| | | | | | parsed script documents | ||
| * | Optimize and tweak | randomdan | 2012-02-14 |
| | | |||
| * | Lazy session ID creation | randomdan | 2012-02-13 |
| | | |||
| * | Adds support for presenter level caching modules and implements a file based ↵ | randomdan | 2012-02-12 |
| | | | | | one (requires xattr support) | ||
| * | Add some configurability to the Html2Text transform | randomdan | 2012-01-09 |
| | | | | | Add option for repeating a testCgi run for benchmarking | ||
| * | Fix missing email message content | randomdan | 2012-01-06 |
| | | | | | Reimplement ordering of email content parts with support from WritableContent classes | ||
| * | Address memory leaks that have snook in over time | randomdan | 2012-01-04 |
| | | |||
