| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
Add appData to all presenters, add envData to the final cgi stage if it is a presenter
Add timing info to appData
|
|
|
|
|
|
| |
Remove virtual inheritance in many places
Strip down the unneeded docs made my doxygen
Add beginnings of a docbook
|
| |
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
and do it properly
|
|
|
|
|
|
|
| |
have CommonObjects load them once on demand
Fix rdbmsDataSource closing transactions it didn't open
Change XML to match the above changes
|
|
|
|
|
|
|
| |
Allow all config options in the config file, even in debug (console and cgi support different things, would always break)
Allow multiple query params to be set in console mode
Allow url params to be set in console mode
Call the new dbpp finish function to do some checking
|
|
|
|
|
|
|
| |
Improve error messages almost everywhere
Allow setting of platform through the options system
Allow specifying query params on the console
Fix file stream writer's string support for strings containing multibyte chars
|
| |
|
|
|
|
| |
Fully implement view support in p2console
|
|
|
|
|
|
|
|
|
| |
Fixes to keep uuid impl choice entirely within uuid class
Fix to collect all text in xslRows
Error in unhandled compares
Add support for no change check in PQ connector
Move dumptask in p2console, soon to be removed
Fix variable creation code to set type correctly
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Includes site and console updates to match
|
| |
|
|
|
|
|
| |
Remove need for Boost UUID in p2console needed for XML session management by having app engines handle their own sessions
p2web now implements XML sessions by depending on libp2xmlSession
|
|
|
|
| |
Use these callbacks to clean up unused DB connections
|
|
|
|
| |
Fix setting the environment up in p2console
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Make path in file based rows a variable
Fix variable cache invalidation on parent row change
Use new features to only load new files
|
|
|
|
| |
Add SqlMergeTask
|
|
|