taylor 2002/07/17 00:34:04
Modified: . INSTALL NOTES
webapp/WEB-INF/conf JetspeedSecurity.properties
Log:
updated release notes
Revision Changes Path
1.6 +5 -5 jakarta-jetspeed/INSTALL
Index: INSTALL
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- INSTALL 10 Dec 2001 05:16:18 -0000 1.5
+++ INSTALL 17 Jul 2002 07:34:04 -0000 1.6
@@ -104,8 +104,8 @@
Database Configuration
-------------------------------------------------------------------------------
-Jetspeed uses Turbine's security model to authorize users and persist minimal
-user information. Turbine security should work with any JDBC 2.0 compliant
+Jetspeed uses Jakarta Torque to store users and persist minimal
+user information. This security model should work with any JDBC 2.0 compliant
driver. The following databases are tested:
DB2
@@ -117,10 +117,10 @@
Jetspeed is distributed with a populated Hypersonic-SQL database.
This database is selected as the default database in the
-TurbineResources.properties file.
+TorqueResources.properties file.
To configure Jetspeed with a different database, modify the
-TurbineResources.properties file.
+TorqueResources.properties file.
Here is an example for Oracle:
@@ -137,7 +137,7 @@
<sid> the name of Oracle database sid at the host
<username> the oracle user(schema) name
-The TurbineResources.properties file can be found in /webapp/WEB-INF/conf.
+The TorqueResources.properties file can be found in /webapp/WEB-INF/conf.
The database scripts for setting up the database are included with the
source code distribution, under the src/sql/external folder.
1.5 +1 -4 jakarta-jetspeed/NOTES
Index: NOTES
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/NOTES,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- NOTES 10 Dec 2001 16:17:08 -0000 1.4
+++ NOTES 17 Jul 2002 07:34:04 -0000 1.5
@@ -1,4 +1,4 @@
-Jetspeed 1.3a2 Release Notes
+Jetspeed 1.4b1 Release Notes
----------------------------
This file documents some known issues or incomplete features
@@ -6,12 +6,9 @@
Customizer
----------
-The customizer included in this release is much improved over 1.3a1.
There are still some known problems:
-- You cannot customize the anonymous page, or group/role pages. Only the default
page for the logged on user.
- You cannot switch directly between some layouts, for ex. 3-column to 2-column.
You must first delete all portlets,
then you can switch to 2-column.
-- Removing a portlet from the standard view, it still shows up in the customize
view. The only way to bring the portlet back is to delete it and re-add it.
- You can't search for a given portlet
Portlets
1.12 +0 -0 jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties
Index: JetspeedSecurity.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>