taylor 01/12/09 21:16:18
Modified: . INSTALL INSTALL-WAR NOTES
Log:
- release notes for 1.3a2
Revision Changes Path
1.5 +4 -2 jakarta-jetspeed/INSTALL
Index: INSTALL
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- INSTALL 2001/05/27 08:57:40 1.4
+++ INSTALL 2001/12/10 05:16:18 1.5
@@ -113,7 +113,7 @@
MySQL
Oracle
Postgres
- Sybase
+ Sybase
Jetspeed is distributed with a populated Hypersonic-SQL database.
This database is selected as the default database in the
@@ -128,6 +128,8 @@
database.default.url=jdbc:oracle:thin:@<host>:1521:<sid>
database.default.username= <your-oracle-user>
database.default.password= <your-password>
+database.adaptor=DBOracle
+database.adaptor.DBOracle=oracle.jdbc.driver.OracleDriver</li>
You will need to replace:
@@ -144,7 +146,7 @@
To populate the database, a script is provided:
-/src/sql/external/default_roles_persmissions.sql.
+/src/sql/external/populate*.sql.
Only run the statements for your specific database as commented.
1.4 +4 -2 jakarta-jetspeed/INSTALL-WAR
Index: INSTALL-WAR
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/INSTALL-WAR,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- INSTALL-WAR 2001/03/23 04:07:04 1.3
+++ INSTALL-WAR 2001/12/10 05:16:18 1.4
@@ -94,7 +94,7 @@
MySQL
Oracle
Postgres
- Sybase
+ Sybase
Jetspeed is distributed with a populated Hypersonic-SQL database.
This database is selected as the default database in the
@@ -109,6 +109,8 @@
database.default.url=jdbc:oracle:thin:@<host>:1521:<sid>
database.default.username= <your-oracle-user>
database.default.password= <your-password>
+database.adaptor=DBOracle
+database.adaptor.DBOracle=oracle.jdbc.driver.OracleDriver</li>
You will need to replace:
@@ -125,7 +127,7 @@
To populate the database, a script is provided in the source code distribution :
-/src/sql/external/default_roles_persmissions.sql.
+/src/sql/external/populate*.sql.
Only run the statements for your specific database as commented.
1.3 +7 -20 jakarta-jetspeed/NOTES
Index: NOTES
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/NOTES,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NOTES 2000/12/22 13:24:46 1.2
+++ NOTES 2001/12/10 05:16:18 1.3
@@ -1,4 +1,4 @@
-Jetspeed 1.3a1 Release Notes
+Jetspeed 1.3a2 Release Notes
----------------------------
This file documents some known issues or incomplete features
@@ -6,25 +6,12 @@
Customizer
----------
-The customizer included in this release is a very early prototype
-with limited functionalities. In particular:
-- you can't save your customized portal page
-- the customizer does not correctly handle complex PSML portal
- structures
-- the order of the portlets displayed may be changed when you
- add a portlet to your portal page.
-- you can't search for a given portlet
-
-PSML
-----
-In some conditions, a user may see an incorrectly skinned
-portlet because of caching issues.
-
-Jetspeed Config Registry
-------------------------
-Some keys in the Jetspeed Config registry are currently unused
-most notable the <portlet-control-entry> and <portlet-controller-entry>
-elements.
+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.
+- You can't search for a given portlet
Portlets
--------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>