Directory trunk/examples/view/

Directory Created:
2006-04-29 16:43
Directory Deleted:
2007-07-14 15:16
Total Files:
0
Deleted Files:
10
Lines of Code:
0

[root]/trunk/examples/view
                Folder removed from repo form (0 files, 0 lines)
                Folder removed from repo html (0 files, 0 lines)

Lines of Code

trunk/examples/view/ Lines of Code

Developers

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

Most Recent Commits

JeffMoore 2007-07-14 15:16 Rev.: 537

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:

  • trunk/examples/view: datasource.php (del), datasource.test.php (del), default.php (del), default.test.php (del), list.php (del), list.test.php (del), separator.php (del), separator.test.php (del), table.php (del), table.test.php (del)
JeffMoore 2006-11-05 02:10 Rev.: 292

Completed split between WactRepeatingView and WactSeparatedRepeatingView

2 lines of code changed in 1 file:

  • trunk/examples/view: separator.php (+2 -2)
JeffMoore 2006-11-04 22:38 Rev.: 286

Fixed failing test cases from previous checkin.
Created WactSeparatedRepeatingView and WactRepeatingView from WactRepeatedItem.

3 lines of code changed in 3 files:

  • trunk/examples/view: default.php (+1 -1), list.php (+1 -1), separator.php (+1 -1)
JeffMoore 2006-11-04 15:04 Rev.: 282

Renamed dataRoot to just plain root.

6 lines of code changed in 1 file:

  • trunk/examples/view: datasource.php (+6 -6)
JeffMoore 2006-11-04 14:51 Rev.: 280

Renamed setDefaultChild to setOnEmptyChild.

1 lines of code changed in 1 file:

  • trunk/examples/view: default.php (+1 -1)
JeffMoore 2006-11-04 03:23 Rev.: 279

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:

  • trunk/examples/view: datasource.php (+5 -5), default.php (+6 -6), list.php (+5 -5), separator.php (+4 -4), table.php (+2 -2)
JeffMoore 2006-11-02 21:47 Rev.: 274

Renamed setSeparator to setSeparatorChild in order to be more consistent with
addChild and setDefaultChild.

1 lines of code changed in 1 file:

  • trunk/examples/view: separator.php (+1 -1)
JeffMoore 2006-09-28 00:43 Rev.: 196

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:

  • trunk/examples/view: datasource.php (+18 -18), default.php (+2 -2), list.php (+2 -2), separator.php (+1 -1)
jsweat 2006-06-14 17:27 Rev.: 191

moved from view/data to view/table

1 lines of code changed in 1 file:

  • trunk/examples/view: table.php (+1 -1)
jsweat 2006-06-14 15:30 Rev.: 190

fix 'unexpected' expected error in test case from highest error_reporting

8 lines of code changed in 1 file:

  • trunk/examples/view: table.php (+8)
jsweat 2006-06-13 19:58 Rev.: 184

added capability to speficy column order by manually adding columns in TableView

12 lines of code changed in 1 file:

  • trunk/examples/view: table.php (+12 -3)
jsweat 2006-06-13 17:25 Rev.: 181

rudimentary initial table view tag

3 lines of code changed in 2 files:

  • trunk/examples/view: table.php (new 3), table.test.php (new)
jsweat 2006-06-12 18:25 Rev.: 180

cleaned up (and theoretically sped up) regex, hopefully improved readability

16 lines of code changed in 1 file:

  • trunk/examples/view: list.test.php (+16 -16)
JeffMoore 2006-06-10 21:25 Rev.: 175

Added getTestServerUrl method to WactWebTestCase

9 lines of code changed in 4 files:

  • trunk/examples/view: datasource.test.php (+3 -1), default.test.php (+2 -1), list.test.php (+2 -1), separator.test.php (+2 -1)
JeffMoore 2006-06-10 20:38 Rev.: 174

Fixed bug caused by incorrect parameters to WactTagView constructor.

1 lines of code changed in 1 file:

  • trunk/examples/view: separator.php (+1 -1)
JeffMoore 2006-06-10 20:33 Rev.: 173

Fixed bug caused by child search being limited to a depth of one.

1 lines of code changed in 1 file:

  • trunk/examples/view: datasource.php (+1 -1)
norbertmocsnik 2006-05-15 20:14 Rev.: 153

Introduced ArrayAccess in the View examples.

15 lines of code changed in 4 files:

  • trunk/examples/view: datasource.php (+4 -4), default.php (+3 -3), list.php (+4 -4), separator.php (+4 -4)
norbertmocsnik 2006-05-15 20:05 Rev.: 152

Removed PHP 4-style object references.

7 lines of code changed in 4 files:

  • trunk/examples/view: datasource.php (+1 -1), default.php (+2 -2), list.php (+2 -2), separator.php (+2 -2)
JeffMoore 2006-05-06 22:37 Rev.: 129

Replaced parent::render() method call with new renderChildren method to be
more explicit.

6 lines of code changed in 4 files:

  • trunk/examples/view: datasource.php (+2 -2), default.php (+1 -1), list.php (+2 -2), separator.php (+1 -1)
norbertmocsnik 2006-05-01 11:18 Rev.: 124

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:

  • trunk/examples/view: datasource.test.php (+4 -2), default.test.php (+5 -2), list.test.php (+5 -2), separator.test.php (+5 -2)

(3 more)

Generated by StatSVN 0.4.0