[root]/trunk/wact/view/form
select
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 28 (100.0%) | 428 (100.0%) | 15.2 |
convert filename case
0 lines of code changed in 5 files:
detab.
3 lines of code changed in 1 file:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 4 files:
Rename getParentByClass to findParentByType.
6 lines of code changed in 1 file:
Rename bindToAncestors to bindScope.
2 lines of code changed in 1 file:
Refactored scoping to be more clear.
2 lines of code changed in 1 file:
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:
Move view into standard views and give it an autoloading name.
48 lines of code changed in 1 file:
Convert Views to autoloading class naming pattern.
225 lines of code changed in 4 files:
moved form in with html view components.
0 lines of code changed in 1 file:
Changed findParentByClass to getParentBy class, which throws an exception
if the parent is not found.
1 lines of code changed in 1 file:
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:
Renamed generic bindData to more specific bindToAncestors.
6 lines of code changed in 1 file:
Extracted findParentByClass method.
4 lines of code changed in 1 file:
Renamed dataRoot to just plain root.
1 lines of code changed in 1 file:
Reduced the visibility of renderChildren from public to protected.
1 lines of code changed in 1 file:
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:
Added WactFormTransition and an example of form processing with new controller.
108 lines of code changed in 1 file: