Index: openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-create.sql 7 Feb 2002 03:17:01 -0000 1.1 +++ openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-create.sql 29 Mar 2002 17:48:17 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Profile Provider interface definition -- -- @author yon@openforce.net Index: openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-drop.sql 7 Feb 2002 03:17:01 -0000 1.1 +++ openacs-4/packages/profile-provider/sql/oracle/profile-provider-contract-drop.sql 29 Mar 2002 17:48:17 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Profile Provider interface definition -- -- @author yon@openforce.net Index: openacs-4/packages/profile-provider/sql/oracle/profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/profile-provider/sql/oracle/profile-provider-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/profile-provider/sql/oracle/profile-provider-create.sql 7 Feb 2002 03:17:01 -0000 1.1 +++ openacs-4/packages/profile-provider/sql/oracle/profile-provider-create.sql 29 Mar 2002 17:48:17 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Create the Profile Provider packages -- -- @author yon@openforce.net Index: openacs-4/packages/profile-provider/sql/oracle/profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/profile-provider/sql/oracle/profile-provider-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/profile-provider/sql/oracle/profile-provider-drop.sql 7 Feb 2002 03:17:01 -0000 1.1 +++ openacs-4/packages/profile-provider/sql/oracle/profile-provider-drop.sql 29 Mar 2002 17:48:17 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Drop the Profile Provider packages -- -- @author yon@openforce.net Index: openacs-4/packages/profile-provider/sql/oracle/profiled-group-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/profile-provider/sql/oracle/profiled-group-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/profile-provider/sql/oracle/profiled-group-create.sql 8 Mar 2002 00:26:20 -0000 1.2 +++ openacs-4/packages/profile-provider/sql/oracle/profiled-group-create.sql 29 Mar 2002 17:48:17 -0000 1.3 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Groups that implement the profile provider interface -- -- @author yon@openforce.net Index: openacs-4/packages/profile-provider/sql/oracle/profiled-group-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/profile-provider/sql/oracle/profiled-group-drop.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/profile-provider/sql/oracle/profiled-group-drop.sql 8 Mar 2002 00:26:20 -0000 1.2 +++ openacs-4/packages/profile-provider/sql/oracle/profiled-group-drop.sql 29 Mar 2002 17:48:17 -0000 1.3 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Groups that implement the profile provider interface -- -- @author yon@openforce.net Index: openacs-4/packages/user-profile/sql/oracle/user-profile-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-profile/sql/oracle/user-profile-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/user-profile/sql/oracle/user-profile-create.sql 7 Feb 2002 03:17:24 -0000 1.1 +++ openacs-4/packages/user-profile/sql/oracle/user-profile-create.sql 29 Mar 2002 17:48:23 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Create the User Profile package -- -- @author yon@openforce.net Index: openacs-4/packages/user-profile/sql/oracle/user-profile-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-profile/sql/oracle/user-profile-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/user-profile/sql/oracle/user-profile-drop.sql 7 Feb 2002 03:17:24 -0000 1.1 +++ openacs-4/packages/user-profile/sql/oracle/user-profile-drop.sql 29 Mar 2002 17:48:23 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Drop the User Profile package -- -- @author yon@openforce.net Index: openacs-4/packages/user-profile/sql/oracle/user-profile-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-profile/sql/oracle/user-profile-init.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/user-profile/sql/oracle/user-profile-init.sql 7 Feb 2002 03:17:24 -0000 1.1 +++ openacs-4/packages/user-profile/sql/oracle/user-profile-init.sql 29 Mar 2002 17:48:23 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Initialize the User Profile package -- -- @author yon@openforce.net Index: openacs-4/packages/user-profile/sql/oracle/user-profile-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-profile/sql/oracle/user-profile-package-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/user-profile/sql/oracle/user-profile-package-create.sql 7 Feb 2002 03:17:24 -0000 1.1 +++ openacs-4/packages/user-profile/sql/oracle/user-profile-package-create.sql 29 Mar 2002 17:48:23 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Create the User Profile package -- -- @author yon@openforce.net Index: openacs-4/packages/user-profile/sql/oracle/user-profile-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-profile/sql/oracle/user-profile-package-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/user-profile/sql/oracle/user-profile-package-drop.sql 7 Feb 2002 03:17:24 -0000 1.1 +++ openacs-4/packages/user-profile/sql/oracle/user-profile-package-drop.sql 29 Mar 2002 17:48:23 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Create the User Profile package -- -- @author yon@openforce.net Index: openacs-4/packages/user-profile/sql/oracle/user-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-profile/sql/oracle/user-profile-provider-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/user-profile/sql/oracle/user-profile-provider-create.sql 7 Feb 2002 03:17:24 -0000 1.1 +++ openacs-4/packages/user-profile/sql/oracle/user-profile-provider-create.sql 29 Mar 2002 17:48:23 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Implementation of the profile provider interface for users. -- -- @author yon@openforce.net Index: openacs-4/packages/user-profile/sql/oracle/user-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-profile/sql/oracle/user-profile-provider-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/user-profile/sql/oracle/user-profile-provider-drop.sql 7 Feb 2002 03:17:24 -0000 1.1 +++ openacs-4/packages/user-profile/sql/oracle/user-profile-provider-drop.sql 29 Mar 2002 17:48:23 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Implementation of the profile provider interface for users. -- -- @author yon@openforce.net Index: openacs-4/packages/user-profile/sql/oracle/user-profile-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/user-profile/sql/oracle/user-profile-sanitize.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/user-profile/sql/oracle/user-profile-sanitize.sql 7 Feb 2002 03:17:24 -0000 1.1 +++ openacs-4/packages/user-profile/sql/oracle/user-profile-sanitize.sql 29 Mar 2002 17:48:23 -0000 1.2 @@ -1,4 +1,20 @@ -- +-- Copyright (C) 2001, 2002 OpenForce, Inc. +-- +-- This file is part of dotLRN. +-- +-- dotLRN is free software; you can redistribute it and/or modify it under the +-- terms of the GNU General Public License as published by the Free Software +-- Foundation; either version 2 of the License, or (at your option) any later +-- version. +-- +-- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY +-- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +-- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +-- details. +-- + +-- -- Sanitize the User Profile package -- -- @author yon@openforce.net