[root]/trunk/examples/hangman
templates
(5 files, 50 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 55 (100.0%) | 2828 (100.0%) | 51.4 |
| JeffMoore | 49 (89.1%) | 2752 (97.3%) | 56.1 |
| norbertmocsnik | 6 (10.9%) | 76 (2.7%) | 12.6 |
fix path names to respect the new capitalization of file names
1 lines of code changed in 1 file:
Refactored scoping to be more clear.
4 lines of code changed in 1 file:
Updated hangman for more modern wact tags.
1 lines of code changed in 1 file:
Clean up the hangman example a bit.
8 lines of code changed in 1 file:
Changed Wact_Controller_Base to require Config Registry.
2 lines of code changed in 1 file:
Convert Views to autoloading class naming pattern.
1 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 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:
Update cache modules to work with Wact_Loader.
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:
Fixed Hangman example: WactPartialView::setUp() is called prior to WactPartialView::bindToAncestors() when $this->data is unavailable yet. This code needs to take place inside an onPreRenderDo event handler. It is mandatory that we clarify the view lifecycle very soon.
2 lines of code changed in 1 file:
At the moment, WactSegmentedParameter requires explicit registering of its base parameter.
1 lines of code changed in 1 file:
Removed unused variable.
0 lines of code changed in 1 file:
Updated Hangman example.
51 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 1 file:
Fixed bad reference to WactViewController.
3 lines of code changed in 1 file:
Move the template based hangman example to the examples directory as the
"official" preferred examples in wact.
1067 lines of code changed in 3 files:
moved the view based hangman example to the acceptance test directory.
0 lines of code changed in 4 files:
Split controller class into two classes for clarity.
34 lines of code changed in 1 file:
(25 more)