[root]/trunk/examples/view
form
(0 files, 0 lines)
html
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 66 (100.0%) | 218 (100.0%) | 3.3 |
| norbertmocsnik | 24 (36.4%) | 103 (47.2%) | 4.2 |
| JeffMoore | 36 (54.5%) | 75 (34.4%) | 2.0 |
| jsweat | 6 (9.1%) | 40 (18.3%) | 6.6 |
Moved many of the examples into an acceptance test directory, cleaning up the
examples directory to contain only end-user focused examples.
Examples should be full applications that perform some nominally useful
function.
Code fragments go in the acceptance directory.
0 lines of code changed in 10 files:
Completed split between WactRepeatingView and WactSeparatedRepeatingView
2 lines of code changed in 1 file:
Fixed failing test cases from previous checkin.
Created WactSeparatedRepeatingView and WactRepeatingView from WactRepeatedItem.
3 lines of code changed in 3 files:
Renamed dataRoot to just plain root.
6 lines of code changed in 1 file:
Renamed setDefaultChild to setOnEmptyChild.
1 lines of code changed in 1 file:
Split render method into render and paint. Render is reserved for the
framework, while paint methods are template methods that can be extended.
This opens up opportunities for a more advanced rendering lifecycle.
22 lines of code changed in 5 files:
Renamed setSeparator to setSeparatorChild in order to be more consistent with
addChild and setDefaultChild.
1 lines of code changed in 1 file:
Added Wact classname prefix to Callback wrapper classes and Notifier classes.
Added functionality to callback wrapper classes.
23 lines of code changed in 4 files:
moved from view/data to view/table
1 lines of code changed in 1 file:
fix 'unexpected' expected error in test case from highest error_reporting
8 lines of code changed in 1 file:
added capability to speficy column order by manually adding columns in TableView
12 lines of code changed in 1 file:
rudimentary initial table view tag
3 lines of code changed in 2 files:
cleaned up (and theoretically sped up) regex, hopefully improved readability
16 lines of code changed in 1 file:
Added getTestServerUrl method to WactWebTestCase
9 lines of code changed in 4 files:
Fixed bug caused by incorrect parameters to WactTagView constructor.
1 lines of code changed in 1 file:
Fixed bug caused by child search being limited to a depth of one.
1 lines of code changed in 1 file:
Introduced ArrayAccess in the View examples.
15 lines of code changed in 4 files:
Removed PHP 4-style object references.
7 lines of code changed in 4 files:
Replaced parent::render() method call with new renderChildren method to be
more explicit.
6 lines of code changed in 4 files:
Got the View example test cases working in the new environment:
- require_once'd webtestcase.inc.php
- renamed test classes to Wact*
- introduced object-based config access instead of constants (any better solution for this?)
19 lines of code changed in 4 files:
(3 more)