Directory trunk/wact/template/compiler/expression/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 208 (100.0%) 2766 (100.0%) 13.2
JeffMoore 205 (98.6%) 2668 (96.5%) 13.0
seregalimb 2 (1.0%) 96 (3.5%) 48.0
norbertmocsnik 1 (0.5%) 2 (0.1%) 2.0

Most Recent Commits

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

convert filename case

0 lines of code changed in 34 files:

  • trunk/wact/template/compiler/expression: badbinding.test.php (del), badbinding.xcpt.php (del), databinding.inc.php (del), databinding.test.php (del), expression.inc.php (del), expression.test.php (del), expression.xcpt.php (del), filter.test.php (del), filter.xcpt.php (del), formatter.test.php (del), formatter.xcpt.php (del), invalidfilterspec.test.php (del), invalidfilterspec.xcpt.php (del), invalidformatterspec.test.php (del), invalidformatterspec.xcpt.php (del), lexer.inc.php (del), lexer.test.php (del), missingfilter.test.php (del), missingfilter.xcpt.php (del), missingfilterparameter.test.php (del), missingfilterparameter.xcpt.php (del), missingformatter.test.php (del), missingformatter.xcpt.php (del), missingformatterparameter.test.php (del), missingformatterparameter.xcpt.php (del), node.inc.php (del), observer.inc.php (del), output.inc.php (del), parser.inc.php (del), parser.test.php (del), toomanyparameters.test.php (del), toomanyparameters.xcpt.php (del), unresolvedbinding.test.php (del), unresolvedbinding.xcpt.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

27 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: parser.inc.php (+27 -27)
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 4 files:

  • trunk/wact/template/compiler/expression: node.inc.php (-3), observer.inc.php (-3), output.inc.php (-3), parser.inc.php (-3)
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.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: output.inc.php (+1 -1)
JeffMoore 2008-11-03 03:23 Rev.: 844

Fix bug in functions with no parameters.

9 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: parser.inc.php (+9 -8)
JeffMoore 2008-11-02 22:06 Rev.: 839

Add the ability to call filters with a function syntax.

63 lines of code changed in 2 files:

  • trunk/wact/template/compiler/expression: parser.inc.php (+33 -2), parser.test.php (+30)
JeffMoore 2008-10-25 23:09 Rev.: 803

Fixed some attribute test cases.

13 lines of code changed in 1 file:

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

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: output.inc.php (+1 -1)
JeffMoore 2008-10-19 03:45 Rev.: 787

Add number formatter and test cases for more than one formmatter parameter.

16 lines of code changed in 2 files:

  • trunk/wact/template/compiler/expression: parser.inc.php (+1 -1), parser.test.php (+15)
JeffMoore 2008-10-19 02:57 Rev.: 785

Add parsing for multiple parameters and checks for parameter numbers.

29 lines of code changed in 2 files:

  • trunk/wact/template/compiler/expression: parser.inc.php (+17 -3), parser.test.php (+12 -2)
JeffMoore 2008-10-19 02:46 Rev.: 784

Use base class to raise exception.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: node.inc.php (+1)
JeffMoore 2008-10-19 02:35 Rev.: 783

Add lowercase filter.

6 lines of code changed in 1 file:

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

27 lines of code changed in 2 files:

  • trunk/wact/template/compiler/expression: parser.inc.php (+18 -3), parser.test.php (+9 -3)
JeffMoore 2008-10-18 16:53 Rev.: 778

Replace die() with exception

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: output.inc.php (+1 -1)
JeffMoore 2008-10-04 20:18 Rev.: 740

Converted names to autoloading. removed unnecessary includes.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: parser.test.php (-2)
JeffMoore 2008-10-04 19:37 Rev.: 738

Renamed classes for autoloading.

146 lines of code changed in 5 files:

  • trunk/wact/template/compiler/expression: node.inc.php (new 71), observer.inc.php (new 36), output.inc.php (+1 -1), parser.inc.php (+30 -61), parser.test.php (+8 -8)
JeffMoore 2008-10-03 05:06 Rev.: 736

More name changes for autoloading.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: output.inc.php (+1 -6)
JeffMoore 2008-09-28 05:21 Rev.: 718

Rename WactCodeWriter to follow autoloader standards.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: output.inc.php (+1 -1)
JeffMoore 2007-10-26 01:20 Rev.: 622

Added test cases for raw formatter.

40 lines of code changed in 2 files:

  • trunk/wact/template/compiler/expression: parser.inc.php (+22 -3), parser.test.php (+18 -3)
JeffMoore 2007-10-23 03:56 Rev.: 606

Major restructuring of the code generation for paint methods.
Split functionality between View template nodes and Inline template nodes.
Nodes that are signaled to have a view analog, no longer have their paint
methods generated. This fixes a variety of subtle bugs.

This change revealed a preexisting bug in the datasource tag.
The wrap tag and the wact:link tags have not been adjusted to the new
heirarchy yet.

7 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression: output.inc.php (+7 -1)

(45 more)

Generated by StatSVN 0.4.0