Directory trunk/examples/crud/modules/stations/

Directory Created:
2007-05-29 10:22
Directory Deleted:
2008-10-12 23:02
Total Files:
0
Deleted Files:
18
Lines of Code:
0

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

Lines of Code

trunk/examples/crud/modules/stations/ Lines of Code

Developers

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

Most Recent Commits

JeffMoore 2008-10-12 23:02 Rev.: 766

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:

  • trunk/examples/crud/modules/stations: add.page.php (del), add.tpl.html (del), details.page.php (del), details.tpl.html (del), edit.page.php (del), edit.tpl.html (del), fields.tpl.html (del), layout.tpl.html (del), list.page.php (del), list.tpl.html (del), list.view.php (del), remove.page.php (del), remove.tpl.html (del), stations.controller.php (del), stations.fields.html (del), stations.layout.html (del), stations.model.php (del), stations.transformer.php (del)
JeffMoore 2008-09-28 23:26 Rev.: 726

Convert Views to autoloading class naming pattern.

4 lines of code changed in 4 files:

  • trunk/examples/crud/modules/stations: add.page.php (+1 -3), edit.page.php (+1 -3), list.view.php (+1 -1), remove.page.php (+1 -3)
JeffMoore 2008-05-11 05:01 Rev.: 703

Dismantle component directory and promote property to a top level directory. Rename classes for autoloading.

14 lines of code changed in 1 file:

  • trunk/examples/crud/modules/stations: list.view.php (+14 -1)
JeffMoore 2008-05-11 00:31 Rev.: 698

Extracted and renamed request parameter classes.

12 lines of code changed in 5 files:

  • trunk/examples/crud/modules/stations: add.page.php (+4 -4), details.page.php (+1 -1), edit.page.php (+4 -4), remove.page.php (+2 -2), stations.controller.php (+1 -1)
JeffMoore 2008-05-10 23:24 Rev.: 697

Converted WactController to Wact_Controller_Base and removed explicit includes in favor of autoloading.

6 lines of code changed in 6 files:

  • trunk/examples/crud/modules/stations: add.page.php (+1 -1), details.page.php (+1 -1), edit.page.php (+1 -1), list.page.php (+1 -1), remove.page.php (+1 -1), stations.controller.php (+1 -1)
norbertmocsnik 2008-05-09 23:21 Rev.: 687

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:

  • trunk/examples/crud/modules/stations: stations.model.php (+2 -1)
norbertmocsnik 2007-10-18 16:22 Rev.: 573

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:

  • trunk/examples/crud/modules/stations: add.tpl.html (+1 -1), edit.tpl.html (+1 -1), stations.controller.php (+1 -1), stations.fields.html (new 9), stations.layout.html (new 8)
norbertmocsnik 2007-10-18 16:12 Rev.: 572

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:

  • trunk/examples/crud/modules/stations: add.tpl.html (+1 -9), details.page.php (+11 -3), details.tpl.html (+5), edit.page.php (+11 -2), edit.tpl.html (+6 -4), fields.tpl.html (new 9), list.tpl.html (+5 -3), list.view.php (+6 -2), remove.page.php (+9 -3), remove.tpl.html (+5), stations.transformer.php (new 14)
norbertmocsnik 2007-10-18 15:15 Rev.: 571

Removed unnecessary parameter specifications. (It's gonna take some time to get used to this ;))

2 lines of code changed in 2 files:

  • trunk/examples/crud/modules/stations: details.tpl.html (+1 -1), edit.tpl.html (+1 -1)
norbertmocsnik 2007-10-09 14:06 Rev.: 570

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:

  • trunk/examples/crud/modules/stations: add.page.php (+3 -1), add.tpl.html (+1 -6), details.tpl.html (+3 -1), edit.page.php (+3 -1), edit.tpl.html (+3 -1), list.tpl.html (+1), remove.page.php (+2), stations.controller.php (new 26), stations.model.php (+48)
norbertmocsnik 2007-08-11 23:18 Rev.: 560

Rolled back commit mistake.

1 lines of code changed in 1 file:

  • trunk/examples/crud/modules/stations: edit.tpl.html (+1 -1)
norbertmocsnik 2007-08-11 23:13 Rev.: 559

updated crud example

34 lines of code changed in 7 files:

  • trunk/examples/crud/modules/stations: add.page.php (+1 -21), details.page.php (+5 -31), edit.page.php (+7 -43), edit.tpl.html (+1 -6), list.page.php (+3 -18), list.view.php (new 11), remove.page.php (+6 -38)
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.

5 lines of code changed in 5 files:

  • trunk/examples/crud/modules/stations: add.page.php (+1 -1), details.page.php (+1 -1), edit.page.php (+1 -1), list.page.php (+1 -1), remove.page.php (+1 -1)
JeffMoore 2007-07-14 18:00 Rev.: 544

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

2 lines of code changed in 2 files:

  • trunk/examples/crud/modules/stations: add.page.php (+2 -2), edit.page.php (-1)
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 3 files:

  • trunk/examples/crud/modules/stations: add.page.php (+1 -1), edit.page.php (+1 -1), remove.page.php (+1 -1)
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 4 files:

  • trunk/examples/crud/modules/stations: add.page.php (+1 -1), details.page.php (+1 -1), edit.page.php (+3 -3), remove.page.php (+3 -3)
norbertmocsnik 2007-05-29 10:22 Rev.: 514

Reorganized the CRUD example.

393 lines of code changed in 12 files:

  • trunk/examples/crud/modules/stations: add.page.php (new 43), add.tpl.html (new 31), details.page.php (new 48), details.tpl.html (new 22), edit.page.php (new 67), edit.tpl.html (new 31), layout.tpl.html (new 8), list.page.php (new 27), list.tpl.html (new 23), remove.page.php (new 62), remove.tpl.html (new 31), stations.model.php (new)
Generated by StatSVN 0.4.0