[root]/trunk/examples/caseconverter

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 27 (100.0%) | 150 (100.0%) | 5.5 |
| JeffMoore | 26 (96.3%) | 149 (99.3%) | 5.7 |
| norbertmocsnik | 1 (3.7%) | 1 (0.7%) | 1.0 |
fix path names to respect the new capitalization of file names
1 lines of code changed in 1 file:
detab.
4 lines of code changed in 1 file:
Renamed test base classes to autonaming conventions. Also implemented
template filter. This should have been two different checkins. Oops.
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.
1 lines of code changed in 1 file:
Extracted and renamed request parameter classes.
2 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.
1 lines of code changed in 1 file:
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.
2 lines of code changed in 1 file:
Removed WactCommandController and WactViewController classes in favor of
allowing the $controller['name'] syntax to automatically create
non-existant controllers allowing setView and onExecuteDo to take over for
These two light-duty classes.
2 lines of code changed in 1 file:
Added ability for WactParameter to have a default value.
Changed controller dispatching mechanism to rely on the default value of
parameters, removed setDefaultChild and setDispatcher methods.
Added DispatchOn fluent method that is an alternative for defineInput, but
defines a parameter to dispatch on for a particular controller.
This is a MAJOR change.
This update is poorly tested.
This update breaks several existing example applications.
1 lines of code changed in 1 file:
Removed the wrapper classes for php callbacks in favor of a new
"callback constructor" parameter list pattern for registerListener
methods and WactCommandController.
2 lines of code changed in 1 file:
Removed unnecessary id attributes.
2 lines of code changed in 1 file:
Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.
3 lines of code changed in 1 file:
Renamed getResource method to load.
1 lines of code changed in 1 file:
It turns out the id attributes were necessary to make a point in the
accompanying tutorial.
4 lines of code changed in 2 files:
Removed unnecessary attributes.
2 lines of code changed in 1 file:
(4 more)