-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2025c9
commit 26ef804
Showing
27 changed files
with
177 additions
and
162 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 +1 @@ | ||
CHANGES.rst merge=union | ||
CHANGES.rst merge=union |
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 |
---|---|---|
|
@@ -39,4 +39,3 @@ list all tox environments: | |
run a specific tox env: | ||
|
||
$ tox -e py37-Plone52 | ||
|
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,7 +1,8 @@ | ||
# -*- coding: utf-8 -*- | ||
"""Init and utils.""" | ||
from zope.i18nmessageid import MessageFactory | ||
from .sensitive import apply | ||
from zope.i18nmessageid import MessageFactory | ||
|
||
|
||
_ = MessageFactory("design.plone.policy") | ||
apply() |
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,5 @@ | ||
# -*- coding: utf-8 -*- | ||
# flake8: noqa | ||
STRUTTURA = [ | ||
{ | ||
"id": "amministrazione-trasparente", | ||
|
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,12 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<object name="portal_actions" meta_type="Plone Actions Tool" | ||
xmlns:i18n="http://xml.zope.org/namespaces/i18n"> | ||
<action-provider name="portal_workflow"/> | ||
<action-provider name="portal_types"/> | ||
<action-provider name="portal_actions"/> | ||
<object name="portal_tabs" meta_type="CMF Action Category" purge="False"> | ||
<object name="index_html" meta_type="CMF Action" i18n:domain="plone"> | ||
<property name="visible">False</property> | ||
<object xmlns:i18n="http://xml.zope.org/namespaces/i18n" | ||
meta_type="Plone Actions Tool" | ||
name="portal_actions" | ||
> | ||
<action-provider name="portal_workflow" /> | ||
<action-provider name="portal_types" /> | ||
<action-provider name="portal_actions" /> | ||
<object meta_type="CMF Action Category" | ||
name="portal_tabs" | ||
purge="False" | ||
> | ||
<object meta_type="CMF Action" | ||
name="index_html" | ||
i18n:domain="plone" | ||
> | ||
<property name="visible">False</property> | ||
</object> | ||
</object> | ||
</object> | ||
</object> |
Oops, something went wrong.