May 2006 Commit Log

Number of Commits:
49
Number of Active Developers:
2
JeffMoore 2006-05-28 05:08 Rev.: 170

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

329 lines of code changed in 6 files:

JeffMoore 2006-05-26 00:47 Rev.: 169

Reorganized Dispatch Parameter testing so that a dispatcher can use more than
one parameter.

121 lines of code changed in 4 files:

JeffMoore 2006-05-25 22:33 Rev.: 168

Changed inccorrect inheritance

1 lines of code changed in 1 file:

JeffMoore 2006-05-25 22:31 Rev.: 167

Small optimization in data binding

1 lines of code changed in 1 file:

JeffMoore 2006-05-25 22:14 Rev.: 166

Added an intermediate stage in tag rendering to make it easier to subclass tags.

9 lines of code changed in 1 file:

JeffMoore 2006-05-25 22:14 Rev.: 165

Added setup template method for initialization. parent:: calls are not
necessary in setup.

12 lines of code changed in 1 file:

JeffMoore 2006-05-23 02:26 Rev.: 164

Added attributes parameter for tag

3 lines of code changed in 2 files:

JeffMoore 2006-05-23 02:16 Rev.: 163

Changed array access notation to only access the immediate view child.

8 lines of code changed in 1 file:

JeffMoore 2006-05-23 01:56 Rev.: 162

call renderChildren directly rather than through parent.

1 lines of code changed in 1 file:

JeffMoore 2006-05-16 04:44 Rev.: 161

Added WACT prefix to controller classes

156 lines of code changed in 7 files:

JeffMoore 2006-05-16 02:25 Rev.: 160

Added Wact prefix to ResponseModel

5 lines of code changed in 5 files:

JeffMoore 2006-05-16 02:14 Rev.: 159

Added Wact prefix to LinkTransition and TransitionBuilder classes

21 lines of code changed in 5 files:

JeffMoore 2006-05-16 02:09 Rev.: 158

Renamed GetParameter to UrlParameter and GetDispatcher to UrlDispatcher.
To avoid confusion with get the verb.

21 lines of code changed in 4 files:

JeffMoore 2006-05-15 23:07 Rev.: 157

Fixed silly typo

1 lines of code changed in 1 file:

JeffMoore 2006-05-15 23:03 Rev.: 156

Extracted Dispatcher class from controller

172 lines of code changed in 4 files:

norbertmocsnik 2006-05-15 20:26 Rev.: 155

Replaced one more constructor.

1 lines of code changed in 1 file:

norbertmocsnik 2006-05-15 20:18 Rev.: 154

Introduced ArrayAccess.
Introduced WactPartialView::data.

(feel free to rollback both)

15 lines of code changed in 1 file:

norbertmocsnik 2006-05-15 20:14 Rev.: 153

Introduced ArrayAccess in the View examples.

15 lines of code changed in 4 files:

norbertmocsnik 2006-05-15 20:05 Rev.: 152

Removed PHP 4-style object references.

7 lines of code changed in 4 files:

norbertmocsnik 2006-05-15 19:41 Rev.: 151

Replaced constructor to PHP 5-style.

2 lines of code changed in 2 files:

JeffMoore 2006-05-15 02:22 Rev.: 150

Removed "on" from event nomenclature.

32 lines of code changed in 2 files:

JeffMoore 2006-05-15 02:16 Rev.: 149

Removed some dead code and comments

7 lines of code changed in 2 files:

JeffMoore 2006-05-14 21:08 Rev.: 148

Changed from PHP 4 style constructor to PHP 5 style constructor

11 lines of code changed in 3 files:

JeffMoore 2006-05-14 20:56 Rev.: 147

Update foreach object iteration from php 4 style to PHP 5 style

10 lines of code changed in 2 files:

JeffMoore 2006-05-14 20:41 Rev.: 146

Removed object factory protocol checks. (Perhaps temporarily)

3 lines of code changed in 1 file:

JeffMoore 2006-05-14 20:39 Rev.: 145

Removed PHP 4 style object reference notation.

16 lines of code changed in 1 file:

JeffMoore 2006-05-14 00:46 Rev.: 144

Removed PHP 4 style reference notation for object assignment and parameter
passing.

167 lines of code changed in 9 files:

JeffMoore 2006-05-14 00:38 Rev.: 143

Ported hangman controller example!

1189 lines of code changed in 2 files:

JeffMoore 2006-05-14 00:35 Rev.: 142

Added support for __isset()

7 lines of code changed in 2 files:

JeffMoore 2006-05-14 00:26 Rev.: 141

Changed visibility to make common properties public.

6 lines of code changed in 1 file:

JeffMoore 2006-05-14 00:14 Rev.: 140

Added test cases for createPath

35 lines of code changed in 2 files:

JeffMoore 2006-05-13 23:58 Rev.: 139

Added test cases for set()

97 lines of code changed in 2 files:

JeffMoore 2006-05-13 22:35 Rev.: 138

Test casses for get() and getPath()

159 lines of code changed in 2 files:

JeffMoore 2006-05-13 19:39 Rev.: 137

Replaced old style DataSource path access with Binder path access.

12 lines of code changed in 2 files:

JeffMoore 2006-05-13 19:31 Rev.: 136

More progress on binder implementation.

36 lines of code changed in 1 file:

JeffMoore 2006-05-13 19:16 Rev.: 135

Added binder class, which provides path access to object and array values.

38 lines of code changed in 6 files:

JeffMoore 2006-05-13 19:08 Rev.: 134

Updated to match the new view class.

15 lines of code changed in 2 files:

norbertmocsnik 2006-05-08 20:54 Rev.: 133

Implemented ArrayAccess for the views.

95 lines of code changed in 2 files:

JeffMoore 2006-05-06 23:01 Rev.: 132

Imported controller test cases from CVS.

499 lines of code changed in 6 files:

JeffMoore 2006-05-06 22:52 Rev.: 131

Imported controller classes from CVS.

582 lines of code changed in 4 files:

JeffMoore 2006-05-06 22:45 Rev.: 130

Removed factory protocol.

0 lines of code changed in 1 file:

JeffMoore 2006-05-06 22:37 Rev.: 129

Replaced parent::render() method call with new renderChildren method to be
more explicit.

20 lines of code changed in 5 files:

norbertmocsnik 2006-05-05 11:28 Rev.: 128

Prefixed DB classes with Wact*.

77 lines of code changed in 13 files:

norbertmocsnik 2006-05-05 11:12 Rev.: 127

Prefixed MySQL classes with Wact*.
Unified MySQL naming (upper/lowercase).

95 lines of code changed in 13 files:

norbertmocsnik 2006-05-03 23:14 Rev.: 126

Removed the PHP 4-style iteration test from the MySQL driver test cases.

0 lines of code changed in 1 file:

norbertmocsnik 2006-05-03 23:13 Rev.: 125

Removed the paging stuff from MySQLRecordSet.
Added an experimental limit method to MySqlQueryStatement.

65 lines of code changed in 2 files:

norbertmocsnik 2006-05-01 11:18 Rev.: 124

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:

norbertmocsnik 2006-05-01 11:11 Rev.: 123

Imported View Example Test Cases from the CVS without the CVS-style file headers.

18 lines of code changed in 4 files:

norbertmocsnik 2006-05-01 11:08 Rev.: 122

Replaced ConditionalDependencyInvoker to PrerequisiteInvoker in WactWebTestCase.
Added WebServerPrerequisite class.

29 lines of code changed in 2 files:

April 2006 »

Generated by StatSVN 0.4.0