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.meeting

How to install ftw.meeting

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install ftw.meeting
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.3.8
1.4.3Never BuiltWhy not?
1.3.8 Available View build log
Windows (64-bit)
Mac OS X (10.5+)
1.3.8
1.4.3Never BuiltWhy not?
1.3.8 Available View build log
Linux (32-bit)
1.4
1.4.3Never BuiltWhy not?
1.4 Available View build log
1.3.8 Available View build log
Linux (64-bit)
1.4.3 Available View build log
1.4 Available View build log
1.3.8 Available View build log
 
License
GPL2
Lastest release
version 1.4.3 on Jan 9th, 2014

Introduction

ftw.meeting provides a meeting content type for plone. The meeting acts as event but also as meeting report and can contain multiple meeting items. It provides an ical export and an optional PDF export (optional dependency ftw.pdfgenerator).

Usage

  • Add the package to your buildout configuration:
[instance]
eggs +=
    ...
    ftw.meeting
  • Install the generic setup profile.

Changelog

1.4.3 (2013-08-23)
  • Fix generate meeting from poodle js.
  • Replace jq with $. [mathias.leimgruber]
  • Add div-element arount ics export for better css selectors [elioschmutz]
  • ContentRelatedItems was deprecated in Plone 4.0.10 and removed aprox. in 4.2 Use the method defined the related content viewlet. [mathias.leimgruber]
  • Add permissionmapping for ftw.lawgiver [elioschmutz]
  • Fix JS toggling of meeting content. [treinhard]
  • Avoid exception with PDF generation if 'head_of_meeting' (or another field that uses a vocabulary) is empty. [treinhard]
1.4.2 (2013-03-11)
  • Replace jq by $. [mathias.leimgruber]
  • Use local text formatting command textbf instead of {bf }. [jone]
1.4.1 (2013-01-21)
  • Use safe-html-transform for textfields (Secure audit). [mathias.leimgruber]
  • PDF: handle empty field value conversion. [jone]
  • Workspace details PDF: do not show empty listings. [jone]
  • Start date can not be set after end date anymore. [Julian Infanger]
1.4 (2012-10-16)
  • Improved meeting item css and markup. [Julian Infanger]
  • Fix translation (vcal -> ical). [mathias.leimgruber]
  • Move start/end date after title. [mathias.leimgruber]
  • Only auto-fill end_date if end_date is no set. [mathias.leimgruber]
1.3.8 (2012-08-20)
  • Disable setting default page for Meeting and MeetingItem. Those types are not normal folders and setting the default page is therefore not common. [jone]
  • Remove base_view from allowed Meeting views. [jone]
1.3.7 (2012-06-21)
  • Task PDF: increase width of status column. [jone]
1.3.6 (2012-06-13)
  • PDF: Fix newlines in task listing table. [jone]
  • PDF: Support contacts or other objects as responsibility of tasks. [jone]
1.3.5 (2012-06-11)
  • Meeting item PDF: escape urls of related items, so that spaces (%) do not break LaTeX. [jone]
  • Meeting item: remove some css-classes for fixing bad styling when there are nested tables. [jone]
1.3.3 (2012-05-09)
  • Improve LaTeX PDF layout and German translation. [jone]
  • Fix handler for meeting item reorder. [mathias.leimgruber]
  • Add task listing when tasks from ftw.task are referenced. [jone]
  • Fix generating ical data if user doesn't exists [mathias.leimgruber]
  • Try to prevend Outlook from always creating new calendars [mathias.leimgruber]
  • Fix getAttendeesOrUsers index, so that it indexes users of all fields. [jone]
  • Fix encoding problem in meeting latex view. [jone]
1.3.2 (2012-04-23)
  • Export ICS: show attendees. [Julian Infanger]
  • Show location in meeting view. [Julian Infanger]
  • Added zcml-condition for ICSAttachmentCreator adapter. [Julian Infanger]
1.3.1 (2012-03-26)
  • Fix attendees listing (show userid if user is no longer available). [mathias.leimgruber]
1.3 (2012-03-19)
  • Add events listing for ftw.workspace details PDF. [jone]
  • Responsibles name of a meetingitem is now displayed, even if its a contact. [Julian Infanger]
1.2.11 (2012-03-12)
  • Replaced td with table-label class with th. [julian]
  • Update German and English translations. [jone]
  • Implement meeting PDF with ftw.pdfgenerator. [jone]
1.2.10 (2012-03-05)
  • Added Ical Attachment adapter. [mathias.leimgruber]
  • Added drag'n'drop support for meetingitems on meeting view. [mathias.leimgruber]
  • Improve visual effects on meeting view. [jone]
  • Added class vertical and listing to the tables. [Julian Infanger]
  • Added functions to get and edit start and end date like default event. These functions are needed in the calendar. [Julian Infanger]
  • Added new arrow_down/arrow_right icon [mathias.leimgruber]
1.2.9 (2011-12-21)
  • Updates in meeting pdf. Show logo in pdf. Show location in pdf. Show start date and start time as date. Add head of meeting, attendees and recording secretary. Use enumerate to show traktanden. Added url to related items in traktanden. [Julian Infanger]
  • Related Items in Traktanden are now listed and linked. [jinfanger]
1.2.8 (2011-09-06)
  • added task-list [jinfanger]
1.2.5 (2011-04-01)
  • Make start and end date required. [mathias.leimgruber]
  • Auto-fill end date with start date infos. [mathias.leimgruber]
1.2.4 (2011-03-29)
  • Fixed list with string and unicode => unicode-error [jinfanger]
1.2.3 (2011-02-02)
  • Improve file view (don't show related items twice / remove default description) [mathias.leimgruber]
  • Added missing normalizeString definition. [mathias.leimgruber]
1.2.1 (2010-12-22)
  • Only show head_of_meeting if meeting typ ist "meeting" [mathias.leimgruber]
  • Removed old poodle stuff, the date will be shown correctly now. [mathias.leimgruber]
1.1 (2010-11-18)
  • Implemented PDF export. [jinfanger]
1.0 (2010-10-26)
  • Initial release.

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

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.