Index: openacs-4/packages/acs-messaging/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/www/doc/design.adp,v diff -u -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/acs-messaging/www/doc/design.adp 13 Jul 2023 12:49:25 -0000 1.5.2.2 +++ openacs-4/packages/acs-messaging/www/doc/design.adp 2 Sep 2024 09:40:24 -0000 1.5.2.3 @@ -2,6 +2,10 @@ {/doc/acs-messaging/ {ACS Messaging}} {ACS Messaging Design} ACS Messaging Design +

ACS Messaging Design

ACS Messaging was born out of the design of the new bboard. One @@ -53,7 +57,8 @@ ACS Messaging provides the acs_messages_all view as the primary mechanism for message queries. -
create or replace view acs_messages_all as
+

+create or replace view acs_messages_all as
     select m.message_id, m.reply_to, o.context_id, r.title, r.publish_date,
            r.mime_type, r.content, o.creation_user
     ...