Directory trunk/wact/template/compiler/

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

[root]/trunk/wact/template/compiler
                    Folder removed from repo attribute (0 files, 0 lines)
                        Folder removed from repo fragment (0 files, 0 lines)
                    Folder removed from repo common (0 files, 0 lines)
                    Folder removed from repo exception (0 files, 0 lines)
                    Folder removed from repo expression (0 files, 0 lines)
                        Folder removed from repo node (0 files, 0 lines)
                    Folder removed from repo formatter (0 files, 0 lines)
                    Folder removed from repo generic (0 files, 0 lines)
                    Folder removed from repo node (0 files, 0 lines)
                    Folder removed from repo parser (0 files, 0 lines)
                        Folder removed from repo state (0 files, 0 lines)
                    Folder removed from repo property (0 files, 0 lines)
                    Folder removed from repo tag (0 files, 0 lines)

Lines of Code

trunk/wact/template/compiler/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 210 (100.0%) 3628 (100.0%) 17.2
JeffMoore 178 (84.8%) 3125 (86.1%) 17.5
norbertmocsnik 32 (15.2%) 503 (13.9%) 15.7

Most Recent Commits

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

convert filename case

0 lines of code changed in 33 files:

  • trunk/wact/template/compiler: annotationnotfound.test.php (del), annotationnotfound.xcpt.php (del), attribute.inc.php (del), attribute.test.php (del), attributes.test.php (del), cannotreadresource.test.php (del), cannotreadresource.xcpt.php (del), casesensitivity.test.php (del), compiler.inc.php (del), compiler.test.php (del), compiler.xcpt.php (del), compiler.xcpt.test.php (del), context.inc.php (del), dictionary.new.php (del), exception.inc.php (del), expression.test.php (del), filenotfound.test.php (del), filenotfound.xcpt.php (del), filter.test.php (del), formatter.inc.php (del), htmlbad.test.php (del), htmlgood.test.php (del), located.test.php (del), located.xcpt.php (del), locatedtag.test.php (del), locatedtag.xcpt.php (del), location.inc.php (del), missingtemplatesourcefile.test.php (del), missingtemplatesourcefile.xcpt.php (del), nesting.test.php (del), node.inc.php (del), node.test.php (del), stinkyglobals.inc.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

67 lines of code changed in 4 files:

  • trunk/wact/template/compiler: attribute.inc.php (+1 -1), attribute.test.php (+44 -44), node.inc.php (+18 -18), node.test.php (+4 -4)
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 6 files:

  • trunk/wact/template/compiler: attribute.inc.php (-3), context.inc.php (-3), exception.inc.php (-3), formatter.inc.php (-3), location.inc.php (-3), node.inc.php (-3)
JeffMoore 2008-11-09 22:47 Rev.: 884

Renamed ServerId to ViewId.

33 lines of code changed in 2 files:

  • trunk/wact/template/compiler: node.inc.php (+24 -24), node.test.php (+9 -9)
JeffMoore 2008-11-09 20:38 Rev.: 876

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

28 lines of code changed in 1 file:

  • trunk/wact/template/compiler: node.inc.php (+28 -4)
JeffMoore 2008-11-09 18:35 Rev.: 875

Move location of hasAttribute.

9 lines of code changed in 1 file:

  • trunk/wact/template/compiler: node.inc.php (+9 -9)
JeffMoore 2008-11-09 18:34 Rev.: 874

Added getAttribute to return a child attribute node.

12 lines of code changed in 1 file:

  • trunk/wact/template/compiler: node.inc.php (+12)
JeffMoore 2008-11-09 18:31 Rev.: 873

rename getBoolAttribute to getBoolAttributeValue

10 lines of code changed in 2 files:

  • trunk/wact/template/compiler: node.inc.php (+1 -1), node.test.php (+9 -9)
JeffMoore 2008-11-09 18:28 Rev.: 872

Rename getAttribute to getAttributeValue.

8 lines of code changed in 2 files:

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

Rename setAttribute to setAttributeValue() on template nodes.

21 lines of code changed in 2 files:

  • trunk/wact/template/compiler: node.inc.php (+2 -1), node.test.php (+19 -19)
JeffMoore 2008-11-09 18:20 Rev.: 870

Remove obsolete properties references.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler: node.inc.php (-15)
JeffMoore 2008-11-09 00:31 Rev.: 865

Renamed datasource tag to scope.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler: node.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.

12 lines of code changed in 1 file:

  • trunk/wact/template/compiler: node.inc.php (+12 -1)
JeffMoore 2008-10-29 02:17 Rev.: 821

More tests.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler: nesting.test.php (new)
JeffMoore 2008-10-28 05:06 Rev.: 820

Ported forward more test cases.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler: expression.test.php (new)
JeffMoore 2008-10-28 04:53 Rev.: 819

Port more test cases forward.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler: filter.test.php (new)
JeffMoore 2008-10-26 23:50 Rev.: 818

Ported forward another set of test cases from old Wact.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler: htmlbad.test.php (new)
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.inc.php (+1 -1)
JeffMoore 2008-10-26 01:10 Rev.: 808

Ported more old test cases forward.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler: casesensitivity.test.php (new)
JeffMoore 2008-10-26 01:04 Rev.: 807

Complete set of attribute test cases.

37 lines of code changed in 1 file:

  • trunk/wact/template/compiler: attributes.test.php (+37 -61)

(88 more)

Generated by StatSVN 0.4.0