Commits by norbert

[254 total ]
Avatar
Added out-of-the-box sqlite support to the CRUD example.

by norbert (Using name ‘norbertmocsnik’) on 2008-05-09 23:21 (5 months ago)

Avatar
Cleaned up the new Forms example.

by norbert (Using name ‘norbertmocsnik’) on 2007-12-31 23:49 (10 months ago)

Avatar
Added Wact Forms example to demonstrate the use of every possible HTML input.

by norbert (Using name ‘norbertmocsnik’) on 2007-12-31 22:02 (10 months ago)

Avatar
Added checkbox, radio, select, select multiple and password inputs.

by norbert (Using name ‘norbertmocsnik’) on 2007-12-31 22:00 (10 months ago)

Avatar
Fixed HTML syntax of hidden inputs for preserving state.

by norbert (Using name ‘norbertmocsnik’) on 2007-12-31 21:58 (10 months ago)

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 (10 months ago)

Avatar
Added parent class display to the view debugger.

by norbert (Using name ‘norbertmocsnik’) on 2007-12-31 16:27 (10 months ago)

Avatar
Simplified the (still) broken Portal example.

by norbert (Using name ‘norbertmocsnik’) on 2007-11-30 21:22 (11 months 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 (11 months 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 (11 months ago)