Revision history for OpenInteract package news.

1.27  Fri Jul 13 09:56:09 EDT 2001

      Simple code cleanup.

1.26  Fri Jun  8 09:24:53 EDT 2001

       Add a field 'section' to enable partitioning of news items. See
       'UPGRADE' for how to modify your table.

1.25  Thu Jun  7 02:05:20 EDT 2001

       Enable the _process_listing() handler method to order news
       results as well as limit them.

1.24  Thu Jun  7 01:38:06 EDT 2001

      Add some primitive date formatting handling to the
      _process_listing() handler method.

1.23  Tue Jun  5 09:38:44 EDT 2001

      Use the 'column_group' key in the 'fetch_group()' call.

1.22  Tue Jun  5 09:22:42 EDT 2001

      Added 'column_group' key to 'conf/spops.perl' for
      non-memory-clogging listings.

1.21  Thu May 31 21:58:12 EDT 2001

      Changed the relevant ID fields from 'int' to
      '%%INCREMENT_FIELD%%'.

1.20  Tue May 29 23:31:36 EDT 2001

      Changed all relevant '$R->scrib( ... )' calls to 
      '$R->DEBUG && $R->scrib( ... )'

1.19  Tue Mar 13 07:20:31 EST 2001

      Changed security level data: 'oid' -> 'object_id'

1.18  Thu Mar  8 00:03:02 EST 2001

      In a stunning reversal of the previous action, remove all
      null/not null properties of default fields (doh!)

1.17  Wed Mar  7 06:53:31 EST 2001

      Modified struct/news.sql to make all DEFAULT fields NOT NULL.

1.16  Sun Mar  4 16:04:01 EST 2001

      Changed security level data: 'level' -> 'security_level'

1.15  Tue Feb 20 08:10:41 EST 2001

      Modified conf/spops.perl to reflect SPOPS changes.

1.14  Fri Feb  2 00:40:14 EST 2001

      Fixed tools box

1.13  Wed Jan 31 23:52:29 EST 2001

      Cleanup

1.12  Sat Jan 27 05:58:01 EST 2001

      Modified templates to work with new stuff

1.11  Wed Dec 27 23:14:57 EST 2000

      Fixed error with displaying ALL news stories for the
      'latestnews' component rather than just the specified number.

1.10  Wed Dec 27 22:55:07 EST 2000

      Updated OI/Handler/News.pm and template/news_list.tmpl,
      template/news_latest.tmpl to set/get information about the user
      who posted the news story from a temp variable stored in the
      news object. This allows us to screen for unfetchable users
      within the handler rather than get a template error.

1.09  Fri Dec 22 23:44:12 EST 2000

      Updated default documentation, cleaned up conf/spops.perl a little.

1.08  Sun Nov 26 23:07:00 EST 2000

      Final (?) touches on the Handler/News.pm file.

1.07  Sun Nov 26 18:05:03 EST 2000

      Modified listing routines in Handler/News.pm to use common
      processor, which also takes the news item and scans it for TT
      directives and if it finds them, gives the news item a process
      before sending it on. Removed the related_items_box addition.
