
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 19 (100.0%) | 112 (100.0%) | 5.8 |
| JeffMoore | 17 (89.5%) | 107 (95.5%) | 6.2 |
| norbertmocsnik | 2 (10.5%) | 5 (4.5%) | 2.5 |
fix path names to respect the new capitalization of file names
1 lines of code changed in 1 file:
Kill the autoloading option for templates. It was a bad idea.
0 lines of code changed in 1 file:
Changed Wact_Controller_Base to require Config Registry.
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.
18 lines of code changed in 5 files:
Extracted and renamed request parameter classes.
4 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 WactTemplateLoader to Wact_Template_Loader and removed explicit includes in favor of auto loading.
0 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:
Removed the template loader from the examples in the favor of the lazy loading/service locator stuff.
3 lines of code changed in 1 file:
Fixed HTML syntax.
2 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 1 file:
Started a contact form example.
77 lines of code changed in 4 files: