

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 365 (100.0%) | 21.4 |
| trunk/wact/view/table/ | 2 (11.8%) | 158 (43.3%) | 79.0 |
| trunk/wact/view/data/ | 8 (47.1%) | 145 (39.7%) | 18.1 |
| trunk/examples/view/ | 6 (35.3%) | 40 (11.0%) | 6.6 |
| trunk/ | 1 (5.9%) | 22 (6.0%) | 22.0 |

moved from view/data to view/table
159 lines of code changed in 3 files:
fix 'unexpected' expected error in test case from highest error_reporting
13 lines of code changed in 3 files:
pretty sure this will not survive in the long run, but this provides a quick means of overriding the default render method in a standard WactTableColumnView, and essentially allows for custom columns
66 lines of code changed in 2 files:
added capability to speficy column order by manually adding columns in TableView
76 lines of code changed in 3 files:
added a hook to look for the file runtests.local.php in which you can
define your own DefaultTestRunningConfig class. Instructed svn to ignore this local file
22 lines of code changed in 1 file:
rudimentary initial table view tag
13 lines of code changed in 4 files:
cleaned up (and theoretically sped up) regex, hopefully improved readability
16 lines of code changed in 1 file: