[Checkins] SVN: zope.globalrequest/trunk/ add a note to hopefully make the intentions of this package clearer

Andreas Zeidler az at zitc.de
Fri Jan 16 19:10:14 EST 2009


Log message for revision 94781:
  add a note to hopefully make the intentions of this package clearer

Changed:
  U   zope.globalrequest/trunk/CHANGES.txt
  U   zope.globalrequest/trunk/setup.py
  U   zope.globalrequest/trunk/src/zope/globalrequest/README.txt

-=-
Modified: zope.globalrequest/trunk/CHANGES.txt
===================================================================
--- zope.globalrequest/trunk/CHANGES.txt	2009-01-16 22:10:24 UTC (rev 94780)
+++ zope.globalrequest/trunk/CHANGES.txt	2009-01-17 00:10:14 UTC (rev 94781)
@@ -4,7 +4,11 @@
 1.0a2 - Unreleased
 ------------------
 
+* Update documentation to clarify the intentions of this package.  Also see
+  http://thread.gmane.org/gmane.comp.web.zope.devel/18023 for more information.
+  [witsch]
 
+
 1.0a1 - Released January 15, 2009
 ---------------------------------
 

Modified: zope.globalrequest/trunk/setup.py
===================================================================
--- zope.globalrequest/trunk/setup.py	2009-01-16 22:10:24 UTC (rev 94780)
+++ zope.globalrequest/trunk/setup.py	2009-01-17 00:10:14 UTC (rev 94781)
@@ -12,6 +12,8 @@
       classifiers = [
         'Development Status :: 3 - Alpha',
         'Environment :: Web Environment',
+        'Framework :: Plone',
+        'Framework :: Zope2',
         'Intended Audience :: Developers',
         'Intended Audience :: System Administrators',
         'Intended Audience :: Other Audience',

Modified: zope.globalrequest/trunk/src/zope/globalrequest/README.txt
===================================================================
--- zope.globalrequest/trunk/src/zope/globalrequest/README.txt	2009-01-16 22:10:24 UTC (rev 94780)
+++ zope.globalrequest/trunk/src/zope/globalrequest/README.txt	2009-01-17 00:10:14 UTC (rev 94781)
@@ -11,7 +11,12 @@
   from zope.globalrequest import getRequest
   request = getRequest()
 
+This package is mainly intended to be used with the Zope2/Plone stack.  While
+it also works with the Zope3 framework, the latter promotes a clean separation
+of concerns and the pattern of having a globally available request object is
+discouraged.
 
+
 Functional Tests
 ----------------
 



More information about the Checkins mailing list