[root]/trunk/examples/crud/modules
stations
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 8 (100.0%) | 88 (100.0%) | 11.0 |
| norbertmocsnik | 3 (37.5%) | 78 (88.6%) | 26.0 |
| JeffMoore | 5 (62.5%) | 10 (11.4%) | 2.0 |
I hate to do this, but temporarily remote this until I can find time to fix it.
0 lines of code changed in 2 files:
updated crud example
8 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.
1 lines of code changed in 1 file:
Small bug fix, removed var_dump, refactored method name process to addStation.
1 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.
8 lines of code changed in 1 file:
Reorganized the CRUD example.
70 lines of code changed in 2 files: