Skip to main content

Policy for the installation of buildout.bibliotheca

Project description

CI Status Coveralls

bibliotheca.policy

Tell me what your product does

Features

  • Can be bullet points

Examples

This add-on can be seen in action at the following sites: - Is there a page on the internet where everybody can see the features?

Documentation

Full documentation for end users can be found in the “docs” folder, and is also available online at http://docs.plone.org/foo/bar

Translations

This product has been translated into

  • Klingon (thanks, K’Plai)

Installation

Install bibliotheca.policy by adding it to your buildout:

[buildout]

...

eggs =
    bibliotheca.policy

and then running bin/buildout

Contribute

Support

If you are having issues, please let us know. We have a mailing list located at: project@example.com

License

The project is licensed under the GPLv2.

Contributors

Changelog

3.1.2 (2026-07-24)

  • Add upgrade step (1017 -> 1018) to fix library.* -> bibliotheca.* rename artifacts left in existing ZODBs: rewrite the stale patrimoine FTI schema string (fixes a RecursionError on lookupSchema), purge the orphaned ILibraryCoreLayer / ILibraryPolicyLayer browser layers, and register the renamed IBibliothecaCoreLayer / IBibliothecaPolicyLayer layers so views/viewlets/tiles bound to them (e.g. the existingcontent tile) work. [remdub]

3.1.1 (2026-07-15)

  • Rename to bibliotheca.policy [bsuttor]

3.1.0 (2026-07-08)

  • Set the modal property on the login action (portal_actions/user/login) at install and via an upgrade step [remdub]

  • Install pas.plugins.kimug by default and add an upgrade step to install it on existing sites [remdub]

3.0.0 (2026-07-08)

  • Switch to PEP 420 native namespace package. [remdub]

  • Migrate dev environment to Plone 6.1.5, buildout 5 [remdub]

  • Migrate to Plone 6.1.4 [boulch]

  • Migrate to Plone 6.1.3 [boulch]

2.0.6 (2025-07-01)

  • BIBLI-81 : Improve installation (Faceted, Taxonomies) [boulch]

2.0.5 (2025-06-24)

2.0.4 (2025-06-23)

  • Uninstall obsolete library.theme (it will later be removed) [boulch, laulaz]

  • Ensure unused plone.patternslib is not installed as it causes errors [boulch, laulaz]

2.0.3 (2025-05-22)

  • BIBLIBDC-125 : Set “banner” (instead of “preview”) as default scale for collective.behavior.banner “banner_scale” [boulch]

2.0.2 (2025-01-14)

  • Reinstall collective.behavior.gallery [boulch]

2.0.1 (2024-12-12)

  • BIBLI-73 : Let deprecated old library.theme. Need to be uninstall manually TTW. [boulch]

2.0.0 (2024-12-11)

  • BIBLI-73 : Update to Plone6 (6.0.9) [boulch]

  • BIBLI-73 : Change default faceted view for “explorer” folders [boulch]

  • Migrate to Plone 6. Next steps! [boulch]

  • Migration to Plone6 [boulch]

1.1.17 (2024-02-16)

  • WEB-4074 : Install collective.plausible [remdub]

1.1.16 (2023-08-23)

  • clear configure_faceted (in upgrades.py). Manually done on each instance due to missing taxonomies [boulch]

1.1.15 (2023-08-09)

  • MBIBLIWLHA-6 : Change value of Plone.thumb_scale_listing to display bigger picture in library folders views [boulch]

1.1.14 (2023-07-05)

  • Migration to Plone6

  • Create upgrade step to reimport faceted “explorer” config (Fix select2 widgets)

1.1.17 (2024-02-16)

  • WEB-4074 : Install collective.plausible [remdub]

1.1.16 (2023-08-23)

  • clear configure_faceted (in upgrades.py). Manually done on each instance due to missing taxonomies [boulch]

1.1.15 (2023-08-09)

  • MBIBLIWLHA-6 : Change value of Plone.thumb_scale_listing to display bigger picture in library folders views [boulch]

1.1.14 (2023-07-05)

  • Create upgrade step to reimport faceted “explorer” config (Fix select2 widgets) [boulch]

1.1.13 (2022-02-28)

  • Add collective.big.bang dependency [boulch]

1.1.12 (2021-02-05)

  • Correct issue when upload 1.1.11 on pypi. [boulch]

1.1.11 (2021-02-04)

  • Add iaweb.mosaic as a requirement (to add slider in bibliotheca). [boulch]

1.1.10 (2020-09-30)

  • [BIBLI-46] : Set content language same as DefaultLanguage site (upgrade step). [boulch]

1.1.9 (2020-09-14)

  • BIBLI-41: Add translations for show/hide button on faceted view [mpeeters]

1.1.8 (2020-09-14)

  • Use default config coordinates when there is no marker to display on faceted map [mpeeters]

  • BIBLI-29: Fix a javascript error when there is no geolocated result to display for faceted map [mpeeters]

  • BIBLI-41: Fix show/hide button for faceted map [mpeeters]

1.1.7 (2020-09-03)

  • [BIBLI-39] : Add image cropping and banner behaviors on Folder and Document types. [boulch]

1.1.6 (2020-09-02)

  • [BIBLI-38] : Load @@images/image/mini instead of @@images/image in explorer faceted view. [boulch]

1.1.5 (2020-08-20)

  • [BIBLI-25] : Fix pppw items index in explorer template. [boulch]

1.1.4 (2020-08-19)

  • [BIBLI-25] : Refactor explorer template to fix a bug when loading map. [boulch]

1.1.3 (2020-08-13)

  • [BIBLI-12] : Directly apply custom faceted view on “explorer” folder. [boulch]

  • [BIBLI-12] : Register custom faceted “map” template [boulch]

1.1.2 (2020-07-24)

  • Add new package : collective.faceted.map. To geolocalize “patrimoine” type. [boulch]

1.1.1 (2020-03-12)

  • Set recaptcha as default captcha settings on plone.app.discussion. [bsuttor]

  • Install plone.formwidget.recaptcha during policy installation. [bsuttor]

1.1.0 (2020-03-11)

  • Add plone.formwidget.recaptcha dependency. [bsuttor]

1.0a6 (2019-01-07)

  • Add collective.cookiecuttr dependency. [bsuttor]

1.0a5 (2018-09-04)

  • Add collective.z3cform.select2 [daggelpop]

1.0a4 (2018-08-06)

  • Fix ZCML imports [vpiret]

1.0a3 (2018-07-27)

  • Add library.core [daggelpop]

  • Add collective.preventactions [daggelpop]

1.0a2 (2018-07-10)

  • Add collective.easyform [daggelpop]

  • Add collective.behavior.banner [daggelpop]

  • Add collective.behavior.gallery [daggelpop]

1.0a1 (2018-06-20)

  • Initial release. [daggelpop]

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

bibliotheca_policy-3.1.2.tar.gz (40.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bibliotheca_policy-3.1.2-py3-none-any.whl (48.4 kB view details)

Uploaded Python 3

File details

Details for the file bibliotheca_policy-3.1.2.tar.gz.

File metadata

  • Download URL: bibliotheca_policy-3.1.2.tar.gz
  • Upload date:
  • Size: 40.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for bibliotheca_policy-3.1.2.tar.gz
Algorithm Hash digest
SHA256 93e205674af33253af62189da4ce37b91e5ebcce0c184f7d57e76641781864df
MD5 73ad0644bd8e530f55080f67a39456e6
BLAKE2b-256 a2440dabda90af555323cc70bb0d713326028ba8ad5f05fad2ce9f4ec6cca526

See more details on using hashes here.

File details

Details for the file bibliotheca_policy-3.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for bibliotheca_policy-3.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b1f21e88c414ef1ddacd832f7b2a4d8fbc2555408598a6585b65d1ba7a023cae
MD5 ae63a8117a7a0ccfa79861cb66706c7c
BLAKE2b-256 bf2a0c6f794bde49e142e649678871b8b0dff08c24b29443d9e41bd20e3f2c4b

See more details on using hashes here.

Supported by

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