[root]/trunk/acceptance/template/forms

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 14 (100.0%) | 221 (100.0%) | 15.7 |
| norbertmocsnik | 4 (28.6%) | 141 (63.8%) | 35.2 |
| JeffMoore | 10 (71.4%) | 80 (36.2%) | 8.0 |
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.
66 lines of code changed in 3 files:
Convert Views to autoloading class naming pattern.
1 lines of code changed in 1 file:
Extracted and renamed request parameter classes.
7 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:
Cleaned up the new Forms example.
26 lines of code changed in 2 files:
Added Wact Forms example to demonstrate the use of every possible HTML input.
115 lines of code changed in 2 files: