Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-admin-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-admin-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-admin-profile-provider-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-admin-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-admin-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-admin-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-admin-profile-provider-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-admin-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-admins-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-admins-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-admins-init.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-init.sql 18 Feb 2002 17:58:51 -0000 1.3 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-init.sql 29 Mar 2002 19:14:44 -0000 1.4 @@ -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 dotLRN Admins package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-admins-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-package-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-package-create.sql 29 Mar 2002 19:14:44 -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 Admin package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-admins-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-package-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-package-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-admins-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-sanitize.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-admins-sanitize.sql 29 Mar 2002 19:14:44 -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 dotLRN Admin package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-applet-sc-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-applet-sc-create.sql,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-applet-sc-create.sql 6 Mar 2002 05:12:54 -0000 1.9 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-applet-sc-create.sql 29 Mar 2002 19:14:44 -0000 1.10 @@ -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. +-- + +-- -- The DotLRN applet service contract -- -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-classes-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-classes-create.sql,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-classes-create.sql 13 Mar 2002 00:12:09 -0000 1.17 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-classes-create.sql 29 Mar 2002 19:14:44 -0000 1.18 @@ -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. +-- + +-- -- The DotLRN basic system -- copyright 2001, OpenForce, inc. -- distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-clubs-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-clubs-create.sql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-clubs-create.sql 13 Mar 2002 00:12:09 -0000 1.5 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-clubs-create.sql 29 Mar 2002 19:14:44 -0000 1.6 @@ -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. +-- + -- -- The DotLRN basic system -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-communities-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-communities-create.sql,v diff -u -N -r1.34 -r1.35 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-communities-create.sql 22 Mar 2002 23:21:25 -0000 1.34 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-communities-create.sql 29 Mar 2002 19:14:44 -0000 1.35 @@ -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. +-- + +-- -- The DotLRN communities construct -- copyright 2001, OpenForce, Inc. -- distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-community-memberships-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-community-memberships-create.sql,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-community-memberships-create.sql 16 Mar 2002 02:02:07 -0000 1.10 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-community-memberships-create.sql 29 Mar 2002 19:14:44 -0000 1.11 @@ -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. +-- + -- -- The DotLRN communities membership constructs -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-community-memberships-packages-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-community-memberships-packages-create.sql,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-community-memberships-packages-create.sql 16 Mar 2002 02:02:07 -0000 1.9 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-community-memberships-packages-create.sql 29 Mar 2002 19:14:44 -0000 1.10 @@ -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. +-- + -- -- The DotLRN memberships packages -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/dotlrn-create.sql,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-create.sql 8 Feb 2002 20:50:56 -0000 1.10 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-create.sql 29 Mar 2002 19:14:44 -0000 1.11 @@ -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. +-- + +-- -- The DotLRN basic system -- copyright 2001, OpenForce, Inc. -- distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-external-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-external-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-external-profile-provider-create.sql 13 Mar 2002 18:00:38 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-external-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-external-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-external-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-external-profile-provider-drop.sql 13 Mar 2002 18:00:38 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-external-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-externals-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-create.sql 13 Mar 2002 18:00:38 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-externals-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-drop.sql 13 Mar 2002 18:00:38 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-externals-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-init.sql 13 Mar 2002 18:00:38 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-init.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-externals-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-package-create.sql 13 Mar 2002 18:00:38 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-package-create.sql 29 Mar 2002 19:14:44 -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 External package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-externals-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-package-drop.sql 13 Mar 2002 18:00:38 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-package-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-externals-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-sanitize.sql 13 Mar 2002 18:00:38 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-externals-sanitize.sql 29 Mar 2002 19:14:44 -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 dotLRN External package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 13 Mar 2002 00:11:35 -0000 1.15 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 29 Mar 2002 19:14:44 -0000 1.16 @@ -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. +-- + -- -- The DotLRN basic system -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-main-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-main-portlet-create.sql,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-main-portlet-create.sql 17 Jan 2002 21:58:42 -0000 1.9 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-main-portlet-create.sql 29 Mar 2002 19:14:44 -0000 1.10 @@ -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. +-- + +-- -- packages/dotlrn/sql/oracle/dotlrn-main-portlet-create.sql -- Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-main-portlet-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-main-portlet-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-main-portlet-drop.sql 5 Nov 2001 22:34:23 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-main-portlet-drop.sql 29 Mar 2002 19:14:44 -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. +-- + -- Drops dotLRN main portlet datasources for portal portlets -- Copyright (C) 2001 Openforce, Inc. Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-professor-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-professor-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-professor-profile-provider-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-professor-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-professor-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-professor-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-professor-profile-provider-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-professor-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-professors-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-professors-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-professors-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-init.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-init.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-professors-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-package-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-package-create.sql 29 Mar 2002 19:14:44 -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 Professor package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-professors-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-package-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-package-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-professors-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-sanitize.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-professors-sanitize.sql 29 Mar 2002 19:14:44 -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 dotLRN Professor package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-security-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-security-create.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-security-create.sql 3 Dec 2001 02:51:27 -0000 1.3 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-security-create.sql 29 Mar 2002 19:14:44 -0000 1.4 @@ -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. +-- + -- -- dotLRN Project -- Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-student-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-student-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-student-profile-provider-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-student-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Students. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-student-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-student-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-student-profile-provider-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-student-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Students. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-students-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Students package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-students-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Students package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-students-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-init.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-init.sql 29 Mar 2002 19:14:44 -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 dotLRN Students package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-students-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-package-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-package-create.sql 29 Mar 2002 19:14:44 -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 Student package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-students-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-package-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-package-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Students package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-students-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-sanitize.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-students-sanitize.sql 29 Mar 2002 19:14:44 -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 dotLRN Student package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-user-extension-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-user-extension-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-user-extension-create.sql 22 Jan 2002 19:59:31 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-user-extension-create.sql 29 Mar 2002 19:14:44 -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. +-- + -- -- The dotLRN extension to user data notifications -- copyright 2002, OpenForce Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-user-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-user-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-user-profile-provider-create.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-user-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotlrn users. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-user-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-user-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-user-profile-provider-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-user-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotlrn users. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-users-create.sql,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-create.sql 22 Mar 2002 22:23:54 -0000 1.11 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-create.sql 29 Mar 2002 19:14:44 -0000 1.12 @@ -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 dotLRN Users package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-users-drop.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-drop.sql 13 Mar 2002 18:00:38 -0000 1.2 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-drop.sql 29 Mar 2002 19:14:44 -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. +-- + +-- -- Drop the User Profile package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-users-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-init.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-init.sql 29 Mar 2002 19:14:44 -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/dotlrn/sql/oracle/dotlrn-users-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-users-package-create.sql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-package-create.sql 8 Feb 2002 20:50:56 -0000 1.6 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-package-create.sql 29 Mar 2002 19:14:44 -0000 1.7 @@ -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/dotlrn/sql/oracle/dotlrn-users-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-users-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-package-drop.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-package-drop.sql 29 Mar 2002 19:14:44 -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/dotlrn/sql/oracle/dotlrn-users-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/Attic/dotlrn-users-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-sanitize.sql 8 Feb 2002 20:50:56 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-users-sanitize.sql 29 Mar 2002 19:14:44 -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 Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admin-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-admin-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admin-profile-provider-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admin-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admin-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-admin-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admin-profile-provider-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admin-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-admins-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-admins-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-admins-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-init.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-init.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins package -- -- @author yon@openforce.net @@ -111,4 +127,4 @@ ' language 'plpgsql'; select inline_2(); -drop function inline_2(); \ No newline at end of file +drop function inline_2(); Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-admins-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-package-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-package-create.sql 29 Mar 2002 19:14:44 -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 Admin package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-admins-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-package-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-package-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Admins package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-admins-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-sanitize.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-admins-sanitize.sql 29 Mar 2002 19:14:44 -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 dotLRN Admin package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-applet-sc-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-applet-sc-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-applet-sc-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-applet-sc-create.sql 29 Mar 2002 19:14:44 -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. +-- + +-- -- The DotLRN applet service contract -- -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-classes-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-classes-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-classes-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-classes-create.sql 29 Mar 2002 19:14:44 -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. +-- + +-- -- The DotLRN basic system -- copyright 2001, OpenForce, inc. -- distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-clubs-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-clubs-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-clubs-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-clubs-create.sql 29 Mar 2002 19:14:44 -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. +-- + -- -- The DotLRN basic system -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-communities-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-communities-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-communities-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-communities-create.sql 29 Mar 2002 19:14:44 -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. +-- + +-- -- The DotLRN communities construct -- copyright 2001, OpenForce, Inc. -- distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-community-memberships-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-community-memberships-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-community-memberships-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-community-memberships-create.sql 29 Mar 2002 19:14:44 -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. +-- + -- -- The DotLRN communities membership constructs -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-community-memberships-packages-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-community-memberships-packages-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-community-memberships-packages-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-community-memberships-packages-create.sql 29 Mar 2002 19:14:44 -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. +-- + -- -- The DotLRN memberships packages -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/dotlrn-create.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-create.sql 29 Mar 2002 16:58:17 -0000 1.2 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-create.sql 29 Mar 2002 19:14:44 -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. +-- + +-- -- The DotLRN basic system -- copyright 2001, OpenForce, Inc. -- distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-external-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-external-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-external-profile-provider-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-external-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-external-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-external-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-external-profile-provider-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-external-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-externals-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-externals-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-externals-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-init.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-init.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals package -- -- @author yon@openforce.net @@ -111,4 +127,4 @@ ' language 'plpgsql'; select inline_2(); -drop function inline_2(); \ No newline at end of file +drop function inline_2(); Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-externals-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-package-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-package-create.sql 29 Mar 2002 19:14:44 -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 External package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-externals-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-package-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-package-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Externals package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-externals-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-sanitize.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-externals-sanitize.sql 29 Mar 2002 19:14:44 -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 dotLRN External package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql 29 Mar 2002 19:14:44 -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. +-- + -- -- The DotLRN basic system -- copyright 2001, OpenForce, Inc. Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-main-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-main-portlet-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-main-portlet-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-main-portlet-create.sql 29 Mar 2002 19:14:44 -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. +-- + +-- -- packages/dotlrn/sql/oracle/dotlrn-main-portlet-create.sql -- Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-main-portlet-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-main-portlet-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-main-portlet-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-main-portlet-drop.sql 29 Mar 2002 19:14:44 -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. +-- + -- Drops dotLRN main portlet datasources for portal portlets -- Copyright (C) 2001 Openforce, Inc. Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professor-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-professor-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professor-profile-provider-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professor-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professor-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-professor-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professor-profile-provider-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professor-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-professors-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-professors-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-professors-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-init.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-init.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors package -- -- @author yon@openforce.net @@ -111,4 +127,4 @@ ' language 'plpgsql'; select inline_2(); -drop function inline_2(); \ No newline at end of file +drop function inline_2(); Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-professors-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-package-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-package-create.sql 29 Mar 2002 19:14:44 -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 Professor package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-professors-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-package-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-package-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Professors package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-professors-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-sanitize.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-professors-sanitize.sql 29 Mar 2002 19:14:44 -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 dotLRN Professor package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-security-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-security-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-security-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-security-create.sql 29 Mar 2002 19:14:44 -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. +-- + -- -- dotLRN Project -- Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-student-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-student-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-student-profile-provider-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-student-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Students. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-student-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-student-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-student-profile-provider-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-student-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Students. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-students-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Students package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-students-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Students package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-students-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-init.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-init.sql 29 Mar 2002 19:14:44 -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 dotLRN Students package -- -- @author yon@openforce.net @@ -111,4 +127,4 @@ ' language 'plpgsql'; select inline_2(); -drop function inline_2(); \ No newline at end of file +drop function inline_2(); Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-students-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-package-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-package-create.sql 29 Mar 2002 19:14:44 -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 Student package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-students-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-package-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-package-drop.sql 29 Mar 2002 19:14:44 -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 dotLRN Students package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-students-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-sanitize.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-students-sanitize.sql 29 Mar 2002 19:14:44 -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 dotLRN Student package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-user-extension-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-user-extension-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-user-extension-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-user-extension-create.sql 29 Mar 2002 19:14:44 -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. +-- + -- -- The dotLRN extension to user data notifications -- copyright 2002, OpenForce Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-user-profile-provider-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-user-profile-provider-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-user-profile-provider-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-user-profile-provider-create.sql 29 Mar 2002 19:14:44 -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 dotlrn users. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-user-profile-provider-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-user-profile-provider-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-user-profile-provider-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-user-profile-provider-drop.sql 29 Mar 2002 19:14:44 -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 dotlrn users. -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-users-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-create.sql 29 Mar 2002 19:14:44 -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 dotLRN Users package -- -- @author yon@openforce.net Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-users-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-drop.sql 29 Mar 2002 19:14:44 -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/dotlrn/sql/postgresql/dotlrn-users-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-users-init.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-init.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-init.sql 29 Mar 2002 19:14:44 -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/dotlrn/sql/postgresql/dotlrn-users-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-users-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-package-create.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-package-create.sql 29 Mar 2002 19:14:44 -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/dotlrn/sql/postgresql/dotlrn-users-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-users-package-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-package-drop.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-package-drop.sql 29 Mar 2002 19:14:44 -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/dotlrn/sql/postgresql/dotlrn-users-sanitize.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/Attic/dotlrn-users-sanitize.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-sanitize.sql 29 Mar 2002 16:58:17 -0000 1.1 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-users-sanitize.sql 29 Mar 2002 19:14:44 -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 Index: openacs-4/packages/dotlrn/tcl/applets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/applets-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/tcl/applets-procs.tcl 18 Mar 2002 04:24:12 -0000 1.6 +++ openacs-4/packages/dotlrn/tcl/applets-procs.tcl 29 Mar 2002 19:14:45 -0000 1.7 @@ -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. +# + # # Procs for DOTLRN Class Management # Copyright 2001 OpenForce, inc. Index: openacs-4/packages/dotlrn/tcl/applets-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/applets-procs.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/applets-procs.xql 5 Mar 2002 07:18:23 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/applets-procs.xql 29 Mar 2002 19:14:45 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/tcl/class-applets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/class-applets-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/class-applets-procs.tcl 23 Jan 2002 00:15:43 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/class-applets-procs.tcl 29 Mar 2002 19:14:45 -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. +# + # # Procs for DOTLRN Class Management, Applets # Copyright 2001 OpenForce, inc. Index: openacs-4/packages/dotlrn/tcl/class-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/class-procs.tcl,v diff -u -N -r1.28 -r1.29 --- openacs-4/packages/dotlrn/tcl/class-procs.tcl 18 Mar 2002 04:59:39 -0000 1.28 +++ openacs-4/packages/dotlrn/tcl/class-procs.tcl 29 Mar 2002 19:14:45 -0000 1.29 @@ -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. +# + +# # Procs for DOTLRN Class Management # Copyright 2001 OpenForce, inc. # Distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn/tcl/class-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/class-procs.xql,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/tcl/class-procs.xql 16 Mar 2002 17:38:08 -0000 1.9 +++ openacs-4/packages/dotlrn/tcl/class-procs.xql 29 Mar 2002 19:14:45 -0000 1.10 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/tcl/club-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/club-procs.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/tcl/club-procs.tcl 16 Mar 2002 17:38:08 -0000 1.10 +++ openacs-4/packages/dotlrn/tcl/club-procs.tcl 29 Mar 2002 19:14:45 -0000 1.11 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/tcl/club-procs.tcl # # procedures for dotlrn clubs Index: openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql 5 Mar 2002 22:37:34 -0000 1.11 +++ openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql 29 Mar 2002 19:14:45 -0000 1.12 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -N -r1.92 -r1.93 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 27 Mar 2002 20:38:16 -0000 1.92 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 29 Mar 2002 19:14:45 -0000 1.93 @@ -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. +# + ad_library { Procs to manage DOTLRN Communities Index: openacs-4/packages/dotlrn/tcl/community-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.xql,v diff -u -N -r1.43 -r1.44 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 22 Mar 2002 23:21:25 -0000 1.43 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 29 Mar 2002 19:14:45 -0000 1.44 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/tcl/department-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/department-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/tcl/department-procs.tcl 18 Mar 2002 04:59:39 -0000 1.3 +++ openacs-4/packages/dotlrn/tcl/department-procs.tcl 29 Mar 2002 19:14:45 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_library { Procs to manage dotLRN Departments Index: openacs-4/packages/dotlrn/tcl/department-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/department-procs.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/department-procs.xql 16 Mar 2002 17:38:08 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/department-procs.xql 29 Mar 2002 19:14:45 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/tcl/dotlrn-filter.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-filter.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/dotlrn-filter.tcl 23 Jan 2002 00:15:43 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/dotlrn-filter.tcl 29 Mar 2002 19:14:45 -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. +# + # # Procs for DOTLRN filters # Copyright 2001 OpenForce, inc. Index: openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 18 Mar 2002 22:30:04 -0000 1.17 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 29 Mar 2002 19:14:45 -0000 1.18 @@ -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. +# + +# # Procs for initializing DOTLRN basic system # Copyright 2001 OpenForce, inc. # Distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/dotlrn-main-portlet-procs-oracle.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs-oracle.xql 7 Nov 2001 17:10:44 -0000 1.1 +++ openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs-oracle.xql 29 Mar 2002 19:14:45 -0000 1.2 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs.tcl,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs.tcl 12 Mar 2002 05:16:20 -0000 1.19 +++ openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs.tcl 29 Mar 2002 19:14:45 -0000 1.20 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/tcl/dotlrn-main-portlet-procs.tcl ad_library { Index: openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/dotlrn-main-portlet-procs.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs.xql 7 Nov 2001 17:08:29 -0000 1.1 +++ openacs-4/packages/dotlrn/tcl/dotlrn-main-portlet-procs.xql 29 Mar 2002 19:14:45 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/tcl/dotlrn-navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/dotlrn-navigation-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/tcl/dotlrn-navigation-procs.tcl 20 Mar 2002 20:04:01 -0000 1.1 +++ openacs-4/packages/dotlrn/tcl/dotlrn-navigation-procs.tcl 29 Mar 2002 19:14:45 -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. +# + ad_library { Procs for navigating dotLRN @@ -27,4 +43,4 @@ return $list_of_links } -} \ No newline at end of file +} Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/dotlrn-procs-oracle.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs-oracle.xql 20 Sep 2001 21:04:56 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs-oracle.xql 29 Mar 2002 19:14:45 -0000 1.3 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/dotlrn-procs-postgresql.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs-postgresql.xql 20 Sep 2001 21:04:56 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs-postgresql.xql 29 Mar 2002 19:14:45 -0000 1.3 @@ -1,5 +1,23 @@ + + + postgresql7.1 Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl,v diff -u -N -r1.39 -r1.40 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 18 Mar 2002 22:30:04 -0000 1.39 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 29 Mar 2002 19:14:45 -0000 1.40 @@ -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. +# + # # Procs for DOTLRN basic system # Copyright 2001 OpenForce, inc. @@ -28,14 +44,14 @@ } { Returns the group type key used for class groups } { - return [ad_parameter class_group_type_key] + return [parameter "class_group_type_key"] } ad_proc -public group_type_key { } { Returns the group_type key that is being used for class management } { - return [ad_parameter group_type_key] + return [parameter "group_type_key"] } ad_proc -public package_key {} { @@ -296,4 +312,19 @@ return "${rel_type}${type}_profile_rel" } + + ad_proc -public parameter { + -set + {-default ""} + name + } { + wrap ad_parameter + } { + if {[info exists set]} { + return [ad_parameter -set -package_id [get_package_id] -default $default $name] + } else { + return [ad_parameter -package_id [get_package_id] -default $default $name] + } + } + } Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql 10 Feb 2002 20:37:35 -0000 1.10 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs.xql 29 Mar 2002 19:14:45 -0000 1.11 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/tcl/dotlrn-security-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/dotlrn-security-procs-oracle.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/dotlrn-security-procs-oracle.xql 1 Dec 2001 23:16:27 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/dotlrn-security-procs-oracle.xql 29 Mar 2002 19:14:45 -0000 1.3 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/tcl/dotlrn-security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-security-procs.tcl,v diff -u -N -r1.31 -r1.32 --- openacs-4/packages/dotlrn/tcl/dotlrn-security-procs.tcl 19 Mar 2002 17:21:14 -0000 1.31 +++ openacs-4/packages/dotlrn/tcl/dotlrn-security-procs.tcl 29 Mar 2002 19:14:45 -0000 1.32 @@ -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. +# + # # Procs for dotLRN Security # Copyright 2001 OpenForce, inc. Index: openacs-4/packages/dotlrn/tcl/dotlrn-security-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-security-procs.xql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/tcl/dotlrn-security-procs.xql 11 Feb 2002 20:17:52 -0000 1.6 +++ openacs-4/packages/dotlrn/tcl/dotlrn-security-procs.xql 29 Mar 2002 19:14:45 -0000 1.7 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/tcl/dotlrn-user-extension-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-user-extension-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/dotlrn-user-extension-procs.tcl 8 Feb 2002 20:50:57 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/dotlrn-user-extension-procs.tcl 29 Mar 2002 19:14:45 -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. +# + # # Procs for DOTLRN user extension # Copyright 2002 OpenForce, inc. Index: openacs-4/packages/dotlrn/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/navigation-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 23 Jan 2002 00:15:43 -0000 1.6 +++ openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 29 Mar 2002 19:14:45 -0000 1.7 @@ -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. +# + # # Procs for DOTLRN navigation # Copyright 2001 OpenForce, inc. Index: openacs-4/packages/dotlrn/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/site-nodes-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/tcl/site-nodes-procs.tcl 18 Mar 2002 03:39:39 -0000 1.9 +++ openacs-4/packages/dotlrn/tcl/site-nodes-procs.tcl 29 Mar 2002 19:14:45 -0000 1.10 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_library { Tcl procs for interface with the site-node data model. Index: openacs-4/packages/dotlrn/tcl/site-nodes-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/site-nodes-procs.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/tcl/site-nodes-procs.xql 25 Feb 2002 20:38:37 -0000 1.3 +++ openacs-4/packages/dotlrn/tcl/site-nodes-procs.xql 29 Mar 2002 19:14:45 -0000 1.4 @@ -1,4 +1,22 @@ + + Index: openacs-4/packages/dotlrn/tcl/spam-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/spam-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/tcl/spam-procs.tcl 14 Feb 2002 18:03:07 -0000 1.1 +++ openacs-4/packages/dotlrn/tcl/spam-procs.tcl 29 Mar 2002 19:14:45 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/tcl/spam-procs.tcl ad_library { Index: openacs-4/packages/dotlrn/tcl/term-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/term-procs-oracle.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/tcl/term-procs-oracle.xql 14 Mar 2002 23:30:26 -0000 1.2 +++ openacs-4/packages/dotlrn/tcl/term-procs-oracle.xql 29 Mar 2002 19:14:45 -0000 1.3 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/tcl/term-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/term-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/tcl/term-procs.tcl 14 Mar 2002 23:30:26 -0000 1.4 +++ openacs-4/packages/dotlrn/tcl/term-procs.tcl 29 Mar 2002 19:14:45 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/tcl/term-procs.tcl ad_library { Index: openacs-4/packages/dotlrn/tcl/term-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/term-procs.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/tcl/term-procs.xql 17 Dec 2001 23:02:56 -0000 1.1 +++ openacs-4/packages/dotlrn/tcl/term-procs.xql 29 Mar 2002 19:14:45 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/all-communities.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/all-communities.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/all-communities.adp 15 Mar 2002 23:14:41 -0000 1.7 +++ openacs-4/packages/dotlrn/www/all-communities.adp 29 Mar 2002 19:14:46 -0000 1.8 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @context_bar@ All Communities Index: openacs-4/packages/dotlrn/www/all-communities.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/all-communities.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/all-communities.tcl 23 Jan 2002 01:15:10 -0000 1.3 +++ openacs-4/packages/dotlrn/www/all-communities.tcl 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays all available communities Index: openacs-4/packages/dotlrn/www/applet-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applet-add.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/applet-add.tcl 23 Jan 2002 00:15:43 -0000 1.4 +++ openacs-4/packages/dotlrn/www/applet-add.tcl 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Add an applet to a community Index: openacs-4/packages/dotlrn/www/applet-remove.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applet-remove.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/applet-remove.tcl 23 Jan 2002 00:15:43 -0000 1.5 +++ openacs-4/packages/dotlrn/www/applet-remove.tcl 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Add an applet to a community Index: openacs-4/packages/dotlrn/www/applets-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applets-chunk.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/applets-chunk.adp 13 Mar 2002 00:12:09 -0000 1.2 +++ openacs-4/packages/dotlrn/www/applets-chunk.adp 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +

Active Applets

    Index: openacs-4/packages/dotlrn/www/applets-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applets-chunk.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/applets-chunk.tcl 12 Feb 2002 19:08:08 -0000 1.4 +++ openacs-4/packages/dotlrn/www/applets-chunk.tcl 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Community Applets Index: openacs-4/packages/dotlrn/www/applets.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applets.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/applets.adp 15 Mar 2002 23:14:41 -0000 1.7 +++ openacs-4/packages/dotlrn/www/applets.adp 29 Mar 2002 19:14:46 -0000 1.8 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Manage Applets 1 Index: openacs-4/packages/dotlrn/www/applets.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/applets.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/www/applets.tcl 6 Mar 2002 05:12:54 -0000 1.9 +++ openacs-4/packages/dotlrn/www/applets.tcl 29 Mar 2002 19:14:46 -0000 1.10 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Manage the Applets for this community Index: openacs-4/packages/dotlrn/www/approve-link.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/approve-link.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/approve-link.adp 16 Mar 2002 02:02:07 -0000 1.1 +++ openacs-4/packages/dotlrn/www/approve-link.adp 29 Mar 2002 19:14:46 -0000 1.2 @@ -1 +1,21 @@ +<% + + # + # 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. + # + +%> + Approve@label@ Index: openacs-4/packages/dotlrn/www/approve.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/approve.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/approve.tcl 16 Mar 2002 02:02:07 -0000 1.1 +++ openacs-4/packages/dotlrn/www/approve.tcl 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { approve Index: openacs-4/packages/dotlrn/www/communities-chunk-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/communities-chunk-oracle.xql,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/communities-chunk-oracle.xql 22 Mar 2002 23:21:25 -0000 1.7 +++ openacs-4/packages/dotlrn/www/communities-chunk-oracle.xql 29 Mar 2002 19:14:46 -0000 1.8 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/communities-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/communities-chunk.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/communities-chunk.adp 7 Mar 2002 22:22:44 -0000 1.5 +++ openacs-4/packages/dotlrn/www/communities-chunk.adp 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +

    Communities@title@

    Index: openacs-4/packages/dotlrn/www/communities-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/communities-chunk.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/communities-chunk.tcl 8 Mar 2002 00:27:05 -0000 1.5 +++ openacs-4/packages/dotlrn/www/communities-chunk.tcl 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/communities-chunk.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/community-member.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-member.adp,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/community-member.adp 19 Mar 2002 01:08:44 -0000 1.8 +++ openacs-4/packages/dotlrn/www/community-member.adp 29 Mar 2002 19:14:46 -0000 1.9 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @first_names@ @last_name@ @context_bar@ Index: openacs-4/packages/dotlrn/www/community-member.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-member.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/community-member.tcl 19 Mar 2002 01:08:44 -0000 1.5 +++ openacs-4/packages/dotlrn/www/community-member.tcl 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { shows User A what User B has contributed to the community Index: openacs-4/packages/dotlrn/www/community-type.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-type.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/community-type.adp 15 Mar 2002 23:14:41 -0000 1.6 +++ openacs-4/packages/dotlrn/www/community-type.adp 29 Mar 2002 19:14:46 -0000 1.7 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @context_bar@ dotLRN: @pretty_name@ Index: openacs-4/packages/dotlrn/www/community-type.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-type.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/community-type.tcl 23 Jan 2002 01:15:10 -0000 1.5 +++ openacs-4/packages/dotlrn/www/community-type.tcl 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays a community type Index: openacs-4/packages/dotlrn/www/community-type.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-type.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/community-type.xql 11 Dec 2001 00:45:15 -0000 1.1 +++ openacs-4/packages/dotlrn/www/community-type.xql 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/community-types-chunk-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-types-chunk-oracle.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/community-types-chunk-oracle.xql 20 Jan 2002 22:26:20 -0000 1.1 +++ openacs-4/packages/dotlrn/www/community-types-chunk-oracle.xql 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/community-types-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-types-chunk.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/community-types-chunk.adp 20 Jan 2002 22:26:20 -0000 1.1 +++ openacs-4/packages/dotlrn/www/community-types-chunk.adp 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +

    Community Types@title@

    Index: openacs-4/packages/dotlrn/www/community-types-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-types-chunk.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/community-types-chunk.tcl 8 Mar 2002 00:27:05 -0000 1.2 +++ openacs-4/packages/dotlrn/www/community-types-chunk.tcl 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/community-types-chunk.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/community.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/community.adp,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/community.adp 15 Mar 2002 23:14:41 -0000 1.8 +++ openacs-4/packages/dotlrn/www/community.adp 29 Mar 2002 19:14:46 -0000 1.9 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @context_bar@ @pretty_name@ Index: openacs-4/packages/dotlrn/www/community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/community.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/community.tcl 23 Jan 2002 01:15:10 -0000 1.5 +++ openacs-4/packages/dotlrn/www/community.tcl 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays a community Index: openacs-4/packages/dotlrn/www/community.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/community.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/community.xql 11 Dec 2001 00:45:15 -0000 1.1 +++ openacs-4/packages/dotlrn/www/community.xql 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/configure-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure-2.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/configure-2.tcl 23 Jan 2002 00:15:43 -0000 1.4 +++ openacs-4/packages/dotlrn/www/configure-2.tcl 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { A simple target for the portal configuration Index: openacs-4/packages/dotlrn/www/configure-element-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure-element-2.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/configure-element-2.tcl 23 Jan 2002 00:15:43 -0000 1.3 +++ openacs-4/packages/dotlrn/www/configure-element-2.tcl 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { A simple target for the portal element configuration Index: openacs-4/packages/dotlrn/www/configure-element.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure-element.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/configure-element.adp 15 Mar 2002 23:14:41 -0000 1.4 +++ openacs-4/packages/dotlrn/www/configure-element.adp 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Configure Element @portal_id@ Index: openacs-4/packages/dotlrn/www/configure-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure-element.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/configure-element.tcl 23 Jan 2002 01:15:10 -0000 1.6 +++ openacs-4/packages/dotlrn/www/configure-element.tcl 29 Mar 2002 19:14:46 -0000 1.7 @@ -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. +# + ad_page_contract { Displays an element configuration page Index: openacs-4/packages/dotlrn/www/configure-element.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/configure-element.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/configure-element.xql 1 Dec 2001 23:16:27 -0000 1.2 +++ openacs-4/packages/dotlrn/www/configure-element.xql 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/configure.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/configure.adp 15 Mar 2002 23:14:41 -0000 1.7 +++ openacs-4/packages/dotlrn/www/configure.adp 29 Mar 2002 19:14:46 -0000 1.8 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Configure @name@ @portal_id@ Index: openacs-4/packages/dotlrn/www/configure.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/configure.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/configure.tcl 23 Jan 2002 00:15:43 -0000 1.6 +++ openacs-4/packages/dotlrn/www/configure.tcl 29 Mar 2002 19:14:46 -0000 1.7 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays a configuration page Index: openacs-4/packages/dotlrn/www/configure.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/configure.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/configure.xql 1 Dec 2001 23:16:27 -0000 1.2 +++ openacs-4/packages/dotlrn/www/configure.xql 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/deregister-link.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/deregister-link.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/deregister-link.adp 19 Mar 2002 21:56:54 -0000 1.4 +++ openacs-4/packages/dotlrn/www/deregister-link.adp 29 Mar 2002 19:14:46 -0000 1.5 @@ -1 +1,21 @@ -Drop Membership@label@ \ No newline at end of file +<% + + # + # 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 Membership@label@ Index: openacs-4/packages/dotlrn/www/deregister.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/deregister.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/deregister.tcl 23 Jan 2002 00:15:43 -0000 1.2 +++ openacs-4/packages/dotlrn/www/deregister.tcl 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { deregister Index: openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp 27 Mar 2002 20:40:31 -0000 1.20 +++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet.adp 29 Mar 2002 19:14:46 -0000 1.21 @@ -1,4 +1,24 @@ +<% + # + # 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. + # + +%> + + [Join/Drop a Class or Community Group] Index: openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl 23 Jan 2002 04:58:08 -0000 1.3 +++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet.tcl 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/dotlrn-main-portlet-procs.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/dotlrn-main-portlet.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/dotlrn-main-portlet.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/dotlrn-main-portlet.xql 16 Mar 2002 02:02:07 -0000 1.4 +++ openacs-4/packages/dotlrn/www/dotlrn-main-portlet.xql 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/dotlrn-master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-master.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/dotlrn-master.adp 15 Mar 2002 23:14:41 -0000 1.1 +++ openacs-4/packages/dotlrn/www/dotlrn-master.adp 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @text@ Index: openacs-4/packages/dotlrn/www/dotlrn-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-master.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/dotlrn-master.tcl 15 Mar 2002 23:14:41 -0000 1.1 +++ openacs-4/packages/dotlrn/www/dotlrn-master.tcl 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + # /www/dotlrn-master.tcl # # The dotlrn master template Index: openacs-4/packages/dotlrn/www/folder-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/folder-chunk.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/folder-chunk.adp 22 Feb 2002 20:55:46 -0000 1.2 +++ openacs-4/packages/dotlrn/www/folder-chunk.adp 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +
    Index: openacs-4/packages/dotlrn/www/folder-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/folder-chunk.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/folder-chunk.tcl 19 Mar 2002 01:07:59 -0000 1.3 +++ openacs-4/packages/dotlrn/www/folder-chunk.tcl 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + # file-storage/www/folder-chunk.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/help.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/help.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/help.adp 15 Mar 2002 23:14:41 -0000 1.3 +++ openacs-4/packages/dotlrn/www/help.adp 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + dotLRN Help Index: openacs-4/packages/dotlrn/www/index-no-browse.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/index-no-browse.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/index-no-browse.adp 16 Mar 2002 18:59:03 -0000 1.2 +++ openacs-4/packages/dotlrn/www/index-no-browse.adp 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + dotLRN @@ -12,7 +32,3 @@ } %> - - - - Index: openacs-4/packages/dotlrn/www/index-not-a-user.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/index-not-a-user.adp,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/index-not-a-user.adp 15 Mar 2002 23:14:41 -0000 1.10 +++ openacs-4/packages/dotlrn/www/index-not-a-user.adp 29 Mar 2002 19:14:46 -0000 1.11 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + dotLRN - Not a User Index: openacs-4/packages/dotlrn/www/index-not-a-user.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/index-not-a-user.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/index-not-a-user.tcl 8 Mar 2002 00:27:05 -0000 1.4 +++ openacs-4/packages/dotlrn/www/index-not-a-user.tcl 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/index-not-a-user.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/index-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/index-oracle.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/index-oracle.xql 9 Oct 2001 14:35:58 -0000 1.4 +++ openacs-4/packages/dotlrn/www/index-oracle.xql 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/index-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/index-postgresql.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/index-postgresql.xql 20 Sep 2001 18:29:35 -0000 1.1 +++ openacs-4/packages/dotlrn/www/index-postgresql.xql 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,5 +1,23 @@ + + + postgresql7.1 Index: openacs-4/packages/dotlrn/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/index.adp,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/dotlrn/www/index.adp 15 Mar 2002 23:14:41 -0000 1.18 +++ openacs-4/packages/dotlrn/www/index.adp 29 Mar 2002 19:14:46 -0000 1.19 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + dotLRN @portal_id@ Index: openacs-4/packages/dotlrn/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/index.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/dotlrn/www/index.tcl 16 Mar 2002 00:32:09 -0000 1.25 +++ openacs-4/packages/dotlrn/www/index.tcl 29 Mar 2002 19:14:46 -0000 1.26 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays the personal home page Index: openacs-4/packages/dotlrn/www/index.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/index.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/index.xql 1 Dec 2001 23:16:27 -0000 1.4 +++ openacs-4/packages/dotlrn/www/index.xql 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/install.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/install.tcl 20 Jan 2002 19:43:46 -0000 1.2 +++ openacs-4/packages/dotlrn/www/install.tcl 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + dotlrn::install ns_returnredirect "./" Index: openacs-4/packages/dotlrn/www/join-policy-toggle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/join-policy-toggle.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/join-policy-toggle.tcl 23 Jan 2002 00:15:43 -0000 1.2 +++ openacs-4/packages/dotlrn/www/join-policy-toggle.tcl 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Change the join policy of a dotLRN community. Index: openacs-4/packages/dotlrn/www/join-policy-toggle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/join-policy-toggle.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/join-policy-toggle.xql 20 Jan 2002 06:11:04 -0000 1.1 +++ openacs-4/packages/dotlrn/www/join-policy-toggle.xql 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/manage-memberships-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/manage-memberships-oracle.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/manage-memberships-oracle.xql 16 Mar 2002 02:02:07 -0000 1.3 +++ openacs-4/packages/dotlrn/www/manage-memberships-oracle.xql 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/manage-memberships.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/manage-memberships.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/manage-memberships.adp 16 Mar 2002 02:02:07 -0000 1.6 +++ openacs-4/packages/dotlrn/www/manage-memberships.adp 29 Mar 2002 19:14:46 -0000 1.7 @@ -1,21 +1,23 @@ - - Manage Memberships Manage Memberships Index: openacs-4/packages/dotlrn/www/manage-memberships.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/manage-memberships.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/manage-memberships.tcl 18 Mar 2002 16:48:37 -0000 1.3 +++ openacs-4/packages/dotlrn/www/manage-memberships.tcl 29 Mar 2002 19:14:46 -0000 1.4 @@ -14,6 +14,22 @@ # details. # +# +# 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. +# + # dotlrn/www/manage-memberships.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/master.adp,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/master.adp 14 Mar 2002 05:40:14 -0000 1.11 +++ openacs-4/packages/dotlrn/www/master.adp 29 Mar 2002 19:14:46 -0000 1.12 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @portal_id@ Index: openacs-4/packages/dotlrn/www/member-add-2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add-2.adp,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/member-add-2.adp 15 Mar 2002 23:14:41 -0000 1.8 +++ openacs-4/packages/dotlrn/www/member-add-2.adp 29 Mar 2002 19:14:46 -0000 1.9 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Add A Member To A Community Index: openacs-4/packages/dotlrn/www/member-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add-2.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/member-add-2.tcl 23 Jan 2002 01:15:10 -0000 1.5 +++ openacs-4/packages/dotlrn/www/member-add-2.tcl 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Search for a new user for dotLRN Index: openacs-4/packages/dotlrn/www/member-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add-3.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/member-add-3.tcl 23 Jan 2002 00:15:43 -0000 1.3 +++ openacs-4/packages/dotlrn/www/member-add-3.tcl 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Add the new user Index: openacs-4/packages/dotlrn/www/member-add-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add-oracle.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/member-add-oracle.xql 16 Mar 2002 02:02:07 -0000 1.3 +++ openacs-4/packages/dotlrn/www/member-add-oracle.xql 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/member-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add.adp,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/member-add.adp 19 Mar 2002 21:15:43 -0000 1.8 +++ openacs-4/packages/dotlrn/www/member-add.adp 29 Mar 2002 19:14:46 -0000 1.9 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Add A Member To A Community @context_bar@ Index: openacs-4/packages/dotlrn/www/member-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/member-add.tcl 23 Jan 2002 01:15:10 -0000 1.5 +++ openacs-4/packages/dotlrn/www/member-add.tcl 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Search for a new user for dotLRN Index: openacs-4/packages/dotlrn/www/members-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members-chunk.adp,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/members-chunk.adp 26 Mar 2002 21:07:00 -0000 1.10 +++ openacs-4/packages/dotlrn/www/members-chunk.adp 29 Mar 2002 19:14:46 -0000 1.11 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +

    Members of <%= [dotlrn_community::get_community_name $community_id] %>

      Index: openacs-4/packages/dotlrn/www/members-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members-chunk.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/members-chunk.tcl 26 Mar 2002 21:07:00 -0000 1.11 +++ openacs-4/packages/dotlrn/www/members-chunk.tcl 29 Mar 2002 19:14:46 -0000 1.12 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/members-chunk.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/members.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members.adp,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/members.adp 15 Mar 2002 23:14:41 -0000 1.10 +++ openacs-4/packages/dotlrn/www/members.adp 29 Mar 2002 19:14:46 -0000 1.11 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Manage Membership 1 Index: openacs-4/packages/dotlrn/www/members.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/members.tcl 18 Mar 2002 06:21:20 -0000 1.11 +++ openacs-4/packages/dotlrn/www/members.tcl 29 Mar 2002 19:14:46 -0000 1.12 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/members.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/my-communities-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/my-communities-oracle.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/my-communities-oracle.xql 16 Mar 2002 02:02:07 -0000 1.2 +++ openacs-4/packages/dotlrn/www/my-communities-oracle.xql 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/my-communities.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/my-communities.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/my-communities.adp 18 Mar 2002 16:48:37 -0000 1.7 +++ openacs-4/packages/dotlrn/www/my-communities.adp 29 Mar 2002 19:14:46 -0000 1.8 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +

      My Communities@title@

        Index: openacs-4/packages/dotlrn/www/my-communities.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/my-communities.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/my-communities.tcl 18 Mar 2002 16:48:37 -0000 1.3 +++ openacs-4/packages/dotlrn/www/my-communities.tcl 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/my-communities.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/not-allowed.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/not-allowed.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/not-allowed.adp 15 Mar 2002 23:14:41 -0000 1.5 +++ openacs-4/packages/dotlrn/www/not-allowed.adp 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Not Allowed Index: openacs-4/packages/dotlrn/www/one-community-admin.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-admin.adp,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/dotlrn/www/one-community-admin.adp 15 Mar 2002 23:14:41 -0000 1.19 +++ openacs-4/packages/dotlrn/www/one-community-admin.adp 29 Mar 2002 19:14:46 -0000 1.20 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @context_bar@ @pretty_name@ Admin Index: openacs-4/packages/dotlrn/www/one-community-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-admin.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/dotlrn/www/one-community-admin.tcl 23 Jan 2002 06:29:14 -0000 1.16 +++ openacs-4/packages/dotlrn/www/one-community-admin.tcl 29 Mar 2002 19:14:46 -0000 1.17 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays single dotLRN community page for admin Index: openacs-4/packages/dotlrn/www/one-community-admin.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-admin.xql,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/one-community-admin.xql 22 Jan 2002 15:33:17 -0000 1.7 +++ openacs-4/packages/dotlrn/www/one-community-admin.xql 29 Mar 2002 19:14:46 -0000 1.8 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/one-community-not-member.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/one-community-not-member.adp,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/dotlrn/www/one-community-not-member.adp 15 Mar 2002 23:14:41 -0000 1.14 +++ openacs-4/packages/dotlrn/www/one-community-not-member.adp 29 Mar 2002 19:14:46 -0000 1.15 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @context_bar@ @pretext@ Index: openacs-4/packages/dotlrn/www/one-community-portal-template-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/one-community-portal-template-2.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/one-community-portal-template-2.tcl 20 Jan 2002 19:43:46 -0000 1.3 +++ openacs-4/packages/dotlrn/www/one-community-portal-template-2.tcl 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + # /dotlrn/www/admin/one-instance-portal-template-2.tcl ad_page_contract { Form target for the Configuration page for an instance's portal template Index: openacs-4/packages/dotlrn/www/one-community-portal-template.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/one-community-portal-template.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/one-community-portal-template.adp 15 Mar 2002 23:14:41 -0000 1.5 +++ openacs-4/packages/dotlrn/www/one-community-portal-template.adp 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Configure this instance's template @portal_id@ Index: openacs-4/packages/dotlrn/www/one-community-portal-template.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/one-community-portal-template.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/one-community-portal-template.tcl 19 Jan 2002 22:54:20 -0000 1.4 +++ openacs-4/packages/dotlrn/www/one-community-portal-template.tcl 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + # /dotlrn/www/one-community-portal-template.tcl ad_page_contract { Configuration page for an instance's portal template Index: openacs-4/packages/dotlrn/www/one-community-type.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-type.adp,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/dotlrn/www/one-community-type.adp 15 Mar 2002 23:14:41 -0000 1.20 +++ openacs-4/packages/dotlrn/www/one-community-type.adp 29 Mar 2002 19:14:46 -0000 1.21 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @context_bar@ @title@ Index: openacs-4/packages/dotlrn/www/one-community-type.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-type.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/dotlrn/www/one-community-type.tcl 13 Mar 2002 00:12:09 -0000 1.16 +++ openacs-4/packages/dotlrn/www/one-community-type.tcl 29 Mar 2002 19:14:46 -0000 1.17 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays a community type Index: openacs-4/packages/dotlrn/www/one-community-type.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-type.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/one-community-type.xql 10 Jan 2002 19:30:18 -0000 1.2 +++ openacs-4/packages/dotlrn/www/one-community-type.xql 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/one-community.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community.adp,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/dotlrn/www/one-community.adp 15 Mar 2002 23:14:41 -0000 1.16 +++ openacs-4/packages/dotlrn/www/one-community.adp 29 Mar 2002 19:14:46 -0000 1.17 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @pretext@ @portal_id@ Index: openacs-4/packages/dotlrn/www/one-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community.tcl,v diff -u -N -r1.22 -r1.23 --- openacs-4/packages/dotlrn/www/one-community.tcl 6 Mar 2002 18:11:23 -0000 1.22 +++ openacs-4/packages/dotlrn/www/one-community.tcl 29 Mar 2002 19:14:46 -0000 1.23 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays a community Index: openacs-4/packages/dotlrn/www/one-community.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/one-community.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/one-community.xql 10 Jan 2002 19:30:18 -0000 1.2 +++ openacs-4/packages/dotlrn/www/one-community.xql 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/preferences.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/preferences.adp,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/preferences.adp 19 Mar 2002 21:56:54 -0000 1.12 +++ openacs-4/packages/dotlrn/www/preferences.adp 29 Mar 2002 19:14:46 -0000 1.13 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @portal_id@ Index: openacs-4/packages/dotlrn/www/preferences.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/preferences.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/www/preferences.tcl 19 Mar 2002 21:56:54 -0000 1.9 +++ openacs-4/packages/dotlrn/www/preferences.tcl 29 Mar 2002 19:14:46 -0000 1.10 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/preferences.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/register-link.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/register-link.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/register-link.adp 9 Mar 2002 00:40:51 -0000 1.4 +++ openacs-4/packages/dotlrn/www/register-link.adp 29 Mar 2002 19:14:46 -0000 1.5 @@ -1 +1,21 @@ +<% + + # + # 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. + # + +%> + Join@label@ Index: openacs-4/packages/dotlrn/www/register.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/register.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/register.tcl 16 Mar 2002 02:02:07 -0000 1.3 +++ openacs-4/packages/dotlrn/www/register.tcl 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { register Index: openacs-4/packages/dotlrn/www/reject-link.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/reject-link.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/reject-link.adp 16 Mar 2002 02:02:07 -0000 1.1 +++ openacs-4/packages/dotlrn/www/reject-link.adp 29 Mar 2002 19:14:46 -0000 1.2 @@ -1 +1,21 @@ +<% + + # + # 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. + # + +%> + Reject@label@ Index: openacs-4/packages/dotlrn/www/reject.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/reject.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/reject.tcl 16 Mar 2002 02:02:07 -0000 1.1 +++ openacs-4/packages/dotlrn/www/reject.tcl 29 Mar 2002 19:14:46 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { reject Index: openacs-4/packages/dotlrn/www/spam-variables.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam-variables.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/spam-variables.adp 18 Feb 2002 20:53:57 -0000 1.2 +++ openacs-4/packages/dotlrn/www/spam-variables.adp 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +
    Index: openacs-4/packages/dotlrn/www/spam.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam.adp,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/spam.adp 15 Mar 2002 23:14:41 -0000 1.10 +++ openacs-4/packages/dotlrn/www/spam.adp 29 Mar 2002 19:14:46 -0000 1.11 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Spam Community @context_bar@ Index: openacs-4/packages/dotlrn/www/spam.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/spam.tcl 8 Mar 2002 00:27:05 -0000 1.7 +++ openacs-4/packages/dotlrn/www/spam.tcl 29 Mar 2002 19:14:46 -0000 1.8 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/spam.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/spam.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/spam.xql 14 Feb 2002 18:03:07 -0000 1.3 +++ openacs-4/packages/dotlrn/www/spam.xql 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/subcommunity-new.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/subcommunity-new.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/subcommunity-new.adp 15 Mar 2002 23:14:41 -0000 1.3 +++ openacs-4/packages/dotlrn/www/subcommunity-new.adp 29 Mar 2002 19:14:46 -0000 1.4 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @admin_portal_id@ Index: openacs-4/packages/dotlrn/www/subcommunity-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/subcommunity-new.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/www/subcommunity-new.tcl 19 Mar 2002 21:21:16 -0000 1.9 +++ openacs-4/packages/dotlrn/www/subcommunity-new.tcl 29 Mar 2002 19:14:46 -0000 1.10 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { create a new subcommunity (aks subgroup) Index: openacs-4/packages/dotlrn/www/user-add-2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/user-add-2.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/user-add-2.adp 15 Mar 2002 23:14:41 -0000 1.6 +++ openacs-4/packages/dotlrn/www/user-add-2.adp 29 Mar 2002 19:14:46 -0000 1.7 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Add A User @context_bar@ Index: openacs-4/packages/dotlrn/www/user-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/user-add-2.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/user-add-2.tcl 8 Feb 2002 20:50:57 -0000 1.4 +++ openacs-4/packages/dotlrn/www/user-add-2.tcl 29 Mar 2002 19:14:46 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Processes a new user created by an admin Index: openacs-4/packages/dotlrn/www/user-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/user-add-3.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/user-add-3.tcl 23 Jan 2002 00:15:43 -0000 1.2 +++ openacs-4/packages/dotlrn/www/user-add-3.tcl 29 Mar 2002 19:14:46 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Sends email confirmation to user after they've been created Index: openacs-4/packages/dotlrn/www/user-add.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/user-add.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/user-add.adp 15 Mar 2002 23:14:41 -0000 1.5 +++ openacs-4/packages/dotlrn/www/user-add.adp 29 Mar 2002 19:14:46 -0000 1.6 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Add A User @context_bar@ Index: openacs-4/packages/dotlrn/www/user-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/user-add.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/dotlrn/www/user-add.tcl 8 Mar 2002 20:11:54 -0000 1.14 +++ openacs-4/packages/dotlrn/www/user-add.tcl 29 Mar 2002 19:14:46 -0000 1.15 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/user-add.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/add-instructor-2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor-2.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/add-instructor-2.adp 15 Mar 2002 23:14:41 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/add-instructor-2.adp 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + dotLRN Admin @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/add-instructor-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor-2.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/add-instructor-2.tcl 8 Mar 2002 00:27:05 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/add-instructor-2.tcl 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/add-instructor-2.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/add-instructor-2.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor-2.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/add-instructor-2.xql 10 Jan 2002 21:19:32 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/add-instructor-2.xql 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/add-instructor-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor-3.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/admin/add-instructor-3.tcl 8 Mar 2002 00:27:05 -0000 1.5 +++ openacs-4/packages/dotlrn/www/admin/add-instructor-3.tcl 29 Mar 2002 19:14:47 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/add-instructor-3.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/add-instructor-3.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor-3.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/add-instructor-3.xql 10 Jan 2002 21:19:32 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/add-instructor-3.xql 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/add-instructor.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/add-instructor.adp 15 Mar 2002 23:14:41 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/add-instructor.adp 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + dotLRN Admin @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/add-instructor.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/add-instructor.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/admin/add-instructor.tcl 8 Mar 2002 00:27:05 -0000 1.5 +++ openacs-4/packages/dotlrn/www/admin/add-instructor.tcl 29 Mar 2002 19:14:47 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/add-instructor.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/class-edit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-edit.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/class-edit.adp 15 Mar 2002 23:14:41 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/class-edit.adp 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/class-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-edit.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/class-edit.tcl 14 Mar 2002 23:30:26 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/class-edit.tcl 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { edit a class Index: openacs-4/packages/dotlrn/www/admin/class-edit.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-edit.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/class-edit.xql 14 Mar 2002 23:30:26 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/class-edit.xql 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/class-instance-new-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/Attic/class-instance-new-oracle.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/class-instance-new-oracle.xql 8 Mar 2002 00:27:05 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/class-instance-new-oracle.xql 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/admin/class-instance-new.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-instance-new.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/class-instance-new.adp 15 Mar 2002 23:14:41 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/class-instance-new.adp 29 Mar 2002 19:14:47 -0000 1.8 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + New @class_instances_pretty_name@ of type @class_name@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/class-instance-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-instance-new.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/dotlrn/www/admin/class-instance-new.tcl 13 Mar 2002 18:06:32 -0000 1.16 +++ openacs-4/packages/dotlrn/www/admin/class-instance-new.tcl 29 Mar 2002 19:14:47 -0000 1.17 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Create a New Class Instance Index: openacs-4/packages/dotlrn/www/admin/class-new.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-new.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/class-new.adp 15 Mar 2002 23:14:41 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/class-new.adp 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/class-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class-new.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/class-new.tcl 16 Mar 2002 17:38:08 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/class-new.tcl 29 Mar 2002 19:14:47 -0000 1.9 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Create a New Class - input form Index: openacs-4/packages/dotlrn/www/admin/class.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class.adp,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/dotlrn/www/admin/class.adp 18 Mar 2002 04:59:39 -0000 1.15 +++ openacs-4/packages/dotlrn/www/admin/class.adp 29 Mar 2002 19:14:47 -0000 1.16 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @pretty_name@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/class.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/class.tcl 21 Mar 2002 19:43:03 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/class.tcl 29 Mar 2002 19:14:47 -0000 1.9 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays single dotLRN class page Index: openacs-4/packages/dotlrn/www/admin/class.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/class.xql,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/class.xql 7 Mar 2002 19:02:38 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/class.xql 29 Mar 2002 19:14:47 -0000 1.8 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/classes-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/classes-chunk.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/classes-chunk.adp 18 Mar 2002 04:59:39 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/classes-chunk.adp 29 Mar 2002 19:14:47 -0000 1.8 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + [New <%= [ad_parameter classes_pretty_name] %>] Index: openacs-4/packages/dotlrn/www/admin/classes-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/classes-chunk.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/classes-chunk.tcl 6 Mar 2002 22:35:15 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/classes-chunk.tcl 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays dotLRN classes admin page Index: openacs-4/packages/dotlrn/www/admin/classes-chunk.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/classes-chunk.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/classes-chunk.xql 6 Mar 2002 22:35:15 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/classes-chunk.xql 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/classes.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/classes.adp,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/admin/classes.adp 15 Mar 2002 23:14:41 -0000 1.10 +++ openacs-4/packages/dotlrn/www/admin/classes.adp 29 Mar 2002 19:14:47 -0000 1.11 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/classes.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/classes.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/www/admin/classes.tcl 23 Jan 2002 00:15:44 -0000 1.9 +++ openacs-4/packages/dotlrn/www/admin/classes.tcl 29 Mar 2002 19:14:47 -0000 1.10 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays dotLRN classes admin page Index: openacs-4/packages/dotlrn/www/admin/club-new.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/club-new.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/admin/club-new.adp 15 Mar 2002 23:14:41 -0000 1.5 +++ openacs-4/packages/dotlrn/www/admin/club-new.adp 29 Mar 2002 19:14:47 -0000 1.6 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/club-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/club-new.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/admin/club-new.tcl 16 Mar 2002 17:38:08 -0000 1.10 +++ openacs-4/packages/dotlrn/www/admin/club-new.tcl 29 Mar 2002 19:14:47 -0000 1.11 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { create a new club - input form Index: openacs-4/packages/dotlrn/www/admin/club-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/club-oracle.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/club-oracle.xql 7 Mar 2002 19:02:38 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/club-oracle.xql 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/admin/club.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/club.adp,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/club.adp 15 Mar 2002 23:14:41 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/club.adp 29 Mar 2002 19:14:47 -0000 1.9 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @pretty_name@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/club.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/club.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/club.tcl 21 Mar 2002 19:43:03 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/club.tcl 29 Mar 2002 19:14:47 -0000 1.9 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/club.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/clubs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/clubs-oracle.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/clubs-oracle.xql 17 Dec 2001 23:02:56 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/clubs-oracle.xql 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/admin/clubs.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/clubs.adp,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/admin/clubs.adp 15 Mar 2002 23:14:41 -0000 1.12 +++ openacs-4/packages/dotlrn/www/admin/clubs.adp 29 Mar 2002 19:14:47 -0000 1.13 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/clubs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/clubs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/clubs.tcl 23 Jan 2002 00:15:44 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/clubs.tcl 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/clubs.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/department-edit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department-edit.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/department-edit.adp 15 Mar 2002 23:14:41 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/department-edit.adp 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/department-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department-edit.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/department-edit.tcl 14 Mar 2002 23:30:26 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/department-edit.tcl 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { edit a department Index: openacs-4/packages/dotlrn/www/admin/department-edit.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department-edit.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/department-edit.xql 14 Mar 2002 23:30:26 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/department-edit.xql 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/department-new.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department-new.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/department-new.adp 15 Mar 2002 23:14:41 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/department-new.adp 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/department-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department-new.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/department-new.tcl 16 Mar 2002 17:38:08 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/department-new.tcl 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { create a new department Index: openacs-4/packages/dotlrn/www/admin/department.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/department.adp 18 Mar 2002 04:59:39 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/department.adp 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @pretty_name@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/department.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/admin/department.tcl 21 Mar 2002 19:43:03 -0000 1.5 +++ openacs-4/packages/dotlrn/www/admin/department.tcl 29 Mar 2002 19:14:47 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays single dotLRN class page Index: openacs-4/packages/dotlrn/www/admin/department.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/department.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/department.xql 7 Mar 2002 19:02:38 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/department.xql 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/departments.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/departments.adp,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/departments.adp 18 Mar 2002 04:59:39 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/departments.adp 29 Mar 2002 19:14:47 -0000 1.9 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/departments.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/departments.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/departments.tcl 23 Jan 2002 00:15:44 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/departments.tcl 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays dotLRN departments admin page Index: openacs-4/packages/dotlrn/www/admin/departments.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/departments.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/departments.xql 6 Mar 2002 22:35:15 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/departments.xql 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/dotlrn-admin-master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/dotlrn-admin-master.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/dotlrn-admin-master.adp 15 Mar 2002 23:35:02 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/dotlrn-admin-master.adp 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ Index: openacs-4/packages/dotlrn/www/admin/edit-preapproved-emails.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/edit-preapproved-emails.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/edit-preapproved-emails.adp 15 Mar 2002 23:14:41 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/edit-preapproved-emails.adp 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + + + Index: openacs-4/packages/dotlrn/www/admin/term-new.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/term-new.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/term-new.adp 15 Mar 2002 23:14:41 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/term-new.adp 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + New Term @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/term-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/term-new.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/term-new.tcl 22 Jan 2002 00:13:09 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/term-new.tcl 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { create a new term - input form Index: openacs-4/packages/dotlrn/www/admin/term.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/term.adp,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/www/admin/term.adp 21 Mar 2002 16:54:43 -0000 1.9 +++ openacs-4/packages/dotlrn/www/admin/term.adp 29 Mar 2002 19:14:47 -0000 1.10 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @title@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/term.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/term.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn/www/admin/term.tcl 21 Mar 2002 19:43:03 -0000 1.7 +++ openacs-4/packages/dotlrn/www/admin/term.tcl 29 Mar 2002 19:14:47 -0000 1.8 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays class instances of a term Index: openacs-4/packages/dotlrn/www/admin/term.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/term.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/term.xql 7 Mar 2002 20:58:40 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/term.xql 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/terms.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/terms.adp,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn/www/admin/terms.adp 15 Mar 2002 23:14:41 -0000 1.9 +++ openacs-4/packages/dotlrn/www/admin/terms.adp 29 Mar 2002 19:14:47 -0000 1.10 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Terms @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/terms.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/terms.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/terms.tcl 8 Mar 2002 00:27:05 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/terms.tcl 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/terms.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/terms.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/terms.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/terms.xql 11 Mar 2002 21:46:29 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/terms.xql 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/user-edit-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-edit-oracle.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/user-edit-oracle.xql 14 Mar 2002 05:40:14 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/user-edit-oracle.xql 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/admin/user-edit-verify.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-edit-verify.adp,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/user-edit-verify.adp 15 Mar 2002 23:14:41 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/user-edit-verify.adp 29 Mar 2002 19:14:47 -0000 1.9 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Edit a User @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/user-edit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-edit.adp,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/dotlrn/www/admin/user-edit.adp 15 Mar 2002 23:14:41 -0000 1.8 +++ openacs-4/packages/dotlrn/www/admin/user-edit.adp 29 Mar 2002 19:14:47 -0000 1.9 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Edit a User @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/user-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-edit.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/dotlrn/www/admin/user-edit.tcl 12 Mar 2002 00:55:23 -0000 1.13 +++ openacs-4/packages/dotlrn/www/admin/user-edit.tcl 29 Mar 2002 19:14:47 -0000 1.14 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Edit a dotLRN user Index: openacs-4/packages/dotlrn/www/admin/user-edit.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/Attic/user-edit.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/user-edit.xql 8 Feb 2002 20:50:57 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/user-edit.xql 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/user-new-2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-new-2.adp,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/admin/user-new-2.adp 15 Mar 2002 23:14:41 -0000 1.12 +++ openacs-4/packages/dotlrn/www/admin/user-new-2.adp 29 Mar 2002 19:14:47 -0000 1.13 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Add a User @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/user-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-new-2.tcl,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/dotlrn/www/admin/user-new-2.tcl 12 Mar 2002 00:55:23 -0000 1.19 +++ openacs-4/packages/dotlrn/www/admin/user-new-2.tcl 29 Mar 2002 19:14:47 -0000 1.20 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Create a dotLRN user Index: openacs-4/packages/dotlrn/www/admin/user-new.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-new.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/user-new.adp 15 Mar 2002 23:14:41 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/user-new.adp 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Add a User @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/user-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-new.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/user-new.tcl 1 Feb 2002 21:46:22 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/user-new.tcl 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Search for a new user for dotLRN Index: openacs-4/packages/dotlrn/www/admin/user-new.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-new.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/user-new.xql 10 Jan 2002 21:19:32 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/user-new.xql 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/user-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user-oracle.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/user-oracle.xql 22 Mar 2002 22:23:54 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/user-oracle.xql 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/admin/user.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/user.adp 21 Mar 2002 19:43:03 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/user.adp 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + @first_names@ @last_name@ @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/user.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/user.tcl 21 Mar 2002 19:43:03 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/user.tcl 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { One user view by a dotLRN admin Index: openacs-4/packages/dotlrn/www/admin/user.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/user.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/user.xql 19 Mar 2002 01:23:15 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/user.xql 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn/www/admin/users-add-to-community.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-add-to-community.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/users-add-to-community.adp 21 Mar 2002 16:46:49 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/users-add-to-community.adp 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Add Users to Group @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl 21 Mar 2002 16:46:49 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/users-add-to-community.tcl 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/add-users-to-community.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/users-bulk-upload-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-bulk-upload-2.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/users-bulk-upload-2.tcl 12 Mar 2002 05:25:58 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/users-bulk-upload-2.tcl 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Process the upload Index: openacs-4/packages/dotlrn/www/admin/users-bulk-upload.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-bulk-upload.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/users-bulk-upload.adp 15 Mar 2002 23:14:41 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/users-bulk-upload.adp 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Users: Bulk Upload @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/users-bulk-upload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-bulk-upload.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/users-bulk-upload.tcl 12 Mar 2002 01:55:09 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/users-bulk-upload.tcl 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Display the page for bulk uploading of a bunch of users Index: openacs-4/packages/dotlrn/www/admin/users-chunk-large-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-large-oracle.xql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/users-chunk-large-oracle.xql 6 Mar 2002 00:08:02 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-large-oracle.xql 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/admin/users-chunk-large.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-large.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/users-chunk-large.adp 1 Feb 2002 21:46:22 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-large.adp 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Index: openacs-4/packages/dotlrn/www/admin/users-chunk-large.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-large.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/users-chunk-large.tcl 6 Mar 2002 00:08:02 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-large.tcl 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 Index: openacs-4/packages/dotlrn/www/admin/users-chunk-medium-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-medium-oracle.xql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/users-chunk-medium-oracle.xql 6 Mar 2002 00:08:02 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-medium-oracle.xql 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/admin/users-chunk-medium.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-medium.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/users-chunk-medium.adp 1 Feb 2002 21:46:22 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-medium.adp 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +

    @control_bar@

    Index: openacs-4/packages/dotlrn/www/admin/users-chunk-medium.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-medium.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/admin/users-chunk-medium.tcl 6 Mar 2002 00:08:02 -0000 1.5 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-medium.tcl 29 Mar 2002 19:14:47 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 Index: openacs-4/packages/dotlrn/www/admin/users-chunk-small-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-small-oracle.xql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/users-chunk-small-oracle.xql 6 Mar 2002 00:08:02 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-small-oracle.xql 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/admin/users-chunk-small.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-small.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/users-chunk-small.adp 1 Feb 2002 21:46:22 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-small.adp 29 Mar 2002 19:14:47 -0000 1.5 @@ -1 +1,21 @@ +<% + + # + # 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. + # + +%> + Index: openacs-4/packages/dotlrn/www/admin/users-chunk-small.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk-small.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/admin/users-chunk-small.tcl 6 Mar 2002 00:08:02 -0000 1.5 +++ openacs-4/packages/dotlrn/www/admin/users-chunk-small.tcl 29 Mar 2002 19:14:47 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 Index: openacs-4/packages/dotlrn/www/admin/users-chunk.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk.adp,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/admin/users-chunk.adp 14 Mar 2002 05:40:14 -0000 1.10 +++ openacs-4/packages/dotlrn/www/admin/users-chunk.adp 29 Mar 2002 19:14:47 -0000 1.11 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +
    Index: openacs-4/packages/dotlrn/www/admin/users-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-chunk.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn/www/admin/users-chunk.tcl 6 Mar 2002 00:08:02 -0000 1.4 +++ openacs-4/packages/dotlrn/www/admin/users-chunk.tcl 29 Mar 2002 19:14:47 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { @author yon (yon@openforce.net) @creation-date 2002-01-30 Index: openacs-4/packages/dotlrn/www/admin/users-deactivate.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-deactivate.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/users-deactivate.adp 15 Mar 2002 23:14:41 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/users-deactivate.adp 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Deactivate Users @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/users-deactivate.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-deactivate.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/users-deactivate.tcl 6 Mar 2002 00:08:02 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/users-deactivate.tcl 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/users-deactivate.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/users-delete.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-delete.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/users-delete.adp 15 Mar 2002 23:14:41 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/users-delete.adp 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Nuke Users @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/users-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-delete.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/admin/users-delete.tcl 6 Mar 2002 00:08:02 -0000 1.2 +++ openacs-4/packages/dotlrn/www/admin/users-delete.tcl 29 Mar 2002 19:14:47 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/users-delete.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/users-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/Attic/users-oracle.xql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/admin/users-oracle.xql 22 Mar 2002 22:23:54 -0000 1.6 +++ openacs-4/packages/dotlrn/www/admin/users-oracle.xql 29 Mar 2002 19:14:47 -0000 1.7 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn/www/admin/users-search.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-search.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/users-search.adp 15 Mar 2002 23:14:41 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/users-search.adp 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Users Search @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/users-search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-search.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/dotlrn/www/admin/users-search.tcl 21 Mar 2002 16:46:49 -0000 1.13 +++ openacs-4/packages/dotlrn/www/admin/users-search.tcl 29 Mar 2002 19:14:47 -0000 1.14 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/new-users.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/users-spam.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-spam.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/admin/users-spam.adp 15 Mar 2002 23:14:41 -0000 1.3 +++ openacs-4/packages/dotlrn/www/admin/users-spam.adp 29 Mar 2002 19:14:47 -0000 1.4 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Spam Users @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/users-spam.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users-spam.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/admin/users-spam.tcl 14 Feb 2002 18:03:07 -0000 1.1 +++ openacs-4/packages/dotlrn/www/admin/users-spam.tcl 29 Mar 2002 19:14:47 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn/www/admin/users-spam.tcl ad_page_contract { Index: openacs-4/packages/dotlrn/www/admin/users.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users.adp,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/dotlrn/www/admin/users.adp 15 Mar 2002 23:14:41 -0000 1.19 +++ openacs-4/packages/dotlrn/www/admin/users.adp 29 Mar 2002 19:14:47 -0000 1.20 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Users @context_bar@ Index: openacs-4/packages/dotlrn/www/admin/users.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/users.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/dotlrn/www/admin/users.tcl 12 Mar 2002 16:42:00 -0000 1.12 +++ openacs-4/packages/dotlrn/www/admin/users.tcl 29 Mar 2002 19:14:47 -0000 1.13 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_page_contract { Displays the admin users page Index: openacs-4/packages/dotlrn-bboard/sql/oracle/dotlrn-bboard-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bboard/sql/oracle/dotlrn-bboard-create.sql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-bboard/sql/oracle/dotlrn-bboard-create.sql 25 Feb 2002 14:19:41 -0000 1.5 +++ openacs-4/packages/dotlrn-bboard/sql/oracle/dotlrn-bboard-create.sql 29 Mar 2002 19:16:08 -0000 1.6 @@ -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. +-- + -- -- The bboard applet for dotLRN -- copyright 2001, OpenForce Index: openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl,v diff -u -N -r1.27 -r1.28 --- openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl 18 Mar 2002 06:21:43 -0000 1.27 +++ openacs-4/packages/dotlrn-bboard/tcl/dotlrn-bboard-procs.tcl 29 Mar 2002 19:16:08 -0000 1.28 @@ -1,5 +1,21 @@ +# +# 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. +# + # # Procs for DOTLRN Bboard Applet # Copyright 2001 OpenForce, inc. Index: openacs-4/packages/dotlrn-calendar/sql/oracle/dotlrn-calendar-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/sql/oracle/dotlrn-calendar-create.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-calendar/sql/oracle/dotlrn-calendar-create.sql 25 Feb 2002 14:06:36 -0000 1.3 +++ openacs-4/packages/dotlrn-calendar/sql/oracle/dotlrn-calendar-create.sql 29 Mar 2002 19:16:43 -0000 1.4 @@ -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. +-- + -- -- The calendar applet for dotLRN -- copyright 2001, OpenForce Index: openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl,v diff -u -N -r1.37 -r1.38 --- openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 18 Mar 2002 05:09:27 -0000 1.37 +++ openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 29 Mar 2002 19:16:43 -0000 1.38 @@ -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. +# + # Procs for DOTLRN calendar Applet # Copyright 2001 OpenForce, inc. # Distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql 6 Mar 2002 23:22:29 -0000 1.5 +++ openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-dotlrn-create.sql 29 Mar 2002 19:17:09 -0000 1.6 @@ -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. +-- + -- -- The "dotLRN" applet for dotLRN -- copyright 2001, OpenForce Index: openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-members-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-members-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-members-create.sql 6 Mar 2002 23:22:29 -0000 1.1 +++ openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-members-create.sql 29 Mar 2002 19:17:09 -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. +-- + -- -- The "dotLRN members" applet for dotLRN -- copyright 2001, OpenForce Index: openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-members-staff-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-members-staff-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-members-staff-create.sql 6 Mar 2002 23:22:29 -0000 1.1 +++ openacs-4/packages/dotlrn-dotlrn/sql/oracle/dotlrn-members-staff-create.sql 29 Mar 2002 19:17:09 -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. +-- + -- -- The "dotLRN members" applet for dotLRN -- copyright 2001, OpenForce Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 7 Mar 2002 22:51:22 -0000 1.17 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 29 Mar 2002 19:17:09 -0000 1.18 @@ -1,5 +1,21 @@ +# +# 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. +# + # # Procs for DOTLRN Dotlrn Applet # Copyright 2001 OpenForce, inc. Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 11 Mar 2002 22:34:53 -0000 1.2 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 29 Mar 2002 19:17:09 -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. +# + +# # Procs for DOTLRN members Applet # Copyright 2001 OpenForce, inc. # Distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl 6 Mar 2002 23:22:29 -0000 1.1 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-staff-procs.tcl 29 Mar 2002 19:17:09 -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. +# + +# # Procs for DOTLRN "staff list" Applet # Copyright 2001 OpenForce, inc. # Distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn-faq/sql/oracle/dotlrn-faq-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-faq/sql/oracle/dotlrn-faq-create.sql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-faq/sql/oracle/dotlrn-faq-create.sql 25 Feb 2002 14:19:47 -0000 1.4 +++ openacs-4/packages/dotlrn-faq/sql/oracle/dotlrn-faq-create.sql 29 Mar 2002 19:17:45 -0000 1.5 @@ -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. +-- + -- -- The faq applet for dotLRN -- copyright 2001, OpenForce Index: openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl,v diff -u -N -r1.21 -r1.22 --- openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 5 Mar 2002 07:18:55 -0000 1.21 +++ openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 29 Mar 2002 19:17:45 -0000 1.22 @@ -1,5 +1,21 @@ +# +# 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. +# + # # Procs for DOTLRN Faq Applet # Copyright 2001 OpenForce, inc. Index: openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql 25 Feb 2002 15:05:18 -0000 1.5 +++ openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql 29 Mar 2002 19:18:25 -0000 1.6 @@ -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. +-- + -- -- The fs applet for dotLRN -- copyright 2001, OpenForce Index: openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl,v diff -u -N -r1.40 -r1.41 --- openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 20 Mar 2002 20:28:00 -0000 1.40 +++ openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 29 Mar 2002 19:18:25 -0000 1.41 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_library { Procs to set up the dotLRN fs applet Index: openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.xql 10 Nov 2001 21:44:52 -0000 1.1 +++ openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.xql 29 Mar 2002 19:18:25 -0000 1.2 @@ -1,5 +1,23 @@ + + Index: openacs-4/packages/dotlrn-news/sql/oracle/dotlrn-news-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-news/sql/oracle/dotlrn-news-create.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-news/sql/oracle/dotlrn-news-create.sql 25 Feb 2002 14:40:11 -0000 1.3 +++ openacs-4/packages/dotlrn-news/sql/oracle/dotlrn-news-create.sql 29 Mar 2002 19:19:43 -0000 1.4 @@ -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. +-- + -- -- The news applet for dotLRN -- copyright 2001, OpenForce Index: openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 5 Mar 2002 07:19:16 -0000 1.13 +++ openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 29 Mar 2002 19:19:43 -0000 1.14 @@ -1,3 +1,19 @@ +# +# 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. +# + # Procs for DOTLRN news Applet # Copyright 2001 OpenForce, inc. # Distributed under the GNU GPL v2 Index: openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-admin-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-admin-portlet-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-admin-portlet-create.sql 19 Jan 2002 21:14:19 -0000 1.1 +++ openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-admin-portlet-create.sql 29 Mar 2002 19:20:49 -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. +-- + +-- -- packages/dotlrn-portlet/sql/oracle/dotlrn-portlets-create.sql -- Index: openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-members-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-members-portlet-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-members-portlet-create.sql 6 Mar 2002 23:21:16 -0000 1.1 +++ openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-members-portlet-create.sql 29 Mar 2002 19:20:49 -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. +-- + +-- -- Creates dotlrn datasource for showing members of a community -- -- Copyright (C) 2001 OpenForce, Inc. Index: openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-members-staff-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-members-staff-portlet-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-members-staff-portlet-create.sql 6 Mar 2002 23:21:16 -0000 1.1 +++ openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-members-staff-portlet-create.sql 29 Mar 2002 19:20:49 -0000 1.2 @@ -1,5 +1,21 @@ -- +-- 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. +-- +-- + -- Creates dotlrn datasource for showing staff members for a comunity -- Copyright (C) 2001 OpenForce, Inc. Index: openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-portlet-create.sql,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-portlet-create.sql 6 Mar 2002 23:21:16 -0000 1.10 +++ openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-portlet-create.sql 29 Mar 2002 19:20:49 -0000 1.11 @@ -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. +-- + +-- -- packages/dotlrn-portlet/sql/oracle/dotlrn-portlets-create.sql -- Index: openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-portlet-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-portlet-drop.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-portlet-drop.sql 17 Nov 2001 22:05:48 -0000 1.3 +++ openacs-4/packages/dotlrn-portlet/sql/oracle/dotlrn-portlet-drop.sql 29 Mar 2002 19:20:49 -0000 1.4 @@ -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. +-- + +-- -- packages/dotlrn-portlet/sql/oracle/dotlrn-portlet-drop.sql -- Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-admin-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-admin-portlet-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-admin-portlet-procs.tcl 21 Jan 2002 09:36:48 -0000 1.3 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-admin-portlet-procs.tcl 29 Mar 2002 19:20:49 -0000 1.4 @@ -1,3 +1,19 @@ +# +# 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. +# + # /packages/dotlrn-portlets/tcl/dotlrn-portlets-procs.tcl ad_library { Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl 12 Mar 2002 05:16:34 -0000 1.4 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl 29 Mar 2002 19:20:49 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_library { Procedures to supports the dotlrn "members" portlet Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl 12 Mar 2002 05:16:34 -0000 1.2 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-staff-portlet-procs.tcl 29 Mar 2002 19:20:49 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_library { Procedures to supports the dotlrn "members staff" portlet Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 12 Mar 2002 05:16:34 -0000 1.25 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 29 Mar 2002 19:20:49 -0000 1.26 @@ -1,3 +1,19 @@ +# +# 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. +# + # /packages/dotlrn-portlets/tcl/dotlrn-portlets-procs.tcl ad_library { Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet-oracle.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet-oracle.xql 11 Feb 2002 06:05:30 -0000 1.1 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet-oracle.xql 29 Mar 2002 19:20:50 -0000 1.2 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.adp 20 Mar 2002 20:17:33 -0000 1.6 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.adp 29 Mar 2002 19:20:50 -0000 1.7 @@ -1,4 +1,24 @@ +<% + # + # 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. + # + +%> + +
      Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl 4 Mar 2002 22:16:35 -0000 1.6 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl 29 Mar 2002 19:20:50 -0000 1.7 @@ -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. +# + # www/news-portlet.tcl ad_page_contract { The display logic for the dotlrn admin portlet Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql 11 Feb 2002 06:05:30 -0000 1.2 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql 29 Mar 2002 19:20:50 -0000 1.3 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.adp 27 Mar 2002 22:17:20 -0000 1.6 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.adp 29 Mar 2002 19:20:50 -0000 1.7 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +
        Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.tcl 27 Mar 2002 22:17:20 -0000 1.4 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-portlet.tcl 29 Mar 2002 19:20:50 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + # copied from dotlrn/www/members-chunk.tcl ad_page_contract { Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.adp 27 Mar 2002 22:17:20 -0000 1.6 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.adp 29 Mar 2002 19:20:50 -0000 1.7 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Professors: Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl 27 Mar 2002 22:17:20 -0000 1.4 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-members-staff-portlet.tcl 29 Mar 2002 19:20:50 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + # copied from dotlrn/www/members-chunk.tcl ad_page_contract { Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.adp,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.adp 13 Mar 2002 21:59:13 -0000 1.7 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.adp 29 Mar 2002 19:20:50 -0000 1.8 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.tcl 13 Mar 2002 21:59:13 -0000 1.5 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-portlet.tcl 29 Mar 2002 19:20:50 -0000 1.6 @@ -1,3 +1,19 @@ +# +# 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. +# + # www/dotlrn-portlet.tcl ad_page_contract { The display logic for the dotrn (Group Info) portlet Index: openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-applet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-applet-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-applet-create.sql 5 Mar 2002 00:41:01 -0000 1.1 +++ openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-applet-create.sql 29 Mar 2002 19:22:48 -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. +-- + +-- -- Creates the research paper module dotLRN applet -- -- @author yon (yon@openforce.net) Index: openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-applet-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-applet-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-applet-drop.sql 5 Mar 2002 00:41:01 -0000 1.1 +++ openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-applet-drop.sql 29 Mar 2002 19:22:48 -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. +-- + +-- -- Drops the research paper module dotLRN applet -- -- @author yon (yon@openforce.net) Index: openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-create.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-create.sql 5 Mar 2002 00:41:01 -0000 1.2 +++ openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-create.sql 29 Mar 2002 19:22:48 -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. +-- + +-- -- Creates the dotLRN research paper module -- -- @author yon (yon@openforce.net) Index: openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-drop.sql 5 Mar 2002 00:41:01 -0000 1.1 +++ openacs-4/packages/dotlrn-research/sql/oracle/dotlrn-research-drop.sql 29 Mar 2002 19:22:48 -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. +-- + +-- -- Creates the dotLRN research paper module -- -- @author yon (yon@openforce.net) Index: openacs-4/packages/dotlrn-research/sql/oracle/research-admin-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/sql/oracle/Attic/research-admin-portlet-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/sql/oracle/research-admin-portlet-create.sql 5 Mar 2002 00:41:01 -0000 1.1 +++ openacs-4/packages/dotlrn-research/sql/oracle/research-admin-portlet-create.sql 29 Mar 2002 19:22:48 -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. +-- + +-- -- Creates the research paper module portlet -- -- @author yon (yon@openforce.net) Index: openacs-4/packages/dotlrn-research/sql/oracle/research-admin-portlet-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/sql/oracle/Attic/research-admin-portlet-drop.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/sql/oracle/research-admin-portlet-drop.sql 5 Mar 2002 00:41:01 -0000 1.1 +++ openacs-4/packages/dotlrn-research/sql/oracle/research-admin-portlet-drop.sql 29 Mar 2002 19:22:48 -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. +-- + +-- -- Creates the research paper module portlet -- -- @author yon (yon@openforce.net) Index: openacs-4/packages/dotlrn-research/sql/oracle/research-portlet-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/sql/oracle/Attic/research-portlet-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/sql/oracle/research-portlet-create.sql 25 Feb 2002 22:13:00 -0000 1.1 +++ openacs-4/packages/dotlrn-research/sql/oracle/research-portlet-create.sql 29 Mar 2002 19:22:48 -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. +-- + +-- -- Creates the research paper module portlet -- -- @author yon (yon@openforce.net) Index: openacs-4/packages/dotlrn-research/sql/oracle/research-portlet-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/sql/oracle/Attic/research-portlet-drop.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-research/sql/oracle/research-portlet-drop.sql 5 Mar 2002 00:41:01 -0000 1.2 +++ openacs-4/packages/dotlrn-research/sql/oracle/research-portlet-drop.sql 29 Mar 2002 19:22:48 -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. +-- + +-- -- Creates the research paper module portlet -- -- @author yon (yon@openforce.net) Index: openacs-4/packages/dotlrn-research/tcl/dotlrn-research-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/tcl/Attic/dotlrn-research-admin-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/tcl/dotlrn-research-admin-procs.tcl 5 Mar 2002 00:41:01 -0000 1.1 +++ openacs-4/packages/dotlrn-research/tcl/dotlrn-research-admin-procs.tcl 29 Mar 2002 19:22:48 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_library { Procs to set up the dotLRN research module applet Index: openacs-4/packages/dotlrn-research/tcl/dotlrn-research-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/tcl/dotlrn-research-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-research/tcl/dotlrn-research-procs.tcl 5 Mar 2002 22:38:28 -0000 1.4 +++ openacs-4/packages/dotlrn-research/tcl/dotlrn-research-procs.tcl 29 Mar 2002 19:22:48 -0000 1.5 @@ -1,3 +1,19 @@ +# +# 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. +# + ad_library { Procs to set up the dotLRN research module applet Index: openacs-4/packages/dotlrn-research/tcl/research-admin-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/tcl/Attic/research-admin-portlet-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/tcl/research-admin-portlet-procs.tcl 5 Mar 2002 00:41:01 -0000 1.1 +++ openacs-4/packages/dotlrn-research/tcl/research-admin-portlet-procs.tcl 29 Mar 2002 19:22:48 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn-research/tcl/research-portlet-procs.tcl ad_library { Index: openacs-4/packages/dotlrn-research/tcl/research-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/tcl/Attic/research-portlet-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-research/tcl/research-portlet-procs.tcl 12 Mar 2002 05:18:59 -0000 1.2 +++ openacs-4/packages/dotlrn-research/tcl/research-portlet-procs.tcl 29 Mar 2002 19:22:48 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn-research/tcl/research-portlet-procs.tcl ad_library { Index: openacs-4/packages/dotlrn-research/www/add.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/www/Attic/add.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/www/add.xql 5 Mar 2002 22:38:28 -0000 1.1 +++ openacs-4/packages/dotlrn-research/www/add.xql 29 Mar 2002 19:22:48 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn-research/www/remove.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/www/Attic/remove.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/www/remove.xql 5 Mar 2002 22:38:28 -0000 1.1 +++ openacs-4/packages/dotlrn-research/www/remove.xql 29 Mar 2002 19:22:48 -0000 1.2 @@ -1,5 +1,23 @@ + + + Index: openacs-4/packages/dotlrn-research/www/research-admin-portlet-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/www/Attic/research-admin-portlet-oracle.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/www/research-admin-portlet-oracle.xql 5 Mar 2002 00:41:01 -0000 1.1 +++ openacs-4/packages/dotlrn-research/www/research-admin-portlet-oracle.xql 29 Mar 2002 19:22:48 -0000 1.2 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn-research/www/research-admin-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/www/Attic/research-admin-portlet.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-research/www/research-admin-portlet.adp 13 Mar 2002 22:55:30 -0000 1.4 +++ openacs-4/packages/dotlrn-research/www/research-admin-portlet.adp 29 Mar 2002 19:22:48 -0000 1.5 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> +

        No research papers to add

        Index: openacs-4/packages/dotlrn-research/www/research-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/www/Attic/research-admin-portlet.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/dotlrn-research/www/research-admin-portlet.tcl 5 Mar 2002 00:41:01 -0000 1.1 +++ openacs-4/packages/dotlrn-research/www/research-admin-portlet.tcl 29 Mar 2002 19:22:48 -0000 1.2 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn-research/www/research-portlet.tcl ad_page_contract { Index: openacs-4/packages/dotlrn-research/www/research-portlet-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/www/Attic/research-portlet-oracle.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dotlrn-research/www/research-portlet-oracle.xql 5 Mar 2002 00:41:01 -0000 1.3 +++ openacs-4/packages/dotlrn-research/www/research-portlet-oracle.xql 29 Mar 2002 19:22:48 -0000 1.4 @@ -1,5 +1,23 @@ + + + oracle8.1.6 Index: openacs-4/packages/dotlrn-research/www/research-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/www/Attic/research-portlet.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/dotlrn-research/www/research-portlet.adp 13 Mar 2002 22:55:30 -0000 1.5 +++ openacs-4/packages/dotlrn-research/www/research-portlet.adp 29 Mar 2002 19:22:48 -0000 1.6 @@ -1,3 +1,23 @@ +<% + + # + # 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. + # + +%> + No research papers Index: openacs-4/packages/dotlrn-research/www/research-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-research/www/Attic/research-portlet.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-research/www/research-portlet.tcl 5 Mar 2002 00:41:01 -0000 1.2 +++ openacs-4/packages/dotlrn-research/www/research-portlet.tcl 29 Mar 2002 19:22:48 -0000 1.3 @@ -1,3 +1,19 @@ +# +# 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. +# + # dotlrn-research/www/research-portlet.tcl ad_page_contract { Index: openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql 25 Feb 2002 15:08:27 -0000 1.2 +++ openacs-4/packages/dotlrn-static/sql/oracle/dotlrn-static-create.sql 29 Mar 2002 19:24:12 -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. +-- + +-- -- The dotlrn applet for the STATIC data portlet -- copyright 2001, OpenForce -- distributed under GPL v2.0 Index: openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 15 Mar 2002 02:27:28 -0000 1.10 +++ openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 29 Mar 2002 19:24:12 -0000 1.11 @@ -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. +# + +# # Procs for DOTLRN static Applet # Copyright 2001 OpenForce, inc. # Distributed under the GNU GPL v2