-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add upgradestep and profile for max filesize in registry
- Loading branch information
1 parent
f4443e7
commit 20a5ab9
Showing
4 changed files
with
38 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0"?> | ||
<metadata> | ||
<version>1016</version> | ||
<version>1017</version> | ||
</metadata> |
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,27 @@ | ||
<configure | ||
xmlns="http://namespaces.zope.org/zope" | ||
xmlns:gs="http://namespaces.zope.org/genericsetup" | ||
> | ||
|
||
<gs:registerProfile | ||
directory="profiles/1017" | ||
for="Products.CMFPlone.interfaces.IMigratingPloneSiteRoot" | ||
name="1017" | ||
provides="Products.GenericSetup.interfaces.EXTENSION" | ||
title="EasyForm upgrade" | ||
/> | ||
|
||
<gs:upgradeSteps | ||
destination="1017" | ||
profile="collective.easyform:default" | ||
source="1016" | ||
> | ||
|
||
<gs:upgradeDepends | ||
title="Add max filesize in registry" | ||
import_profile="collective.easyform.upgrades:1017" | ||
/> | ||
|
||
</gs:upgradeSteps> | ||
|
||
</configure> |
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,9 @@ | ||
<?xml version="1.0"?> | ||
<registry> | ||
|
||
<record name="easyform.max_filesize" | ||
interface="collective.easyform.browser.controlpanel.IEasyFormControlPanel" | ||
field="max_filesize"> | ||
</record> | ||
|
||
</registry> |