November 2006 Commit Log

Number of Commits:
37
Number of Active Developers:
2
JeffMoore 2006-11-13 03:07 Rev.: 303

Removed optional $cause parameter from many exceptions that do not use it.

181 lines of code changed in 47 files:

JeffMoore 2006-11-11 21:42 Rev.: 302

moved message formatter to its own directory.

251 lines of code changed in 6 files:

JeffMoore 2006-11-10 19:45 Rev.: 301

Added exception handling to catch problems in rendering templates and direct
them to a more controlled result.

66 lines of code changed in 3 files:

JeffMoore 2006-11-09 01:57 Rev.: 300

moved form in with html view components.

106 lines of code changed in 3 files:

JeffMoore 2006-11-09 01:27 Rev.: 299

Consolodated multiple exception files into a single, package level file
in order to clean up directory.

367 lines of code changed in 4 files:

JeffMoore 2006-11-07 04:07 Rev.: 298

Added comment header

17 lines of code changed in 1 file:

JeffMoore 2006-11-07 02:20 Rev.: 297

Fixed broken phpDoc tag

1 lines of code changed in 1 file:

JeffMoore 2006-11-05 04:51 Rev.: 296

Documentation improvements.

11 lines of code changed in 1 file:

JeffMoore 2006-11-05 03:55 Rev.: 295

Introduced ability to add child views after bindToAncestors has already been
called.

6 lines of code changed in 1 file:

JeffMoore 2006-11-05 03:18 Rev.: 294

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

27 lines of code changed in 5 files:

JeffMoore 2006-11-05 03:05 Rev.: 293

removed dataBindingListener. Added preRenderListener.

27 lines of code changed in 5 files:

JeffMoore 2006-11-05 02:10 Rev.: 292

Completed split between WactRepeatingView and WactSeparatedRepeatingView

93 lines of code changed in 7 files:

norbertmocsnik 2006-11-05 01:50 Rev.: 291

Fixed code coverage + refactored our web test interface. Explanation on the mailing list.

39 lines of code changed in 2 files:

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.

67 lines of code changed in 8 files:

norbertmocsnik 2006-11-04 23:35 Rev.: 289

Fixed an infinite loop on win32 by making the top-level directory check crossplatform.

1 lines of code changed in 1 file:

JeffMoore 2006-11-04 23:05 Rev.: 288

Renamed generic bindData to more specific bindToAncestors.

46 lines of code changed in 7 files:

JeffMoore 2006-11-04 22:45 Rev.: 287

Renamed WactCodeWriter to WactOldCodeWriter to prevent name conflicts between
different CodeWriter versions. This allows run all tests to complete.

14 lines of code changed in 10 files:

JeffMoore 2006-11-04 22:38 Rev.: 286

Fixed failing test cases from previous checkin.
Created WactSeparatedRepeatingView and WactRepeatingView from WactRepeatedItem.

251 lines of code changed in 10 files:

JeffMoore 2006-11-04 22:11 Rev.: 285

removed unnecessary method calls.

2 lines of code changed in 1 file:

JeffMoore 2006-11-04 16:05 Rev.: 284

Minor refactoring and code re-arrangement

62 lines of code changed in 2 files:

JeffMoore 2006-11-04 15:46 Rev.: 283

Extracted findParentByClass method.

24 lines of code changed in 2 files:

JeffMoore 2006-11-04 15:04 Rev.: 282

Renamed dataRoot to just plain root.

24 lines of code changed in 6 files:

JeffMoore 2006-11-04 14:59 Rev.: 281

Reduced the visibility of renderChildren from public to protected.

4 lines of code changed in 2 files:

JeffMoore 2006-11-04 14:51 Rev.: 280

Renamed setDefaultChild to setOnEmptyChild.

11 lines of code changed in 3 files:

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.

98 lines of code changed in 13 files:

norbertmocsnik 2006-11-03 22:21 Rev.: 278

Updated example.

4 lines of code changed in 1 file:

norbertmocsnik 2006-11-03 22:20 Rev.: 277

In WactBlockCodeWriter:
- removed getTempVariable() (integrated into getTempVarRef())
- renamed getTempVarRef() to createTempVariable()

In WactClassCodeWriter:
- renamed class variables to properties
- implemented createTempProperty()
- changed createProperty(), registerProperty() and createTempProperty() to return string references for use within class functions

In WactCodeWriter:
- added createTempProperty() that calls the appropriate function of the current WactClassCodeWriter scope

Improved comments, added tests.

289 lines of code changed in 4 files:

JeffMoore 2006-11-03 15:58 Rev.: 276

added $charset property to WactView

6 lines of code changed in 1 file:

JeffMoore 2006-11-03 03:10 Rev.: 275

Added protection to SetServerId() to prevent a server id from getting out of
sync with the copy in the parent view's children array.

125 lines of code changed in 5 files:

JeffMoore 2006-11-02 21:47 Rev.: 274

Renamed setSeparator to setSeparatorChild in order to be more consistent with
addChild and setDefaultChild.

4 lines of code changed in 4 files:

JeffMoore 2006-11-02 21:45 Rev.: 273

Transform the serverid in setServerId into lower case.
This can prevent a class of errors by not letting the child id property be
different than the key in the $children array of the parent.
The cost is that exception messages reporting server id's will not preserve
case, although searches are case insensitive.

5 lines of code changed in 1 file:

JeffMoore 2006-11-02 21:38 Rev.: 272

Minor performance improvements.

49 lines of code changed in 3 files:

JeffMoore 2006-11-02 20:55 Rev.: 271

Added some implementation notes.

24 lines of code changed in 1 file:

JeffMoore 2006-11-02 20:54 Rev.: 270

Added some documentation

8 lines of code changed in 1 file:

JeffMoore 2006-11-02 18:05 Rev.: 269

Re-arranged methods in WactPartialView to better group similiar methods.

94 lines of code changed in 1 file:

JeffMoore 2006-11-02 02:33 Rev.: 268

Removed unnecessary parameter from forwardFocus.

4 lines of code changed in 1 file:

norbertmocsnik 2006-11-01 12:43 Rev.: 267

Added test cases tocover more code.

23 lines of code changed in 1 file:

October 2006 »

Generated by StatSVN 0.4.0