[Commits] (morgen) Update

commits at osafoundation.org commits at osafoundation.org
Wed Jan 21 10:33:58 PST 2004


Commit by: morgen
Modified files:
osaf/chandler/Chandler/HISTORY.txt 1.7 1.8

Log message:
Update


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/HISTORY.txt.diff?r1=text&tr1=1.7&r2=text&tr2=1.8

Index: osaf/chandler/Chandler/HISTORY.txt
diff -u osaf/chandler/Chandler/HISTORY.txt:1.7 osaf/chandler/Chandler/HISTORY.txt:1.8
--- osaf/chandler/Chandler/HISTORY.txt:1.7	Tue Nov 11 14:47:58 2003
+++ osaf/chandler/Chandler/HISTORY.txt	Wed Jan 21 10:33:27 2004
@@ -2,6 +2,73 @@
 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
+Milestone 13 (CVS tag CHANDLER_M_13) 2004-1-21
+
+    Content Model:
+
+    * Fixed a problem with the python objects that would cause threading
+      problems
+
+    * Added Task attributes to CalendarEvent, and removed the Task kind
+
+    * Tightened the types of attributes, taking advantage of circular
+      references
+
+    * Added descriptions, other comments to attributes and kinds
+
+    * Generally added to the content model to better reflect design
+      team's current thinking
+
+
+    CPIA:
+
+    * Created most basic blocks.
+
+    * Created a demo parcel to show off the available building blocks as well
+      as serve as a future unit test.
+
+    * Split the block hierarchy into parcels.  Moved from having all of the
+      ui specified in a single file to containing each parcel's description
+      separate.
+
+    * Began implementing the caterpillar ui.
+
+
+    Parcel Loader:
+
+    * Parent parcels are loaded automatically
+
+    * Circular references between parcels are now allowed
+
+    * LoadParcel( ) allows you to load a single parcel (along with any
+      dependencies)
+
+    * PrintItem( ) recursively prints repository items to stdout
+
+    * Added unit tests for: ensuring proper creation of Parcels, Kinds
+      (and sub-Kinds), and attributes; checking dependency-loading;
+      verifying circular references; assigning to inherited
+      attributes; loading all parcels
+
+
+    Repository:
+
+    * Lucene full-text indexing integrated
+
+    * "lob" (large object) support
+
+    * Bug fixes
+
+
+    HardHat:
+
+    * You can now run a subset of the unit tests (all tests found
+      in the current directory and below are run via hardhat.py -t)
+
+    * HardHat and Tinderbox now distinguish between failed
+      builds and failed unit tests
+
+
 Milestone 9 (CVS tag CHANDLER_M_09) 2003-11-11
 
     * Hardhat -g runs all files named parcel.xml through two xsl transforms



More information about the Commits mailing list