You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/10/17 21:07:23 UTC

svn commit: r325962 - in /portals/jetspeed-2/trunk/etc/sql: hsql/populate-userinfo-for-default-psml.sql mssql/populate-userinfo-for-default-psml.sql mysql/populate-userinfo-for-default-psml.sql oracle/populate-userinfo-for-default-psml.sql

Author: taylor
Date: Mon Oct 17 12:07:19 2005
New Revision: 325962

URL: http://svn.apache.org/viewcvs?rev=325962&view=rev
Log:
specific population scripts - removed profiler inserts

Modified:
    portals/jetspeed-2/trunk/etc/sql/hsql/populate-userinfo-for-default-psml.sql
    portals/jetspeed-2/trunk/etc/sql/mssql/populate-userinfo-for-default-psml.sql
    portals/jetspeed-2/trunk/etc/sql/mysql/populate-userinfo-for-default-psml.sql
    portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql

Modified: portals/jetspeed-2/trunk/etc/sql/hsql/populate-userinfo-for-default-psml.sql
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/sql/hsql/populate-userinfo-for-default-psml.sql?rev=325962&r1=325961&r2=325962&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/hsql/populate-userinfo-for-default-psml.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/hsql/populate-userinfo-for-default-psml.sql Mon Oct 17 12:07:19 2005
@@ -79,23 +79,6 @@
 INSERT INTO SECURITY_USER_ROLE VALUES(51,52);
 INSERT INTO SECURITY_USER_ROLE VALUES(51,53);
 
-insert into PROFILING_RULE values ('subsite-role-fallback-home',
-     'org.apache.jetspeed.profiler.rules.impl.RoleFallbackProfilingRule',
-     'A rule based on role fallback algorithm with specified subsite and home page');
-insert into RULE_CRITERION values (50, 'subsite-role-fallback-home', 0, 'navigation', 'navigation', 'subsite-root', 2);
-insert into RULE_CRITERION values (51, 'subsite-role-fallback-home', 1, 'role', 'role', null, 2);
-insert into RULE_CRITERION values (52, 'subsite-role-fallback-home', 2, 'path', 'path', 'subsite-default-page', 0);
-
-insert into PROFILING_RULE values ('subsite2-role-fallback-home', 
-     'org.apache.jetspeed.profiler.rules.impl.RoleFallbackProfilingRule',
-     'A rule based on role fallback algorithm with specified subsite and home page');
-insert into RULE_CRITERION values (53, 'subsite2-role-fallback-home', 0, 'navigation', 'navigation', 'subsite-root', 2);
-insert into RULE_CRITERION values (54, 'subsite2-role-fallback-home', 1, 'role', 'role', null, 2);
-insert into RULE_CRITERION values (55, 'subsite2-role-fallback-home', 2, 'path', 'path', 'subsite2-default-page', 0);
-
-insert into PRINCIPAL_RULE_ASSOC values ('subsite', 'page', 'subsite-role-fallback-home');
-insert into PRINCIPAL_RULE_ASSOC values ('subsite2', 'page', 'subsite2-role-fallback-home');
-
 INSERT INTO SECURITY_PERMISSION VALUES(50,'org.apache.jetspeed.security.FolderPermission','/__subsite-root','view','2004-05-22 16:27:12.572','2004-05-22 16:27:12.572');
 INSERT INTO SECURITY_PERMISSION VALUES(51,'org.apache.jetspeed.security.FolderPermission','/__subsite-root/-','view','2004-05-22 16:27:12.572','2004-05-22 16:27:12.572');
 INSERT INTO SECURITY_PERMISSION VALUES(52,'org.apache.jetspeed.security.FolderPermission','/__subsite-root/_role/subsite','view, edit','2004-05-22 16:27:12.572','2004-05-22 16:27:12.572');

Modified: portals/jetspeed-2/trunk/etc/sql/mssql/populate-userinfo-for-default-psml.sql
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/sql/mssql/populate-userinfo-for-default-psml.sql?rev=325962&r1=325961&r2=325962&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/mssql/populate-userinfo-for-default-psml.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/mssql/populate-userinfo-for-default-psml.sql Mon Oct 17 12:07:19 2005
@@ -79,23 +79,6 @@
 INSERT INTO SECURITY_USER_ROLE VALUES(51,52);
 INSERT INTO SECURITY_USER_ROLE VALUES(51,53);
 
-insert into PROFILING_RULE values ('subsite-role-fallback-home',
-     'org.apache.jetspeed.profiler.rules.impl.RoleFallbackProfilingRule',
-     'A rule based on role fallback algorithm with specified subsite and home page');
-insert into RULE_CRITERION values (50, 'subsite-role-fallback-home', 0, 'navigation', 'navigation', 'subsite-root', 2);
-insert into RULE_CRITERION values (51, 'subsite-role-fallback-home', 1, 'role', 'role', null, 2);
-insert into RULE_CRITERION values (52, 'subsite-role-fallback-home', 2, 'path', 'path', 'subsite-default-page', 0);
-
-insert into PROFILING_RULE values ('subsite2-role-fallback-home', 
-     'org.apache.jetspeed.profiler.rules.impl.RoleFallbackProfilingRule',
-     'A rule based on role fallback algorithm with specified subsite and home page');
-insert into RULE_CRITERION values (53, 'subsite2-role-fallback-home', 0, 'navigation', 'navigation', 'subsite-root', 2);
-insert into RULE_CRITERION values (54, 'subsite2-role-fallback-home', 1, 'role', 'role', null, 2);
-insert into RULE_CRITERION values (55, 'subsite2-role-fallback-home', 2, 'path', 'path', 'subsite2-default-page', 0);
-
-insert into PRINCIPAL_RULE_ASSOC values ('subsite', 'page', 'subsite-role-fallback-home');
-insert into PRINCIPAL_RULE_ASSOC values ('subsite2', 'page', 'subsite2-role-fallback-home');
-
 INSERT INTO SECURITY_PERMISSION VALUES(50,'org.apache.jetspeed.security.FolderPermission','/__subsite-root','view','2004-05-22 16:27:12.572','2004-05-22 16:27:12.572');
 INSERT INTO SECURITY_PERMISSION VALUES(51,'org.apache.jetspeed.security.FolderPermission','/__subsite-root/-','view','2004-05-22 16:27:12.572','2004-05-22 16:27:12.572');
 INSERT INTO SECURITY_PERMISSION VALUES(52,'org.apache.jetspeed.security.FolderPermission','/__subsite-root/_role/subsite','view, edit','2004-05-22 16:27:12.572','2004-05-22 16:27:12.572');

Modified: portals/jetspeed-2/trunk/etc/sql/mysql/populate-userinfo-for-default-psml.sql
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/sql/mysql/populate-userinfo-for-default-psml.sql?rev=325962&r1=325961&r2=325962&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/mysql/populate-userinfo-for-default-psml.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/mysql/populate-userinfo-for-default-psml.sql Mon Oct 17 12:07:19 2005
@@ -79,23 +79,6 @@
 INSERT INTO SECURITY_USER_ROLE VALUES(51,52);
 INSERT INTO SECURITY_USER_ROLE VALUES(51,53);
 
-insert into PROFILING_RULE values ('subsite-role-fallback-home',
-     'org.apache.jetspeed.profiler.rules.impl.RoleFallbackProfilingRule',
-     'A rule based on role fallback algorithm with specified subsite and home page');
-insert into RULE_CRITERION values (50, 'subsite-role-fallback-home', 0, 'navigation', 'navigation', 'subsite-root', 2);
-insert into RULE_CRITERION values (51, 'subsite-role-fallback-home', 1, 'role', 'role', null, 2);
-insert into RULE_CRITERION values (52, 'subsite-role-fallback-home', 2, 'path', 'path', 'subsite-default-page', 0);
-
-insert into PROFILING_RULE values ('subsite2-role-fallback-home', 
-     'org.apache.jetspeed.profiler.rules.impl.RoleFallbackProfilingRule',
-     'A rule based on role fallback algorithm with specified subsite and home page');
-insert into RULE_CRITERION values (53, 'subsite2-role-fallback-home', 0, 'navigation', 'navigation', 'subsite-root', 2);
-insert into RULE_CRITERION values (54, 'subsite2-role-fallback-home', 1, 'role', 'role', null, 2);
-insert into RULE_CRITERION values (55, 'subsite2-role-fallback-home', 2, 'path', 'path', 'subsite2-default-page', 0);
-
-insert into PRINCIPAL_RULE_ASSOC values ('subsite', 'page', 'subsite-role-fallback-home');
-insert into PRINCIPAL_RULE_ASSOC values ('subsite2', 'page', 'subsite2-role-fallback-home');
-
 INSERT INTO SECURITY_PERMISSION VALUES(50,'org.apache.jetspeed.security.FolderPermission','/__subsite-root','view','2004-05-22 16:27:12.572','2004-05-22 16:27:12.572');
 INSERT INTO SECURITY_PERMISSION VALUES(51,'org.apache.jetspeed.security.FolderPermission','/__subsite-root/-','view','2004-05-22 16:27:12.572','2004-05-22 16:27:12.572');
 INSERT INTO SECURITY_PERMISSION VALUES(52,'org.apache.jetspeed.security.FolderPermission','/__subsite-root/_role/subsite','view, edit','2004-05-22 16:27:12.572','2004-05-22 16:27:12.572');

Modified: portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql?rev=325962&r1=325961&r2=325962&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/oracle/populate-userinfo-for-default-psml.sql Mon Oct 17 12:07:19 2005
@@ -79,23 +79,6 @@
 INSERT INTO SECURITY_USER_ROLE VALUES(51,52);
 INSERT INTO SECURITY_USER_ROLE VALUES(51,53);
 
-insert into PROFILING_RULE values ('subsite-role-fallback-home',
-     'org.apache.jetspeed.profiler.rules.impl.RoleFallbackProfilingRule',
-     'A rule based on role fallback algorithm with specified subsite and home page');
-insert into RULE_CRITERION values (50, 'subsite-role-fallback-home', 0, 'navigation', 'navigation', 'subsite-root', 2);
-insert into RULE_CRITERION values (51, 'subsite-role-fallback-home', 1, 'role', 'role', null, 2);
-insert into RULE_CRITERION values (52, 'subsite-role-fallback-home', 2, 'path', 'path', 'subsite-default-page', 0);
-
-insert into PROFILING_RULE values ('subsite2-role-fallback-home', 
-     'org.apache.jetspeed.profiler.rules.impl.RoleFallbackProfilingRule',
-     'A rule based on role fallback algorithm with specified subsite and home page');
-insert into RULE_CRITERION values (53, 'subsite2-role-fallback-home', 0, 'navigation', 'navigation', 'subsite-root', 2);
-insert into RULE_CRITERION values (54, 'subsite2-role-fallback-home', 1, 'role', 'role', null, 2);
-insert into RULE_CRITERION values (55, 'subsite2-role-fallback-home', 2, 'path', 'path', 'subsite2-default-page', 0);
-
-insert into PRINCIPAL_RULE_ASSOC values ('subsite', 'page', 'subsite-role-fallback-home');
-insert into PRINCIPAL_RULE_ASSOC values ('subsite2', 'page', 'subsite2-role-fallback-home');
-
 INSERT INTO SECURITY_PERMISSION VALUES(50,'org.apache.jetspeed.security.FolderPermission','/__subsite-root','view',to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'),to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'));
 INSERT INTO SECURITY_PERMISSION VALUES(51,'org.apache.jetspeed.security.FolderPermission','/__subsite-root/-','view',to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'),to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'));
 INSERT INTO SECURITY_PERMISSION VALUES(52,'org.apache.jetspeed.security.FolderPermission','/__subsite-root/_role/subsite','view, edit',to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'),to_date('2004-05-22 16:27:12','YYYY-MM-DD HH24:MI:SS'));



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org