Index: openacs-4/packages/news/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/doc/design.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/news/www/doc/design.adp 7 Aug 2017 23:48:12 -0000 1.2 +++ openacs-4/packages/news/www/doc/design.adp 25 Mar 2018 22:13:40 -0000 1.3 @@ -87,7 +87,7 @@ when the general public can submit news items). Approving means setting the publish date.
  • news.status: returns info as to permanent, when it will archive, when it will be released
  • news.revision_add: add a new revision to an existing news -item
  • news.revision_delete: delete a revision from an exisiting news +item
  • news.revision_delete: delete a revision from an existing news item (not used)
  • news.revision_activate: make a revision the active revision
  • @@ -101,7 +101,7 @@

    VII. Data Model Discussion

    -The News application makes use of the exisiting ACS Content +The News application makes use of the existing ACS Content Repository service. A news item consists of a row-entry in the table cr_item, where all of the meta-information that isn't already stored in acs_objects concerning these items is placed, one @@ -146,7 +146,7 @@ A reminder to the column release_date is necessary here: Its -granularity is only one day, i.e. the relase date is for instance +granularity is only one day, i.e. the release date is for instance 2001-01-01 00:00 (always at midnight). If someone wants to present a view of 'new items' since last login (which can be more than once since 00:00), one can use cr_news.approval_date for @@ -287,7 +287,7 @@ The news application has three customizable parameters which have to be set for each package instance through the site-map manager.