Directory trunk/wact/template/compiler/parser/

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

[root]/trunk/wact/template/compiler/parser
                        Folder removed from repo state (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 318 (100.0%) 3667 (100.0%) 11.5
JeffMoore 273 (85.8%) 2495 (68.0%) 9.1
norbertmocsnik 45 (14.2%) 1172 (32.0%) 26.0

Most Recent Commits

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

convert filename case

0 lines of code changed in 29 files:

  • trunk/wact/template/compiler/parser: attributelistener.inc.php (del), contentlistener.inc.php (del), duplicateserverid.test.php (del), duplicateserverid.xcpt.php (del), htmlparser.inc.php (del), htmlparser.test.php (del), illegalvarrefinattribute.test.php (del), illegalvarrefinattribute.xcpt.php (del), invalidattributesyntax.test.php (del), invalidattributesyntax.xcpt.php (del), missingclosingtag.test.php (del), missingclosingtag.xcpt.php (del), nodebuilder.inc.php (del), nodebuilder.test.php (del), saxfilternotfound.test.php (del), saxfilternotfound.xcpt.php (del), source.inc.php (del), source.test.php (del), sourcefile.inc.php (del), sourcefile.test.php (del), state.inc.php (del), state.test.inc.php (del), state.test.php (del), treebuilder.inc.php (del), treebuilder.test.php (del), unexpectedclosingexpectingtag.test.php (del), unexpectedclosingexpectingtag.xcpt.php (del), unexpectedclosingtag.test.php (del), unexpectedclosingtag.xcpt.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

269 lines of code changed in 7 files:

  • trunk/wact/template/compiler/parser: attributelistener.inc.php (+25 -25), contentlistener.inc.php (+20 -20), source.inc.php (+1 -1), source.test.php (+46 -46), state.test.inc.php (+2 -2), treebuilder.inc.php (+81 -81), treebuilder.test.php (+94 -94)
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 5 files:

  • trunk/wact/template/compiler/parser: attributelistener.inc.php (-3), contentlistener.inc.php (-3), source.inc.php (-3), state.inc.php (-3), treebuilder.inc.php (-3)
JeffMoore 2008-11-09 22:47 Rev.: 884

Renamed ServerId to ViewId.

23 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser: treebuilder.inc.php (+9 -9), treebuilder.test.php (+14 -14)
JeffMoore 2008-10-26 23:33 Rev.: 817

Change the close tag matching algorithm to only match component tags and not
to complain about unbalanced plain old tags.

44 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser: treebuilder.inc.php (+40 -75), treebuilder.test.php (+4 -84)
JeffMoore 2008-10-26 22:01 Rev.: 816

rename popExpectedTag to popTag.

13 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser: treebuilder.inc.php (+6 -6), treebuilder.test.php (+7 -7)
JeffMoore 2008-10-26 21:59 Rev.: 815

Renamed pushExpectedTag to pushTag.

8 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser: treebuilder.inc.php (+3 -3), treebuilder.test.php (+5 -5)
JeffMoore 2008-10-26 21:42 Rev.: 812

Refactored handing of closing tags.

11 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser: treebuilder.inc.php (+4 -4), treebuilder.test.php (+7 -7)
JeffMoore 2008-10-26 19:23 Rev.: 811

Small refactoring to reduce interface surface area in treebuilder.

7 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser: treebuilder.inc.php (+6 -6), treebuilder.test.php (+1 -1)
JeffMoore 2008-10-26 19:16 Rev.: 810

Move more treebuilding back into the tree builder.

2 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser: source.inc.php (-2), treebuilder.inc.php (+2)
JeffMoore 2008-10-26 19:12 Rev.: 809

Move some treebuilding checking back into the treebuilder.

24 lines of code changed in 3 files:

  • trunk/wact/template/compiler/parser: source.inc.php (-11), treebuilder.inc.php (+24 -9), treebuilder.test.php (-4)
JeffMoore 2008-10-22 05:07 Rev.: 793

Prepare to fix attribute bugs.

3 lines of code changed in 1 file:

  • trunk/wact/template/compiler/parser: attributelistener.inc.php (+3 -3)
JeffMoore 2008-10-22 02:54 Rev.: 792

Changed state object to pass raw string through for non-recognized components,
more closely preserving original template syntax.

0 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser: state.inc.php (-20), state.test.inc.php (-7)
JeffMoore 2008-10-21 04:24 Rev.: 791

Simplify CDATA parsing so it passes through, making test case pass.

7 lines of code changed in 1 file:

  • trunk/wact/template/compiler/parser: source.inc.php (+7 -4)
JeffMoore 2008-10-19 01:41 Rev.: 782

Renamed test base classes to autonaming conventions. Also implemented
template filter. This should have been two different checkins. Oops.

3 lines of code changed in 3 files:

  • trunk/wact/template/compiler/parser: source.test.php (+1 -1), state.test.inc.php (+1 -1), treebuilder.test.php (+1 -1)
JeffMoore 2008-10-06 05:22 Rev.: 751

Add filter for PHP code, remove special processing instruction support.
Simplify parsing.

44 lines of code changed in 4 files:

  • trunk/wact/template/compiler/parser: source.inc.php (+44 -131), source.test.php (-56), state.inc.php (-12), state.test.inc.php (-13)
JeffMoore 2008-10-05 23:27 Rev.: 749

Fixed failing test due to empty test case.

43 lines of code changed in 1 file:

  • trunk/wact/template/compiler/parser: state.test.inc.php (new 43)
JeffMoore 2008-10-04 22:37 Rev.: 742

Convert html parser to autloading names; elminate attempt to fuse xml and html.

7 lines of code changed in 4 files:

  • trunk/wact/template/compiler/parser: source.inc.php (+4 -9), source.test.php (+1 -3), state.test.php (+1 -2), treebuilder.test.php (+1 -3)
JeffMoore 2008-10-04 20:18 Rev.: 740

Converted names to autoloading. removed unnecessary includes.

5 lines of code changed in 4 files:

  • trunk/wact/template/compiler/parser: source.test.php (+1 -2), state.test.php (+1 -5), treebuilder.inc.php (+3 -3), treebuilder.test.php (-1)
JeffMoore 2008-10-04 20:12 Rev.: 739

Converted template compiler classes to autoloading naming conventions.

158 lines of code changed in 8 files:

  • trunk/wact/template/compiler/parser: attributelistener.inc.php (new 61), contentlistener.inc.php (new 64), source.inc.php (+10 -10), source.test.php (+4 -4), state.inc.php (+8 -395), state.test.php (+3 -443), treebuilder.inc.php (+5 -98), treebuilder.test.php (+3 -3)

(83 more)

Generated by StatSVN 0.4.0