| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Remove lots of duplicate code with safeMapFind
Rework the session code into something slightly more sensible
Add a doobry for forcing a CGI error
|
| |
|
|
|
|
| |
Add support for plugable session containers
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
paths
Rework the CGI stage structure to support custom presentations in the event of errors
Changes to the Jamfile to ensure each component is complete in itself
|
|
|
|
|
| |
Add appData to all presenters, add envData to the final cgi stage if it is a presenter
Add timing info to appData
|
| |
|
|
|
|
|
|
| |
Extend cgiAppEngine to be able to return data documents specifying an error (requires Apache 2.2.16 and to have filter-errordocs set)
Allow cgi requests to return a default document, suitable for 'yes, I did that' type responses
Updates to GentooBrowse to use these features
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add centralised logging system
Add code for runtime configuration
Add support for configuring logging
Move all existing logging to new logging system
|
|
|
|
|
|
| |
variable depending on engine
Use it in ArtfulSeller, although there is currently only one platform
|
|
|
|
|
| |
Use smart pointers to stages, they are refcounted after all
Have variables keep a handle to their row sources, fixes crash during stage destruction
|
| |
|
| |
|
|
|
|
| |
Includes site and console updates to match
|
|
|
|
|
|
|
| |
Switch to using intrusive_ptr in cases where the class is mine
Remove deps of funtional type base cpp files on implementation headers
General tidy up in places
Post load event and removal of mutable things initialised on first run
|
|
|