Revision history for OpenInteract package base_page.

0.40  Wed Nov 28 23:31:56 EST 2001

      Fix tiny but important error that blanked out filesystem
      contents when editing them...

0.39  Wed Nov 28 08:33:05 EST 2001

      Update data/page.dat to reflect the structure changes

0.38  Tue Nov 27 08:37:59 EST 2001

      Minor form template change.

0.37  Tue Nov 27 08:33:51 EST 2001

      Use _class_initialize() in OpenInteract::Page rather than BEGIN{}

0.36  Tue Nov 27 08:29:50 EST 2001

      Add 'mime_type_content' class method to OpenInteract::Page, and
      add docs to script/static_page2base_page.pl.

0.35  Mon Nov 26 23:58:45 EST 2001

      Okay, really, this time it's ready.

0.34  Mon Nov 26 23:40:40 EST 2001

      Various small fixes, cleaned up and (hopefully ready to go).

0.33  Mon Nov 26 23:16:36 EST 2001

      Make storage class handling more flexible.

0.32  Mon Nov 26 23:01:03 EST 2001

      Fixed the http content fetch, other stuff.

0.31  Mon Nov 26 22:39:55 EST 2001

      Doc and other updates.

0.30  Mon Nov 26 08:48:38 EST 2001

      Add 'size' field to table, and modify 'script/scan_as_new.pl' so
      it actually works.

0.29  Mon Nov 26 01:29:33 EST 2001

      Added the fields 'storage' and 'content_location' so we can
      implement URL content retrieval and aliases. Also added a script
      to scan a directory for new files and add the metadata to the
      database.

0.28  Tue Nov  6 09:20:36 EST 2001

      Added login page and graphics for directory listing.

0.27  Mon Oct 29 19:42:47 EST 2001

      Didn't find the reference to _forbidden_page in
      OI/Handler/Page.pm earlier because I'd misspelled the method
      call -- doh!

0.26  Mon Oct 29 10:01:52 EST 2001

      If the page is displayable and uploaded, read in the content
      from the filehandle and set {content} to a scalar ref. Otherwise
      only one of our different post-save rules that need access to
      the content as a filehandle will work.  (Fun)

0.25  Mon Oct 29 09:01:47 EST 2001

      If the page isn't displayable, take 'content' off the list of
      fields to be indexed.

0.24  Sun Oct 28 23:34:14 EST 2001

      - Added first draft of script to move old static_page objects to
      base_page objects, storing them in the filesystem by default

      - Added index page (html/index.html) and its metadata record

      - The edit_document_box now takes a page object rather than just
      its location, and it displays a 'Show page security' link as
      well.

0.23  Fri Oct 26 18:11:17 EDT 2001

0.22  Fri Oct 26 18:04:44 EDT 2001

0.21  Fri Oct 26 17:58:22 EDT 2001

0.20  Fri Oct 26 17:47:04 EDT 2001

0.19  Fri Oct 26 17:43:45 EDT 2001

0.18  Fri Oct 26 17:32:22 EDT 2001

0.17  Fri Oct 26 17:26:38 EDT 2001

      Added content_type object and lookup table definitions

0.16  Thu Oct 25 11:35:39 EDT 2001

0.15  Thu Oct 25 11:21:50 EDT 2001

      Enable the mime-type to be retrieved from an upload, and all
      non-displayable pages get put into the filesystem.

0.14  Thu Oct 25 11:00:43 EDT 2001

0.13  Thu Oct 25 10:48:56 EDT 2001

0.12  Thu Oct 25 10:37:45 EDT 2001

0.11  Thu Oct 25 10:14:49 EDT 2001

0.10  Thu Oct 25 10:07:20 EDT 2001

      Allow File and Database serializers to read from scalar, scalar
      ref or filehandle. Also fix the template to allow uploads (duh)

0.09  Thu Oct 25 10:01:31 EDT 2001

      Ensure the file serializer can create a path for the file (duh)

0.08  Thu Oct 25 09:53:40 EDT 2001

      Added security and other items to allow 'create()' requests to
      work; other fixes.

0.07  Thu Oct 25 01:02:41 EDT 2001

      Added the upload field for content

0.06  Wed Oct 24 18:57:36 EDT 2001

0.05  Wed Oct 24 18:33:12 EDT 2001

      Cool - things basically work; now to the details...

0.04  Wed Oct 24 18:15:01 EDT 2001

0.03  Wed Oct 24 17:52:39 EDT 2001

0.02  Wed Oct 24 17:47:15 EDT 2001

0.01  Wed Oct 24 16:47:01 EDT 2001

      Package skeleton created by oi_manage -- ported the
      'static_page' package to OI::CommonHandler, cleaned it up and
      extended it so we can use the filesystem or the database to
      store page objects.