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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 65 (100.0%) | 214 (100.0%) | 3.2 |
| JeffMoore | 57 (87.7%) | 165 (77.1%) | 2.8 |
| norbertmocsnik | 8 (12.3%) | 49 (22.9%) | 6.1 |
convert filename case
0 lines of code changed in 9 files:
Changed base exception to introduce sprintf like capability.
1 lines of code changed in 1 file:
Removed getPropertyList() in favor of the parents getPluginList() method. Fixed the revealing bug. Renamed WactTemplateCompilingContext::findProperty() to findProperties().
3 lines of code changed in 3 files:
Upgraded properties to use the new plugin locator.
41 lines of code changed in 4 files:
Imported the core:set tag.
5 lines of code changed in 1 file:
Removed the old code writer and commented out the test cases that still
depend on it.
5 lines of code changed in 1 file:
Changed variable and property capitalization to match PEAR coding standard.
38 lines of code changed in 5 files:
Renamed classes:
AttributeProperty to WactAttributeProperty
ConstantProperty to WactConstantProperty
PropertyInfo to WactPropertyInfo
CompilerProperty to WactTemplateProperty
13 lines of code changed in 8 files:
Added property visibility specifications.
17 lines of code changed in 8 files:
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.
1 lines of code changed in 4 files:
Extracted Info classes into their own files
39 lines of code changed in 2 files:
Renamed CompilerArtifactDictionary class to WactCompilerPluginDictionary
1 lines of code changed in 1 file:
Changed from using PHP 4 references style of OO to PHP 5 style without
references.
27 lines of code changed in 13 files:
Cleaned up some comments.
0 lines of code changed in 1 file:
Imported property info extractor test case
18 lines of code changed in 1 file:
Imported property dictionary test case from CVS
5 lines of code changed in 3 files: