Revision history for OpenInteract package base_template.

1.27  Wed Aug 15 09:42:27 EDT 2001

      Change <object>.OI.html_(en|de)code to OI.html_(en|de)code.

1.26  Mon Aug 13 12:12:37 EDT 2001

      Changed all relevant templates to new template format (using OI.blah)

1.25  Mon Aug 13 11:26:12 EDT 2001

      Modified template(s) with <!-- TEMPLATE SCRIPT --> key to have
      normal <script>...</script> tags.

1.24  Sun Aug 12 11:17:21 EDT 2001

      Modify data/install_security.dat to use new
      'transform_default_to_id' action.

1.23  Sat Aug 11 17:36:51 EDT 2001

      Changed conf/spops.conf->isa from OpenInteract::SPOPS to
      OpenInteract::SPOPS::DBI

1.22  Tue Jul 31 11:29:31 EDT 2001

      The OI/Handler/SiteTemplate->show() can now create a template
      not only based on the 'template_id' passed in via GET/POST, but
      also via 'template_name', which should be in 'package::name'
      format.

1.21  Mon Jul 30 08:21:48 EDT 2001

      Allow you to pass in parameters (in addition to the order-params
      $package and $name) to 'fetch_by_name' in OI/SiteTemplate.pm.

1.20  Fri Jul 27 09:28:43 EDT 2001

      Added field 'last_update' to table which contains a 'time'
      integer so we can do proper caching/updating with the Template
      Toolkit provider.

1.19  Wed Jul 25 08:13:51 EDT 2001

      Added 'parse_name' to OpenInteract/SiteTemplate.pm so we can use
      'package::name' template names consistently.

1.18  Fri Jul 13 00:27:15 EDT 2001

      Modify Handler/SiteTemplate->listing, as well as its template,
      to use an iterator.

1.17  Tue Jun  5 09:38:44 EDT 2001

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

1.16  Tue Jun  5 09:22:42 EDT 2001

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

1.15  Tue May 29 23:31:36 EDT 2001

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

1.14  Wed Mar 28 07:32:24 EST 2001

      Cleaned up the handler.

1.13  Tue Mar 13 07:20:31 EST 2001

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

1.12  Sun Mar  4 16:04:01 EST 2001

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

1.11  Tue Feb 20 08:06:11 EST 2001

      Modified conf/spops.perl to reflect SPOPS changes.

1.10  Wed Feb  7 07:45:35 EST 2001

      Fixed SQL to declare 'package' to be NOT NULL to satisfy the
      UNIQUE requirement.

1.09  Wed Jan 31 21:13:13 EST 2001

      Cleanup, and make the template listing a little nicer -- still
      needs some serious work, but at least it should be easier on the
      eyes.

1.08  Mon Jan 15 01:19:43 EST 2001

      Added debugging helper to OpenInteract/SiteTemplate.pm --
      whenever you find more than one that matches the name/package
      you pass in, we let you know which one is being returned.

1.07  Tue Jan  9 07:48:26 EST 2001

      Added documentation to OpenInteract::SiteTemplate along with the
      main package. Added Changelog. Removed old 'script/' files that
      dumped/installed templates to the db, since oi_manage does this
      now.
