Directory trunk/wact/template/compiler/parser/state/

Directory Created:
2008-10-04 20:12
Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/trunk/wact/template/compiler/parser/state

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 48 (100.0%) 1353 (100.0%) 28.1

Most Recent Commits

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

convert filename case

0 lines of code changed in 4 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (del), component.test.php (del), literal.inc.php (del), literal.test.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

273 lines of code changed in 3 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+32 -32), component.test.php (+181 -181), literal.test.php (+60 -60)
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 2 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (-3), literal.inc.php (-3)
JeffMoore 2008-11-09 18:31 Rev.: 873

rename getBoolAttribute to getBoolAttributeValue

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+1 -1)
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.

9 lines of code changed in 4 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+2 -11), component.test.php (+6 -18), literal.inc.php (-1), literal.test.php (+1 -1)
JeffMoore 2008-10-26 22:01 Rev.: 816

rename popExpectedTag to popTag.

6 lines of code changed in 3 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+1 -1), component.test.php (+4 -4), literal.inc.php (+1 -1)
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/state: component.inc.php (+2 -2), component.test.php (+6 -6)
JeffMoore 2008-10-26 21:57 Rev.: 814

Simplify start tag case with endtag forbidden (no possibility of children).

11 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+9 -20), component.test.php (+2 -2)
JeffMoore 2008-10-26 21:48 Rev.: 813

Simplify the handling of self closing tags by simply adding them as a child,
rather than attempting to push them on the TreeBuilder stack.

4 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+1 -12), component.test.php (+3 -6)
JeffMoore 2008-10-26 21:42 Rev.: 812

Refactored handing of closing tags.

18 lines of code changed in 4 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+11 -5), component.test.php (+5 -5), literal.inc.php (+1 -1), literal.test.php (+1 -1)
JeffMoore 2008-10-26 19:23 Rev.: 811

Small refactoring to reduce interface surface area in treebuilder.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/parser/state: component.test.php (+1 -1)
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.

32 lines of code changed in 4 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+5 -28), component.test.php (+6 -3), literal.inc.php (+9 -9), literal.test.php (+12 -9)
JeffMoore 2008-10-21 04:24 Rev.: 791

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

16 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+8), literal.inc.php (+8)
JeffMoore 2008-10-11 06:02 Rev.: 756

Move findComponent function.

102 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (+48 -2), component.test.php (+54 -16)
JeffMoore 2008-10-06 05:22 Rev.: 751

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

0 lines of code changed in 4 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (-79), component.test.php (-61), literal.inc.php (-59), literal.test.php (-50)
JeffMoore 2008-10-05 23:27 Rev.: 749

Fixed failing test due to empty test case.

2 lines of code changed in 2 files:

  • trunk/wact/template/compiler/parser/state: component.test.php (+1), literal.test.php (+1 -1)
JeffMoore 2008-10-04 20:18 Rev.: 740

Converted names to autoloading. removed unnecessary includes.

2 lines of code changed in 2 files:

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

Converted template compiler classes to autoloading naming conventions.

868 lines of code changed in 4 files:

  • trunk/wact/template/compiler/parser/state: component.inc.php (new 278), component.test.php (new 325), literal.inc.php (new 142), literal.test.php (new 123)
Generated by StatSVN 0.4.0