Directory trunk/wact/template/compiler/expression/node/

Directory Created:
2007-03-29 16:18
Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
32
Lines of Code:
0

[root]/trunk/wact/template/compiler/expression/node

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 194 (100.0%) 3237 (100.0%) 16.6
JeffMoore 192 (99.0%) 3235 (99.9%) 16.8
norbertmocsnik 2 (1.0%) 2 (0.1%) 1.0

Most Recent Commits

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

convert filename case

0 lines of code changed in 32 files:

  • trunk/wact/template/compiler/expression/node: addition.inc.php (del), and.inc.php (del), array.inc.php (del), binary.inc.php (del), binding.inc.php (del), concatination.inc.php (del), constant.inc.php (del), constant.test.php (del), data.inc.php (del), dereference.inc.php (del), division.inc.php (del), equalto.inc.php (del), expression.inc.php (del), greaterthan.inc.php (del), greaterthaneqto.inc.php (del), html.inc.php (del), lessthan.inc.php (del), lessthaneqto.inc.php (del), logical.inc.php (del), logical.test.php (del), math.inc.php (del), math.test.php (del), modulo.inc.php (del), multiplication.inc.php (del), not.inc.php (del), notequal.inc.php (del), or.inc.php (del), parent.inc.php (del), root.inc.php (del), subtraction.inc.php (del), unary.inc.php (del), unaryminus.inc.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

679 lines of code changed in 28 files:

  • trunk/wact/template/compiler/expression/node: addition.inc.php (+22 -22), and.inc.php (+22 -22), array.inc.php (+44 -44), binary.inc.php (+18 -18), concatination.inc.php (+22 -22), constant.inc.php (+19 -19), constant.test.php (+10 -10), data.inc.php (+21 -21), dereference.inc.php (+22 -22), division.inc.php (+23 -23), equalto.inc.php (+22 -22), greaterthan.inc.php (+22 -22), greaterthaneqto.inc.php (+22 -22), html.inc.php (+20 -20), lessthan.inc.php (+22 -22), lessthaneqto.inc.php (+22 -22), logical.test.php (+80 -80), math.test.php (+55 -55), modulo.inc.php (+23 -23), multiplication.inc.php (+22 -22), not.inc.php (+20 -20), notequal.inc.php (+22 -22), or.inc.php (+22 -22), parent.inc.php (+13 -13), root.inc.php (+13 -13), subtraction.inc.php (+22 -22), unary.inc.php (+13 -13), unaryminus.inc.php (+21 -21)
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 25 files:

  • trunk/wact/template/compiler/expression/node: addition.inc.php (-3), and.inc.php (-3), array.inc.php (-3), binary.inc.php (-3), concatination.inc.php (-3), constant.inc.php (-3), data.inc.php (-3), dereference.inc.php (-3), division.inc.php (-3), equalto.inc.php (-3), greaterthan.inc.php (-3), greaterthaneqto.inc.php (-3), html.inc.php (-4), lessthan.inc.php (-3), lessthaneqto.inc.php (-3), modulo.inc.php (-3), multiplication.inc.php (-3), not.inc.php (-3), notequal.inc.php (-3), or.inc.php (-3), parent.inc.php (-3), root.inc.php (-3), subtraction.inc.php (-3), unary.inc.php (-3), unaryminus.inc.php (-3)
JeffMoore 2008-11-09 01:51 Rev.: 867

Refactored scoping to be more clear.

3 lines of code changed in 3 files:

  • trunk/wact/template/compiler/expression/node: data.inc.php (+1 -1), parent.inc.php (+1 -1), root.inc.php (+1 -1)
JeffMoore 2008-11-05 03:04 Rev.: 848

fix bug with output array constant to php code.

2 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression/node: array.inc.php (+2 -2)
JeffMoore 2008-10-19 02:46 Rev.: 784

Use base class to raise exception.

18 lines of code changed in 20 files:

  • trunk/wact/template/compiler/expression/node: addition.inc.php (+1 -1), and.inc.php (+1 -1), concatination.inc.php (+1 -1), dereference.inc.php (+1 -1), division.inc.php (+1 -1), equalto.inc.php (+1 -1), greaterthan.inc.php (+1 -1), greaterthaneqto.inc.php (+1 -1), html.inc.php (+1 -1), lessthan.inc.php (+1 -1), lessthaneqto.inc.php (+1 -1), modulo.inc.php (+1 -1), multiplication.inc.php (+1 -1), not.inc.php (+1 -1), notequal.inc.php (+1 -1), or.inc.php (+1 -1), parent.inc.php (-8), root.inc.php (-8), subtraction.inc.php (+1 -1), unaryminus.inc.php (+1 -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.

17 lines of code changed in 3 files:

  • trunk/wact/template/compiler/expression/node: constant.test.php (+1 -1), logical.test.php (+9 -9), math.test.php (+7 -7)
JeffMoore 2008-10-18 16:53 Rev.: 778

Replace die() with exception

20 lines of code changed in 20 files:

  • trunk/wact/template/compiler/expression/node: addition.inc.php (+1 -1), and.inc.php (+1 -1), concatination.inc.php (+1 -1), data.inc.php (+1 -1), dereference.inc.php (+1 -1), division.inc.php (+1 -1), equalto.inc.php (+1 -1), greaterthan.inc.php (+1 -1), greaterthaneqto.inc.php (+1 -1), lessthan.inc.php (+1 -1), lessthaneqto.inc.php (+1 -1), modulo.inc.php (+1 -1), multiplication.inc.php (+1 -1), not.inc.php (+1 -1), notequal.inc.php (+1 -1), or.inc.php (+1 -1), parent.inc.php (+1 -1), root.inc.php (+1 -1), subtraction.inc.php (+1 -1), unaryminus.inc.php (+1 -1)
JeffMoore 2008-10-04 19:37 Rev.: 738

Renamed classes for autoloading.

1151 lines of code changed in 28 files:

  • trunk/wact/template/compiler/expression/node: addition.inc.php (new 50), and.inc.php (new 50), array.inc.php (+1 -6), binary.inc.php (new 57), concatination.inc.php (new 50), constant.inc.php (+1 -6), constant.test.php (+3 -5), data.inc.php (new 59), dereference.inc.php (+1 -6), division.inc.php (new 51), equalto.inc.php (new 50), greaterthan.inc.php (new 50), greaterthaneqto.inc.php (new 51), html.inc.php (+2 -7), lessthan.inc.php (new 50), lessthaneqto.inc.php (new 51), logical.test.php (+35 -38), math.test.php (+27 -30), modulo.inc.php (new 51), multiplication.inc.php (new 50), not.inc.php (new 48), notequal.inc.php (new 50), or.inc.php (new 50), parent.inc.php (new 58), root.inc.php (new 56), subtraction.inc.php (new 50), unary.inc.php (new 50), unaryminus.inc.php (new 49)
JeffMoore 2008-09-28 05:21 Rev.: 718

Rename WactCodeWriter to follow autoloader standards.

26 lines of code changed in 8 files:

  • trunk/wact/template/compiler/expression/node: array.inc.php (+1 -1), binding.inc.php (+3 -3), constant.inc.php (+1 -1), dereference.inc.php (+1 -1), expression.inc.php (+3 -3), html.inc.php (+1 -1), logical.inc.php (+9 -9), math.inc.php (+7 -7)
JeffMoore 2008-05-11 05:01 Rev.: 703

Dismantle component directory and promote property to a top level directory. Rename classes for autoloading.

2 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression/node: dereference.inc.php (+2 -4)
JeffMoore 2007-10-23 14:39 Rev.: 608

Replaced rarely used, confusing, and buggy dataParent property of view with
a function to calculate the correct value in context.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression/node: binding.inc.php (+1 -1)
JeffMoore 2007-08-02 02:47 Rev.: 550

Improved array constants in template expressions to accept values that are
also expressions.

95 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression/node: array.inc.php (new 95)
norbertmocsnik 2007-04-28 22:24 Rev.: 486

Fixed var_export()s.

2 lines of code changed in 2 files:

  • trunk/wact/template/compiler/expression/node: constant.inc.php (+1 -1), dereference.inc.php (+1 -1)
JeffMoore 2007-04-15 20:05 Rev.: 441

Added ability for expression parsing to wrap expression in default filter.

54 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression/node: html.inc.php (new 54)
JeffMoore 2007-04-03 21:34 Rev.: 436

Added logical boolean operators.

459 lines of code changed in 3 files:

  • trunk/wact/template/compiler/expression/node: logical.inc.php (new 322), logical.test.php (new 123), math.test.php (+14 -5)
JeffMoore 2007-04-03 19:25 Rev.: 435

Added dereferencing operator.

65 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression/node: dereference.inc.php (new 65)
JeffMoore 2007-04-03 18:42 Rev.: 434

Added string concatination operator.

43 lines of code changed in 2 files:

  • trunk/wact/template/compiler/expression/node: math.inc.php (+33), math.test.php (+10)
JeffMoore 2007-04-03 03:53 Rev.: 433

Added support for more literal constants.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression/node: constant.inc.php (+1 -1)
JeffMoore 2007-04-01 03:52 Rev.: 430

Added support for databinding in template expressions along with
core:datasource tag, with an example and test cases.
(The from attribute is not yet implemented.)

84 lines of code changed in 1 file:

  • trunk/wact/template/compiler/expression/node: binding.inc.php (+84 -1)

(6 more)

Generated by StatSVN 0.4.0