Skip to content

Commit

Permalink
Merge 5691f5e into e3582ce
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed May 30, 2018
2 parents e3582ce + 5691f5e commit 3c01fdd
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 211 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ There's a frood who really knows where his towel is.
2.13b4 (unreleased)
^^^^^^^^^^^^^^^^^^^

.. Warning::
Upgrading from versions below 2.3 is no longer supported.
You must upgrade at least to version 2.3 before upgrading to this version.

- Remove upgrade steps for old, unsupported releases.
[hvelarde]

- Fix upgrade step when there are no plone.app.tiles recrods.
[erral]

Expand Down
6 changes: 0 additions & 6 deletions sc/social/like/setuphandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ class HiddenProducts(object):

def getNonInstallableProducts(self):
return [
'sc.social.like.upgrades.v2000',
'sc.social.like.upgrades.v3000',
'sc.social.like.upgrades.v3010',
'sc.social.like.upgrades.v3020',
]

Expand All @@ -22,8 +19,5 @@ class HiddenProfiles(object):
def getNonInstallableProfiles(self):
return [
u'sc.social.like:uninstall',
u'sc.social.like.upgrades.v2000:default',
u'sc.social.like.upgrades.v3000:default',
u'sc.social.like.upgrades.v3010:default',
u'sc.social.like.upgrades.v3020:default',
]
5 changes: 0 additions & 5 deletions sc/social/like/upgrades/configure.zcml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<configure xmlns="http://namespaces.zope.org/zope">

<include package=".v2000" />
<include package=".v3000" />
<include package=".v3010" />
<include package=".v3020" />
<include package=".v3030" />
<include package=".v3040" />
Expand All @@ -14,5 +10,4 @@
<include package=".v3046" />
<include package=".v3047" />
<include package=".v3048" />

</configure>
1 change: 0 additions & 1 deletion sc/social/like/upgrades/v2000/__init__.py

This file was deleted.

27 changes: 0 additions & 27 deletions sc/social/like/upgrades/v2000/configure.zcml

This file was deleted.

10 changes: 0 additions & 10 deletions sc/social/like/upgrades/v2000/handler.py

This file was deleted.

17 changes: 0 additions & 17 deletions sc/social/like/upgrades/v2000/profile/propertiestool.xml

This file was deleted.

1 change: 0 additions & 1 deletion sc/social/like/upgrades/v3000/__init__.py

This file was deleted.

32 changes: 0 additions & 32 deletions sc/social/like/upgrades/v3000/configure.zcml

This file was deleted.

26 changes: 0 additions & 26 deletions sc/social/like/upgrades/v3000/handler.py

This file was deleted.

9 changes: 0 additions & 9 deletions sc/social/like/upgrades/v3000/profile/propertiestool.xml

This file was deleted.

1 change: 0 additions & 1 deletion sc/social/like/upgrades/v3010/__init__.py

This file was deleted.

40 changes: 0 additions & 40 deletions sc/social/like/upgrades/v3010/configure.zcml

This file was deleted.

28 changes: 0 additions & 28 deletions sc/social/like/upgrades/v3010/handler.py

This file was deleted.

8 changes: 0 additions & 8 deletions sc/social/like/upgrades/v3010/profile/propertiestool.xml

This file was deleted.

0 comments on commit 3c01fdd

Please sign in to comment.