Changes for version 0.06 - 2004-07-10

  • TABOO can now be used to edit posts that are allready in the datastore! Just supply an 'edit' query parameter to submit.xsp, as well as valid values of 'storyname' and 'sectionid'.
    • a part of this was a insert-values-edit.xsl transformations. It'll choose values from query parameters or data store. It is a bit unelegant, though.
  • submitterid is dealt with a bit more intelligently, and an editor may change it upon reviewing data.
  • Renamed this-user to get-user in the User Taglib. The this-prefix should be used for a tag working on parameter data, so I'll use get- for tags that get stuff from the data store.
  • New get-story tag in the Story taglib.
  • addcatinfo() now includes both name and username.

Changes for version 0.05_3 - 2004-06-27

  • This release should pretty much contain all I have to date.
  • Orders and OrderedItems data classes added for the webshop.
  • A Stories Plural class enables us to check out several stories.
  • A few minor changes to some method APIs.
  • And a few more excuses in the POD...

Changes for version 0.05_2

  • Was actually never released.

Changes for version 0.05_1 - 2004-05-15

  • There are quite a few big changes in this release, just brief outline here.
  • Adding "Plurals" Data subclasses. This is a rather big conceptual change, which makes it possible to work on an array of Data object.
  • Started working on a webshop for TABOO, and have added some code to support that, mainly data objects. Some SQL too.
  • Renamed apache_request_data to populate after realizing it is more generic than that...
  • AxKit::App::TABOO::Data::Category::all_of_type is obsoleted by the introduction of plurals.
  • Numerous fixups in the POD.

Modules

Object Oriented Publishing Framework for AxKit
Base class of abstracted Data objects for TABOO
Category Data objects for TABOO
Comment Data object for TABOO
Order Data objects for TABOO-based Webshop
Base class to handle multiple Data objects in TABOO
Data objects to handle multiple Categories in TABOO
Data objects to handle multiple Product sub types in TABOO
Data objects to handle multiple Stories in TABOO
Product Data objects for TABOO-based Webshop
Data object for product prices for TABOO-based Webshop.
Product Sub Types Data objects for TABOO
Story Data object for TABOO
User Data objects for TABOO
Contributor Data objects for TABOO
Customer Data objects for TABOO
News Provider for TABOO
Category management tag library for TABOO
News story management tag library for TABOO
User information management and authorization tag library for TABOO

Provides

in lib/AxKit/App/TABOO/XSP/Category.pm
in lib/AxKit/App/TABOO/XSP/Story.pm
in lib/AxKit/App/TABOO/XSP/User.pm