                   de.linkm.taviewer Changelog
                   ---------------------------
CVS Id: $Id: CHANGES,v 1.8.2.1 2005/11/16 17:31:40 rambo Exp $

Legend:
- All items marked with "!" represent a major API-Change that is
  not guranteed to be backwards compatible to previous versions
  which might even break existing functionality. 
- All items marked with "+" represent completly new features.

2005-11-16 rambo
  + added metadata approval checks when displaying/listing articles

2005-05-03 bergie
  - Fixed schema loading to not use global variables (bug #212)

2005-05-02 tarjei
  - Added a new sort_leaves sorting option.

2005-02-25 torben
  - Rewrite the component to use the new base class interface
  - Added indexer support
  ! Moved configuriation files to the new default locations

2005-02-11 torben
  - Adapted to the new Metadata system.

2004-12-29 torben
  - Moved to support the Datamanager's creation mode, this fixes
    #139 for this component.
  - Did some minor code cleanup.

2004-11-25 torben
  - Populated NAP toolbar interface

2004-11-24 torben
  - Converted to the new AIS toolbar system.
  - Changed request handling to make use of redirects, so that the
    URL displayed matches the page displayed (good for those 
    F5/CTRL+R hitters).

2004-11-08 torben
  - Filesystem conversion

2004-09-20 torben
  + Moved configuration into a DM form.
  + Added a symlink-content-topic feature: If set to a topic with an
    compatible schemadb, it will take the articles out of that topic.

2004-09-15 bergie
  + Added support for autogenerated URL names based on the file names
  + Enabled per-topic schemadb configuration
  - Switched to using MidCOM's global relocate() method for redirects

2004-09-12 Tarjei
  - Modified the initilize function so you can now have a config snippet 
    in the _config dir. This snippet will not be written over during an 
    upgrade and is so that you may set a global default for all your 
    sites regarding schemas etc.
  - Added the start of a Norwegian translation
  - Added support for setting new articles to be approved by default.

2004-08-20 Tarjei
  - Added support for handling defaults and creationmode.

2004-08-02 SmallOne
  - Added swedish translation
											    
2004-07-07
  - Several mrfc 0003-based usability improvements
  - For non poweruser the index-article is now mandatory, its name
    cannot be changed as long as the component is not in autoindex
    mode.
  - Tweaked the default schema and layout

2004-07-03
  - NAP code now tries to find a suitable nav_name in more cases, 
    the article's name is now used as a default if the title is
    empty. midcom will still default to the url if both title and
    name are empty though. This fixes #13.

2004-07-02
  ! NAP code does now add an ".html" to all leaves to yield "nicer"
    URLs

2004-07-01
  ! Index Article is hidden from NAP if and only if the component is
    not in autoindex mode.

2004-06-28
  - htmlentities replaced by htmlspecialchars

2004-06-22
  - NAV_VISIBLE set to false if no topicindex is available (which would
    result in a FORBIDDEN HTTP answer). Note, that this is only a hint,
    which must be honored by the navigational code of your site.

2004-04-14
  - UI enhancements and cleanups
  - Updated translations

2004-04-13
  + Added a new autoindex feature roughly resempling Apaches DirectoryIndex
    mode. It will take all articles and all of the blob datatypes available
    through the datamanager interface and build a directory listing sorted
    alphabetically by filename with it.
  + Added Collection Support to the Autoindex Feature.
  + The TAViewer now automatically suggest "index" as article name if no 
    index article is present yet and if the autoindex feature is disabled.

2004-02-16
  - Added Approval support

2004-01-24
  - Updated Danish and Finnish translation

2003-11-09
  ! The articles are now sorted by "score" instead of "reverse
    score"

2003-11-06
  - Removed "preview" function in admin interface
  - Adjusted HTML code to fit the new AIS CSS style
  - Fixed navigation bug (closes #0000581)
  - The admin url now redirects to the edit page instead of the
    view page
  - The default templates / schemas don't use htmlfilter anymore
    but the WYSIWYG htmlarea

2003-08-07
  - Implemented PAGETITLE setter method. The articles title field is used for
    the page title.

2003-07-18
  - Fixed a bug in the URL Handler which wasn't stict enough. (URLs
    like .../create/images/css/point.gif would cause the creation
    of a new article, this could happen if you copy-paste CSS-styled
    list-items with custom image as list item.)

2003-07-10
  - Removed references to de.linkm.htmlfilter

2003-06-17
  - Begun localization, most should be done already

2003-06-13
  - NAP interface now skips index articles for site display.
