[Checkins] SVN: grok/trunk/ expose the DirectoryResource component and path directive from grokcore.view

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Oct 16 03:14:26 EDT 2008


Log message for revision 92274:
  expose the DirectoryResource component and path directive from grokcore.view

Changed:
  U   grok/trunk/CHANGES.txt
  U   grok/trunk/src/grok/__init__.py

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2008-10-16 07:11:59 UTC (rev 92273)
+++ grok/trunk/CHANGES.txt	2008-10-16 07:14:25 UTC (rev 92274)
@@ -4,8 +4,12 @@
 0.15 (unreleased)
 =================
 
-...
+Feature changes
+---------------
 
+* Expose the ``DirectoryResource`` component from grokcore.view and the
+accompanying ``path`` directive.
+
 0.14 (2008-09-29)
 =================
 

Modified: grok/trunk/src/grok/__init__.py
===================================================================
--- grok/trunk/src/grok/__init__.py	2008-10-16 07:11:59 UTC (rev 92273)
+++ grok/trunk/src/grok/__init__.py	2008-10-16 07:14:25 UTC (rev 92274)
@@ -31,11 +31,13 @@
 
 from grokcore.view import PageTemplate
 from grokcore.view import PageTemplateFile
+from grokcore.view import DirectoryResource
 from grokcore.view import layer
 from grokcore.view import template
 from grokcore.view import templatedir
 from grokcore.view import skin
 from grokcore.view import url
+from grokcore.view import path
 
 from grokcore.formlib import action
 from grokcore.formlib import AutoFields



More information about the Checkins mailing list