summaryrefslogtreecommitdiff
path: root/project2/files/fsRows.h
Commit message (Collapse)AuthorAge
* GCC 4.8 compat fixesrandomdan2013-10-08
|
* Allow instance registration to occur with different key typesrandomdan2013-09-15
|
* Massive refactor to remove the appEngine and environment complication and ↵randomdan2013-07-05
| | | | instead have an execution context that's passed around from the original call site
* Remove lots of specific implementations and replace them with our new ↵randomdan2012-03-28
| | | | generic loader
* Pluggable file system row filtersrandomdan2011-12-20
| | | | | | fsrows now uses the proper variable instantiation methods files module now includes a precompiled header Supporting script changes
* 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
* 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
* The big reshufflerandomdan2011-08-31