Skip to content

Commit

Permalink
Merge pull request #74 from IMIO/publications
Browse files Browse the repository at this point in the history
Publications feature
  • Loading branch information
duchenean authored Sep 17, 2024
2 parents 9a03ed0 + 4f82796 commit cfc7c5d
Show file tree
Hide file tree
Showing 120 changed files with 19,706 additions and 9,202 deletions.
22 changes: 16 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,28 @@ Changelog
=========


2.0.0a1 (unreleased)
2.0.0b1 (unreleased)
------------------

- Plone 6 compatibility.
[aduchene]
- Theme extracted to `plonetheme.deliberations` package.
[aduchene]
- Use latest Python 3.12 and Plone 6.0.11.1.
[aduchene]
- Switch to pnpm (from npm) to be able to build and watch css/js files on
multiple sub-packages at once.
[aduchene]
- Use latest Python 3.12 and Plone 6.0.13.
[aduchene]
- "Publications" feature :
- Rename "meetings" folder to "decisions".
- Use `collective.autopublishing` to manage automatic publishing of publications.
- Use `collective.timestamp` to manage publication timestamping.
- Use `imio.webspellchecker` to have better webspellchecking.
- Add `Publication` content type.
- Add `Publication` views and faceted navigation.
- Add custom workflows to manage publications and folders.
- Add new groups `*-publications-manager` for each institution to manage publications.
- Add some unit tests about the feature.
- Add an upgrade step to migrate meetings and items in decisions folder.
- Miscellaneous fixes and tweaks to make it work nicely.
[gbastien, laulaz, aduchene]

1.6.3 (2024-02-19)
------------------
Expand Down
2 changes: 1 addition & 1 deletion actions/buildout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Install dependencies
run: |
pip install -U pip setuptools coveralls coverage mockito pre-commit
pip install -r requirements-${{ inputs.plone-version }}.txt
pip install -r https://raw.githubusercontent.com/IMIO/buildout.pm.portal/master/requirements.txt
shell: bash
- name: buildout
run: |
Expand Down
137 changes: 0 additions & 137 deletions base.cfg

This file was deleted.

1 change: 0 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[buildout]

# use this extend one of the buildout configuration:
extends =
test-6.0.cfg
Loading

0 comments on commit cfc7c5d

Please sign in to comment.