Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
d13d4640
"spec/support/helpers/jira_service_helper.rb" did not exist on "c2d6822e942f86422348fe4ebea7142822e5882c"
Commit
d13d4640
authored
Sep 08, 2016
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify site.zcml a tiny bit.
parent
6d54e97b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
src/Zope2/App/configure.zcml
src/Zope2/App/configure.zcml
+10
-2
src/Zope2/utilities/skel/etc/site.zcml
src/Zope2/utilities/skel/etc/site.zcml
+0
-5
No files found.
src/Zope2/App/configure.zcml
View file @
d13d4640
<configure xmlns="http://namespaces.zope.org/zope"
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:meta="http://namespaces.zope.org/meta"
xmlns:five="http://namespaces.zope.org/five">
xmlns:five="http://namespaces.zope.org/five">
<include file="exclude.zcml" />
<include file="exclude.zcml" />
...
@@ -10,4 +12,10 @@
...
@@ -10,4 +12,10 @@
<include package="ZPublisher" />
<include package="ZPublisher" />
<include package="five.globalrequest"/>
<include package="five.globalrequest"/>
<include package="Products.Five" />
<meta:redefinePermission from="zope2.Public" to="zope.Public" />
<securityPolicy
component="AccessControl.security.SecurityPolicy" />
</configure>
</configure>
src/Zope2/utilities/skel/etc/site.zcml
View file @
d13d4640
...
@@ -4,8 +4,6 @@
...
@@ -4,8 +4,6 @@
xmlns:five="http://namespaces.zope.org/five">
xmlns:five="http://namespaces.zope.org/five">
<include package="Zope2.App" />
<include package="Zope2.App" />
<include package="Products.Five" />
<meta:redefinePermission from="zope2.Public" to="zope.Public" />
<!-- Load the meta -->
<!-- Load the meta -->
<include files="package-includes/*-meta.zcml" />
<include files="package-includes/*-meta.zcml" />
...
@@ -19,7 +17,4 @@
...
@@ -19,7 +17,4 @@
<includeOverrides files="package-includes/*-overrides.zcml" />
<includeOverrides files="package-includes/*-overrides.zcml" />
<five:loadProductsOverrides />
<five:loadProductsOverrides />
<securityPolicy
component="AccessControl.security.SecurityPolicy" />
</configure>
</configure>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment