summaryrefslogtreecommitdiff
path: root/project2/xml
Commit message (Collapse)AuthorAge
...
* Lazy session ID creationrandomdan2012-02-13
|
* Adds support for presenter level caching modules and implements a file based ↵randomdan2012-02-12
| | | | one (requires xattr support)
* Add some configurability to the Html2Text transformrandomdan2012-01-09
| | | | Add option for repeating a testCgi run for benchmarking
* Fix missing email message contentrandomdan2012-01-06
| | | | Reimplement ordering of email content parts with support from WritableContent classes
* Address memory leaks that have snook in over timerandomdan2012-01-04
|
* Allowing specification of output encodingrandomdan2012-01-03
|
* Regeneralise some coderandomdan2012-01-01
| | | | | Fully customisable output chain Minor supporting tweaks here and there
* Add type safety to XML documentsrandomdan2011-12-27
| | | | Includes minor fixes around date serialisation and parsing
* Improvements to the handling of command line argumentsrandomdan2011-12-16
|
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
|
* Pluggable script enginesrandomdan2011-12-14
| | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout
* Drop Boost::program_options in favour of our own, pluggable system which ↵randomdan2011-12-08
| | | | integrates application platforms properly
* Add component events for process begin and before requestrandomdan2011-12-02
| | | | Store XML sessions in a single folder, one file per session, not one big file
* Make ContentPresenter a mix-inrandomdan2011-11-29
| | | | | Add a JSON presenter Fix minor bugs in JSON serializer highlighter by new presenter
* Groundwork for common presenter layerrandomdan2011-11-28
|
* New memoryCache implementationrandomdan2011-11-27
| | | | New mapFind helper function
* Don't needlessly write empty sessionsrandomdan2011-11-25
|
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
| | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent
* Transactional cachesrandomdan2011-11-16
|
* Make many things use variables instead of preread valuesrandomdan2011-11-02
| | | | | Add support for a Boolean type Fix flow error in exception handling
* Finally sort the stupid names problem in the XML lib and remove xmlMemCache ↵randomdan2011-10-25
| | | | for flawed from day one
* Remove session implementations per container, not pointrandomdan2011-10-19
|
* Allow XSL row prefetches to return their failures upon actual userandomdan2011-10-10
|
* Fix issue with not creating unique session IDsrandomdan2011-10-05
|
* Include broken down date and time parts in XML outputrandomdan2011-10-04
|
* Empty the XSL row cache on iterationrandomdan2011-09-17
|
* Fix call to create new curl objects in XML libsrandomdan2011-09-07
|
* More flexible Curl helpers with boost::bindrandomdan2011-09-06
| | | | | | Remove lots of duplicate code with safeMapFind Rework the session code into something slightly more sensible Add a doobry for forcing a CGI error
* Minor shufflerandomdan2011-09-02
| | | | | Add referer support in cURL things Add support for redirects in cgi views
* Add more precompiled headersrandomdan2011-09-01
|
* Fix missing includerandomdan2011-09-01
|
* The big reshufflerandomdan2011-08-31