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.4 -r1.5
--- openacs-4/packages/acs-messaging/www/doc/design.adp 4 Apr 2018 18:51:56 -0000 1.4
+++ openacs-4/packages/acs-messaging/www/doc/design.adp 1 May 2018 08:34:42 -0000 1.5
@@ -16,9 +16,9 @@
and retrieval of messages. We take messages to be objects that
consist of a sender (an ACS party), a text body, an optional
reference to a parent message, optional file attachments, and some
-miscellaneous auditing data.With these constraining
-set of semantics, we can build a library of component functionality
-to operate on messages. For example: code that displays a message,
+miscellaneous auditing data.With these constraining set of
+semantics, we can build a library of component functionality to
+operate on messages. For example: code that displays a message,
forwards a message, compiles a set of messages into a digest,
displays a specific attachment, etc., This functionality can then
be reused across messaging applications such as bboard, webmail,
@@ -53,7 +53,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 ... Index: openacs-4/packages/acs-messaging/www/doc/requirements.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/www/doc/requirements.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-messaging/www/doc/requirements.adp 11 Apr 2018 21:35:07 -0000 1.5 +++ openacs-4/packages/acs-messaging/www/doc/requirements.adp 1 May 2018 08:34:42 -0000 1.6 @@ -59,8 +59,8 @@
BBoard Webmail General Comments Spam Various parts of the ticket tracker. Each of these applications requires a message store and each -defines its own high level organization for messages within -that store.
+defines its own high level organization for messages whithin that +store.
- Bboard organizes messages into forums and categories and threads. It also allows users to send and reply to messages via @@ -156,5 +156,5 @@
-Last modified: $Id: requirements.html,v 1.1.1.1.30.1 2017/04/21 -16:14:09 gustafn Exp $ +Last modified: $Id: requirements.html,v 1.3 2018/04/11 21:35:07 +hectorr Exp $