Skip to content

Commit

Permalink
Remove 'Add tile' permission
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Sep 8, 2016
1 parent 4990178 commit 6a7e216
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,11 @@ Changelog
3.0.0 (unreleased)
------------------

- Remove ``Add tile`` (plone.app.tiles.AddTile) permission, because
it was not use by default and each tiles may have it's own add permission
and use existing permissions like ``cmf.ModifyPortalContent``.
[datakurre]

- Deprecate registry record ``plone.app.tiles``. The registry
record is still registered, but not used by plone.app.tiles
[datakurre]
Expand Down
5 changes: 0 additions & 5 deletions plone/app/tiles/configure.zcml
Expand Up @@ -28,8 +28,6 @@
<!-- Views -->
<include package=".browser" />

<include file="permissions.zcml" />

<!-- Drafting -->
<configure zcml:condition="installed plone.app.drafts">
<adapter
Expand Down Expand Up @@ -60,7 +58,4 @@

<subscriber handler=".handlers.notifyModified" />

<!-- TODO: Remove once we stop doing TTW testing -->
<include file="demo.zcml" />

</configure>
10 changes: 0 additions & 10 deletions plone/app/tiles/permissions.zcml

This file was deleted.

10 changes: 0 additions & 10 deletions plone/app/tiles/profiles/default/rolemap.xml

This file was deleted.

0 comments on commit 6a7e216

Please sign in to comment.