Revision history for OpenInteract package base.

1.22  Fri Feb  2 00:22:55 EST 2001

      Fixed redirect handler

1.21  Thu Feb  1 22:34:05 EST 2001

      New graphics!

1.20  Tue Jan 30 22:04:21 EST 2001

      Cleanup, and lots of it.

1.19  Tue Jan 23 07:13:53 EST 2001

      Did some reformatting of files along with some basic
      cleanup. Removed OpenInteract/Handler/Boxes.pm in favor of the
      base_box package now included with the base distribution.

1.18  Sun Jan 14 23:22:08 EST 2001

      Added call to OpenInteract/Template.pm to track the templates
      used in the current request; also added documentation to this
      file as well as OpenInteract/Template/Toolkit.pm. Modified
      OpenInteract/Auth.pm to add 'logged_in' key to $R->{auth} so you
      can always easily tell whether a user is logged in or not; also
      modified it to get login/password field names from the server
      configuration.

1.17  Tue Jan  2 00:10:14 EST 2001

      Oops -- referred to _send_static_file() in OpenInteract.pm when
      it was mistakenly named _send_static_page(). Fixed the latter.

1.16  Fri Dec 29 19:12:11 EST 2000

      Radically changed how OpenInteract.pm is setup -- instead of
      being a monolithic subroutine 'handler' the 'handler' routine
      calls lots of smaller routines, each of which accomplishes just
      a little. Error checking is greatly simplified and hopefully the
      whole thing is much easier to grasp and follow.

      While it all looks different the functionality is basically the
      same. The only thing changed were the directive processing --
      directives are now kept in the configuration file (server.perl)
      rather than within the handler.

      Modified how the OpenInteract/UI/Main.pm primary conductor --
      added lots of documentation, changed how it specifies template
      names and how it processes directives.

1.15  Fri Dec 29 18:58:01 EST 2000

      Modify how the deal with the directive in OpenInteract.pm -- do
      everything with the URL in _parse_url() (get rid of
      _find_action_from_url()) and if a directive is found eradicate
      it before constructing the $R->{path}->{original}. Modify
      OI/UI/Main.pm to have the right theme template keys (later
      modification will look them up in the config, but for now it's
      too confusing)

1.14  Fri Dec 29 18:40:14 EST 2000

      First batch of changes to modify OpenInteract.pm and
      OI/UI/Main.pm (see notes for v. 1.16 for the scoop).

1.13  Sat Dec 23 01:29:15 EST 2000

      Added lots of documentation to doc/package.pod and
      doc/action.pod.

1.12  Mon Dec 18 22:11:03 EST 2000

      Added behavior 'isa' to OpenInteract/Template/Toolkit to tell
      from a template whether an object has in its ancestry a
      particular class.

1.11  Thu Dec 14 13:53:32 EST 2000

      Added two behaviors to OpenInteract/Template/Toolkit to
      encode/decode HTML from within the template.

1.10  Fri Dec  1 00:38:24 EST 2000

      Fixed (?) package handler so that it should list installed packages ok. 

1.09  Sun Nov 26 11:43:10 EST 2000

      Fixed OpenInteract/UI/Main.pm so that the Popup window template
      will be displayed properly. (Earlier versions not tracked in
      Changelog.)
