• Followers
     
    Ico-users Johan Janssens (Assigned To) 
     
    Attachments
    No attachments
    Associations
     
    # Relation Summary Status Action
    Activity
     
    User picture

          on Apr 08, 2011 @ 01:28pm UTC * By Johan Janssens

    Milestone changed from 0.7 alpha 2 to 0.7 alpha 3
    User picture

          on 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.
    User picture

          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.
    User picture

          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.
    User picture

          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.
    User picture

          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.
    User picture

          on May 21, 2011 @ 11:36pm UTC * By Johan Janssens

    (In revision:3330) re #99 : Removed KToolbarButtonPost::getOnClick() and getFields() functions.
    User picture

          on May 21, 2011 @ 11:38pm UTC * By Johan Janssens

    (In revision:3331) re #99 : Set the href attribute through the initialize function.
    User picture

          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.
    User picture

          on May 21, 2011 @ 11:45pm UTC * By Johan Janssens

    (In revision:3333) re #99 : Removed ComDefaultToolbarButtonDelete. Specialised button no longer needed.
    User picture

          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.
    User picture

          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.
    User picture

          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.
    User picture

          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.
    User picture

          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.
    User picture

          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.
    User picture

          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.
    User picture

          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.
    User picture

          on Jun 16, 2011 @ 01:00am UTC * By Johan Janssens

    (In revision:3482) re #99 : Moved toolbar package inside the controller package.
    User picture

          on Jun 16, 2011 @ 01:01am UTC * By Johan Janssens

    (In revision:3483) re #99 : Moved toolbar package inside the controller package.
    User picture

          on Jun 16, 2011 @ 12:49pm UTC * By Johan Janssens

    (In revision:3485) re #99 : Added KControllerResource::setToolbar() and getToolbar() functions.
    User picture

          on Jun 16, 2011 @ 12:49pm UTC * By Johan Janssens

    (In revision:3486) re #99 : Added KControllerResource::setToolbar() and getToolbar() functions. Removed ComDefaultViewDefault::getToolbar().
    User picture

          on Jun 16, 2011 @ 01:38pm UTC * By Johan Janssens

    (In revision:3487) re #99 : Added KControllerResource::setToolbar() and getToolbar() functions. Removed ComDefaultViewDefault::getToolbar().
    User picture

          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.
    User picture

          on Jun 16, 2011 @ 02:49pm UTC * By Johan Janssens

    (In revision:3490) re #99 : Pass the controller to the toolbar.
    User picture

          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.
    User picture

          on Jun 16, 2011 @ 03:15pm UTC * By Johan Janssens

    (In revision:3492) re #99 : Renamed KControllerToolbarAsbtract::append() to insert() and removed prepend function.
    User picture

          on Jun 16, 2011 @ 03:15pm UTC * By Johan Janssens

    (In revision:3493) re #99 : Renamed KControllerToolbarAsbtract::append() to insert() and removed prepend function.
    User picture

          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]);
    User picture

          on Jun 17, 2011 @ 12:07am UTC * By Johan Janssens

    (In revision:3497) re #99 : Removed KControllerToolbarInterface
    User picture

          on Jun 17, 2011 @ 12:14am UTC * By Johan Janssens

    (In revision:3498) re #99 : Cleanup
    User picture

          on Jun 17, 2011 @ 12:16am UTC * By Johan Janssens

    (In revision:3499) re #99 : Renamed auto_commands to auto_defaults.
    User picture

          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.
    User picture

          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.
    User picture

          on Jun 17, 2011 @ 12:45am UTC * By Johan Janssens

    Status changed from Accepted to Test
    User picture

          on Jun 17, 2011 @ 02:01am UTC * By Johan Janssens

    (In revision:3502) re #99 : Cleanup
    User picture

          on Jun 24, 2011 @ 04:36am UTC * By Johan Janssens

    Description changed from See : http://groups.google.... to See : http://groups.google....
    User picture

          on Jun 26, 2011 @ 07:34pm UTC * By Johan Janssens

    Description changed from See : http://groups.google.... to See : http://groups.google....
    User picture

          on Jun 26, 2011 @ 07:34pm UTC * By Johan Janssens

    Status changed from Test to Ready
    Marking as ready.
    User picture

          on Jun 30, 2011 @ 11:32pm UTC * By Johan Janssens

    Status changed from Ready to Released
    Updating tickets (#99, #123, #124, #131, #132, #133, #134)
    Time Expenditure
    Loading