Index: openacs-4/packages/acs-messaging/acs-messaging.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/acs-messaging.info,v
diff -u -r1.39.2.7 -r1.39.2.8
--- openacs-4/packages/acs-messaging/acs-messaging.info 20 Sep 2016 15:35:55 -0000 1.39.2.7
+++ openacs-4/packages/acs-messaging/acs-messaging.info 11 Feb 2017 17:05:49 -0000 1.39.2.8
@@ -9,7 +9,7 @@
f
t
-
+
Anukul Kapoor
John Prevost
Vinod Kurup
@@ -21,7 +21,7 @@
GPL
3
-
+
Index: openacs-4/packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql,v
diff -u -r1.20.4.2 -r1.20.4.3
--- openacs-4/packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql 20 Sep 2016 15:35:54 -0000 1.20.4.2
+++ openacs-4/packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql 11 Feb 2017 17:05:49 -0000 1.20.4.3
@@ -29,7 +29,6 @@
p_creation_user integer, -- default null
p_creation_ip varchar, -- default null
p_is_live boolean -- default 't'
-
) RETURNS integer AS $$
DECLARE
v_revision_id cr_revisions.revision_id%TYPE;
@@ -38,28 +37,32 @@
if p_data is not null then
-- need to take care of blob?
v_revision_id := content_revision__new (
- p_message_id, -- item_id
- p_title, -- title
- p_description, -- description
- p_data, -- data
- p_mime_type, -- mime_type
- p_creation_date, -- creation_date
- p_creation_user, -- creation_user
- p_creation_ip -- creation_ip
+ p_title, -- title
+ p_description, -- description
+ now(), -- publish_date
+ p_mime_type, -- mime_type
+ null, -- nls_language
+ p_data, -- data
+ p_message_id, -- item_id
+ p_creation_date, -- creation_date
+ p_creation_user, -- creation_user
+ p_creation_ip -- creation_ip
);
else if p_title is not null or p_text is not null then
v_revision_id := content_revision__new (
- p_title, -- title
- p_description, -- description
- now(), -- publish_date
- p_mime_type, -- mime_type
- null, -- nls_language
- p_text, -- text
- p_message_id, -- item_id
- null, -- revision_id
- p_creation_date, -- creation_date
- p_creation_user, -- creation_user
- p_creation_ip -- creation_ip
+ p_title, -- title
+ p_description, -- description
+ now(), -- publish_date
+ p_mime_type, -- mime_type
+ null, -- nls_language
+ p_text, -- text
+ p_message_id, -- item_id
+ null, -- revision_id
+ p_creation_date, -- creation_date
+ p_creation_user, -- creation_user
+ p_creation_ip, -- creation_ip
+ null, -- content_length
+ null -- package_id
);
end if;
end if;
@@ -633,7 +636,7 @@
DECLARE
v_revision_id cr_revisions.revision_id%TYPE;
BEGIN
- -- not sure which __new to use
+ -- not sure which __new to use
v_revision_id := content_revision__new (
p_title, -- title
NULL, -- description
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-messaging/sql/postgresql/upgrade/upgrade-5.9.1d2-5.9.1d3.sql'.
Fisheye: No comparison available. Pass `N' to diff?