From ef3645d98d3fe197e17341d11a2ce6a5c0850053 Mon Sep 17 00:00:00 2001 From: pb Date: Sat, 13 Dec 2014 19:44:13 +0000 Subject: [PATCH] Added documentation git-svn-id: https://svn.libreccm.org/ccm/trunk@3049 8810af33-2d31-482b-a856-94f89814c4df --- .../default/6.6.1-6.6.2/drop_app_table.sql | 1 - .../upgrade/oracle-se-6.5.0-6.6.0.sql | 25 +++++++++++++++++++ .../ccm-atoz/upgrade/postgres-6.5.0-6.6.0.sql | 25 +++++++++++++++++++ ccm-atoz/src/ccm-atoz.upgrade | 3 +++ .../upgrade/oracle-se-6.6.0-6.6.1.sql | 8 +++++- .../ccm-core/upgrade/postgres-6.6.0-6.6.1.sql | 7 ++++++ 6 files changed, 67 insertions(+), 2 deletions(-) diff --git a/ccm-atoz/sql/ccm-atoz/upgrade/default/6.6.1-6.6.2/drop_app_table.sql b/ccm-atoz/sql/ccm-atoz/upgrade/default/6.6.1-6.6.2/drop_app_table.sql index b1acf663c..db40a777e 100644 --- a/ccm-atoz/sql/ccm-atoz/upgrade/default/6.6.1-6.6.2/drop_app_table.sql +++ b/ccm-atoz/sql/ccm-atoz/upgrade/default/6.6.1-6.6.2/drop_app_table.sql @@ -18,5 +18,4 @@ -- $Id: drop_app_table.sql pboy $ -- Don't do it! Application table is required with this package. - -- drop table atoz_app ; diff --git a/ccm-atoz/sql/ccm-atoz/upgrade/oracle-se-6.5.0-6.6.0.sql b/ccm-atoz/sql/ccm-atoz/upgrade/oracle-se-6.5.0-6.6.0.sql index 278a1f19b..9d74d17a8 100644 --- a/ccm-atoz/sql/ccm-atoz/upgrade/oracle-se-6.5.0-6.6.0.sql +++ b/ccm-atoz/sql/ccm-atoz/upgrade/oracle-se-6.5.0-6.6.0.sql @@ -1,3 +1,28 @@ +-- +-- Copyright (C) 2008 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- + +-- classohm: changed AtoZ to not hide a category when an alias has been +-- defined for it; +-- changed AtoZ to allow more than one alias to be defined for +-- a category (version 1.0.5 / r2914, never officially released) +-- $Id: $ + @@ default/add-cat_aliases.sql insert into atoz_cat_aliases (object_id, provider_id, category_id, letter, title) diff --git a/ccm-atoz/sql/ccm-atoz/upgrade/postgres-6.5.0-6.6.0.sql b/ccm-atoz/sql/ccm-atoz/upgrade/postgres-6.5.0-6.6.0.sql index 860a38a89..a4f8d285c 100644 --- a/ccm-atoz/sql/ccm-atoz/upgrade/postgres-6.5.0-6.6.0.sql +++ b/ccm-atoz/sql/ccm-atoz/upgrade/postgres-6.5.0-6.6.0.sql @@ -1,3 +1,28 @@ +-- +-- Copyright (C) 2008 Red Hat Inc. All Rights Reserved. +-- +-- This library is free software; you can redistribute it and/or +-- modify it under the terms of the GNU Lesser General Public License +-- as published by the Free Software Foundation; either version 2.1 of +-- the License, or (at your option) any later version. +-- +-- This library is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public +-- License along with this library; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +-- +-- + +-- classohm: changed AtoZ to not hide a category when an alias has been +-- defined for it; +-- changed AtoZ to allow more than one alias to be defined for +-- a category (version 1.0.5 / r2914, never officially released) +-- $Id: $ + begin; \i default/add-cat_aliases.sql diff --git a/ccm-atoz/src/ccm-atoz.upgrade b/ccm-atoz/src/ccm-atoz.upgrade index 405ed4e25..8b34ade40 100755 --- a/ccm-atoz/src/ccm-atoz.upgrade +++ b/ccm-atoz/src/ccm-atoz.upgrade @@ -9,6 +9,9 @@