[Zope3-checkins] SVN: Zope3/trunk/ We are switching to the latest viewlet code, which is the one that evolved

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Sep 18 20:55:54 EDT 2005


Log message for revision 38512:
  We are switching to the latest viewlet code, which is the one that evolved 
  out of pagelet. We renamed the package, because it fits more appropriately 
  the functionality provided by the package. It also allows Roger to still 
  use the old API. I did not want to bother with BBB, since we never 
  released this code.
  
  Note: Roger will fix the Boston skin during the IsarSprint to use this 
  latest iteration.
  
  

Changed:
  U   Zope3/trunk/doc/CHANGES.txt
  D   Zope3/trunk/src/zope/app/pagelet/
  A   Zope3/trunk/src/zope/app/viewlet/

-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2005-09-19 00:40:49 UTC (rev 38511)
+++ Zope3/trunk/doc/CHANGES.txt	2005-09-19 00:55:53 UTC (rev 38512)
@@ -45,24 +45,16 @@
         like unicode strings with respect to security proxying.  This
         implementation will replace the old one in upcoming versions.
 
-      - Added pagelet concept. Pagelets are responsible for a piece
-        of content in a view. They can be used to render additionally
-        provided information into a pagetemplate.
+      - Implemented the concept of viewlets, formerly known as
+        pagelets. Viewlets allow you to insert pieces of content into
+        specified regions of a page. Using this base implementation, one could
+        easily implement pagelets and portlets.
 
-        + Added tales expression 'pagelet'
-
-        + Added tales expression 'pagelets'
-
-        + Added tales expression 'pagedata'
-
-      - Added pagelet chooser for store pagelet name in the annotation
-        of a object.
-
     Restructuring
 
     Bug Fixes
 
-      - Fixed issue #450: ignore python level CookieError and report them 
+      - Fixed issue #450: ignore python level CookieError and report them
         to the log file.
 
       - Fixed issue #445: gadflyDA not full implementation
@@ -724,7 +716,7 @@
         objects were saved on the utility's __Security_checker__
         attribute. This caused problems if the component was
         registered more than once, or if the component was a class.
-        Now a proxy is used to hold the security checker, so that the 
+        Now a proxy is used to hold the security checker, so that the
         checker is specific to a particular registration.
 
       - Fix  307: browser:addMenuItem and broken view references

Copied: Zope3/trunk/src/zope/app/viewlet (from rev 38511, Zope3/branches/srichter-viewlet-implementation/src/zope/app/viewlet)



More information about the Zope3-Checkins mailing list