[root]/trunk/wact/plugins/template/html

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 20 (100.0%) | 70 (100.0%) | 3.5 |
convert filename case
0 lines of code changed in 6 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:
Added some new tags for strucuting an HTML page.
0 lines of code changed in 4 files:
Removed distinction between two kinds of generic tags.
0 lines of code changed in 1 file:
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="*">
6 lines of code changed in 1 file:
Prevent an exception if an endtag isn't specified for a tag that would not
normally have children. The tags that are defined as never having children
are enumerated from the html specification.
47 lines of code changed in 2 files:
Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.
8 lines of code changed in 1 file:
Renamed getResource method to load.
6 lines of code changed in 2 files: