Directory trunk/wact/template/compiler/node/

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

[root]/trunk/wact/template/compiler/node

Lines of Code

trunk/wact/template/compiler/node/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 406 (100.0%) 2627 (100.0%) 6.4
JeffMoore 353 (86.9%) 2218 (84.4%) 6.2
norbertmocsnik 53 (13.1%) 409 (15.6%) 7.7

Most Recent Commits

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

convert filename case

0 lines of code changed in 26 files:

  • trunk/wact/template/compiler/node: attribute.inc.php (del), attribute.test.php (del), buffer.inc.php (del), dataview.inc.php (del), debug.inc.php (del), directive.inc.php (del), directive.test.php (del), duplicateattribute.test.php (del), duplicateattribute.xcpt.php (del), inline.inc.php (del), inline.test.php (del), inlineview.inc.php (del), invalidattribute.test.php (del), invalidattribute.xcpt.php (del), php.inc.php (del), root.inc.php (del), root.test.php (del), scopedview.inc.php (del), tagview.inc.php (del), tagview.test.php (del), template.inc.php (del), template.test.php (del), text.inc.php (del), text.test.php (del), view.inc.php (del), view.test.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

247 lines of code changed in 10 files:

  • trunk/wact/template/compiler/node: inline.inc.php (+4 -4), inline.test.php (+14 -14), root.test.php (+14 -14), scopedview.inc.php (+10 -10), tagview.inc.php (+23 -23), tagview.test.php (+60 -60), text.inc.php (+29 -29), text.test.php (+15 -15), view.inc.php (+47 -47), view.test.php (+31 -31)
norbertmocsnik 2009-04-29 07:49 Rev.: 903

Removed duplicate code (defined in parent).

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: root.inc.php (-7)
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 8 files:

  • trunk/wact/template/compiler/node: buffer.inc.php (-3), debug.inc.php (-3), inline.inc.php (-3), root.inc.php (-3), scopedview.inc.php (-3), tagview.inc.php (-3), text.inc.php (-3), view.inc.php (-3)
JeffMoore 2008-11-09 22:47 Rev.: 884

Renamed ServerId to ViewId.

20 lines of code changed in 5 files:

  • trunk/wact/template/compiler/node: debug.inc.php (+1 -1), inline.test.php (+2 -2), tagview.test.php (+3 -3), view.inc.php (+3 -3), view.test.php (+11 -11)
JeffMoore 2008-11-09 21:41 Rev.: 882

rename addChild to appendChild.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: view.inc.php (+1 -1)
JeffMoore 2008-11-09 21:25 Rev.: 877

Prevent child views from being added to views that have a paint method.

4 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: view.inc.php (+4)
JeffMoore 2008-11-09 20:38 Rev.: 876

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

24 lines of code changed in 2 files:

  • trunk/wact/template/compiler/node: buffer.inc.php (new 23), view.inc.php (+1 -2)
JeffMoore 2008-11-09 18:34 Rev.: 874

Added getAttribute to return a child attribute node.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: scopedview.inc.php (+1 -1)
JeffMoore 2008-11-09 18:25 Rev.: 871

Rename setAttribute to setAttributeValue() on template nodes.

2 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: tagview.test.php (+2 -2)
JeffMoore 2008-11-09 00:40 Rev.: 866

Changed dataview to scoped view.

66 lines of code changed in 2 files:

  • trunk/wact/template/compiler/node: root.inc.php (+1 -1), scopedview.inc.php (new 65)
JeffMoore 2008-11-09 00:31 Rev.: 865

Renamed datasource tag to scope.

2 lines of code changed in 2 files:

  • trunk/wact/template/compiler/node: dataview.inc.php (+1 -1), root.inc.php (+1 -1)
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.

36 lines of code changed in 5 files:

  • trunk/wact/template/compiler/node: dataview.inc.php (+1 -2), inline.inc.php (+16 -4), tagview.inc.php (+1 -3), text.inc.php (+1 -1), view.inc.php (+17 -11)
JeffMoore 2008-11-08 17:41 Rev.: 855

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

12 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: tagview.inc.php (+12 -5)
JeffMoore 2008-11-02 22:07 Rev.: 840

Improved the implementaiton of the from clause in datasource and repeat tags.

16 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: dataview.inc.php (+16 -13)
JeffMoore 2008-10-26 21:42 Rev.: 812

Refactored handing of closing tags.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: tagview.test.php (+1 -1)
JeffMoore 2008-10-26 00:58 Rev.: 806

Make sure contastant attribute expressions are escaped.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: tagview.inc.php (+1 -1)
JeffMoore 2008-10-25 21:03 Rev.: 802

Cleanup attribute generation.

23 lines of code changed in 1 file:

  • trunk/wact/template/compiler/node: tagview.inc.php (+23 -12)
JeffMoore 2008-10-25 20:52 Rev.: 801

Refactor TagView only functionality out of root Node.

35 lines of code changed in 2 files:

  • trunk/wact/template/compiler/node: tagview.inc.php (+27), tagview.test.php (+8)
JeffMoore 2008-10-25 20:39 Rev.: 800

Changed the way paint methods are generated.
Optimized component tree to eliminate unnecessary inline view component.
Fixed bug with closing tags that didn't match intent from template.

91 lines of code changed in 5 files:

  • trunk/wact/template/compiler/node: dataview.inc.php (+9 -19), inline.inc.php (+11 -14), tagview.inc.php (+2), text.inc.php (+1 -1), view.inc.php (+68 -16)

(104 more)

Generated by StatSVN 0.4.0