[Zope-CVS] CVS: Packages/Moztop/doc - CHANGES.txt:1.8
Stephan Richter
srichter@cbu.edu
Wed, 15 Jan 2003 09:10:07 -0500
Update of /cvs-repository/Packages/Moztop/doc
In directory cvs.zope.org:/tmp/cvs-serv8676/doc
Modified Files:
CHANGES.txt
Log Message:
- Oops I broke the entire thing. Took out references to removed overlays.
- Updated CHANGES.txt to reflect new tasks.
=== Packages/Moztop/doc/CHANGES.txt 1.7 => 1.8 ===
--- Packages/Moztop/doc/CHANGES.txt:1.7 Tue Jan 14 23:04:39 2003
+++ Packages/Moztop/doc/CHANGES.txt Wed Jan 15 09:09:35 2003
@@ -2,24 +2,39 @@
0.3 (Not released)
- o (-) List of known and addable types
+ o (-) List of known and addable types; this is, create a RDF-based Type
+ Registry
o (*) Tabs for open content items
o (-) Wire in XML-RPC on connect
+ o (-) Use Type Registry to generate Content Object Tabs
+
+ o (-) Enable User to close Content Object Tab
+
+ o (-) Automate Explorer Reload
+
0.2 (Not released)
o (*) Fetch site data RDF from a server URL
- o (-) Tabs on content panel (preview, properties, etc.)
+ o (*) Tabs on content panel (preview, properties, etc.)
+
+ The tabs do not show anything sensible yet, but they are there.
o (*) Add item to server
Done, even though the possible Content Types are still hard coded,
since we do not have a Types Registry yet.
+ o (-) Folder's 'Content' tab should work and retrieve data from Zope.
+
+ o (-) Folder's 'MetaData' tab should work and retrieve data from Zope.
+
+ o (-) Allow Content Objects to be deleted.
+
0.1 (Not released)
@@ -65,5 +80,5 @@
o (-) Refresh button
- I checked the navigator jar,w hich contains the reload() code and I
+ I checked the navigator jar, which contains the reload() code and I
learned that you can only relaod browser instances, but not XUL windows.