summaryrefslogtreecommitdiff
path: root/project2/cgi
Commit message (Expand)AuthorAge
...
* Add more precompiled headersrandomdan2011-09-01
* The big reshufflerandomdan2011-08-31
* Add missing resolveScript call in custom check handlingrandomdan2011-07-31
* Allow all plugable components to have settings injected into themrandomdan2011-07-31
* Strip out some useless wrappersrandomdan2011-07-29
* Half decent error handling in scripts with project2:handler[try/catch/finally]randomdan2011-07-28
* Fix compilation against old Boostrandomdan2011-07-20
* Push defined columns stuff into its own class, used from streamRowsrandomdan2011-07-19
* Add missing change to external resolveScriptrandomdan2011-07-19
* 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
* Add conditional execution from sqlTaskrandomdan2011-03-31
* Pass XML node to XML storerrandomdan2011-03-30
* Allow scripts to propergate messages from parameter checks into the presentat...randomdan2011-03-10
* Fix surplus local pointers causing random crashesrandomdan2011-03-10
* Allow specifying all sorts of previously hardcoded things, most importantly p...randomdan2011-03-09
* Don't shoehorn our HTTP response into a cgicc::status one, just implement our...randomdan2011-03-08
* Split appData and envDatarandomdan2011-03-08
* Fix function definitions to match declarations (fixes Doxygen warnings)randomdan2011-03-02
* Add support for local error handlingrandomdan2011-02-28
* Only initialise program_options once (only really affects p2fcgi)randomdan2011-02-25
* Build a common base for loading p2 xml scripts with proper error checkingrandomdan2011-02-25
* Tidy up the class hierarchy and reduce header dependenciesrandomdan2011-02-19
* Don't require the (probably repeated) inclusion of datasource definitions, ha...randomdan2011-02-18
* Make CurlHandle throw an exception on failurerandomdan2011-02-16
* Tidied up XML loader using boost::multi_indexrandomdan2011-02-15
* Add debug option for dumping the data document before sending it to the web s...randomdan2011-02-15
* Fixes to compile with all gcc warnings as errorsrandomdan2011-02-14
* Fix silly bug loading readonly RDBMS config entriesrandomdan2011-02-10
* Add concept of runtime configuration, set by HTTP hostname or environment var...randomdan2011-02-04
* Fix Presenter's inheritance of CommonObjectsrandomdan2011-01-25
* Add wrappers and Jam for building with UUIDs from OSSP instead of Boostrandomdan2011-01-21
* Split the plain CGI and the FastCGI variants into separate programs with a no...randomdan2010-12-22
* Catch Glib::Exceptions which don't inherit from std::exception (grr)randomdan2010-12-21
* Do some renaming and reorganising at lastrandomdan2010-12-18
* Return HTTP 500 on errorrandomdan2010-12-16
* All new fangled iterators, views, row engines, exceptions, the list goes onrandomdan2010-12-14
* Improve XML usage correctnessrandomdan2010-11-01
* Add callbacks for key points in time allow clean up of unused stuffrandomdan2010-10-26
* Drop the pain in the ass SHM session container in favour of an XML onerandomdan2010-08-31
* Add alarm to be called when p2web has been idle for 60secondsrandomdan2010-08-25
* Whole new low dependency object loaderrandomdan2010-08-24
* Adds an largely untested console appenginerandomdan2010-08-07
* Move CGI code into its own folderrandomdan2010-08-07