summaryrefslogtreecommitdiff
path: root/project2/xmlPresenter.h
Commit message (Collapse)AuthorAge
* The big reshufflerandomdan2011-08-31
|
* Split xmlRawRows into 2 variants (preloaded and load from URL)randomdan2011-08-25
| | | | | | Push key builder down into the cache base Add an xmlMemCache impl. that stores XML documents in memory Pass cache spec params to close also
* All new dynamic transformations and processing and tidyup and stuffrandomdan2011-07-14
|
* Support setting presenter node namespaces directlyrandomdan2011-05-12
| | | | Copy the XML node namespace and prefix to the presenter in rawView
* Allow rawview to accurately reconstruct a tree when text and elements ↵randomdan2011-04-19
| | | | | | | coexist as children Fix to keep the source script document in mempry during processing by console app engine (requirement of rawview) Copy the complete faq answer paragraph node into the html page as is
* Allow specifying all sorts of previously hardcoded things, most importantly ↵randomdan2011-03-09
| | | | | | | 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
* Build a common base for loading p2 xml scripts with proper error checkingrandomdan2011-02-25
| | | | | | 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
* Tidy up the class hierarchy and reduce header dependenciesrandomdan2011-02-19
|
* Tidied up XML loader using boost::multi_indexrandomdan2011-02-15
|
* Convert dumpTask into a generic purpose file* writerrandomdan2011-02-14
| | | | Fully implement view support in p2console
* Add lots of funky stuff to make the system (internally) type saferandomdan2011-02-01
|
* Do some renaming and reorganising at lastrandomdan2010-12-18