ftw.workspace
HomePage: https://github.com/4teamwork/ftw.workspace
Author: 4teamwork GmbH
Download: https://pypi.python.org/packages/source/f/ftw.workspace/ftw.workspace-2.1.0.zip
Introduction ============ ``ftw.workspace`` provides a project folder for plone. The folder has a tabbed view with the tabs: - **Overview**: Shows recently modified contents within this workspace and the structure (subfolders) - **Documents**: Lists files recursively - **Events**: Lists events (see ``ftw.meeting``) and a calendar view. The ``@@workspaces_view`` lists all workspaces recursively. Compatibility ============= ``ftw.workspace`` Version 2.0.0 and greater only supports Plone 4.3.x Use ``ftw.workspace`` Version 1.7.x for Plone 4.1 and Plone 4.2. Usage ===== - Install the package by adding it to your buildout configuration: :: [instance] eggs =+ ftw.workspace - Install the generic setup profile. Links ===== - Main github project repository: https://github.com/4teamwork/ftw.workspace - Issue tracker: https://github.com/4teamwork/ftw.workspace/issues - Package on pypi: http://pypi.python.org/pypi/ftw.workspace - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.workspace Copyright --------- This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_. ``ftw.workspace`` is licensed under GNU General Public License, version 2. .. _ftw.meeting: https://github.com/4teamwork/ftw.meeting .. image:: https://cruel-carlota.pagodabox.com/58be9c0bedbcc0b1f4df6ac60b428464 :alt: githalytics.com :target: http://githalytics.com/4teamwork/ftw.workspace Changelog ========= 2.1.0 (2014-03-20) ------------------ - Quick upload factory: also reindex dexterity types. [jone] - Add functionality for deleting and moving multiple documents directly from the documents tab of the workspace. [lknoepfel, elioschmutz] 2.0.4 (2014-02-05) ------------------ - Remove old, no longer used calendar js code. [buchi] - Update German, French and English translations. [jone] 2.0.3 (2014-01-09) ------------------ - Fix quick_upload id generator (allow filenames staring with an '_') [mathias.leimgruber] 2.0.2 (2013-11-28) ------------------ - Add txt preview adapter (shows just a txt.png). [mathias.leimgruber] - Add zip preview adapter (shows just a zip.png). [mathias.leimgruber] - Add pdf preview adapter (shows just a pdf.png). [mathias.leimgruber] - Add xlsx preview adapter (shows just a xlsx.png). [mathias.leimgruber] - Add xls preview adapter (shows just a xls.png). [mathias.leimgruber] - Add pptx preview adapter (shows just a pptx.png). [mathias.leimgruber] - Add ppt preview adapter (shows just a ppt.png). [mathias.leimgruber] - Add docx preview adapter (shows just a docx.png). [mathias.leimgruber] - Add doc preview adapter (shows just a doc.png). [mathias.leimgruber] - Add new fallback image for previews. [mathias.leimgruber] 2.0.1 (2013-11-15) ------------------ - The preview image should not be bigger than the container. [Julian Infanger] 2.0.0 (2013-11-04) ------------------ - Group previews by modification date. [mathias.leimgruber] - Implement image preview for ftw.file. [mathias.leimgruber] 1.8.1 (2013-11-01) ------------------ - Fix bad href in overview_sublisting. [elioschmutz] 1.8.0 (2013-10-24) ------------------ - Implement a generic listing on the workspace overview tab. [mathias.leimgruber] 1.7.1 (2013-09-16) ------------------ - Use human date formatting with "today", "yesterday" etc. for tabs "documents", "events" and "workspaces". [jone] 1.7.0 (2013-08-28) ------------------ - Add div-element arount ics export for better css selectors [elio.schmutz] - Provide a workspace browserlayer. [mathias.leimgruber] - Make auto-roles, granted to the owner of a workspace, configurable. [jone] - Plone 4.3 compatibility. [jone] - Move the following features from a private repo to ftw.workspace. - Enable filtering on overview. - Truncate long text in recently modified listing. - Use 'today + time' and 'yesterday + time' in recently modified listing. [mathias.leimgruber] - Add permissionmapping for ftw.lawgiver [elioschmutz] 1.6.3 (2013-03-11) ------------------ - Mak