Skip to content

Commit

Permalink
Fix uninstall-profile to fix test-issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Feb 1, 2016
1 parent 1a62686 commit 34916e5
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 351 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ New:

Fixes:

- Enhancement: Split up migration test for modification date and references
- Also remove collections upon uninstalling.
[pbauer]

- No longer try to install ATContentTypes-types on uninstalling.
[pbauer]

- Enhancement: Split up migration test for modification date and references
in two functions for easier debugging.
[jensens]

Expand Down
19 changes: 1 addition & 18 deletions plone/app/contenttypes/profiles/uninstall/types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,6 @@
<object meta_type="Dexterity FTI" name="Image" remove="True" />
<object meta_type="Dexterity FTI" name="News Item" remove="True" />
<object meta_type="Dexterity FTI" name="Event" remove="True" />

<object name="Document"
meta_type="Factory-based Type Information with dynamic views"/>
<object name="Event"
meta_type="Factory-based Type Information with dynamic views"/>
<object name="File"
meta_type="Factory-based Type Information with dynamic views"/>
<object name="Folder"
meta_type="Factory-based Type Information with dynamic views"/>
<object name="Image"
meta_type="Factory-based Type Information with dynamic views"/>
<object name="Link"
meta_type="Factory-based Type Information with dynamic views"/>
<object name="News Item"
meta_type="Factory-based Type Information with dynamic views"/>

<object name="Plone Site"
meta_type="Factory-based Type Information with dynamic views"/>
<object meta_type="Dexterity FTI" name="Collection" remove="True" />

</object>
44 changes: 0 additions & 44 deletions plone/app/contenttypes/profiles/uninstall/types/Document.xml

This file was deleted.

46 changes: 0 additions & 46 deletions plone/app/contenttypes/profiles/uninstall/types/Event.xml

This file was deleted.

46 changes: 0 additions & 46 deletions plone/app/contenttypes/profiles/uninstall/types/File.xml

This file was deleted.

45 changes: 0 additions & 45 deletions plone/app/contenttypes/profiles/uninstall/types/Folder.xml

This file was deleted.

52 changes: 0 additions & 52 deletions plone/app/contenttypes/profiles/uninstall/types/Image.xml

This file was deleted.

41 changes: 0 additions & 41 deletions plone/app/contenttypes/profiles/uninstall/types/Link.xml

This file was deleted.

46 changes: 0 additions & 46 deletions plone/app/contenttypes/profiles/uninstall/types/News_Item.xml

This file was deleted.

12 changes: 0 additions & 12 deletions plone/app/contenttypes/profiles/uninstall/types/Plone_Site.xml

This file was deleted.

0 comments on commit 34916e5

Please sign in to comment.