Skip to main content

Core product for iMio events website

Project description

CI Status Coveralls Latest Version Egg Status https://img.shields.io/pypi/pyversions/imio.events.core.svg?style=plastic:alt:Supported-PythonVersions License

imio.events.core

Core product form iMio events website

Features

This products contains: - Content types: Agenda, Folder, Event

Examples

Documentation

TODO

Translations

This product has been translated into

  • French

Installation

Install imio.events.core by adding it to your buildout:

[buildout]

...

eggs =
    imio.events.core

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.2.10 (2024-03-21)

  • WEB-4068 : Refactor / Fix some issues [boulch]

1.2.9 (2024-03-13)

  • WEB-4068 : Add field to limit the new feature “adding events in any agenda” to some entities [boulch]

1.2.8 (2024-03-12)

  • WEB-4068 : Refactor “adding events in any agenda” : (update translations, add feature : “remove agenda”) [boulch]

1.2.7 (2024-03-11)

  • WEB-4068 : Adding events in any agenda of the current entity [boulch]

1.2.6 (2024-02-28)

  • WEB-4072, WEB-4073 : Enable solr.fields behavior on some content types [remdub]

  • WEB-4006 : Exclude some content types from search results [remdub]

  • MWEBRCHA-13 : Add versioning on imio.events.Event [boulch]

1.2.5 (2024-01-25)

  • WEB-3802 : Fix : Avoid noizy events occurrences. Occurences that begin later than min date with a valid end date. [boulch]

1.2.4 (2024-01-25)

  • WEB-3802 : Fix : Keep events occurrences when start date is smaller than min date but end date is greater than min date [boulch]

1.2.3 (2024-01-24)

  • WEB-3802 : Manually filter dates to respect range passing into REST request. [boulch]

1.2.2 (2024-01-22)

  • WEB-3802 : Get dates range for events in REST views. Comming from imio.smartweb.core React view [boulch]

1.2.1 (2024-01-09)

  • WEB-4041 : Handle new “carre” scale [boulch]

1.2 (2023-10-25)

  • WEB-3985 : Use new portrait / paysage scales & logic [boulch, laulaz]

  • WEB-3985 : Remove old cropping information when image changes [boulch, laulaz]

1.1.15 (2023-10-18)

  • WEB-3997 : Fix : Initial agenda must be kept! [boulch]

  • WEB-3997 : Fix : Add condition to avoid getting a broken “_broken_to_path” old/removed agenda [boulch]

1.1.14 (2023-10-17)

  • WEB-3997 : Fix recursive_generator if agenda A has a reference to agenda B and agenda B has a reference to agenda A [boulch]

1.1.13 (2023-10-11)

  • WEB-3997 : Add cascading agendas subscriptions retrieval in endpoint to get events “by dependency” [boulch]

1.1.12 (2023-10-09)

  • WEB-3989 : Fix infinite loop on object deletion & remove logs [laulaz]

1.1.11 (2023-09-12)

1.1.10 (2023-07-26)

  • [WEB-3937] Fix add / edit forms for events [boulch, laulaz]

1.1.9 (2023-07-24)

  • [WEB-3937] Limit event duration to maximum 3 years [boulch, laulaz]

1.1.8 (2023-07-18)

  • Add logs in endpoint. Help us to find why agenda go slowlier [boulch]

1.1.7 (2023-07-03)

1.1.6 (2023-05-05)

  • INFRA-4725 : Add logging to find infinite loop in recurrence calculation [laulaz]

  • Migrate to Plone 6.0.4 [boulch]

1.1.5 (2023-03-31)

  • Need fullobjects in query to avoid “Cannot read properties of undefined (reading ‘latitude’)” in rest view So, we need to serialize first_start and first_end from obj.start and obj.end. If we don’t do that, we got brain.start/end these are updates with first valid event occurence [boulch]

1.1.4 (2023-03-30)

  • Fix occurrences expansion calculation for start dates We can’t use start/end recurring indexes because they return the next occurrence and not the first one, so recurrence rule cannot be applied on them. [laulaz]

  • Fix bug calculating event_dates index with occurrences [laulaz]

  • WEB-3908 : Create new endpoint to serve batched events occurrences [boulch]

1.1.3 (2023-03-13)

  • Add warning message if images are too small to be cropped [laulaz]

  • Migrate to Plone 6.0.2 [boulch]

  • Fix reindex after cut / copy / paste in some cases [laulaz]

1.1.2 (2023-02-20)

  • Remove unused title_fr and description_fr metadatas [laulaz]

  • Remove SearchableText_fr (Solr will use SearchableText for FR) [laulaz]

1.1.1 (2023-01-12)

  • Add new descriptions metadatas and SearchableText indexes for multilingual [laulaz]

1.1 (2022-12-20)

  • Update to Plone 6.0.0 final [boulch]

1.0.1 (2022-11-15)

  • Fix SearchableText index for multilingual [laulaz]

1.0 (2022-11-15)

  • Add multilingual features: New fields, vocabularies translations, restapi serializer [laulaz]

1.0a6 (2022-10-21)

  • WEB-3770 : Add serializer to get included items when you request an imio.events.Event fullbobjects [boulch]

  • WEB-3757 : Automaticaly create some defaults agendas (with agendas subscription) when creating a new entity [boulch]

  • WEB-3726 : Add subjects (keyword) in SearchableText [boulch]

1.0a5 (2022-10-18)

  • Add logging to find cause of infinite loop statement [laulaz]

  • Fix deprecated get_mimetype_icon [boulch]

  • Add logging to find cause of infinite loop statement [laulaz]

  • Add eea.faceted.navigable behavior on Entity & Agenda types [laulaz]

1.0a4 (2022-07-14)

  • Ensure objects are marked as modified after appending to a list attribute [laulaz]

  • Fix selected_agendas on events after creating a “linked” agenda [boulch]

1.0a3 (2022-05-03)

  • Remove useless imio.events.Page content type [boulch]

  • Use unique urls for images scales to ease caching [boulch]

  • Use common.interfaces.ILocalManagerAware to mark a locally manageable content [boulch]

1.0a2 (2022-02-09)

  • Add event_dates index to handle current events queries correctly [laulaz]

  • Update buildout to use Plone 6.0.0a3 packages versions [boulch]

1.0a1 (2022-01-25)

  • Initial release. [boulch]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imio.events.core-1.2.10.tar.gz (89.5 kB view details)

Uploaded Source

Built Distribution

imio.events.core-1.2.10-py3-none-any.whl (113.5 kB view details)

Uploaded Python 3

File details

Details for the file imio.events.core-1.2.10.tar.gz.

File metadata

  • Download URL: imio.events.core-1.2.10.tar.gz
  • Upload date:
  • Size: 89.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for imio.events.core-1.2.10.tar.gz
Algorithm Hash digest
SHA256 707eb330a605aec3002c360ffdf96c08b21aee78f9fefd4c19fe23c802ba6bad
MD5 101eee4c5877bb540259c80a9b305ca5
BLAKE2b-256 dfbd6a0aeb570301a10ef0d9c2531917d579bf8188adfed2305e2de84466cd08

See more details on using hashes here.

File details

Details for the file imio.events.core-1.2.10-py3-none-any.whl.

File metadata

File hashes

Hashes for imio.events.core-1.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 b97f2816696cb0a3ffc9135170bad300c6b730f3ea28ad5b45fab023cc7dd190
MD5 e9c8271ebf0b8b258b68b41e5d81808f
BLAKE2b-256 30368760484e02b3a74b484e2368fe9e19c74329acce664fde0002c36ffd3f6d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page