[CMF-checkins] CVS: CMF - DEPENDENCIES.txt:1.1 INSTALL.txt:1.1 CHANGES.txt:1.2 README.txt:1.5
tseaver@digicool.com
tseaver@digicool.com
Fri, 1 Jun 2001 14:18:36 -0400 (EDT)
Update of /cvs-repository/CMF
In directory korak.digicool.com:/tmp/cvs-serv26903
Modified Files:
CHANGES.txt README.txt
Added Files:
DEPENDENCIES.txt INSTALL.txt
Log Message:
- Further packaging.
--- Added File DEPENDENCIES.txt in package CMF ---
requires "Zope" "2.3.2"
--- Added File INSTALL.txt in package CMF ---
Installing CMF 1.1beta
Requirements
- Zope v. 2.3.2 or later
Assumptions
- New installation
- Zope configured using INSTANCE_HOME, /var/zope, and
SOFTWARE_HOME, /usr/local/zope/Zope-2.3.2
Procedure
1. Unpack the CMF-1.1beta.tar.gz tarball into a working
directory. For instance::
$ cd /usr/local/zope
$ tar xzf /tmp/CMF-1.1beta.tar.gz
2. Link (or copy/move) the CMF packages into
$INSTANCE_HOME/Products. For instance::
$ cd /var/zope/Products
$ ln -s /usr/local/zope/CMF-1.1beta/CMF* .
3. Restart Zope; verify that the CMF products loaded
property, by examining them in Control_Panel/Product.
4. Create a CMF Site object. join, and begin adding content.
Enjoy!
--- Updated File CHANGES.txt in package CMF --
--- CHANGES.txt 2001/06/01 17:22:55 1.1
+++ CHANGES.txt 2001/06/01 18:18:05 1.2
@@ -2,6 +2,10 @@
New features
+ - Added CMFCore.utils.keywordsplitter to construct 'Subject'
+ dublin core header from both 'Keywords' and 'Subject' headers
+ passed in (meta tags/rfc822).
+
- CMF Document now uses StructuredTextNG for structured text
handling. Nicely enough, it uses the "with images" features, and
also enables named and inner links.
@@ -81,10 +85,23 @@
Bug Fixes
+ - Only display the "join" action if the user has the "Add
+ portal member" permission.
+
+ - Check for appropriate REQUEST variables before invoking
+ CopySupport machinery, return a nice 'portal_status_message'
+ instead of allowing the traceback to kick in (Tracker #247).
+
+ - Initialize default DublinCore metadata for the site, so that
+ *some* value is available everywhere (Tracker #285).
+
+ - Add module-level globals aliases, to permit other products
+ to use elements of skins (Tracker #273).
+
- Replaced 'metadata_edit' DTMLMethod with PythonScript.
- Updated 'metadata_edit' to avoid clearing values not passed
- in REQUEST (Tracker issue #268).
+ in REQUEST (Tracker #268).
- Removed spurious whitespace being added to Subject.
@@ -127,7 +144,7 @@
parent is deleted / moved (Tracker #261).
- Fixed lossage to File objects when no upload supplied
- (Tracker issue #271).
+ (Tracker #271).
- Fixed "Add to Favorites" when applied to Folders.
@@ -158,7 +175,7 @@
need 'modified', too); also, added selection list for 'Subject',
and fixed the "Last Month" option value.
- - Fixed non-import in CMFCore/WorkflowCore.py (Tracker issue #239,
+ - Fixed non-import in CMFCore/WorkflowCore.py (Tracker #239,
thanks to 'snej' for the patch).
- Updated CatalogTool to handle searchable vs. displayable DublinCore
@@ -169,7 +186,7 @@
<jq@jquade.de> for pointing this out. (Issue PTK(241)[]).
- Extended 'index_html' to render portal description using STX
- (Tracker issue #246).
+ (Tracker #246).
- Updated CMFDefault skins to use Contentish.getIcon, including
the portal catalog. This greatly simplifies using ZClasses as
@@ -181,18 +198,18 @@
- Extended 'folder_factories' to filter type objects using
'isConstructionAllowed' in 'PortalFolder.allowedContentTypes'
- (Tracker issue #249).
+ (Tracker #249).
- Fixed display of replies on discussion items.
- Made appropriate use of 'portal_url', instead of BASEPATH
- ad hockery, in skin methods.
+ ad hockery, in skin methods (Tracker #259).
- Synched interface definition of 'Contentish.getIcon' with
reality (documented 'relative' parameter).
- Fixed "Ever" entry in 'search_form' to use a value safe in
- timezones east of GMT (Tracker issue #236).
+ timezones east of GMT (Tracker #236).
- Deprecated the CMFDefault.File.download method; it is still
available, but is no longer called by the current CMF skin,
--- Updated File README.txt in package CMF --
--- README.txt 2001/03/30 02:28:12 1.4
+++ README.txt 2001/06/01 18:18:05 1.5
@@ -14,10 +14,10 @@
* The CMF "dogbowl" site, http://cmf.zope.org.
- * The mailing list, zope-ptk@zope.org. List information and
+ * The mailing list, zope-cmf@zope.org. List information and
online signup are available at:
- http://lists.zope.org/mailman/listinfo/zope-ptk. Archives
- of the list are at: http://lists.zope.org/pipermail/zope-ptk.
+ http://lists.zope.org/mailman/listinfo/zope-cmf. Archives
+ of the list are at: http://lists.zope.org/pipermail/zope-cmf.
Known Issues
@@ -25,36 +25,4 @@
Installation
- Requirements
-
- - Zope v. 2.3.1b1 or later OR
-
- - Zope 2.3.0 with Jeffrey Shell's "security info patch",
- http://cmf.zope.org/Members/jshell/security_info.patch
-
- Assumptions
-
- - New installation
-
- - Zope configured using INSTANCE_HOME, '/var/zope', and
- SOFTWARE_HOME, '/usr/local/zope/Zope-2.3.1b1'.
-
- Procedure
-
- 1. Unpack the 'CMF-1.0.tar.gz' tarball into a working
- directory. For instance:
-
- $ cd /usr/local/zope
- $ tar xzf /tmp/CMF-1.0.tar.gz
-
- 2. Link (or copy/move) the three CMF packages into
- '$INSTANCE_HOME/Products'. For instance:
-
- $ cd /var/zope/Products
- $ ln -s /usr/local/zope/CMF-1.0/* .
-
- 3. Restart Zope; verify that the three CMF products loaded
- property, by examining them in 'Control_Panel/Product'.
-
- 4. Create a 'CMF Site' object. Join, and begin adding
- content. Enjoy!
+ Please see "Installing CMF":INSTALL.txt