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

| 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 |
convert filename case
0 lines of code changed in 29 files:
detab.
269 lines of code changed in 7 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 5 files:
Renamed ServerId to ViewId.
23 lines of code changed in 2 files:
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:
rename popExpectedTag to popTag.
13 lines of code changed in 2 files:
Renamed pushExpectedTag to pushTag.
8 lines of code changed in 2 files:
Refactored handing of closing tags.
11 lines of code changed in 2 files:
Small refactoring to reduce interface surface area in treebuilder.
7 lines of code changed in 2 files:
Move more treebuilding back into the tree builder.
2 lines of code changed in 2 files:
Move some treebuilding checking back into the treebuilder.
24 lines of code changed in 3 files:
Prepare to fix attribute bugs.
3 lines of code changed in 1 file:
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:
Simplify CDATA parsing so it passes through, making test case pass.
7 lines of code changed in 1 file:
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:
Add filter for PHP code, remove special processing instruction support.
Simplify parsing.
44 lines of code changed in 4 files:
Fixed failing test due to empty test case.
43 lines of code changed in 1 file:
Convert html parser to autloading names; elminate attempt to fuse xml and html.
7 lines of code changed in 4 files:
Converted names to autoloading. removed unnecessary includes.
5 lines of code changed in 4 files:
Converted template compiler classes to autoloading naming conventions.
158 lines of code changed in 8 files:
(83 more)