collective.idashboard

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by JC Brand last modified Feb 16, 2011 02:07 AM

This Plone add-on product gives your dashboard features similiar to those of the iGoogle dashboard.

Project Description

Introduction

Pimp your Plone dashboard!

This is a Plone Product that makes your users' Plone dashboard behave similarly to the iGoogle dashboard.

Specifically, it adds the following functionality:
  • Drag and drop portlets within and between rows
  • Ajax enabled inline portlet editing and saving
  • Ajax removal/deletion of portlets with themable confirmation modal dialog.
  • Toggle show/hide portlets

Install

Add 'slc.idashboard' egg to the [instance] part in your buildout configure:

eggs =
    collective.idashboard

Upgrading from <=1.2.2:

From version 1.2.3 onwards, overrides.zcml is no longer used, so make sure you remove the following from the 'zcml' subsection in your [instance] section:

zcml =
    collective.idashboard
    collective.idashboard-overrides

Make sure that you run the import step in the Plone Control Panel. Just click on the button next to 'Upgrade:'. Drag and drop will not be enabled if you forget to do this.

TODO

  • Add sticky mininize/maximise

Changelog

1.2.6a2 (2010-05-21)

  • Revert the getPhysicalPath changes, thanks to tip from jmf. [jcbrand]

1.2.6a1 (2010-05-12)

  • Added some Plone4 template fixes. Not yet usable on Plone4 though! [jcbrand]
  • Replaced absolute_url with getPhysicalPath to try and fix bug #1 [jcbrand]

1.2.5 (2010-03-11)

  • Add an uninstall profile. [sylvainb]

1.2.4 - (2009-11-30)

  • Fixed inline editing with Kupu: Edit forms are now rendered inside an iframe. This allows kss/kukit to parse the DOM and perform its magic on Kupu. [jcbrand]
  • Fixed the tests to pass with the custom browser layer. [jcbrand]

1.2.3 - (2009-10-26)

  • Add [z3c.autoinclude.plugin] entry point with target=plone, to remove the need for manually loading ZCML [jcbrand]
  • Removed the unused imports and the initialize method in __init__.py [jcbrand]
  • Added a custom layer (Request marker interface) that removes the need for putting the adapters in overrides.zcml. [jcbrand]

1.2.2 - (2009-10-04)

  • Javascript fixes for IE6 and IE7 [jcbrand]
  • Add Google Frame compliance [jcbrand]
  • Remove jquery.alerts javascript. Is now handled by dependency product. [jcbrand]

1.2.1 - (2009-09-15)

  • fix: include package collective.alerts in zcml [toutpt]

1.2 - (2009-09-10)

  • Remove jqueryui and add dependency on collective.js.jqueryui [toutpt]
  • Add metadata.xml to default profile [toutpt]
  • Install JQuery and JQueryUI at install time (with metadata.xml) [toutpt]
  • Move i18n to locales (automatic mo done at zope startup) [toutpt]
  • Add french local [toutpt]
  • Add minimize and maximize icons for the toggle feature [jcbrand]
  • Specify the portlet controls div's icons in css so that they can easily be customised [jcbrand]

1.1 - (2009-05-29)

  • Added modal dialog to confirm portlet deletion. [jcbrand]

1.0 - (2009-05-15)

  • Initial release

Self-Certification

[X] Internationalized

[X] Unit tests

[ ] End-user documentation

[X] Internal documentation (documentation, interfaces, etc.)

[X] Existed and maintained for at least 6 months

[X] Installs and uninstalls cleanly

[X] Code structure follows best practice

Current Release
collective.idashboard 1.2.5

Released Mar 11, 2010

Download file Get collective.idashboard for all platforms
collective.idashboard-1.2.5.tar.gz
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Status
1.2.6a2 More about this release… alpha
1.2.6a1 More about this release… alpha
1.2.5 Mar 11, 2010 More about this release… final
1.2.4 Nov 30, 2009 More about this release… final
1.2.3 Oct 26, 2009 More about this release… final
1.2.2 Oct 04, 2009 More about this release… final
1.2.1 Sep 15, 2009 More about this release… final
1.2 Sep 10, 2009 More about this release… final
1.1 May 29, 2009 More about this release… final
1.0 May 14, 2009 More about this release… final

Comments (0)