Directory trunk/examples/template/hangman/

Directory Deleted:
2007-07-14 15:16
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/trunk/examples/template/hangman
                    Folder removed from repo templates (0 files, 0 lines)

Lines of Code

trunk/examples/template/hangman/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 11 (100.0%) 28 (100.0%) 2.5
JeffMoore 8 (72.7%) 20 (71.4%) 2.5
norbertmocsnik 3 (27.3%) 8 (28.6%) 2.6

Most Recent Commits

JeffMoore 2007-07-14 15:16 Rev.: 537

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.

0 lines of code changed in 4 files:

  • trunk/examples/template/hangman: constitution.txt (del), index.php (del), model.inc.php (del), view.inc.php (del)
JeffMoore 2007-07-13 17:58 Rev.: 531

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.

3 lines of code changed in 1 file:

  • trunk/examples/template/hangman: index.php (+3 -3)
JeffMoore 2007-07-13 17:41 Rev.: 530

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.

8 lines of code changed in 1 file:

  • trunk/examples/template/hangman: index.php (+8 -8)
JeffMoore 2007-05-06 02:24 Rev.: 505

Changed event naming pattern from registerEventNameListener to
onEventNameDo.

4 lines of code changed in 1 file:

  • trunk/examples/template/hangman: index.php (+4 -4)
JeffMoore 2007-05-06 01:32 Rev.: 503

Removed the wrapper classes for php callbacks in favor of a new
"callback constructor" parameter list pattern for registerListener
methods and WactCommandController.

5 lines of code changed in 1 file:

  • trunk/examples/template/hangman: index.php (+5 -5)
norbertmocsnik 2007-05-02 16:49 Rev.: 502

Added template-based Hangman example.

8 lines of code changed in 3 files:

  • trunk/examples/template/hangman: constitution.txt (new), index.php (new 8), model.inc.php (new)
Generated by StatSVN 0.4.0