[Checkins] SVN: grokcore.view/trunk/ Added CHANGES text and missing import

Souheil CHELFOUH souheil at chelfouh.com
Mon Nov 1 14:16:45 EDT 2010


Log message for revision 118079:
  Added CHANGES text and missing import
  

Changed:
  U   grokcore.view/trunk/CHANGES.txt
  U   grokcore.view/trunk/src/grokcore/view/__init__.py

-=-
Modified: grokcore.view/trunk/CHANGES.txt
===================================================================
--- grokcore.view/trunk/CHANGES.txt	2010-11-01 17:55:39 UTC (rev 118078)
+++ grokcore.view/trunk/CHANGES.txt	2010-11-01 18:16:44 UTC (rev 118079)
@@ -4,6 +4,12 @@
 2.0 (unreleased)
 ----------------
 
+- The `view` directive has been moved from ``grokcore.viewlet`` to
+  ``grokcore.view``.
+
+- The `IGrokSecurityView` has been moved from ``grok`` to
+  ``grokcore.view``.
+
 - Fix the url() function to behave properly while passed an empty data dict.
 
 - Fix the url() method to accept the "status" and "trusted" arguments, passed

Modified: grokcore.view/trunk/src/grokcore/view/__init__.py
===================================================================
--- grokcore.view/trunk/src/grokcore/view/__init__.py	2010-11-01 17:55:39 UTC (rev 118078)
+++ grokcore.view/trunk/src/grokcore/view/__init__.py	2010-11-01 18:16:44 UTC (rev 118079)
@@ -21,6 +21,7 @@
 
 from grokcore.view.components import View, ViewSupport
 from grokcore.view.components import PageTemplate, PageTemplateFile
+from grokcore.view.interfaces import IGrokSecurityView
 from grokcore.view.components import DirectoryResource
 from grokcore.view.directive import (
     layer, template, templatedir, skin, path, view)



More information about the checkins mailing list