                   de.linkm.newsticker Changelog
                   -----------------------------
CVS Id: $Id: CHANGES,v 1.11.2.3 2005/11/16 17:31:50 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
  + metadata approval checks when displaying/listing articles

2005-08-12 smallone
  - reverting commit

2005-04-26 torben
  - Adapted to the new caching infrastructure.

2005-04-15 bergie
  - Changed NAP revision date of topic to the latest article
  - Made MetaWeblog API invalidate the cache as needed

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.

2005-02-10 bergie
  + Enabled RSS and RSD autodetection using print_head_elements()

2005-01-08 bergie
  + Multiple select categories with schema field name "category"
    now supported in MetaWeblog API
  + ?de_linkm_newsticker_filter[field]=value URLs now support multiselect
    fields

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

2004-12-03 bergie
  + Now showing all matching item is a datefilter has been given
    regardless of the configured maximum count

2004-11-25 torben
  - AIS toolbar and NAP toolbar updates

2004-11-08 torben
  - Filesystem Conversion                                          
                                          
2004-10-19 bergie
  + Added image from schema to content:encoding in RSS view
  + mt_excerpt field in MetaWebLog API support for abstracts
  + Added categories to RSS feed

2004-10-18 bergie
  + Added categorization support to MetaWebLog API (will work only
    if multiselect named "categories" or select named "category" is
    present and location set to "parameter")
  - Fixed deleting via MetaWebLog API for objects that have dependants

2004-10-13 bergie
  + Added author field to RSS output and clarified meaning of the RSS 
    webmaster field
  - Moved "Add entry" link in guestbook to top of the list

2004-09-27 torben
  ! Moved the visible check into the component config. You need to
    set the invisible state of all invisible components again using
    the config interface.
  + The same symlink feature as in the taviewer has been added and
    integrated into the configuration screen
  ! Moved the configuration in a Datamanger driven interface, which
    should be 99% compatible (except the visible stuff mentioned 
    above). All boolean fields are clean and tested, there should be
    no changes in the behavboir of the text fields.

2004-09-23 bergie
  + Added RSD autodetection support for MetaWebLog API
  + Added support for blogger.deletePost method
  + Added support for file attachments in MetaWebLog API, stored to topic
  + Made "Blogging API support" configurable

2004-09-22 bergie
  + Added experimental MetaWebLog API support, now in /rpc/metaweblog/
  + Made $article->created editable in default schema

2004-09-15 bergie
  ! Moved from autogenerated time-based URL names to autogenerated
    title-based URL names
  - Started using MidCOM's relocate() method for redirects

2004-09-14 bergie
  ! Added time-based filtering support as GET parameter in
    format de_linkm_newsticker_filter_date[Y]=2004
    where the key is any PHP date() compatible date formatter
  ! Added time-based filtering support in path with format
    /YYYY/MM/DD
  + Made all three filtering options configurable
  ! Disabled all filtering support by default

2004-08-26 bergie
  - Made the default schema and styles nicer
  - Improved Finnish l10n

2004-08-02 SmallOne
  - Added swedish translation
											    
2004-07-16  Torben Nehmer
  * Made the RSS export charset-aware based on the
    i18n service.

2004-07-06  Torben Nehmer
  * Example Public Publishing schema added
  * Client IP and User Agent is now tracked in Public
    Publishing mode

2004-07-05  Torben Nehmer
  * Missing global statement fixed.

2004-07-02  Torben Nehmer
  * NAP does now add a .html to all leaves to yield nicer
    URLs.
  * Implemented "Public Publisihng" allowing you to build
    things like a guestbook. It requires credencials in the
    config, which will require some manual access privileges
    tuning inside the topic tree. Basically this allows 
    things like guestbooks.

2004-04-15  Nico Kaiser
  * "RSS enable" config option was not saved. Fixed.

2004-04-14  Nico Kaiser
  * Applied Henri's subdirectories patch
  * Updated translations

2004-04-14  Nico Kaiser
  * Some UI enhancements

2004-04-08  Nico Kaiser
  * Changed the component's name to "News listing"

2004-03-31  Nico Kaiser
  * Added Philipp's MIDCOM_NAV_SCORE fix

2004-03-10  Nico Kaiser
  * RSS: Added check whether schema has an "abstract"
    field

2004-03-09  Nico Kaiser
  * Changed the RSS behavior (description <->
    content:encoded)

2004-03-05  Nico Kaiser
  * Added a configuration interface for AIS
  * Improved RSS export (now has content:encoded field)

2004-01-26  Nico Kaiser
  * Added configuration parameter "sort_order"

2004-01-26  Nico Kaiser
  * Fixed topic parameter configuration issue (#0000626)

2004-01-24  Nico Kaiser
  * Updated Danish and Finnish translations
  * Added a simple filter ../?de_linkm_newsticker_filter[field]=value 
    (closes #0000624)
  * Cleaned up the code a little bit

2003-12-04  Nico Kaiser
  * Changed list_leaves behaviour, it's now more like the index
    page list

2003-11-17  Nico Kaiser
  * Added UTF-8 encoding and special characters entities for RSS 
    export (should be more valid now)

2003-11-07  Nico Kaiser
  * The article names changed again from timestamp to
    "yyyy-mm-dd-###" where ### is the per-day number
  ! rewrote the configuration system, it's now like in the other
    components (remember to adjust your sitegroup-local config and
    don't include the config snippet anymore, this is done
    automatically now!)
  - The default templates / schemas don't use htmlfilter anymore
    but the WYSIWYG htmlarea

2003-11-06  Nico Kaiser
  * Applied Henry's patch for an article creation problem with PHP
    4.3.x (closes #0000562)
  * The AIS admin link points now to the edit page instead of the
    view page

2003-09-29
  * Imported Torben's startdate/enddate patch (beta)
    The show_old option should be enabled, otherwise articles
    without extra1 & extra2 are not shown...
  * Added some l10n Strings and beautified the User Interface a
    little bit to match the new (in-development) MidCOM layout

2003-08-07
  * Implemented PAGETITLE setter method. The articles title field 
    is used for the page title. The topic's extra field is used 
    for the indexes.

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-06-27
  * Did some localization

2003-06-13
  * Integrated /latest/x and /rss/x patches
  * Moved to timestamp URIs in favor of IDs to ease linking in
    staging/live environments
  * Completed the translation to english
  * Inserted default style elements for latest views
