summaryrefslogtreecommitdiff
path: root/project2/console
Commit message (Expand)AuthorAge
* Central various bits of the CGI start up processrandomdan2013-07-10
* Massive refactor to remove the appEngine and environment complication and ins...randomdan2013-07-05
* Move script resolution out of environment into script readerrandomdan2013-06-23
* Move logger initialisation and optionSource loading out of environment into t...randomdan2013-06-23
* Fix the gch usage quirk with a silly hack and a load of small changesrandomdan2013-06-21
* Split the plugable stuff into its own files/classesrandomdan2013-06-21
* Move options into the global scoperandomdan2013-06-20
* Add back some basic help outputrandomdan2013-06-03
* Remove the now pointless wrapper around UUIDsrandomdan2013-05-31
* GCC 4.6 workaround for vector of objects with constsrandomdan2013-04-05
* Fix pch header inclusions and missing headers for no-pch buildingrandomdan2013-04-04
* Split variable and variabletype code into separate filesrandomdan2013-03-29
* Strip all uri parameter stuff from common, make it cgi onlyrandomdan2013-03-28
* Plugable CGI request routersrandomdan2013-03-13
* Fix creation of default error XML document stylerandomdan2012-07-22
* Add support for using boost::format for log messagesrandomdan2012-04-24
* Create app engine on the heap as SourceObjects are now self registering (smar...randomdan2012-04-03
* Add init function to presenter because none default ones get cached between r...randomdan2012-03-19
* Finer control over output to presenters, addresses issues with JSON output an...randomdan2012-02-17
* Persist the CGI Environment over many iterations of the app engine, reloading...randomdan2012-02-13
* Adds support for presenter level caching modules and implements a file based ...randomdan2012-02-12
* Regeneralise some coderandomdan2012-01-01
* Split check and test functionality... if and check now take tests as children...randomdan2011-12-20
* Improvements to the handling of command line argumentsrandomdan2011-12-16
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
* Pluggable script enginesrandomdan2011-12-14
* Drop Boost::program_options in favour of our own, pluggable system which inte...randomdan2011-12-08
* Add component events for process begin and before requestrandomdan2011-12-02
* Groundwork for common presenter layerrandomdan2011-11-28
* New memoryCache implementationrandomdan2011-11-27
* Get rid of the multi presenter mess in viewHost and replace it with a single ...randomdan2011-11-26
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
* Log errors from TaskHostrandomdan2011-11-07
* Remove session implementations per container, not pointrandomdan2011-10-19
* More flexible Curl helpers with boost::bindrandomdan2011-09-06
* Add more precompiled headersrandomdan2011-09-01
* The big reshufflerandomdan2011-08-31
* Strip out some dead woodrandomdan2011-08-09
* Allow all plugable components to have settings injected into themrandomdan2011-07-31
* Half decent error handling in scripts with project2:handler[try/catch/finally]randomdan2011-07-28
* 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
* Support setting presenter node namespaces directlyrandomdan2011-05-12
* Allow rawview to accurately reconstruct a tree when text and elements coexist...randomdan2011-04-19
* Add conditional execution from sqlTaskrandomdan2011-03-31
* Pass XML node to XML storerrandomdan2011-03-30
* Fix linking problem where binaries linked against the installed libs, not the...randomdan2011-03-11
* 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