-
Followers
Johan Janssens (Assigned To)
AttachmentsNo attachmentsActivityon Apr 08, 2011 @ 01:28pm UTC * By Johan Janssens
Milestone changed from 0.7 alpha 2 to 0.7 alpha 3on May 03, 2011 @ 07:10pm UTC * By Johan Janssens
(In revision:3252) re #99 : Cleaned up KToolbar package. Moved specialised buttons to ComDefaultToolbarsButtons. Rendering of the toolbar and title is now handled by ComDefaultDispatcher.on May 03, 2011 @ 07:11pm UTC * By Johan Janssens
(In revision:3253) re #99 : Cleaned up KToolbar package. Moved specialised buttons to ComDefaultToolbarsButtons. Rendering of the toolbar and title is now handled by ComDefaultDispatcher.on May 09, 2011 @ 08:13pm UTC * By Johan Janssens
(In revision:3264) re #99 : Removed render and renderTitle function. Code has been moved to the com.default.view.[list|item].template.toolbar and com.default.view.[list|item].template.toolbar_title. Rendering is now been trigger through com.default.dispatcher.on May 21, 2011 @ 11:09pm UTC * By Johan Janssens
(In revision:3322) re #99 : New Koowa.Controller.Form controller which will run a 'validate' event before any action, except 'cancel'. This change allows easy implementation of client or server side form validation.on May 21, 2011 @ 11:35pm UTC * By Johan Janssens
(In revision:3329) re #99 : Toolbar buttons now have an attribs property in its options, allowing you to define what attributes are rendered on the toolbar button.on May 21, 2011 @ 11:36pm UTC * By Johan Janssens
(In revision:3330) re #99 : Removed KToolbarButtonPost::getOnClick() and getFields() functions.on May 21, 2011 @ 11:38pm UTC * By Johan Janssens
(In revision:3331) re #99 : Set the href attribute through the initialize function.on May 21, 2011 @ 11:44pm UTC * By Johan Janssens
(In revision:3332) re #99 : Toolbar buttons now have an attribs property in its options, allowing you to define what attributes are rendered on the toolbar button. The onclick event has been removed. Instead the attribute data-action defines what action this button triggers, and data-data allows you to set the data for post actions.on May 21, 2011 @ 11:45pm UTC * By Johan Janssens
(In revision:3333) re #99 : Removed ComDefaultToolbarButtonDelete. Specialised button no longer needed.on May 21, 2011 @ 11:46pm UTC * By Johan Janssens
(In revision:3334) re #99 : Toolbar buttons now have an attribs property in its options, allowing you to define what attributes are rendered on the toolbar button. The onclick event has been removed. Instead the attribute data-action defines what action this button triggers, and data-data allows you to set the data for post actions.on May 21, 2011 @ 11:46pm UTC * By Johan Janssens
(In revision:3335) re #99 : Toolbar buttons now have an attribs property in its options, allowing you to define what attributes are rendered on the toolbar button. The onclick event has been removed. Instead the attribute data-action defines what action this button triggers, and data-data allows you to set the data for post actions.on May 21, 2011 @ 11:46pm UTC * By Johan Janssens
(In revision:3336) re #99 : Toolbar buttons now have an attribs property in its options, allowing you to define what attributes are rendered on the toolbar button. The onclick event has been removed. Instead the attribute data-action defines what action this button triggers, and data-data allows you to set the data for post actions.on May 21, 2011 @ 11:47pm UTC * By Johan Janssens
(In revision:3337) re #99 : Toolbar buttons now have an attribs property in its options, allowing you to define what attributes are rendered on the toolbar button. The onclick event has been removed. Instead the attribute data-action defines what action this button triggers, and data-data allows you to set the data for post actions.on May 21, 2011 @ 11:47pm UTC * By Johan Janssens
(In revision:3338) re #99 : Toolbar buttons now have an attribs property in its options, allowing you to define what attributes are rendered on the toolbar button. The onclick event has been removed. Instead the attribute data-action defines what action this button triggers, and data-data allows you to set the data for post actions.on May 21, 2011 @ 11:47pm UTC * By Johan Janssens
(In revision:3339) re #99 : Toolbar buttons now have an attribs property in its options, allowing you to define what attributes are rendered on the toolbar button. The onclick event has been removed. Instead the attribute data-action defines what action this button triggers, and data-data allows you to set the data for post actions.on May 22, 2011 @ 12:01am UTC * By Johan Janssens
(In revision:3341) re #99 : Removed name=adminForm from forms. Use -koowa-grid or -koowa-form instead.on Jun 15, 2011 @ 11:07pm UTC * By Johan Janssens
(In revision:3479) re #99 : Removed KToolbarButton subpackage. Buttons have been renamed to commands and are now seperate function inside the toolbar class.on Jun 16, 2011 @ 01:00am UTC * By Johan Janssens
(In revision:3482) re #99 : Moved toolbar package inside the controller package.on Jun 16, 2011 @ 01:01am UTC * By Johan Janssens
(In revision:3483) re #99 : Moved toolbar package inside the controller package.on Jun 16, 2011 @ 12:49pm UTC * By Johan Janssens
(In revision:3485) re #99 : Added KControllerResource::setToolbar() and getToolbar() functions.on Jun 16, 2011 @ 12:49pm UTC * By Johan Janssens
(In revision:3486) re #99 : Added KControllerResource::setToolbar() and getToolbar() functions. Removed ComDefaultViewDefault::getToolbar().on Jun 16, 2011 @ 01:38pm UTC * By Johan Janssens
(In revision:3487) re #99 : Added KControllerResource::setToolbar() and getToolbar() functions. Removed ComDefaultViewDefault::getToolbar().on Jun 16, 2011 @ 02:44pm UTC * By Johan Janssens
(In revision:3489) re #99 : Set the title for the singular form views through the default toolbar class to avoid code duplication.on Jun 16, 2011 @ 02:49pm UTC * By Johan Janssens
(In revision:3490) re #99 : Pass the controller to the toolbar.on Jun 16, 2011 @ 02:49pm UTC * By Johan Janssens
(In revision:3491) re #99 : Allow for DI of the controller object the toolbar is attached too.on Jun 16, 2011 @ 03:15pm UTC * By Johan Janssens
(In revision:3492) re #99 : Renamed KControllerToolbarAsbtract::append() to insert() and removed prepend function.on Jun 16, 2011 @ 03:15pm UTC * By Johan Janssens
(In revision:3493) re #99 : Renamed KControllerToolbarAsbtract::append() to insert() and removed prepend function.on Jun 17, 2011 @ 12:03am UTC * By Johan Janssens
(In revision:3496) re #99 : KControllerToolbarAbstract now extends from KObjectArray. Renamed KControllerToolbarAbstract::insert() to addCommand. Added special KControllerToolbarAbstract::addSeperator() to deal with adding seperators. Implemented magic call function to translate add[Command]([config]) instad addCommand([command], [config]);on Jun 17, 2011 @ 12:07am UTC * By Johan Janssens
(In revision:3497) re #99 : Removed KControllerToolbarInterfaceon Jun 17, 2011 @ 12:14am UTC * By Johan Janssens
(In revision:3498) re #99 : Cleanupon Jun 17, 2011 @ 12:16am UTC * By Johan Janssens
(In revision:3499) re #99 : Renamed auto_commands to auto_defaults.on Jun 17, 2011 @ 12:17am UTC * By Johan Janssens
(In revision:3500) re #99 : Implemented new auto_defaults config property. Moved title handling into specialised setTitle function.on Jun 17, 2011 @ 12:19am UTC * By Johan Janssens
(In revision:3501) re #99 : Added special seperator function to render a seperator. KControllerToolbarAbstract now implements KObjectArray. Cleanup.on Jun 17, 2011 @ 12:45am UTC * By Johan Janssens
Status changed from Accepted to Teston Jun 17, 2011 @ 02:01am UTC * By Johan Janssens
(In revision:3502) re #99 : Cleanupon Jun 24, 2011 @ 04:36am UTC * By Johan Janssens
Description changed from See : http://groups.google.... to See : http://groups.google....on Jun 26, 2011 @ 07:34pm UTC * By Johan Janssens
Description changed from See : http://groups.google.... to See : http://groups.google....on Jun 26, 2011 @ 07:34pm UTC * By Johan Janssens
Status changed from Test to ReadyMarking as ready.Time ExpenditureLoading
See : http://groups.google.com/group/nooku-framework/browse_thread/thread/83de72980953d134#
See : http://groups.google.com/group/nooku-framework/browse_thread/thread/ca0cc35a62e7a334#
See : http://groups.google.com/group/nooku-framework/browse_thread/thread/409ff377d64dc2c7#
See : http://groups.google.com/group/nooku-framework/browse_thread/thread/da26ccea063e6f9b#
See : http://groups.google.com/group/nooku-framework/browse_thread/thread/4f89f110330bdfe1#
Implementation :