[root]/trunk/acceptance/template/tags/core/templates/wrap

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 9 (100.0%) | 51 (100.0%) | 5.6 |
detab.
11 lines of code changed in 3 files:
Renamed ServerId to ViewId.
2 lines of code changed in 1 file:
Changed Controler base class to rely on autoloading template classes.
Introuced pattern requirements for template resource ids. (.tpl.)
Changed Wact_Template_Loader to autoload templates.
37 lines of code changed in 2 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="*">
1 lines of code changed in 1 file:
Fixed failing test case for wrap tag.
0 lines of code changed in 2 files: