Skip to content

Commit

Permalink
[fc] Repository: plone.volto
Browse files Browse the repository at this point in the history
Branch: refs/heads/main
Date: 2021-12-07T10:40:02+01:00
Author: nzambello (nzambello) <nzambello@protonmail.com>
Commit: plone/plone.volto@b18efca

Add blocks behavior on Event and NewsItem

Files changed:
A src/plone/volto/profiles/default/types/Event.xml
A src/plone/volto/profiles/default/types/News_Item.xml
M CHANGES.rst
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/upgrades.zcml
Repository: plone.volto

Branch: refs/heads/main
Date: 2021-12-13T08:42:23+01:00
Author: Timo Stollenwerk (tisto) <tisto@users.noreply.github.com>
Commit: plone/plone.volto@dfa9e39

Merge branch 'main' into event_newsitem_blocks

Files changed:
A src/plone/volto/coresandbox/__init__.py
A src/plone/volto/coresandbox/configure.zcml
A src/plone/volto/coresandbox/example.py
A src/plone/volto/coresandbox/vocabularies.py
A src/plone/volto/profiles/coresandbox/diff_tool.xml
A src/plone/volto/profiles/coresandbox/metadata.xml
A src/plone/volto/profiles/coresandbox/repositorytool.xml
A src/plone/volto/profiles/coresandbox/types.xml
A src/plone/volto/profiles/coresandbox/types/example.xml
A src/plone/volto/tests/test_coresandbox.py
M CHANGES.rst
M plone-5.2.x.cfg
M setup.py
M src/plone/volto/configure.zcml
M src/plone/volto/setuphandlers.py
M src/plone/volto/testing.py
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-20T11:24:56+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@b14e102

Merge branch 'main' into event_newsitem_blocks

* main: (22 commits)
  Remove c.folderishtypes dependency. (#36)
  Fix test for Plone 5
  Programatically setup Plone site FTI
  Code cleanup, add 'volto.blocks' behavior to Plone Site GS types info. Remove 'Collection' from types in GS. Remove 'plone.richtext' behavior from Plone Site, Document, News Item, Events.
  Make zprettier happy
  Changelog
  Organize the data for the default roots on its own folder
  Demo page for Plone 6 updated to slate
  Documentation about default-homepage-drafjs profile
  Add LFR default content
  Slate by default in main DX root.
  Add mr.developer
  DraftJS part implemented
  Back to development: 3.1.0a10
  Preparing release 3.1.0a9
  Prepare changelog
  New field with huge vocabulary defined in the widget options (#38)
  Back to development: 3.1.0a9
  Preparing release 3.1.0a8
  Fix computed dates in content for demo pages
  ...

Files changed:
A src/plone/volto/content.py
A src/plone/volto/default_homepage/__init__.py
A src/plone/volto/default_homepage/default.py
A src/plone/volto/default_homepage/demo.py
A src/plone/volto/default_homepage/lrf.py
A src/plone/volto/locales/es/LC_MESSAGES/plone.volto.po
A src/plone/volto/locales/eu/LC_MESSAGES/plone.volto.po
A src/plone/volto/profiles.zcml
A src/plone/volto/profiles/default/types/Collection.xml
M .gitignore
M CHANGES.rst
M README.rst
M base.cfg
M setup.py
M src/plone/volto/configure.zcml
M src/plone/volto/coresandbox/example.py
M src/plone/volto/dependencies.zcml
M src/plone/volto/interfaces.py
M src/plone/volto/patches.py
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/profiles/default/types/Document.xml
M src/plone/volto/profiles/default/types/Event.xml
M src/plone/volto/profiles/default/types/News_Item.xml
M src/plone/volto/setuphandlers.py
M src/plone/volto/tests/test_setup.py
M src/plone/volto/upgrades.py
M src/plone/volto/upgrades.zcml
M src/plone/volto/vocabularies/subject.py
D src/plone/volto/profiles/default/types/Plone_Site.xml
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-20T11:26:00+01:00
Author: Victor Fernandez de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@cbaa42f

Zpretty

Files changed:
M src/plone/volto/upgrades.zcml
Repository: plone.volto

Branch: refs/heads/main
Date: 2022-01-20T17:02:21+01:00
Author: Víctor Fernández de Alba (sneridagh) <sneridagh@gmail.com>
Commit: plone/plone.volto@1b77398

Merge pull request #35 from plone/event_newsitem_blocks

Add blocks behavior on Event and NewsItem

Files changed:
M CHANGES.rst
M src/plone/volto/profiles/default/metadata.xml
M src/plone/volto/profiles/default/types.xml
M src/plone/volto/profiles/default/types/Event.xml
M src/plone/volto/profiles/default/types/News_Item.xml
M src/plone/volto/upgrades.zcml
  • Loading branch information
sneridagh committed Jan 20, 2022
1 parent a358467 commit 94a2903
Showing 1 changed file with 93 additions and 48 deletions.
Loading

0 comments on commit 94a2903

Please sign in to comment.