Directory trunk/wact/view/form/

Directory Created:
2006-05-28 05:08
Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/trunk/wact/view/form
                    Folder removed from repo select (0 files, 0 lines)

Lines of Code

trunk/wact/view/form/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 28 (100.0%) 428 (100.0%) 15.2

Most Recent Commits

JeffMoore 2009-05-23 18:04 Rev.: 954

convert filename case

0 lines of code changed in 5 files:

  • trunk/wact/view/form: checkable.inc.php (del), element.inc.php (del), form.inc.php (del), text.inc.php (del), textarea.inc.php (del)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

3 lines of code changed in 1 file:

  • trunk/wact/view/form: text.inc.php (+3 -3)
JeffMoore 2009-04-26 06:49 Rev.: 898

Remove @version, @access, and @version doc comments. They're meaningless here.

0 lines of code changed in 4 files:

  • trunk/wact/view/form: checkable.inc.php (-3), element.inc.php (-3), text.inc.php (-3), textarea.inc.php (-3)
JeffMoore 2008-11-09 22:58 Rev.: 887

Rename getParentByClass to findParentByType.

6 lines of code changed in 1 file:

  • trunk/wact/view/form: element.inc.php (+6 -1)
JeffMoore 2008-11-09 21:29 Rev.: 878

Rename bindToAncestors to bindScope.

2 lines of code changed in 1 file:

  • trunk/wact/view/form: element.inc.php (+2 -2)
JeffMoore 2008-11-09 01:51 Rev.: 867

Refactored scoping to be more clear.

2 lines of code changed in 1 file:

  • trunk/wact/view/form: element.inc.php (+2 -2)
JeffMoore 2008-10-25 20:39 Rev.: 800

Changed the way paint methods are generated.
Optimized component tree to eliminate unnecessary inline view component.
Fixed bug with closing tags that didn't match intent from template.

1 lines of code changed in 1 file:

  • trunk/wact/view/form: textarea.inc.php (+1 -4)
JeffMoore 2008-09-28 23:38 Rev.: 728

Move view into standard views and give it an autoloading name.

48 lines of code changed in 1 file:

  • trunk/wact/view/form: checkable.inc.php (new 48)
JeffMoore 2008-09-28 23:26 Rev.: 726

Convert Views to autoloading class naming pattern.

225 lines of code changed in 4 files:

  • trunk/wact/view/form: element.inc.php (new 38), form.inc.php (new 105), text.inc.php (new 41), textarea.inc.php (new 41)
JeffMoore 2006-11-09 01:57 Rev.: 300

moved form in with html view components.

0 lines of code changed in 1 file:

  • trunk/wact/view/form: form.inc.php (del)
JeffMoore 2006-11-05 03:18 Rev.: 294

Changed findParentByClass to getParentBy class, which throws an exception
if the parent is not found.

1 lines of code changed in 1 file:

  • trunk/wact/view/form: form.inc.php (+1 -4)
JeffMoore 2006-11-05 01:40 Rev.: 290

Cleaned up view lifecycle centering around when iterators and models are
available to be accessed during the render stage.

18 lines of code changed in 1 file:

  • trunk/wact/view/form: form.inc.php (+18 -13)
JeffMoore 2006-11-04 23:05 Rev.: 288

Renamed generic bindData to more specific bindToAncestors.

6 lines of code changed in 1 file:

  • trunk/wact/view/form: form.inc.php (+6 -10)
JeffMoore 2006-11-04 15:46 Rev.: 283

Extracted findParentByClass method.

4 lines of code changed in 1 file:

  • trunk/wact/view/form: form.inc.php (+4 -5)
JeffMoore 2006-11-04 15:04 Rev.: 282

Renamed dataRoot to just plain root.

1 lines of code changed in 1 file:

  • trunk/wact/view/form: form.inc.php (+1 -1)
JeffMoore 2006-11-04 14:59 Rev.: 281

Reduced the visibility of renderChildren from public to protected.

1 lines of code changed in 1 file:

  • trunk/wact/view/form: form.inc.php (+1 -1)
JeffMoore 2006-11-04 03:23 Rev.: 279

Split render method into render and paint. Render is reserved for the
framework, while paint methods are template methods that can be extended.
This opens up opportunities for a more advanced rendering lifecycle.

2 lines of code changed in 1 file:

  • trunk/wact/view/form: form.inc.php (+2 -2)
JeffMoore 2006-05-28 05:08 Rev.: 170

Added WactFormTransition and an example of form processing with new controller.

108 lines of code changed in 1 file:

  • trunk/wact/view/form: form.inc.php (new 108)
Generated by StatSVN 0.4.0