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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 406 (100.0%) | 2627 (100.0%) | 6.4 |
| JeffMoore | 353 (86.9%) | 2218 (84.4%) | 6.2 |
| norbertmocsnik | 53 (13.1%) | 409 (15.6%) | 7.7 |
convert filename case
0 lines of code changed in 26 files:
detab.
247 lines of code changed in 10 files:
Removed duplicate code (defined in parent).
0 lines of code changed in 1 file:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 8 files:
Renamed ServerId to ViewId.
20 lines of code changed in 5 files:
rename addChild to appendChild.
1 lines of code changed in 1 file:
Prevent child views from being added to views that have a paint method.
4 lines of code changed in 1 file:
Add ability to supress paint method when we suspect we might want to manipulate
Child views.
24 lines of code changed in 2 files:
Added getAttribute to return a child attribute node.
1 lines of code changed in 1 file:
Rename setAttribute to setAttributeValue() on template nodes.
2 lines of code changed in 1 file:
Changed dataview to scoped view.
66 lines of code changed in 2 files:
Renamed datasource tag to scope.
2 lines of code changed in 2 files:
Fix paint rendering sequence to work even if inline and view elements are
alternated in the tree.
36 lines of code changed in 5 files:
split paramters to its own parameter in the wact:link tag.
12 lines of code changed in 1 file:
Improved the implementaiton of the from clause in datasource and repeat tags.
16 lines of code changed in 1 file:
Refactored handing of closing tags.
1 lines of code changed in 1 file:
Make sure contastant attribute expressions are escaped.
1 lines of code changed in 1 file:
Cleanup attribute generation.
23 lines of code changed in 1 file:
Refactor TagView only functionality out of root Node.
35 lines of code changed in 2 files:
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.
91 lines of code changed in 5 files:
(104 more)