Plone.app.event

Latest version: v5.1.2

Safety actively analyzes 629765 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 15

2.0a8

------------------

- Remove ``get_location`` view helper method. This was used to allow external
addons (specifically ``collective.venue``) to override it and return a html
link to a location object instead. Instead of this hack, which also only
works for the location use case, override the necessary templates in your
addons. In case of doubt, simplicity outweigh extensibility options.
[thet]

- Change ``adapts`` and ``implements`` to their decorator equivalents
``adapter`` and ``implementer``.
[thet]

- Change ``event_listing`` to search only in current context and below, not the
whole portal by default. Remove the setting ``current_folder_only``, which
was annotated to the context. Since the collection support is much better now,
use them for custom searches.
[thet]

- Fix a bug in displaying the ``event_listing`` on Collections. Show the date
filter on Collections, if no start/end critierias are given in the
Collection's query.
[thet]

- Add a CSS class for the timezone in the events portlet and the
``event_summary`` view.
[mitakas]

- In the ``event_summary`` view, change the ``event-timezone`` list-item class
to ``event-date``.
[thet]

2.0a7

------------------

- In the event_view, use the ``parent-fieldname-text`` wrapper for text
output, because of consistency.
[thet]

2.0a6

------------------

- Some Plone 5 related js improvements
[vangheem]

- Use Plone 5 imports from plone.app.z3cform and make plone.app.widgets a soft
dependency.
[vangheem]

- Remove support for ``plone.app.collection`` and ``ATTopic`` - plone.app.event
2.x is Dexterity only.
[thet]

- Fix ``construct_calendar`` in plone.app.event.base to also return events for
the first day in the calendar month.
[thet]

- Remove ``data_postprocessing`` logic, which was handling ``open_end`` and
``whole_day`` events and was manipulating the object on form submission.
Instead, just adapt start/end dates on indexing and when accessing them via
``IEventAccessor``.
[thet]

- Remove the ``plone.app.event.EventTypes`` vocabulary, which relied on
temporarily creating types. It's used for importing ical files. It should be
possible to figure out, which types might suitable for creating events from
ical VEVENT entries.
[thet]

- No need to return DateTime objects for the indexer.
Products.DateRecurringIndex works with Python datetime objects.
[thet]

- Whole day setting doesn't hide effective range anymore. Fixes issue 167.
[thet]

2.0a5

------------------

- Fix German translation for Monat.
[thet]

- Integration of the new markup update and CSS for both Plone and Barceloneta
theme. This is the work done in the GSOC Barceloneta theme project.
[albertcasado, sneridagh]

- Update markup for portlets and change dt dl for ul li tags.
[albertcasado]

- Added locales for Catalan and Spanish
[sneridagh]

2.0a4

------------------

- Restore Plone 4.3 compatibility.
[datakurre]

- Fix event.js Javascript, which produced Javascript date parsing errors when
changing the start date in Firefox. Firefox does not parse date string, which
are only nearly ISO 8601 compatible, without a "T" between the date and time
part. Chrome on the other hand interprets timezone naive date/time strings as
UTC and returns it localized to the user's timezone, which leads to shifting
date/time values. For more info see this Bug report:
https://code.google.com/p/chromium/issues/detail?id=145198
[thet]

- Do not set the simple_publication_workflow in the p.a.event test fixture.
[timo]

- Add ``location`` indexer. ``location`` is a default metadata field in
portal_catalog so we should provide that information by default.
[saily]

2.0a3

------------------

- Fix a rare issue with event_summary, where a object's UID cannot be found in
the catalog.
[thet]

- Update plone.formwidget.recurrence version dependency for plone.app.widgets
support.
[thet]

Page 10 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.