[root]/trunk/wact/compiler
annotation
(0 files, 0 lines)
codewriter
(0 files, 0 lines)
plugin
(0 files, 0 lines)
source
(0 files, 0 lines)
organizer
(0 files, 0 lines)
reader
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 132 (100.0%) | 7.7 |
| JeffMoore | 16 (94.1%) | 126 (95.5%) | 7.8 |
| norbertmocsnik | 1 (5.9%) | 6 (4.5%) | 6.0 |
convert filename case
0 lines of code changed in 4 files:
Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.
99 lines of code changed in 1 file:
Renamed getResource method to load.
1 lines of code changed in 1 file:
Added default organizer and cache to WactCompiledResourceFinder to simplify
simple examples of creating and displaying a template.
12 lines of code changed in 1 file:
Implemented WactTemplateCompilingContext.
6 lines of code changed in 1 file:
Renamed WactCodeWriter to WactOldCodeWriter to prevent name conflicts between
different CodeWriter versions. This allows run all tests to complete.
3 lines of code changed in 2 files:
Added code to support expiration policies.
9 lines of code changed in 2 files:
Changed include path to a canonical notation to avoid duplicate declaration
errors for cases where there are two paths to a single file.
1 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:
Changed from using PHP 4 references style of OO to PHP 5 style without
references.
1 lines of code changed in 2 files: