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
7132baab
Commit
7132baab
authored
Jul 17, 2016
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Depend on and automatically set up `five.globalrequest`.
parent
cfa16a6e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
0 deletions
+11
-0
CHANGES.rst
CHANGES.rst
+4
-0
buildout.cfg
buildout.cfg
+1
-0
setup.py
setup.py
+1
-0
sources.cfg
sources.cfg
+2
-0
src/Zope2/App/configure.zcml
src/Zope2/App/configure.zcml
+1
-0
versions.cfg
versions.cfg
+2
-0
No files found.
CHANGES.rst
View file @
7132baab
...
@@ -51,6 +51,8 @@ Bugs Fixed
...
@@ -51,6 +51,8 @@ Bugs Fixed
Features Added
Features Added
++++++++++++++
++++++++++++++
- Depend on and automatically set up `five.globalrequest`.
- Optimized the `OFS.ObjectManager.__contains__` method to do the
- Optimized the `OFS.ObjectManager.__contains__` method to do the
least amount of work necessary.
least amount of work necessary.
...
@@ -82,6 +84,7 @@ Features Added
...
@@ -82,6 +84,7 @@ Features Added
- DateTime = 4.1.1
- DateTime = 4.1.1
- ExtensionClass = 4.1.2
- ExtensionClass = 4.1.2
- docutils = 0.9.1
- docutils = 0.9.1
- five.globalrequest = 1.0
- manuel = 1.6.0
- manuel = 1.6.0
- Missing = 3.1
- Missing = 3.1
- MultiMapping = 3.0
- MultiMapping = 3.0
...
@@ -93,6 +96,7 @@ Features Added
...
@@ -93,6 +96,7 @@ Features Added
- tempstorage = 3.0
- tempstorage = 3.0
- zExceptions = 3.0
- zExceptions = 3.0
- zLOG = 3.0
- zLOG = 3.0
- zope.globalrequest = 1.2
- ZopeUndo = 4.1
- ZopeUndo = 4.1
Restructuring
Restructuring
...
...
buildout.cfg
View file @
7132baab
...
@@ -58,6 +58,7 @@ eggs =
...
@@ -58,6 +58,7 @@ eggs =
DateTime
DateTime
DocumentTemplate
DocumentTemplate
ExtensionClass
ExtensionClass
five.globalrequest
Missing
Missing
MultiMapping
MultiMapping
Persistence
Persistence
...
...
setup.py
View file @
7132baab
...
@@ -71,6 +71,7 @@ setup(name='Zope2',
...
@@ -71,6 +71,7 @@ setup(name='Zope2',
'ZODB'
,
'ZODB'
,
'ZopeUndo'
,
'ZopeUndo'
,
'docutils'
,
'docutils'
,
'five.globalrequest'
,
'initgroups'
,
'initgroups'
,
'pytz'
,
'pytz'
,
'setuptools'
,
'setuptools'
,
...
...
sources.cfg
View file @
7132baab
...
@@ -12,6 +12,7 @@ Acquisition = git ${remotes:github}/Acquisition pushurl=${remotes:github_push}/A
...
@@ -12,6 +12,7 @@ Acquisition = git ${remotes:github}/Acquisition pushurl=${remotes:github_push}/A
DateTime = git ${remotes:github}/DateTime pushurl=${remotes:github_push}/DateTime
DateTime = git ${remotes:github}/DateTime pushurl=${remotes:github_push}/DateTime
DocumentTemplate = git ${remotes:github}/DocumentTemplate pushurl=${remotes:github_push}/DocumentTemplate
DocumentTemplate = git ${remotes:github}/DocumentTemplate pushurl=${remotes:github_push}/DocumentTemplate
ExtensionClass = git ${remotes:github}/ExtensionClass pushurl=${remotes:github_push}/ExtensionClass
ExtensionClass = git ${remotes:github}/ExtensionClass pushurl=${remotes:github_push}/ExtensionClass
five.globalrequest = git ${remotes:github}/five.globalrequest pushurl=${remotes:github_push}/five.globalrequest
initgroups = git ${remotes:github}/initgroups pushurl=${remotes:github_push}/initgroups
initgroups = git ${remotes:github}/initgroups pushurl=${remotes:github_push}/initgroups
Missing = git ${remotes:github}/Missing pushurl=${remotes:github_push}/Missing
Missing = git ${remotes:github}/Missing pushurl=${remotes:github_push}/Missing
MultiMapping = git ${remotes:github}/MultiMapping pushurl=${remotes:github_push}/MultiMapping
MultiMapping = git ${remotes:github}/MultiMapping pushurl=${remotes:github_push}/MultiMapping
...
@@ -24,6 +25,7 @@ Record = git ${remotes:github}/Record pushurl=${remotes:github_push}/Record
...
@@ -24,6 +25,7 @@ Record = git ${remotes:github}/Record pushurl=${remotes:github_push}/Record
tempstorage = git ${remotes:github}/tempstorage pushurl=${remotes:github_push}/tempstorage
tempstorage = git ${remotes:github}/tempstorage pushurl=${remotes:github_push}/tempstorage
zExceptions = git ${remotes:github}/zExceptions pushurl=${remotes:github_push}/zExceptions
zExceptions = git ${remotes:github}/zExceptions pushurl=${remotes:github_push}/zExceptions
zLOG = git ${remotes:github}/zLOG pushurl=${remotes:github_push}/zLOG
zLOG = git ${remotes:github}/zLOG pushurl=${remotes:github_push}/zLOG
zope.globalrequest = git ${remotes:github}/zope.globalrequest pushurl=${remotes:github_push}/zope.globalrequest
ZopeUndo = git ${remotes:github}/ZopeUndo pushurl=${remotes:github_push}/ZopeUndo
ZopeUndo = git ${remotes:github}/ZopeUndo pushurl=${remotes:github_push}/ZopeUndo
# Deprecated / CMF dependencies
# Deprecated / CMF dependencies
...
...
src/Zope2/App/configure.zcml
View file @
7132baab
...
@@ -8,5 +8,6 @@
...
@@ -8,5 +8,6 @@
<include file="traversing.zcml" />
<include file="traversing.zcml" />
<include package="OFS "/>
<include package="OFS "/>
<include package="ZPublisher" />
<include package="ZPublisher" />
<include package="five.globalrequest"/>
</configure>
</configure>
versions.cfg
View file @
7132baab
...
@@ -36,11 +36,13 @@ Products.StandardCacheManagers = 2.13.1
...
@@ -36,11 +36,13 @@ Products.StandardCacheManagers = 2.13.1
# Zope2 dependencies
# Zope2 dependencies
collective.recipe.sphinxbuilder = 0.8.2
collective.recipe.sphinxbuilder = 0.8.2
five.globalrequest = 1.0
mechanize = 0.2.5
mechanize = 0.2.5
repoze.retry = 1.3
repoze.retry = 1.3
repoze.tm2 = 2.0
repoze.tm2 = 2.0
repoze.who = 2.2
repoze.who = 2.2
RestrictedPython = 3.6.0
RestrictedPython = 3.6.0
zope.globalrequest = 1.2
zope.sequencesort = 4.0.1
zope.sequencesort = 4.0.1
zope.testbrowser = 3.11.1
zope.testbrowser = 3.11.1
ZODB = 4.2.0
ZODB = 4.2.0
...
...
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