- Nothing changed yet.
-
Change README, CHANGES, CONTRIBUTOR to markdown. @ericof
-
Use plone/code-analysis-action@v1 for Code Analysis @ericof
-
Directly change blocks and blocks_layout in the root for Plone6 and above @steffenri
-
Improve check for plone version @steffenri
-
content_creator_from_folder
now accepts an optional listtypes_order
to prefer loading particular content types earlier @davisagli -
Improved logging to include the content type. @davisagli
-
Refactored to use
pathlib
internally. @davisagli
-
Add a feature for linking translations using
translations.csv
@davisagli -
Add the option to disable creating image scales immediately by setting the
CREATOR_SKIP_SCALES
environment variable. @davisagli -
If the
id
in JSON doesn't match the id from the filename, prefer the one in the JSON. @davisagli
- Don't swallow ValueError while importing a content item. @davisagli
- Fix language when the deserialization dict does not contain a
language
key. This was hidden by the generalreindexObject
that was removed previously. @sneridagh
-
Remove "always reindex" on finish object, since that was happening twice (on creation and on edit) @sneridagh
-
Fix on edit content issue notify event (the content was not being reindexed on deserialization) @sneridagh
-
Include kitconcept.api as dependency @ericof
-
Drop support for Python 3.7 @ericof
-
Remove buildout @ericof
-
Update Github Actions @ericof
Breaking:
-
Remove support for Archetypes and Python 2. @sneridagh
-
Refactor the creator to break by default. Added a scapehatch to not to break and for open a debug session on fail via
CREATOR_DEBUG
andCREATOR_CONTINUE_ON_ERROR
environment variables. @sneridagh
FEATURE:
- Add ability to exclude files from the file list (content_creator_from_folder) @sneridagh
INTERNAL:
- Move to latest 5.2.6 build @sneridagh
- Guess content id if missing, taking into account that the content might already be there. @sneridagh
- Use an improved logging infrasttructure @sneridagh
-
Use debug log level when generating image scales @timo
-
Make log messages more consistent @timo
-
Do not use colors for info messages @timo
-
Add classifiers to setup.py for Python 3.8, 3.9 and maturity. @timo
-
Set effective date if the content
review_state
ispublished
@sneridagh
-
Explicitly include dependencies (supporting pip installations) @ericof
-
Use plone/[email protected] in Github actions @ericof
-
Require plone.restapi 7.5.0 or superior (volto-slate blocks: resolveuid for links, transformer support) @ericof
- New
do_not_edit_if_modified_after
option. Allows to not edit if the given date is lesser than the object modification date. @sneridagh
Breaking:
- Use Slate as default text block @sneridagh
Bugfix:
- Add refresh of the created content for updating the serialized blocks with the resolveuid information @sneridagh
Internal:
- Remove some unused imports [timo]
- Add flake8 check on CI [timo]
- Black list
images
foder inside the create content folders @sneridagh - Improve error detection and report @sneridagh
- Improve content language detection if the field is not present @sneridagh
- Fix and improve language inferring in the editing of an existing content @sneridagh
-
Publish package on pypi. @timo
-
Added the from a folder content creation. @sneridagh
- Improve error reporting in create_item_runner. @timo
- Re-release. @timo
- Re-release. @sneridagh
- Nothing changed yet.
-
Port to Python 3. @sneridagh
-
Documentation. @sneridagh
- Initial release. @kitconcept