Directory trunk/wact/template/tag/wact/

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

[root]/trunk/wact/template/tag/wact

Lines of Code

trunk/wact/template/tag/wact/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 201 (100.0%) 2345 (100.0%) 11.6

Most Recent Commits

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

convert filename case

0 lines of code changed in 34 files:

  • trunk/wact/template/tag/wact: append.tag.php (del), block.tag.php (del), block.test.php (del), block.view.php (del), comment.tag.php (del), datasource.tag.php (del), datasource.test.php (del), default.tag.php (del), default.test.php (del), delimiter.tag.php (del), if.tag.php (del), include.tag.php (del), include.test.php (del), link.tag.php (del), list.tag.php (del), list.test.php (del), listitem.tag.php (del), literal.tag.php (del), literal.test.php (del), optional.tag.php (del), placeholder.tag.php (del), placeholder.test.php (del), prepend.tag.php (del), repeat.tag.php (del), repeat.test.php (del), replace.tag.php (del), scope.tag.php (del), scope.test.php (del), slot.tag.php (del), slot.test.php (del), unless.tag.php (del), unless.test.php (del), wrap.tag.php (del), wrap.test.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

94 lines of code changed in 17 files:

  • trunk/wact/template/tag/wact: append.tag.php (+7 -7), block.test.php (+2 -2), delimiter.tag.php (+2 -2), if.tag.php (+1 -1), include.test.php (+2 -2), link.tag.php (+9 -9), literal.test.php (+10 -10), placeholder.test.php (+2 -2), prepend.tag.php (+7 -7), repeat.tag.php (+5 -5), repeat.test.php (+22 -22), replace.tag.php (+7 -7), scope.test.php (+12 -12), slot.test.php (+2 -2), unless.tag.php (+1 -1), wrap.tag.php (+1 -1), wrap.test.php (+2 -2)
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.

172 lines of code changed in 5 files:

  • trunk/wact/template/tag/wact: append.tag.php (new 49), prepend.tag.php (new 49), replace.tag.php (new 49), slot.tag.php (+7), slot.test.php (new 18)
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 13 files:

  • trunk/wact/template/tag/wact: block.tag.php (-4), comment.tag.php (-4), delimiter.tag.php (-3), if.tag.php (-3), include.tag.php (-4), link.tag.php (-3), literal.tag.php (-4), placeholder.tag.php (-4), repeat.tag.php (-3), scope.tag.php (-3), slot.tag.php (-4), unless.tag.php (-3), wrap.tag.php (-4)
JeffMoore 2009-04-26 06:25 Rev.: 897

Add slot tag.

4 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: slot.tag.php (new 4)
JeffMoore 2008-11-09 22:47 Rev.: 884

Renamed ServerId to ViewId.

2 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: literal.test.php (+2 -2)
JeffMoore 2008-11-09 21:41 Rev.: 882

rename addChild to appendChild.

1 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: placeholder.test.php (+1 -1)
JeffMoore 2008-11-09 20:38 Rev.: 876

Add ability to supress paint method when we suspect we might want to manipulate
Child views.

7 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: delimiter.tag.php (+7)
JeffMoore 2008-11-09 18:34 Rev.: 874

Added getAttribute to return a child attribute node.

3 lines of code changed in 3 files:

  • trunk/wact/template/tag/wact: if.tag.php (+1 -1), repeat.tag.php (+1 -1), unless.tag.php (+1 -1)
JeffMoore 2008-11-09 18:31 Rev.: 873

rename getBoolAttribute to getBoolAttributeValue

2 lines of code changed in 2 files:

  • trunk/wact/template/tag/wact: block.tag.php (+1 -1), include.tag.php (+1 -1)
JeffMoore 2008-11-09 18:28 Rev.: 872

Rename getAttribute to getAttributeValue.

4 lines of code changed in 2 files:

  • trunk/wact/template/tag/wact: include.tag.php (+1 -1), wrap.tag.php (+3 -3)
JeffMoore 2008-11-09 01:58 Rev.: 868

Completed scope renaming.

1 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: scope.tag.php (+1 -1)
JeffMoore 2008-11-09 01:51 Rev.: 867

Refactored scoping to be more clear.

1 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: link.tag.php (+1 -1)
JeffMoore 2008-11-09 00:40 Rev.: 866

Changed dataview to scoped view.

1 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: scope.tag.php (+1 -1)
JeffMoore 2008-11-09 00:31 Rev.: 865

Renamed datasource tag to scope.

109 lines of code changed in 2 files:

  • trunk/wact/template/tag/wact: scope.tag.php (new 31), scope.test.php (new 78)
JeffMoore 2008-11-08 21:17 Rev.: 862

Make sure we generate pre and post statements.

7 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: link.tag.php (+7)
JeffMoore 2008-11-08 20:02 Rev.: 859

Fix paint rendering sequence to work even if inline and view elements are
alternated in the tree.

1 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: repeat.tag.php (+1 -2)
JeffMoore 2008-11-08 17:41 Rev.: 855

split paramters to its own parameter in the wact:link tag.

25 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: link.tag.php (+25 -53)
JeffMoore 2008-11-05 03:59 Rev.: 851

Renamed wact:optional tag to wact:if and wact:default to wact:unless

182 lines of code changed in 3 files:

  • trunk/wact/template/tag/wact: if.tag.php (new 49), unless.tag.php (new 51), unless.test.php (new 82)
JeffMoore 2008-11-05 03:08 Rev.: 850

Add test case for datasource from a list.

9 lines of code changed in 1 file:

  • trunk/wact/template/tag/wact: datasource.test.php (+9)

(25 more)

Generated by StatSVN 0.4.0