summaryrefslogtreecommitdiff
path: root/project2/cgi/cgiStagePresent.cpp
Commit message (Expand)AuthorAge
* Massive refactor to remove the appEngine and environment complication and ins...randomdan2013-07-05
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
* Minor fixes to work with GCC 4.7randomdan2013-03-03
* Use media-type for content type of XSL transformed documentsrandomdan2013-01-04
* Fix creation of default error XML document stylerandomdan2012-07-22
* Fixes suggested by cppcheckrandomdan2012-07-09
* Write sha1 hashes onto presenter cache files and validate client caches with ...randomdan2012-07-04
* Add support for client side caching and revalidation (HTTP If-Modified-Since,...randomdan2012-06-29
* Check presenter caches are at least as new as their source scripts (bug17)randomdan2012-04-25
* Handy little lazy pointer class for last minute default initialisationrandomdan2012-04-24
* Remove lots of specific implementations and replace them with our new generic...randomdan2012-03-28
* Create 404s when row sets optionally don't return rowsrandomdan2012-03-15
* Strip clutter from CGI stagesrandomdan2012-03-15
* Adds support for presenter level caching modules and implements a file based ...randomdan2012-02-12
* Fix another memory leak (better methods possibly available, but this will suf...randomdan2012-01-06
* Allowing specification of output encodingrandomdan2012-01-03
* Regeneralise some coderandomdan2012-01-01
* Pluggable script enginesrandomdan2011-12-14
* Control what application engine data is added to the output presenterrandomdan2011-12-01
* Make ContentPresenter a mix-inrandomdan2011-11-29
* Get rid of the multi presenter mess in viewHost and replace it with a single ...randomdan2011-11-26
* Minor shufflerandomdan2011-09-02
* Add more precompiled headersrandomdan2011-09-01
* Don't call resolveScript quite so muchrandomdan2011-07-19
* Allow references to scripts deep in the treerandomdan2011-07-18
* Make *Host parse their XML document on first run of components, fixes sendmai...randomdan2011-07-15
* All new dynamic transformations and processing and tidyup and stuffrandomdan2011-07-14
* Allow scripts to propergate messages from parameter checks into the presentat...randomdan2011-03-10
* Allow specifying all sorts of previously hardcoded things, most importantly p...randomdan2011-03-09