Index: openacs-4/packages/categories/categories.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/categories/categories.info,v
diff -u -r1.19.2.5 -r1.19.2.6
--- openacs-4/packages/categories/categories.info 28 Oct 2016 20:28:55 -0000 1.19.2.5
+++ openacs-4/packages/categories/categories.info 15 Nov 2016 16:20:04 -0000 1.19.2.6
@@ -6,24 +6,25 @@
Categories
f
f
+ f
+ t
categories
-
+
timo@timohentschel.de
Manage categories in category trees and let users map objects to categories.
- 2015-10-04
- Datamodel for category trees with supporting API and management pages. Provides a widget for
+ 2016-11-15
+ Datamodel for category trees with supporting API and management pages. Provides a widget for
general categorization of arbitrary objects and tracks which package instances use which category trees. Also supports localization.
GPL
1
-
-
-
+
+
-
+
Index: openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql,v
diff -u -r1.1.2.1 -r1.1.2.2
--- openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql 14 May 2016 18:54:16 -0000 1.1.2.1
+++ openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql 15 Nov 2016 16:20:04 -0000 1.1.2.2
@@ -151,6 +151,20 @@
--
-- procedure category_tree__new/9
--
+
+-- need to drop old version first, as arguments change type
+DROP FUNCTION IF EXISTS category_tree__new(
+ p_tree_id integer,
+ p_locale varchar,
+ p_tree_name varchar,
+ p_description varchar,
+ p_site_wide_p char,
+ p_creation_date timestamp with time zone,
+ p_creation_user integer,
+ p_creation_ip varchar,
+ p_context_id integer
+);
+
CREATE OR REPLACE FUNCTION category_tree__new(
p_tree_id integer,
p_locale varchar,
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.1.3d6-1.1.3d7.sql'.
Fisheye: No comparison available. Pass `N' to diff?