summaryrefslogtreecommitdiff
path: root/project2/common/rowView.h
Commit message (Collapse)AuthorAge
* Move lots of components from common in basicsrandomdan2014-04-11
|
* 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
* Render subviews in the order they're definedrandomdan2012-04-28
| | | | | Add viewGroup for creating arbitrary nesting Don't error when a previously referenced script file no longer exists, just return not current
* Increased control over nesting and output; allows cut down output suitable ↵randomdan2012-03-18
| | | | for things like jQuery
* Create 404s when row sets optionally don't return rowsrandomdan2012-03-15
|
* Add support for aggregates in row viewsrandomdan2012-01-31
| | | | | | Add a few aggregates implementations (min, max, distinct) Use distinct to get the GB homepage in a single DB trip Fix lessthan operation on variable types to be the right way round as it now matters
* 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
* Groundwork for common presenter layerrandomdan2011-11-28
|
* Make many things use variables instead of preread valuesrandomdan2011-11-02
| | | | | Add support for a Boolean type Fix flow error in exception handling
* The big reshufflerandomdan2011-08-31