Changes for version 0.08_2 - 2004-09-02

  • Apache::AxKit::Plugin::AddXSLParams::Request is now needed to allow for virtual hosts. Used in index-aggregate.xsl
  • More files in the sql/ dir:
    • grant.sql explicitly sets passwords and permissions.
    • news-minimal.sql gives the minimal stuff that should go into a new db.
    • Some more stsec stuff in test.
  • Small edits in main.rdf example.

Changes for version 0.082

  • Main thing is a new menu system. There is a file menu.xsp that generates menus, which is currently run by the mainpage. Still needs work, but the basic idea is there.
  • Changed the i18n behaviour. There is now an include EXSLT function, and the insert element should now have the identifying string as content. Furthermore, it must be imported rather than added to the pipeline.
  • Removed the limitation that the is-authorized tag threw "not authorized" if no authlevel was given.
  • Using the default namespace for many elements was bad practice, added namespaces for several elements and made some larger cleanups. It isn't perfect, but at least a lot better.
  • the action link in the user.xsl was wrong.
  • Reordered and cleaned up this file a bit.
  • A couple of minor clean-ups.

Changes for version 0.08_1 - 2004-08-31

  • Main thing is to make the database parameters configurable.
    • That should allow different configs for different virtual hosts.
    • dbstring, dbuser and dbpasswd class data methods removed.
    • dbconnectargs method added.
    • Rewrote all connect calls.
    • Preferred method for DB config is now DBI_DSN and related environment variables.
    • ...but all new constructors to Data objects can take the DBI connect arguments.
  • Another big thing is that I removed the webshop stuff. It now lags far behind the rest of TABOO, and allthough it is easy to update, I see no point in having it there.
  • Reorganized the SQL files, separating the create stuff in a file by itself.
  • Some tests now make no sense, some new added.
  • A few more fixups, mainly in documentation.

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
Base class to handle multiple Data objects in TABOO
Data objects to handle multiple Categories in TABOO
Data objects to handle multiple Stories in TABOO
Story Data object for TABOO
User Data objects for TABOO
Contributor Data objects for TABOO
News Provider for TABOO
Provider for listing news stories in 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