[root]/trunk/examples/crud/modules/stations

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 96 (100.0%) | 678 (100.0%) | 7.0 |
| norbertmocsnik | 48 (50.0%) | 624 (92.0%) | 13.0 |
| JeffMoore | 48 (50.0%) | 54 (8.0%) | 1.1 |
I hate to do this, but temporarily remote this until I can find time to fix it.
0 lines of code changed in 18 files:
Convert Views to autoloading class naming pattern.
4 lines of code changed in 4 files:
Dismantle component directory and promote property to a top level directory. Rename classes for autoloading.
14 lines of code changed in 1 file:
Extracted and renamed request parameter classes.
12 lines of code changed in 5 files:
Converted WactController to Wact_Controller_Base and removed explicit includes in favor of autoloading.
6 lines of code changed in 6 files:
Added out-of-the-box sqlite support to the CRUD example.
Added CRUD example description for the example collector.
Fixed MDB2 includes.
2 lines of code changed in 1 file:
Renamed some templates to propose a new template naming suggestion. (Test how convenient this is in your editor/IDE!)
20 lines of code changed in 5 files:
Added WactTransformIterator.
Updated CRUD example:
- Added "sefid" calculated field
- Moved editable form fields out into a common file called "fields.tpl.html"
- Added an example transformer
- Changed MDB2 fetch mode from MDB2_FETCHMODE_ASSOC to MDB2_FETCHMODE_OBJECT
- Added some notes
82 lines of code changed in 11 files:
Removed unnecessary parameter specifications. (It's gonna take some time to get used to this ;))
2 lines of code changed in 2 files:
Reorganized CRUD example.
Added MDB2-based model with MySQL access.
Added list of things to complete and clean up before the release.
90 lines of code changed in 9 files:
Rolled back commit mistake.
1 lines of code changed in 1 file:
updated crud example
34 lines of code changed in 7 files:
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 5 files:
Small bug fix, removed var_dump, refactored method name process to addStation.
2 lines of code changed in 2 files:
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 3 files:
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 4 files:
Reorganized the CRUD example.
393 lines of code changed in 12 files: