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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 9 (100.0%) | 48 (100.0%) | 5.3 |
| JeffMoore | 8 (88.9%) | 44 (91.7%) | 5.5 |
| norbertmocsnik | 1 (11.1%) | 4 (8.3%) | 4.0 |
convert filename case
0 lines of code changed in 2 files:
Re-enabled TagDictionary (temporarily commented out caching).
4 lines of code changed in 1 file:
Documentation updates. Removed outdated WACT_ style @package declarations.
Removed @access declarations. They are not helpful for determining proper
php visibility specifications and largely disagree with the actual current
visibility declaration (public in most cases).
Removed @static declarations in favor of using the static keyword.
Removed @abastract declarations that did not match abstract keyword
declarations.
0 lines of code changed in 2 files:
Renamed CompilerArtifactDictionary class to WactCompilerPluginDictionary
1 lines of code changed in 1 file:
Added constructor to WactTemplateNode.
Made tagInfo, tag, and sourceLocation instance variables protected.
Added accessor methods for these instance variables.
Removed getSourceLocationFile and getSourceLocationLine.
41 lines of code changed in 1 file:
Changed from using PHP 4 references style of OO to PHP 5 style without
references.
2 lines of code changed in 2 files: