Directory trunk/wact/template/compiler/attribute/

Directory Created:
2006-03-27 19:13
Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
7
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 1436 (100.0%) 34.1
JeffMoore 41 (97.6%) 1435 (99.9%) 35.0
norbertmocsnik 1 (2.4%) 1 (0.1%) 1.0

Most Recent Commits

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

convert filename case

0 lines of code changed in 7 files:

  • trunk/wact/template/compiler/attribute: attribute.inc.php (del), attribute.test.php (del), compound.inc.php (del), compound.test.php (del), dictionary.inc.php (del), expression.inc.php (del), expression.test.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

75 lines of code changed in 2 files:

  • trunk/wact/template/compiler/attribute: compound.test.php (+36 -36), expression.test.php (+39 -39)
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/attribute: compound.inc.php (-3), expression.inc.php (-3)
JeffMoore 2008-10-26 00:58 Rev.: 806

Make sure contastant attribute expressions are escaped.

20 lines of code changed in 2 files:

  • trunk/wact/template/compiler/attribute: compound.inc.php (+12), expression.inc.php (+8)
JeffMoore 2008-10-25 23:29 Rev.: 805

Don't attempt to unecode and re-encode attribute values.

2 lines of code changed in 1 file:

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

2 lines of code changed in 2 files:

  • trunk/wact/template/compiler/attribute: compound.test.php (+1 -1), expression.test.php (+1 -1)
JeffMoore 2008-10-04 20:18 Rev.: 740

Converted names to autoloading. removed unnecessary includes.

0 lines of code changed in 2 files:

  • trunk/wact/template/compiler/attribute: compound.test.php (-2), expression.test.php (-2)
JeffMoore 2008-10-03 05:06 Rev.: 736

More name changes for autoloading.

2 lines of code changed in 2 files:

  • trunk/wact/template/compiler/attribute: compound.test.php (+1 -2), expression.test.php (+1 -2)
JeffMoore 2008-10-03 03:37 Rev.: 735

Fix autoloading for template compiler attribute objects.

11 lines of code changed in 4 files:

  • trunk/wact/template/compiler/attribute: compound.inc.php (+1 -171), compound.test.php (+5 -7), expression.inc.php (+1 -1), expression.test.php (+4 -6)
JeffMoore 2008-09-28 05:21 Rev.: 718

Rename WactCodeWriter to follow autoloader standards.

3 lines of code changed in 3 files:

  • trunk/wact/template/compiler/attribute: attribute.test.php (+1 -2), compound.test.php (+1 -2), expression.test.php (+1 -2)
JeffMoore 2007-10-22 01:35 Rev.: 601

Simplified the specification of view components by removing the special
behavior of the runat attribute. All view elements are now identified by
the wact:id attribute.
A special value for wact:id (*) allows a component to be specified without
choosing a specific id. This
<p runat="server">
is now represented as
<p wact:id="*">

2 lines of code changed in 1 file:

  • trunk/wact/template/compiler/attribute: dictionary.inc.php (+2 -4)
JeffMoore 2007-10-21 01:34 Rev.: 586

Removed PHP 4 pass by reference.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/attribute: expression.test.php (+1 -1)
norbertmocsnik 2007-06-28 17:59 Rev.: 527

Removed a duplicated parameter.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/attribute: expression.inc.php (+1 -1)
JeffMoore 2007-03-30 03:29 Rev.: 415

Split attribute classes into multiple files, added distinct classes for
attribute fragments.

650 lines of code changed in 6 files:

  • trunk/wact/template/compiler/attribute: attribute.inc.php (+3 -236), attribute.test.php (-189), compound.inc.php (new 303), compound.test.php (new 118), expression.inc.php (new 112), expression.test.php (new 114)
JeffMoore 2007-03-28 23:43 Rev.: 406

Removed expression parser. These classes and especially, these test cases are
only going to get in the way. We can restore from svn as required.

25 lines of code changed in 1 file:

  • trunk/wact/template/compiler/attribute: attribute.test.php (+25 -14)
JeffMoore 2007-03-28 23:19 Rev.: 405

Removed the old code writer and commented out the test cases that still
depend on it.

25 lines of code changed in 1 file:

  • trunk/wact/template/compiler/attribute: attribute.test.php (+25 -7)
JeffMoore 2006-11-04 22:45 Rev.: 287

Renamed WactCodeWriter to WactOldCodeWriter to prevent name conflicts between
different CodeWriter versions. This allows run all tests to complete.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/attribute: attribute.test.php (+1 -1)
JeffMoore 2006-03-27 19:19 Rev.: 86

Moved attribute classes to their own directory.

583 lines of code changed in 2 files:

  • trunk/wact/template/compiler/attribute: attribute.inc.php (new 343), attribute.test.php (new 240)
JeffMoore 2006-03-27 19:13 Rev.: 85

Changed PARSER_TRIGGER_ATTR_ constants to class constants.
Added WactAttributeDictionary.
Added class constant for wact:id

33 lines of code changed in 1 file:

  • trunk/wact/template/compiler/attribute: dictionary.inc.php (new 33)
Generated by StatSVN 0.4.0