Index: openacs-4/packages/static-pages/static-pages.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/static-pages.info,v
diff -u -r1.19 -r1.20
--- openacs-4/packages/static-pages/static-pages.info 29 Apr 2004 14:25:45 -0000 1.19
+++ openacs-4/packages/static-pages/static-pages.info 12 Sep 2013 13:32:37 -0000 1.20
@@ -7,7 +7,7 @@
f
f
-
+
oracle
postgresql
@@ -20,7 +20,7 @@
Static Pages loads the static content of a site from the filesystem into the database so that their contents are available to other packages, such as search and general-comments, and allows static content to be wrapped by the master template to provide persistent navigation.
-
+
Index: openacs-4/packages/static-pages/sql/postgresql/static-page-pb.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/sql/postgresql/static-page-pb.sql,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/static-pages/sql/postgresql/static-page-pb.sql 13 Jan 2005 13:58:41 -0000 1.5
+++ openacs-4/packages/static-pages/sql/postgresql/static-page-pb.sql 12 Sep 2013 13:32:37 -0000 1.6
@@ -320,7 +320,7 @@
v_creation_date, -- creation_date
p_creation_user, -- creation_user
p_creation_ip, -- creation_ip
- ''f'', -- secuity_inherit_p
+ ''f'' :: boolean, -- secuity_inherit_p
v_package_id
);
@@ -909,7 +909,7 @@
v_creation_date, -- creation_date
p_creation_user, -- creation_user
p_creation_ip, -- creation_ip
- ''f'' -- secuity_inherit_p
+ ''f'' :: boolean -- secuity_inherit_p
);
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/static-pages/sql/postgresql/upgrade/upgrade-5.2.0d3-5.2.0d4.sql'.
Fisheye: No comparison available. Pass `N' to diff?