Solgema.fullcalendar

Latest version: v2.3.6

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

Scan your dependencies

Page 3 of 5

2.1.0

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

- Added the fullcalendar_view for Folders. The view displays the events in the folder or use each subfolder as source.
[fmoret]

- Added the ability to add Google Calendar Sources to the fullcalendar in addition to Plone standard source.
[fmoret]

- Added Calendar widget to easily change the fullcalendar date.
[fmoret]

- Restored Plone 3.3.x compatibility
[fmoret]

- Added DaySplit View which shows the events in seperate columns regarding the selected collection criteria.
[fmoret]

- Use eventSources instead of events to get Events. Delegate the event's color attribution to fullcalendar.
[fmoret]

- Fix height of iframe in the popup for adding events in IE.
[pbauer]

- Created New 2.1.0 version as fullcalendar will no more be compatible with Plone under 4.x
[fmoret]

2.0.3

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

- Fix infinite recursion error in SolgemaFullcalendarEventJS's __init__ method.
[pbauer]

- Fixed ical export on collection with plone.app.event installed.
[vincentfretin]

- Prevent that all pages become non-cacheable.
SolgemaFullcalendarActionGuards wrongly inherited from BaseActionView which
sets "Pragma: no-cache".
[weberlar]

- Many fixes on paste event feature.
[thomasdesvenain]

- Reccurence support uses adapter.
[thomasdesvenain]

- Added solgemafullcalendar_view for events also. (very useful with
recurring events with a lot of occurrences)
[fmoret]

- Add z3c.autoinclude to target plone. No more need to include zcml in buildout
[toutpt]

- Check also for portal_type in the Topic query (not just 'Type').
[jcbrand]

- Hide the spinner after closing the add/edit event dialogs.
[jcbrand]

- Add a zcml browser:menuItem entry to give the dynamic view a human readable title.
[jcbrand]

- Add collective.js.fullcalendar as dependency in metadata.xml
[jcbrand]

- Add Italian translation
[giacomos]

- Add needed jqueryui plugins explicitly using registry.xml step
[toutpt]

- Add Nederlands translation
[cirb]

2.0.2

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

- Fixed a bug on SFAllowedRolesAndUsersModify index
that could make cut/paste actions fail on whole site.
[thomasdesvenain]

- Fixed ical export.
[thomasdesvenain]

- Calendar export works with plone.app.event future.
[thomasdesvenain]

2.0

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

- Dependencies: Added collective.js.fullcalendar to product dependencies
so that it installs automatically.
[fmoret]

- Fixed: Event adding/editing popupu is now resized on scroll to get the
correct height.
[fmoret]

- Added: Extra css class added on events in calendar are now queries by
adapters.
[fmoret]

- Fixed: Changed static CSS selectors (for undefined colors) so colors
get applied correctly.
[thomasdesvenain]

- UI: a lock icon in displayed on private events.
[thomasdesvenain]

- ICal export of future events.
[thomasdesvenain]

- API: If event do not have a 'type-x' class,
it is not displayed with a SF_x_light view in a popup,
but a new window is open.
[thomasdesvenain]

- UI: query criterion labels are clickable.
[thomasdesvenain]

- Fixed: we needed 'Modify portal content' on calendar
to change the transition of an event.
Transition permission on event itself is enough.
[thomasdesvenain]

- Optimization: Huge optimization on calendar events getting.
(More than 10 times faster)
[thomasdesvenain]

- API: Source of events are now adapters that can be customized.
Provide an IEventSource adapter for a specific layer or context
to get the list of events to display (or to export under ical).
Adapter without a name will replace default source event.
Adapter with a name will add a source event to default one.
[thomasdesvenain]

- API: Code cleanup to make color management easier to customize.
- Cleanup component registration so that color filter is easier to customize.
- Use an adapter to get event brain classes.
[thomasdesvenain]

- Refactor: remove ``solgemafullcalendar_`` prefix from most module names.
[thomasdesvenain]

- Refactor: Use collective.js.colorpicker and collective.js.fullcalendar package
instead of embedding code.
[thomasdesvenain]

- Fixed: Fixed date formats in french.
[thomasdesvenain]

1.10

-----------------
- Internationalization: Updated english translation Solgema.fullcalendar.po
[fmoret]

- Fixed: Changed generated CSS selectors for events on fullcalendar so colors
get applied correctly.
[davidjb]

- Fixed: Avoid CSS generation throwing an error if colors haven't been
specified yet and we have a non-existing colors dict.
[davidjb]

- Fixed: Allow add menu to display even if the current context (doesn't have
a query specified yet.
[davidjb]

- Internationalization: Allow calendar properties form buttons to have a
default English translation.
[davidjb]

- Internationalization: Fixing some French messages in the English translation.
[davidjb]

1.9

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

- The ui-lightness skin for jqueryui has been removed. You can add your own
jqueryui skin if you want to.
[fmoret]

- Added the possibility to choose short day name format
(short: 2 characters or abbreviated: 3 characters).
[fmoret]

- Fixed: week-view didn't translate saturday.
[pbauer]

- Upgrade to fullcalendar-1.5.1. Remove unused js-files/
[pbauer]

- Add german translation and german date-formats
[pbauer]

- Show reccurring events if plone.event is available.
[vincentfretin]

- Security: use 'Change portal topics' permission
to manage access to Calendar properties.
[thomasdesvenain]

- Security: check 'Add portal content' permission on target folder
instead of 'Modify portal' content on calendar
to allow adding an event on the calendar.
[thomasdesvenain]

- Fixed: disallow caching ajax action views,
to avoid issues behind cache proxies.
[thomasdesvenain]

- Fixed: event popup is translated.
[thomasdesvenain]

- Fixed: adding 'all day' event add an event from 00:00 to 23:55.
[fmoret]

- Fixed: remove duplicated scroll in popup.
[thomasdesvenain]

- Fixed: closing popups after an event has been added works.
[fmoret]

- Internationalization: translation files generation with i18ndude.
[thomasdesvenain]

- Internationalization: fixed event popup translation.
[thomasdesvenain]

- Internationalization: calendar parameters tab
and calendar display layout are internationalized and french translated.
[thomasdesvenain]

- Infrastructure : timezones forward compatibility.
[vincentfretin, thomasdesvenain]

- Infrastructure : plone.app.event forward compatibility :
event view uses event_view macros by default,
never use direct access to startDate and endDate attributes for timezones compatibility.
[vincentfretin]

- Infrastucture: use Generic setup to install some dependencies.
[thomasdesvenain]

- Infrastucture: hide upgrade profiles on Plone site creation form.
Upgrade profiles don't appear in root profiles.
[thomasdesvenain]

- Pep8 & pyflakes.
[thomasdesvenain]

- Plone 4.1 compatibility.
[thomasdesvenain]

- Imported Solgema.fullcalendar in collective.
[fmoret, thomasdesvenain]

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.