July 2007 Commit Log

Number of Commits:
15
Number of Active Developers:
1
JeffMoore 2007-07-14 18:54 Rev.: 545

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.

40 lines of code changed in 15 files:

JeffMoore 2007-07-14 18:00 Rev.: 544

Small bug fix, removed var_dump, refactored method name process to addStation.

3 lines of code changed in 3 files:

JeffMoore 2007-07-14 17:58 Rev.: 543

Fixed bad reference to WactViewController.

3 lines of code changed in 1 file:

JeffMoore 2007-07-14 17:57 Rev.: 542

Fixed bugs in segmented parameters.

13 lines of code changed in 2 files:

JeffMoore 2007-07-14 17:56 Rev.: 541

Fixed obsolete and broken reference to WactCommandController

0 lines of code changed in 2 files:

JeffMoore 2007-07-14 15:35 Rev.: 540

Move the template based hangman example to the examples directory as the
"official" preferred examples in wact.

1067 lines of code changed in 4 files:

JeffMoore 2007-07-14 15:33 Rev.: 539

moved the view based hangman example to the acceptance test directory.

0 lines of code changed in 4 files:

JeffMoore 2007-07-14 15:24 Rev.: 538

Changed scanning pattern to only include specifically designated example
files in the list of examples to run.

9 lines of code changed in 1 file:

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.

963 lines of code changed in 115 files:

JeffMoore 2007-07-14 15:01 Rev.: 536

Moved exception examples to acceptance test directory (even though there are
no tests written for these, yet. They are not good examples.)

0 lines of code changed in 29 files:

JeffMoore 2007-07-14 14:52 Rev.: 534

Started a contact form example.

77 lines of code changed in 4 files:

JeffMoore 2007-07-14 14:44 Rev.: 533

Added WactHttpMethodParameter class to dispatch on the HTTP method (usually
GET or POST).

21 lines of code changed in 1 file:

JeffMoore 2007-07-13 18:08 Rev.: 532

Split controller class into two classes for clarity.

34 lines of code changed in 1 file:

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.

22 lines of code changed in 10 files:

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.

644 lines of code changed in 17 files:

June 2007 »

Generated by StatSVN 0.4.0