Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install ftw.dashboard.dragndrop

How to install ftw.dashboard.dragndrop

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install ftw.dashboard.dragndrop
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.3.2
1.5.2Never BuiltWhy not?
1.3.2 Available View build log
1.1.4 Available View build log
1.1.2 Available View build log
Windows (64-bit)
1.3.2
1.5.2Never BuiltWhy not?
1.3.2 Available View build log
1.1.4 Available View build log
1.1.2 Available View build log
Mac OS X (10.5+)
1.3.2
1.5.2Never BuiltWhy not?
1.3.2 Available View build log
1.1.4 Available View build log
1.1.2 Available View build log
Linux (32-bit)
1.5.2 Available View build log
1.3.4 Available View build log
1.3.2 Available View build log
1.1.4 Available View build log
1.1.2 Available View build log
Linux (64-bit)
1.5.2 Available View build log
1.3.4 Available View build log
1.3.2 Available View build log
1.1.4 Available View build log
1.1.2 Available View build log
 
License
GPL2
Lastest release
version 1.5.2 on Apr 27th, 2013

Overview

ftw.dashboard.dragndrop adds persistent dragndrop functionality to the standard plone dashboard.

http://onegov.ch/approved.png/image

System Message: WARNING/2 (<string>, line 8)

Explicit markup ends without a blank line; unexpected unindent.
align:right
target:http://onegov.ch/community/zertifizierte-module/ftw.dashboard.dragndrop

Certified: 01/2013

Features:

  • Drag'n'drop:

System Message: WARNING/2 (<string>, line 16)

Bullet list ends without a blank line; unexpected unindent.

All dashboard portlets can be moved with drag'n'drop from column to column and reordered in the column. - Folding: Dashboard porlets are foldable. - Edit portlet icon: Dashboard portlets have an icon on the top (pencil) for editing the portlet. - close/remove portlet: Dashboard portlets have an icon on the top (cross) for removing the portlet from the dashboard.

Install

  • Add ftw.dashboard.dragndrop to your buildout configuration:
[instance]

System Message: ERROR/3 (<string>, line 33)

Inconsistent literal block quoting.

eggs = ftw.dashboard.dragndrop

  • Run buildout.
  • Install ftw.dashboard.dragndrop in portal_setup.
  • Configure the dashboard in the portal_properties tool (addablePortlets).

Properties:

  • dashboardEditable:

System Message: WARNING/2 (<string>, line 47)

Bullet list ends without a blank line; unexpected unindent.

True: The dashboard will always be editable, all functionalities are available False: The standard view (@@dashboard) will only provide the dragndrop and the fold functionality. Use the @@manage-dashbord view to customize your dashboard.

  • columnNumber:

System Message: WARNING/2 (<string>, line 51)

Bullet list ends without a blank line; unexpected unindent.

Number of dashboard columns. There are only 4 portlet managers provided by plone. If you need more you need to register additional dashboard portlet managers.

  • addablePortlets:

System Message: WARNING/2 (<string>, line 54)

Bullet list ends without a blank line; unexpected unindent.

Defines the addable portlets. You can use "portlet.Calendar" or "portlet.Calendar:Portlet Calendar". With the latter form you can change the title of the portlet. You ca also use "@@my-view:My custom view, which adds a portlet". If the first parts starts with "@@", the given view will be called.

  • showleftcolumn:

System Message: WARNING/2 (<string>, line 59)

Bullet list ends without a blank line; unexpected unindent.

Displays the plone.leftcolumn

  • showrightcolumn:

System Message: WARNING/2 (<string>, line 62)

Bullet list ends without a blank line; unexpected unindent.

Displays the plone.rightcolumn

Changelog

1.5.2 (2013-04-16)
  • Remove unused disableSelection on column elements.

System Message: WARNING/2 (<string>, line 89)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

  • Fixed accessibility issues in dashboard overview.

System Message: WARNING/2 (<string>, line 92)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

1.5.1 (2013-01-29)
  • Fix browserlayer name.

System Message: WARNING/2 (<string>, line 99)

Bullet list ends without a blank line; unexpected unindent.

[mathias.leimgruber]

  • Security fixes.

System Message: WARNING/2 (<string>, line 102)

Bullet list ends without a blank line; unexpected unindent.

[mathias.leimgruber]

1.5 (2013-01-25)
  • Removed visualClear class from statusmessage on empty dashboard.

System Message: WARNING/2 (<string>, line 109)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

  • onegov.ch approved: add badge to readme.

System Message: WARNING/2 (<string>, line 112)

Bullet list ends without a blank line; unexpected unindent.

[jone]

  • Update German translations.

System Message: WARNING/2 (<string>, line 115)

Bullet list ends without a blank line; unexpected unindent.

[jone]

  • Do not use jq in javascript anymore.

System Message: WARNING/2 (<string>, line 118)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

  • Add function to reset the actions when the portlet reloads.

System Message: WARNING/2 (<string>, line 121)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

  • Added css for default plone.

System Message: WARNING/2 (<string>, line 124)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

  • Do not show actions bar at all when dashboard is not editable.

System Message: WARNING/2 (<string>, line 127)

Bullet list ends without a blank line; unexpected unindent.

Before it did show the bar but it contained no actions. [jone]

  • Show a dialogbox to confirm if you want to delete a portlet.

System Message: WARNING/2 (<string>, line 131)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

  • Add missing browser layers to views.

System Message: WARNING/2 (<string>, line 134)

Bullet list ends without a blank line; unexpected unindent.

[jone]

  • Move portal status messages in dashboard beneath add menu.

System Message: WARNING/2 (<string>, line 137)

Bullet list ends without a blank line; unexpected unindent.

This allows a consistent UI where the add menu is not moved around anymore. [jone]

1.4 (2012-10-16)
  • Update dashboard column height when draging a portlet.

System Message: WARNING/2 (<string>, line 145)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

  • Use links and span tag with background-images for portletActions.

System Message: WARNING/2 (<string>, line 148)

Bullet list ends without a blank line; unexpected unindent.

Removed old portlet icons. Added styling for portletActions. [Julian Infanger]

  • Add dashboard-columns-X class on manage-dashboard view too.

System Message: WARNING/2 (<string>, line 152)

Bullet list ends without a blank line; unexpected unindent.

[jone]

1.3.4 (2012-08-23)
  • Add dashboard-columns-X class, indicating the amount of used columns.

System Message: WARNING/2 (<string>, line 159)

Bullet list ends without a blank line; unexpected unindent.

This helps styling the columns. Styled for 3-columns. [jone]

  • Update French translations.

System Message: WARNING/2 (<string>, line 164)

Bullet list ends without a blank line; unexpected unindent.

[ttschanz]

  • Added attributes cols and rows to textarea (W3C).

System Message: WARNING/2 (<string>, line 167)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

1.3.3 (2012-05-24)
  • Fix generated HTML structure on not directly editable dashboards.

System Message: WARNING/2 (<string>, line 174)

Bullet list ends without a blank line; unexpected unindent.

[mathias.leimgruber]

1.3.2 (2012-05-09)
  • Code cleanup (pylint/pep8).

System Message: WARNING/2 (<string>, line 181)

Bullet list ends without a blank line; unexpected unindent.

[mathias.leimgruber]

  • Update test buildout configuration.

System Message: WARNING/2 (<string>, line 184)

Bullet list ends without a blank line; unexpected unindent.

[mathias.leimgruber]

  • Describe all ftw.dashboard properties.

System Message: WARNING/2 (<string>, line 187)

Bullet list ends without a blank line; unexpected unindent.

[mathias.leimgruber]

  • Use portlet adder method from dashboard.pt

System Message: WARNING/2 (<string>, line 190)

Bullet list ends without a blank line; unexpected unindent.

also on manage-dashboard.pt [mathias.leimgruber]

1.3.1 (2012-04-30)
  • Fix js condition if dashboard editable is enabled.

System Message: WARNING/2 (<string>, line 198)

Bullet list ends without a blank line; unexpected unindent.

[mathias.leimgruber]

1.3 (2012-04-23)
  • Dont show errormessage if feed is available.

System Message: WARNING/2 (<string>, line 205)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

  • Support for portlet adder views, starting with '@@'.

System Message: WARNING/2 (<string>, line 208)

Bullet list ends without a blank line; unexpected unindent.

[jone]

1.2 (2012-04-02)
  • Override plone default rss portletrenderer. Show up a message

System Message: WARNING/2 (<string>, line 215)

Bullet list ends without a blank line; unexpected unindent.

if feed is not parsable or the feed url itself cannot be found. [mathias.leimgruber]

1.1.7 (2012-03-27)
  • Wrap diff around portlet actions.

System Message: WARNING/2 (<string>, line 223)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

1.1.6 (2012-03-26)
  • Add a class to body while you drag a portlet.

System Message: WARNING/2 (<string>, line 230)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

1.1.5 (2012-03-05)
  • Added move button to portlet headers.

System Message: WARNING/2 (<string>, line 237)

Bullet list ends without a blank line; unexpected unindent.

[Julian Infanger]

  • Added some French Translations

System Message: WARNING/2 (<string>, line 240)

Bullet list ends without a blank line; unexpected unindent.

[ttschanz]

  • Added upgrade step from 1.1.4 to 1.1.5

System Message: WARNING/2 (<string>, line 243)

Bullet list ends without a blank line; unexpected unindent.

[mathias.leimgruber]

  • Implemented show/hide right/left column on dashboard.

System Message: WARNING/2 (<string>, line 246)

Bullet list ends without a blank line; unexpected unindent.

[mathias.leimgruber]

  • Fix "Classic" portlet ID in default addable property.

System Message: WARNING/2 (<string>, line 249)

Bullet list ends without a blank line; unexpected unindent.

[jone]

  • Translate portlet titles in add-dropdown in "plone" domain like in plone default dashboard.

System Message: WARNING/2 (<string>, line 252)

Bullet list ends without a blank line; unexpected unindent.

[jone]

1.1.4 (2010-10-26)
1.2.0-dev
  • Fixed missing 'var' in JS
  • Fixed package namespace declaration.

System Message: WARNING/2 (<string>, line 265)

Bullet list ends without a blank line; unexpected unindent.

[Thomas Buchberger]

  • Added z3c.autoinclude entry point to mark this as a Plone plugin

System Message: WARNING/2 (<string>, line 268)

Bullet list ends without a blank line; unexpected unindent.

[Thomas Buchberger]

  • updated jquery.ui version for correct plone4 support

System Message: WARNING/2 (<string>, line 271)

Bullet list ends without a blank line; unexpected unindent.

[phgross]

  • fixed some templates and css styles, so that it work's fine with plone4

System Message: WARNING/2 (<string>, line 274)

Bullet list ends without a blank line; unexpected unindent.

[phgross]

1.1.2
  • Removed unused livequery.js in the jsregistry
1.1.1
  • Added some additional css classes

System Message: WARNING/2 (<string>, line 286)

Bullet list ends without a blank line; unexpected unindent.

[jbaumann]

  • Removed unused configlet icons

System Message: WARNING/2 (<string>, line 289)

Bullet list ends without a blank line; unexpected unindent.

[fsprenger]

1.1
  • added the new user friendly name function, also for the manage-dashboard page

System Message: WARNING/2 (<string>, line 296)

Bullet list ends without a blank line; unexpected unindent.

[phgross]

  • In selection to add new portlet in dashboard, can have a user friendly

System Message: WARNING/2 (<string>, line 299)

Bullet list ends without a blank line; unexpected unindent.

name, in stead of portlet.Calendar, you can use Calendar, just in addable_portlets use: portlet.Calendar:Calendar [lucmult]

1.0
  • initial release

Subscribe to package updates

Last updated Apr 27th, 2013

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.