Skip to content

Commit

Permalink
Merge pull request #9 from eea/develop
Browse files Browse the repository at this point in the history
Fix the uninstall profile
  • Loading branch information
avoinea authored Dec 13, 2019
2 parents 3d742f1 + 6ffa20d commit 2e4f42a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

9.2 - (2019-12-13)
---------------------------
* Bug fix: Fix the uninstall profile
[avoinea]

9.1 - (2019-11-21)
--------------------------
* Feature: Made all Dexterity content cache aware
Expand Down
10 changes: 10 additions & 0 deletions eea/cache/profiles.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
directory="profiles/default"
description="Memcache"
provides="Products.GenericSetup.interfaces.EXTENSION"
for="Products.CMFPlone.interfaces.IPloneSiteRoot"
/>

<genericsetup:registerProfile
name="uninstall"
title="Uninstall eea.cache"
directory="profiles/uninstall"
description="Uninstall eea.cache"
provides="Products.GenericSetup.interfaces.EXTENSION"
for="Products.CMFPlone.interfaces.IPloneSiteRoot"
/>

</configure>
7 changes: 7 additions & 0 deletions eea/cache/profiles/uninstall/actions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<object name="portal_actions">
<action-provider name="portal_actions"/>
<object name="object">
<object name="eea.cache" remove="True" />
</object>
</object>
2 changes: 1 addition & 1 deletion eea/cache/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.1
9.2

0 comments on commit 2e4f42a

Please sign in to comment.