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

| 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 |
convert filename case
0 lines of code changed in 7 files:
detab.
75 lines of code changed in 2 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 2 files:
Make sure contastant attribute expressions are escaped.
20 lines of code changed in 2 files:
Don't attempt to unecode and re-encode attribute values.
2 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.
2 lines of code changed in 2 files:
Converted names to autoloading. removed unnecessary includes.
0 lines of code changed in 2 files:
More name changes for autoloading.
2 lines of code changed in 2 files:
Fix autoloading for template compiler attribute objects.
11 lines of code changed in 4 files:
Rename WactCodeWriter to follow autoloader standards.
3 lines of code changed in 3 files:
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:
Removed PHP 4 pass by reference.
1 lines of code changed in 1 file:
Removed a duplicated parameter.
1 lines of code changed in 1 file:
Split attribute classes into multiple files, added distinct classes for
attribute fragments.
650 lines of code changed in 6 files:
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:
Removed the old code writer and commented out the test cases that still
depend on it.
25 lines of code changed in 1 file:
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:
Moved attribute classes to their own directory.
583 lines of code changed in 2 files:
Changed PARSER_TRIGGER_ATTR_ constants to class constants.
Added WactAttributeDictionary.
Added class constant for wact:id
33 lines of code changed in 1 file: