Skip to content

Commit

Permalink
Remove plone.tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Aug 23, 2023
1 parent 740e28d commit d9a34e9
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 353 deletions.
1 change: 0 additions & 1 deletion docs/source/endpoints/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ roles
searching
site
system
tiles
transactions
translations
tusupload
Expand Down
94 changes: 0 additions & 94 deletions docs/source/endpoints/tiles.md

This file was deleted.

1 change: 1 addition & 0 deletions news/1308.breaking
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove plone.tiles. @tisto
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def read(filename):
"plone.app.testing [robot] >= 4.2.2", # ROBOT_TEST_LEVEL added
"plone.api",
"requests",
"plone.tiles",
"mock",
]

Expand Down
5 changes: 0 additions & 5 deletions src/plone/restapi/serializer/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@
<adapter factory=".discussion.ConversationSerializer" />
<adapter factory=".discussion.CommentSerializer" />

<configure zcml:condition="installed plone.tiles">
<adapter factory=".tile.TileSummarySerializeToJson" />
<adapter factory=".tile.TileSerializeToJson" />
</configure>

<include package=".controlpanels" />

<!-- Summary Serializer Metadata -->
Expand Down
72 changes: 0 additions & 72 deletions src/plone/restapi/serializer/tile.py

This file was deleted.

4 changes: 0 additions & 4 deletions src/plone/restapi/services/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
package=".email_send"
zcml:condition="have plone-5"
/>
<include
package=".tiles"
zcml:condition="installed plone.tiles"
/>
<include
package=".rules"
zcml:condition="installed plone.app.contentrules"
Expand Down
Empty file.
14 changes: 0 additions & 14 deletions src/plone/restapi/services/tiles/configure.zcml

This file was deleted.

61 changes: 0 additions & 61 deletions src/plone/restapi/services/tiles/get.py

This file was deleted.

16 changes: 8 additions & 8 deletions src/plone/restapi/tests/http-examples/vocabularies.resp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ HTTP/1.1 200 OK
Content-Type: application/json

[
{
"@id": "http://localhost:55001/plone/@vocabularies/Behaviors",
"title": "Behaviors"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.contentrules.events",
"title": "plone.contentrules.events"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/Behaviors",
"title": "Behaviors"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.AvailableContentLanguages",
"title": "plone.app.vocabularies.AvailableContentLanguages"
Expand Down Expand Up @@ -90,6 +90,10 @@ Content-Type: application/json
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Principals",
"title": "plone.app.vocabularies.Principals"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Catalog",
"title": "plone.app.vocabularies.Catalog"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Actions",
"title": "plone.app.vocabularies.Actions"
Expand Down Expand Up @@ -158,10 +162,6 @@ Content-Type: application/json
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.event.SynchronizationStrategies",
"title": "plone.app.event.SynchronizationStrategies"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.vocabularies.Catalog",
"title": "plone.app.vocabularies.Catalog"
},
{
"@id": "http://localhost:55001/plone/@vocabularies/plone.app.contenttypes.metadatafields",
"title": "plone.app.contenttypes.metadatafields"
Expand Down
Loading

0 comments on commit d9a34e9

Please sign in to comment.