Skip to content

Commit

Permalink
[fc] Repository: plone.rest
Browse files Browse the repository at this point in the history
Branch: refs/heads/main
Date: 2023-05-17T16:20:03+02:00
Author: Roel Bruggink (jaroel) <[email protected]>
Commit: plone/plone.rest@77c8f06

Dont publish items that are acquired.

This has been lifted from collective.explicitacquisition

Files changed:
A news/explicitacquisition.bugfix
A src/plone/rest/explicitacquisition.py
M base.cfg
M src/plone/rest/configure.zcml
Repository: plone.rest

Branch: refs/heads/main
Date: 2023-05-18T11:23:19+02:00
Author: Roel Bruggink (jaroel) <[email protected]>
Commit: plone/plone.rest@cbe58a3

Renamed IExplicitAcquisitionPublishingAllowed to IShouldAllowAcquiredItemPublication

Files changed:
M src/plone/rest/configure.zcml
M src/plone/rest/explicitacquisition.py
Repository: plone.rest

Branch: refs/heads/main
Date: 2023-05-18T17:06:20+02:00
Author: Roel Bruggink (jaroel) <[email protected]>
Commit: plone/plone.rest@7f71de1

Add some tests

Files changed:
A src/plone/rest/tests/test_explicitacquisition.py
Repository: plone.rest

Branch: refs/heads/main
Date: 2023-09-22T15:51:54+02:00
Author: Roel Bruggink (jaroel) <[email protected]>
Commit: plone/plone.rest@4ead81e

Merge branch 'main' into explicitacquisition

Files changed:
A news/141.breaking
M .github/workflows/tests.yml
M CHANGES.rst
M README.rst
M base.cfg
M plone-6.0.x.cfg
M setup.py
M src/plone/rest/tests/test_traversal.py
M src/plone/rest/traverse.py
Repository: plone.rest

Branch: refs/heads/main
Date: 2023-09-22T15:54:02+02:00
Author: Roel Bruggink (jaroel) <[email protected]>
Commit: plone/plone.rest@576f000

Use released Products.CMFCore

Files changed:
M base.cfg
M setup.py
Repository: plone.rest

Branch: refs/heads/main
Date: 2023-10-09T14:00:03+02:00
Author: Roel Bruggink (jaroel) <[email protected]>
Commit: plone/plone.rest@46fcb23

Support IShouldAllowAcquiredItemPublication without requiring a newer CMFCore directly.

Files changed:
M setup.py
M src/plone/rest/configure.zcml
M src/plone/rest/explicitacquisition.py
M src/plone/rest/interfaces.py
Repository: plone.rest

Branch: refs/heads/main
Date: 2023-10-09T14:11:48+02:00
Author: Roel Bruggink (jaroel) <[email protected]>
Commit: plone/plone.rest@619577c

Test IShouldAllowAcquiredItemPublication conditionally

Files changed:
M src/plone/rest/tests/test_explicitacquisition.py
Repository: plone.rest

Branch: refs/heads/main
Date: 2023-10-09T12:16:42Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.rest@fa9f2d2

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Files changed:
M src/plone/rest/explicitacquisition.py
M src/plone/rest/tests/test_explicitacquisition.py
Repository: plone.rest

Branch: refs/heads/main
Date: 2023-10-09T12:37:44Z
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Commit: plone/plone.rest@054b023

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Files changed:
M src/plone/rest/tests/test_explicitacquisition.py
Repository: plone.rest

Branch: refs/heads/main
Date: 2023-10-10T23:41:33+02:00
Author: Maurits van Rees (mauritsvanrees) <[email protected]>
Commit: plone/plone.rest@809346b

Merge pull request #151 from plone/explicitacquisition

Dont publish items that are acquired.

Files changed:
A news/explicitacquisition.bugfix
A src/plone/rest/explicitacquisition.py
A src/plone/rest/tests/test_explicitacquisition.py
M src/plone/rest/configure.zcml
M src/plone/rest/interfaces.py
  • Loading branch information
mauritsvanrees committed Oct 10, 2023
1 parent 2a4bda5 commit e7f18da
Showing 1 changed file with 164 additions and 20 deletions.
Loading

0 comments on commit e7f18da

Please sign in to comment.