summaryrefslogtreecommitdiff
path: root/project2/console
Commit message (Collapse)AuthorAge
* Convert dumpTask into a generic purpose file* writerrandomdan2011-02-14
| | | | Fully implement view support in p2console
* Fixes to compile with all gcc warnings as errorsrandomdan2011-02-14
| | | | | | | | | 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
* Fix silly bug loading readonly RDBMS config entriesrandomdan2011-02-10
| | | | | | | Add centralised logging system Add code for runtime configuration Add support for configuring logging Move all existing logging to new logging system
* Add concept of runtime configuration, set by HTTP hostname or environment ↵randomdan2011-02-04
| | | | | | variable depending on engine Use it in ArtfulSeller, although there is currently only one platform
* Add lots of funky stuff to make the system (internally) type saferandomdan2011-02-01
|
* All new fangled iterators, views, row engines, exceptions, the list goes onrandomdan2010-12-14
| | | | Includes site and console updates to match
* Improve XML usage correctnessrandomdan2010-11-01
|
* Split up libs even morerandomdan2010-10-29
| | | | | 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
* Add callbacks for key points in time allow clean up of unused stuffrandomdan2010-10-26
| | | | Use these callbacks to clean up unused DB connections
* Drop the pain in the ass SHM session container in favour of an XML onerandomdan2010-08-31
| | | | Fix setting the environment up in p2console
* Whole new low dependency object loaderrandomdan2010-08-24
| | | | | | | 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
* Bind merge populators recursively to leafsrandomdan2010-08-12
| | | | | | Make path in file based rows a variable Fix variable cache invalidation on parent row change Use new features to only load new files
* Tidy up hierarchyrandomdan2010-08-08
| | | | Add SqlMergeTask
* Adds an largely untested console appenginerandomdan2010-08-07