[Checkins] SVN: grok/trunk/CHANGES.txt Updated CHANGES.txt with the event/app creation notes.

Souheil CHELFOUH souheil at chelfouh.com
Fri Oct 9 11:42:08 EDT 2009


Log message for revision 104974:
  Updated CHANGES.txt with the event/app creation notes.
  

Changed:
  U   grok/trunk/CHANGES.txt

-=-
Modified: grok/trunk/CHANGES.txt
===================================================================
--- grok/trunk/CHANGES.txt	2009-10-09 15:30:07 UTC (rev 104973)
+++ grok/trunk/CHANGES.txt	2009-10-09 15:42:08 UTC (rev 104974)
@@ -4,6 +4,15 @@
 1.1 (unreleased)
 ================
 
+* Added an util function, ``create_application``, to create an
+  application and trigger the correct events during the process.
+
+* Grok now provides an application-centric event to complete the
+  zope.lifecycle ones. This event, ``ApplicationInitializedEvent``, is
+  destined to be trigged after the application has been added to a
+  container. At this particular step, the application is considered
+  safe for additional content to be created.
+
 * Use grokcore.site and grokcore.annotation instead of builtins
   implementations.
 



More information about the checkins mailing list