Directory trunk/wact/view/

Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
53
Lines of Code:
0

[root]/trunk/wact/view
                Folder removed from repo data (0 files, 0 lines)
                Folder removed from repo exception (0 files, 0 lines)
                Folder removed from repo form (0 files, 0 lines)
                    Folder removed from repo select (0 files, 0 lines)
                Folder removed from repo html (0 files, 0 lines)
                Folder removed from repo repeated (0 files, 0 lines)
                Folder removed from repo table (0 files, 0 lines)

Lines of Code

trunk/wact/view/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 364 (100.0%) 5895 (100.0%) 16.1
JeffMoore 348 (95.6%) 5554 (94.2%) 15.9
norbertmocsnik 16 (4.4%) 341 (5.8%) 21.3

Most Recent Commits

JeffMoore 2009-05-23 18:04 Rev.: 954

convert filename case

0 lines of code changed in 53 files:

  • trunk/wact/view: block.inc.php (del), callback.inc.php (del), cannotreassign.test.php (del), cannotreassign.xcpt.php (del), cannotremove.test.php (del), cannotremove.xcpt.php (del), captureto.inc.php (del), captureto.test.php (del), componentnotfound.test.php (del), componentnotfound.xcpt.php (del), data.inc.php (del), data.test.inc.php (del), data.test.php (del), debug.inc.php (del), debugger.inc.php (del), duplicateserverid.test.php (del), duplicateserverid.xcpt.php (del), exception.inc.php (del), form.inc.php (del), iterating.inc.php (del), iterating.test.php (del), literal.inc.php (del), literal.test.php (del), nochildren.test.php (del), nochildren.xcpt.php (del), notfound.test.php (del), notfound.xcpt.php (del), partial.inc.php (del), partial.test.inc.php (del), partial.test.php (del), redirect.inc.php (del), repeated.inc.php (del), repeated.test.inc.php (del), repeated.test.php (del), repeating.inc.php (del), repeating.test.php (del), requiredparent.test.php (del), requiredparent.xcpt.php (del), root.inc.php (del), root.test.php (del), scoped.inc.php (del), scoped.test.inc.php (del), scoped.test.php (del), shiftto.inc.php (del), shiftto.test.php (del), slot.inc.php (del), tag.inc.php (del), tag.test.php (del), view.inc.php (del), view.test.inc.php (del), view.test.php (del), view.xcpt.php (del), view.xcpt.test.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

228 lines of code changed in 16 files:

  • trunk/wact/view: block.inc.php (+35 -35), form.inc.php (+8 -8), literal.test.php (+8 -8), partial.inc.php (+11 -11), partial.test.inc.php (+25 -25), partial.test.php (+2 -2), repeated.inc.php (+11 -11), repeated.test.inc.php (+3 -3), repeated.test.php (+5 -5), root.test.php (+3 -3), scoped.test.php (+3 -3), shiftto.inc.php (+10 -10), shiftto.test.php (+20 -20), slot.inc.php (+11 -11), tag.inc.php (+31 -31), tag.test.php (+42 -42)
JeffMoore 2009-04-26 22:37 Rev.: 899

Add template tags for rendering out of order. This is useful for placing information
in an HTML head section, title tag, or alternative places in a document layout.

191 lines of code changed in 6 files:

  • trunk/wact/view: callback.inc.php (new 42), debugger.inc.php (+1 -1), scoped.inc.php (+1 -1), shiftto.inc.php (new 89), shiftto.test.php (new 56), slot.inc.php (+2 -1)
JeffMoore 2009-04-26 06:49 Rev.: 898

Remove @version, @access, and @version doc comments. They're meaningless here.

0 lines of code changed in 12 files:

  • trunk/wact/view: block.inc.php (-4), captureto.inc.php (-3), debugger.inc.php (-3), form.inc.php (-3), literal.inc.php (-3), partial.inc.php (-3), redirect.inc.php (-3), repeated.inc.php (-3), root.inc.php (-3), scoped.inc.php (-3), slot.inc.php (-4), tag.inc.php (-3)
JeffMoore 2009-04-26 06:25 Rev.: 897

Add slot tag.

14 lines of code changed in 1 file:

  • trunk/wact/view: slot.inc.php (new 14)
JeffMoore 2009-04-26 01:25 Rev.: 896

Switch to use output buffer object.

24 lines of code changed in 2 files:

  • trunk/wact/view: captureto.inc.php (+3 -3), root.inc.php (+21 -7)
JeffMoore 2009-04-26 01:16 Rev.: 895

Comment change indicating limitation.

3 lines of code changed in 1 file:

  • trunk/wact/view: captureto.inc.php (+3)
JeffMoore 2008-11-10 07:25 Rev.: 893

Remove ALL the logging.

0 lines of code changed in 1 file:

  • trunk/wact/view: captureto.inc.php (-3)
JeffMoore 2008-11-10 07:24 Rev.: 892

Remove logging.

0 lines of code changed in 1 file:

  • trunk/wact/view: captureto.inc.php (-1)
JeffMoore 2008-11-10 06:58 Rev.: 890

Add component that can capture rending and place it elsewhere in the tree.

4 lines of code changed in 2 files:

  • trunk/wact/view: captureto.inc.php (new 4), captureto.test.php (new)
JeffMoore 2008-11-09 23:23 Rev.: 888

Add ability to remove the children of a view.

17 lines of code changed in 1 file:

  • trunk/wact/view: partial.inc.php (+17)
JeffMoore 2008-11-09 22:58 Rev.: 887

Rename getParentByClass to findParentByType.

3 lines of code changed in 1 file:

  • trunk/wact/view: partial.inc.php (+3 -9)
JeffMoore 2008-11-09 22:53 Rev.: 886

re-order getChild.

15 lines of code changed in 1 file:

  • trunk/wact/view: partial.inc.php (+15 -15)
JeffMoore 2008-11-09 22:52 Rev.: 885

Remove find child by class.

0 lines of code changed in 1 file:

  • trunk/wact/view: partial.inc.php (-18)
JeffMoore 2008-11-09 22:47 Rev.: 884

Renamed ServerId to ViewId.

66 lines of code changed in 3 files:

  • trunk/wact/view: debugger.inc.php (+1 -1), partial.inc.php (+36 -36), partial.test.inc.php (+29 -29)
JeffMoore 2008-11-09 22:20 Rev.: 883

Rename setServerId to joinViewTree. Remove old redundant tests.

28 lines of code changed in 4 files:

  • trunk/wact/view: partial.inc.php (+28 -30), partial.test.inc.php (-48), repeated.test.inc.php (-9), scoped.test.inc.php (-2)
JeffMoore 2008-11-09 21:41 Rev.: 882

rename addChild to appendChild.

44 lines of code changed in 9 files:

  • trunk/wact/view: literal.test.php (+1 -1), partial.inc.php (+2 -2), partial.test.inc.php (+13 -13), repeated.test.inc.php (+1 -1), repeated.test.php (+1 -1), root.test.php (+1 -1), scoped.test.inc.php (+4 -4), tag.test.php (+1 -1), view.test.inc.php (+20 -20)
JeffMoore 2008-11-09 21:35 Rev.: 881

Renamed prepend to prependChild.

5 lines of code changed in 3 files:

  • trunk/wact/view: partial.inc.php (+1 -1), partial.test.inc.php (+2 -2), view.test.inc.php (+2 -2)
JeffMoore 2008-11-09 21:33 Rev.: 880

Remove appendAfter.

0 lines of code changed in 3 files:

  • trunk/wact/view: partial.inc.php (-23), partial.test.inc.php (-31), view.test.inc.php (-31)
JeffMoore 2008-11-09 21:30 Rev.: 879

Enable default property implemenation.

1 lines of code changed in 1 file:

  • trunk/wact/view: partial.inc.php (+1 -4)

(100 more)

Generated by StatSVN 0.4.0