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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 109 (100.0%) | 896 (100.0%) | 8.2 |
| JeffMoore | 89 (81.7%) | 513 (57.3%) | 5.7 |
| norbertmocsnik | 20 (18.3%) | 383 (42.7%) | 19.1 |
convert filename case
0 lines of code changed in 10 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 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 1 file:
Convert Views to autoloading class naming pattern.
3 lines of code changed in 2 files:
Rename WactCodeWriter to follow autoloader standards.
1 lines of code changed in 1 file:
Upgraded plugin loading process to use autoloading.
Simplified class structures. Use Reflection for reading doccomments.
71 lines of code changed in 2 files:
Converted WactTemplateLoader to Wact_Template_Loader and removed explicit includes in favor of auto loading.
1 lines of code changed in 1 file:
Converted Source organizer class names to use new Wact Loader
1 lines of code changed in 1 file:
Update cache modules to work with Wact_Loader.
1 lines of code changed in 1 file:
Changed base exception to introduce sprintf like capability.
1 lines of code changed in 1 file:
renamed:
viewFile to parentViewFile
viewClass to parentViewClass
getRuntimeClassName to getViewClass
6 lines of code changed in 1 file:
Renamed runtimeComponentName to viewClass and runtimeIncludeFile to viewFile.
6 lines of code changed in 1 file:
Removed distinction between two kinds of generic tags.
10 lines of code changed in 3 files:
Simplified the specification of view components by removing the special
behavior of the runat attribute. All view elements are now identified by
the wact:id attribute.
A special value for wact:id (*) allows a component to be specified without
choosing a specific id. This
<p runat="server">
is now represented as
<p wact:id="*">
25 lines of code changed in 4 files:
Introduced polymorhpic solution for generating constructor signatures.
20 lines of code changed in 1 file:
Removed obsolute documentation links to the wiki.
0 lines of code changed in 1 file:
Removed obsolute convention for returning NULL.
2 lines of code changed in 1 file:
Upgraded tags to use the new plugin locator.
49 lines of code changed in 4 files:
Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.
11 lines of code changed in 1 file:
Renamed getResource method to load.
9 lines of code changed in 1 file:
(36 more)