-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge previous upgrade steps of this branch into it.
- Loading branch information
Showing
17 changed files
with
116 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
<configure xmlns="http://namespaces.zope.org/zope"> | ||
<include package=".v10804" /> | ||
<include package=".v10805" /> | ||
<include package=".v10806" /> | ||
<include package=".v10900" /> | ||
</configure> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<configure | ||
xmlns="http://namespaces.zope.org/zope" | ||
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"> | ||
|
||
<genericsetup:registerProfile | ||
name="default" | ||
title="brasil.gov.portal (v10900)" | ||
directory="profile" | ||
description='Configuration for version 10900' | ||
provides="Products.GenericSetup.interfaces.EXTENSION" | ||
/> | ||
|
||
<genericsetup:upgradeSteps | ||
source="*" | ||
destination="10900" | ||
profile="brasil.gov.portal:default"> | ||
|
||
<genericsetup:upgradeStep | ||
title="Move styles to brasil.gov.temas package" | ||
description="Move styles to brasil.gov.temas package." | ||
handler=".remove_styles" | ||
/> | ||
|
||
<genericsetup:upgradeStep | ||
title="Show back global_sections viewlet" | ||
description="Show back global_sections viewlet." | ||
handler=".show_global_sections" | ||
/> | ||
|
||
<genericsetup:upgradeStep | ||
title="Remove collective.nitf customizations" | ||
description="Remove customized view from types tool and set default view on objects using custom view." | ||
handler=".remove_nitf_customizations" | ||
/> | ||
|
||
<genericsetup:upgradeStep | ||
title="Remove sc.embedder from types_not_searched" | ||
handler=".search_for_embedder" | ||
/> | ||
|
||
<genericsetup:upgradeDepends | ||
title="Import various" | ||
description="Adds new configlet and content type." | ||
import_profile="brasil.gov.portal.upgrades.v10900:default" | ||
/> | ||
|
||
<genericsetup:upgradeStep | ||
title="Update galeria image sizes." | ||
description="Update galeria de fotos image sizes." | ||
handler=".update_galeria_image_sizes" | ||
/> | ||
|
||
<genericsetup:upgradeStep | ||
title="Install Products.PloneKeywordManager" | ||
description="" | ||
handler=".install_keyword_manager" | ||
/> | ||
|
||
</genericsetup:upgradeSteps> | ||
|
||
</configure> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.