[root]/trunk/acceptance/template/portal

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 42 (100.0%) | 2.4 |
| JeffMoore | 16 (94.1%) | 36 (85.7%) | 2.2 |
| norbertmocsnik | 1 (5.9%) | 6 (14.3%) | 6.0 |
Removing test case that was ahead of its time to kill failures.
0 lines of code changed in 6 files:
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.
5 lines of code changed in 3 files:
Extracted and renamed request parameter classes.
1 lines of code changed in 1 file:
Converted WactController to Wact_Controller_Base and removed explicit includes in favor of autoloading.
1 lines of code changed in 1 file:
Converted acceptance tests, examples, and web based utilities to use the new Wact_Loader
to Setup include paths, instead of set_include_path().
2 lines of code changed in 1 file:
Simplified the (still) broken Portal example.
6 lines of code changed in 1 file:
Extracted a setPartialView method from setView.
Hopefully, this will result in making it easier to understand how view
composition works.
Changed the order of parameters in setPartialView versus what it was in SetView.
The intent of this is to allow new optional parameters to appear at the end
of SetView or SetPartialView. This was not advisable when these were both
one method distinguished by an optional parameter.
2 lines of code changed in 2 files:
Moved many of the examples into an acceptance test directory, cleaning up the
examples directory to contain only end-user focused examples.
Examples should be full applications that perform some nominally useful
function.
Code fragments go in the acceptance directory.
25 lines of code changed in 2 files: