[root]/trunk/wact/template
compiler
(0 files, 0 lines)
attribute
(0 files, 0 lines)
fragment
(0 files, 0 lines)
common
(0 files, 0 lines)
exception
(0 files, 0 lines)
expression
(0 files, 0 lines)
node
(0 files, 0 lines)
formatter
(0 files, 0 lines)
generic
(0 files, 0 lines)
node
(0 files, 0 lines)
parser
(0 files, 0 lines)
state
(0 files, 0 lines)
property
(0 files, 0 lines)
tag
(0 files, 0 lines)
exception
(0 files, 0 lines)
formatter
(0 files, 0 lines)
reader
(0 files, 0 lines)
tag
(0 files, 0 lines)
wact
(0 files, 0 lines)
tags
(0 files, 0 lines)
core
(0 files, 0 lines)
html
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 87 (100.0%) | 1002 (100.0%) | 11.5 |
| JeffMoore | 80 (92.0%) | 888 (88.6%) | 11.1 |
| norbertmocsnik | 7 (8.0%) | 114 (11.4%) | 16.2 |
convert filename case
0 lines of code changed in 10 files:
detab.
4 lines of code changed in 1 file:
Add some checking to prevent compiling template classes with invalid PHP identifiers.
1 lines of code changed in 1 file:
Reduce reliance on DIRECTORY_SEPARATOR to run better on Windows.
18 lines of code changed in 1 file:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 3 files:
Remove unicode characters as classname separators.
19 lines of code changed in 1 file:
Rename Wact_Loader_Plugin to Wact_Plugin_Loader.
4 lines of code changed in 1 file:
Small refactoring to reduce interface surface area in treebuilder.
1 lines of code changed in 1 file:
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.
3 lines of code changed in 1 file:
Rename paint methods to parallel construct convention.
1 lines of code changed in 1 file:
Changed method names back now that I understand them better.
1 lines of code changed in 1 file:
rename class to autoload.
2 lines of code changed in 1 file:
Rename renderConstructor to generateConstruction to match pattern.
1 lines of code changed in 1 file:
Rename some paint methods.
1 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.
26 lines of code changed in 3 files:
Kill the autoloading option for templates. It was a bad idea.
0 lines of code changed in 1 file:
Move findComponent function.
0 lines of code changed in 2 files:
Removed unneeded line of code. Noted the folly of the autoloading approach
for templates.
3 lines of code changed in 1 file:
Changed Controler base class to rely on autoloading template classes.
Introuced pattern requirements for template resource ids. (.tpl.)
Changed Wact_Template_Loader to autoload templates.
131 lines of code changed in 4 files:
The loader is the new organizer and the old organizer is now a reader.
20 lines of code changed in 4 files:
(28 more)