Commits by norbert

[269 total ]
Avatar
Fixed bug caused by partially unreachable code in WactFormTransition and simplified the internal variable registry for preserving state.

by norbert (Using name ‘norbertmocsnik’) on 2007-12-31 21:55 (about 1 year ago)

Avatar
Added parent class display to the view debugger.

by norbert (Using name ‘norbertmocsnik’) on 2007-12-31 16:27 (about 1 year ago)

Avatar
Simplified the (still) broken Portal example.

by norbert (Using name ‘norbertmocsnik’) on 2007-11-30 21:22 (over 2 years ago)

Avatar
Fixed broken forms. When a custom run-time view is provided for a compile-time form input component, we assume that the tag name is hardcoded into it. Otherwise, the component renders the tag name into the compiled template and the default form element view is used.

by norbert (Using name ‘norbertmocsnik’) on 2007-11-30 21:03 (over 2 years ago)

Avatar
Fixed Hangman example: WactPartialView::setUp() is called prior to WactPartialView::bindToAncestors() when $this->data is unavailable yet. This code needs to take place inside an onPreRenderDo event handler. It is mandatory that we clarify the view lifecycle very soon.

by norbert (Using name ‘norbertmocsnik’) on 2007-11-30 20:34 (over 2 years ago)

Avatar
Fixed failing controller test cases (again).

by norbert (Using name ‘norbertmocsnik’) on 2007-11-27 23:44 (over 2 years ago)

Avatar
Reverted r625 and r624.

by norbert (Using name ‘norbertmocsnik’) on 2007-11-27 21:47 (over 2 years ago)

Avatar
Checked in a new failing controller test case.

by norbert (Using name ‘norbertmocsnik’) on 2007-11-27 20:37 (over 2 years ago)

Avatar
Simplified the previous fix (no need to pass the parameter name to the parameter itself).

by norbert (Using name ‘norbertmocsnik’) on 2007-11-27 19:31 (over 2 years ago)

Avatar
Fixed failing controller test cases by extracting out hardcoded PATH_INFO channel read from WactSegmentedParameter::WriteValueToTransition() into the the GET, POST, PATH_INFO and Segmented parameters, each reading its own channel. Currently only PATH_INFO is used.

by norbert (Using name ‘norbertmocsnik’) on 2007-11-27 19:09 (over 2 years ago)