[root]/trunk/acceptance/hangman

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 15 (100.0%) | 72 (100.0%) | 4.8 |
fix path names to respect the new capitalization of file names
1 lines of code changed in 1 file:
detab.
1 lines of code changed in 1 file:
Refactored scoping to be more clear.
22 lines of code changed in 1 file:
Change the construction parameters for transitions.
10 lines of code changed in 1 file:
Fix reference to obsolete class.
2 lines of code changed in 1 file:
Changed Wact_Controller_Base to require Config Registry.
3 lines of code changed in 1 file:
Convert Views to autoloading class naming pattern.
9 lines of code changed in 1 file:
Split Transition Builder into separate transition class files and use Wact_Loader class names.
7 lines of code changed in 1 file:
Extracted and renamed request parameter classes.
8 lines of code changed in 1 file:
Converted WactController to Wact_Controller_Base and removed explicit includes in favor of autoloading.
2 lines of code changed in 3 files:
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:
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.
5 lines of code changed in 2 files: