Skip to content

Commit

Permalink
Merge pull request #307 from fulv/master
Browse files Browse the repository at this point in the history
Issue 301 "Remove code from Image and Link tiles"
  • Loading branch information
hvelarde committed Oct 8, 2013
2 parents e39b4ce + 899df5f commit 25d9c89
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 459 deletions.
6 changes: 1 addition & 5 deletions src/collective/cover/profiles/upgrade_2_to_3/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
<element>collective.cover.contentbody</element>
<element>collective.cover.embed</element>
<element>collective.cover.file</element>
<element>collective.cover.image</element>
<element>collective.cover.link</element>
<element>collective.cover.list</element>
<element>collective.cover.richtext</element>
</default>
<description>This tiles will be available for layout creation.</description>
<description>These tiles will be available for layout creation.</description>
<required>False</required>
<title>Available tiles</title>
<value_type type="plone.registry.field.Choice">
Expand All @@ -28,8 +26,6 @@
<element>collective.cover.contentbody</element>
<element>collective.cover.embed</element>
<element>collective.cover.file</element>
<element>collective.cover.image</element>
<element>collective.cover.link</element>
<element>collective.cover.list</element>
<element>collective.cover.richtext</element>
</value>
Expand Down
Binary file removed src/collective/cover/static/tile-image.png
Binary file not shown.
Binary file removed src/collective/cover/static/tile-link.png
Binary file not shown.
83 changes: 0 additions & 83 deletions src/collective/cover/tests/test_image_tile.py

This file was deleted.

65 changes: 0 additions & 65 deletions src/collective/cover/tests/test_link_tile.py

This file was deleted.

1 change: 0 additions & 1 deletion src/collective/cover/tests/test_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ def test_tiles_removed_on_uninstall(self):
self.assertTrue(u'collective.cover.collection' not in tiles)
self.assertTrue(u'collective.cover.embed' not in tiles)
self.assertTrue(u'collective.cover.file' not in tiles)
self.assertTrue(u'collective.cover.link' not in tiles)
self.assertTrue(u'collective.cover.list' not in tiles)
self.assertTrue(u'collective.cover.richtext' not in tiles)
97 changes: 0 additions & 97 deletions src/collective/cover/tiles/image.py

This file was deleted.

96 changes: 0 additions & 96 deletions src/collective/cover/tiles/link.py

This file was deleted.

Loading

0 comments on commit 25d9c89

Please sign in to comment.