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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 63 (100.0%) | 302 (100.0%) | 4.7 |
| JeffMoore | 58 (92.1%) | 260 (86.1%) | 4.4 |
| norbertmocsnik | 5 (7.9%) | 42 (13.9%) | 8.4 |
convert filename case
0 lines of code changed in 7 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 1 file:
Fix bug where zero was mistaken for false.
6 lines of code changed in 1 file:
Add lowercase filter.
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.
1 lines of code changed in 2 files:
Upgraded plugin loading process to use autoloading.
Simplified class structures. Use Reflection for reading doccomments.
47 lines of code changed in 2 files:
Changed base exception to introduce sprintf like capability.
1 lines of code changed in 1 file:
Removed obsolute documentation links to the wiki.
0 lines of code changed in 1 file:
Upgraded formatters to use the new plugin locator.
40 lines of code changed in 4 files:
Renamed WactSourceFileParser to WactSourceParser to reflect that it has nothing to do with file operations.
2 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.
1 lines of code changed in 2 files:
Renamed classes:
TagInfo to WactTagInfo
GenericTag to WactGenericTag
GenericContainerTag to WactGenericContainerTag
1 lines of code changed in 1 file:
Added visibility specification to properties
32 lines of code changed in 6 files:
Changed property case to match PEAR coding standard
24 lines of code changed in 3 files:
Changed filter to formatter
48 lines of code changed in 6 files:
Renamed filter classes to formatter:
CompilerFilter to WactTemplateValueFormatter
WactFilterInfoExtractor to WactFormatterInfoExtractor
FilterInfo to WactFormatterInfo
WactFilterDictionary to WactFormatterDictionary
21 lines of code changed in 6 files:
Extracted Info classes into their own files
41 lines of code changed in 2 files:
Renamed SourceFileParser class to WactSourceFileParser
2 lines of code changed in 1 file:
Renamed CompilerArtifactDictionary class to WactCompilerPluginDictionary
1 lines of code changed in 1 file:
Changed php 4 style object iteraction using array_keys to use PHP 5 style
foreach with objects.
8 lines of code changed in 1 file:
(4 more)