Added WactFormTransition and an example of form processing with new controller.
329 lines of code changed in 6 files:
Reorganized Dispatch Parameter testing so that a dispatcher can use more than
one parameter.
121 lines of code changed in 4 files:
Changed inccorrect inheritance
1 lines of code changed in 1 file:
Small optimization in data binding
1 lines of code changed in 1 file:
Added an intermediate stage in tag rendering to make it easier to subclass tags.
9 lines of code changed in 1 file:
Added setup template method for initialization. parent:: calls are not
necessary in setup.
12 lines of code changed in 1 file:
Added attributes parameter for tag
3 lines of code changed in 2 files:
Changed array access notation to only access the immediate view child.
8 lines of code changed in 1 file:
call renderChildren directly rather than through parent.
1 lines of code changed in 1 file:
Added WACT prefix to controller classes
156 lines of code changed in 7 files:
Added Wact prefix to ResponseModel
5 lines of code changed in 5 files:
Added Wact prefix to LinkTransition and TransitionBuilder classes
21 lines of code changed in 5 files:
Renamed GetParameter to UrlParameter and GetDispatcher to UrlDispatcher.
To avoid confusion with get the verb.
21 lines of code changed in 4 files:
Fixed silly typo
1 lines of code changed in 1 file:
Extracted Dispatcher class from controller
172 lines of code changed in 4 files:
Replaced one more constructor.
1 lines of code changed in 1 file:
Introduced ArrayAccess.
Introduced WactPartialView::data.
(feel free to rollback both)
15 lines of code changed in 1 file:
Introduced ArrayAccess in the View examples.
15 lines of code changed in 4 files:
Removed PHP 4-style object references.
7 lines of code changed in 4 files:
Replaced constructor to PHP 5-style.
2 lines of code changed in 2 files:
Removed "on" from event nomenclature.
32 lines of code changed in 2 files:
Removed some dead code and comments
7 lines of code changed in 2 files:
Changed from PHP 4 style constructor to PHP 5 style constructor
11 lines of code changed in 3 files:
Update foreach object iteration from php 4 style to PHP 5 style
10 lines of code changed in 2 files:
Removed object factory protocol checks. (Perhaps temporarily)
3 lines of code changed in 1 file:
Removed PHP 4 style object reference notation.
16 lines of code changed in 1 file:
Removed PHP 4 style reference notation for object assignment and parameter
passing.
167 lines of code changed in 9 files:
Ported hangman controller example!
1189 lines of code changed in 2 files:
Added support for __isset()
7 lines of code changed in 2 files:
Changed visibility to make common properties public.
6 lines of code changed in 1 file:
Added test cases for createPath
35 lines of code changed in 2 files:
Added test cases for set()
97 lines of code changed in 2 files:
Test casses for get() and getPath()
159 lines of code changed in 2 files:
Replaced old style DataSource path access with Binder path access.
12 lines of code changed in 2 files:
More progress on binder implementation.
36 lines of code changed in 1 file:
Added binder class, which provides path access to object and array values.
38 lines of code changed in 6 files:
Updated to match the new view class.
15 lines of code changed in 2 files:
Implemented ArrayAccess for the views.
95 lines of code changed in 2 files:
Imported controller test cases from CVS.
499 lines of code changed in 6 files:
Imported controller classes from CVS.
582 lines of code changed in 4 files:
Removed factory protocol.
0 lines of code changed in 1 file:
Replaced parent::render() method call with new renderChildren method to be
more explicit.
20 lines of code changed in 5 files:
Prefixed DB classes with Wact*.
77 lines of code changed in 13 files:
Prefixed MySQL classes with Wact*.
Unified MySQL naming (upper/lowercase).
95 lines of code changed in 13 files:
Removed the PHP 4-style iteration test from the MySQL driver test cases.
0 lines of code changed in 1 file:
Removed the paging stuff from MySQLRecordSet.
Added an experimental limit method to MySqlQueryStatement.
65 lines of code changed in 2 files:
Got the View example test cases working in the new environment:
- require_once'd webtestcase.inc.php
- renamed test classes to Wact*
- introduced object-based config access instead of constants (any better solution for this?)
19 lines of code changed in 4 files:
Imported View Example Test Cases from the CVS without the CVS-style file headers.
18 lines of code changed in 4 files:
Replaced ConditionalDependencyInvoker to PrerequisiteInvoker in WactWebTestCase.
Added WebServerPrerequisite class.
29 lines of code changed in 2 files: