                   net.nemein.discussion Changelog
                   -------------------------------
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-04-26 torben
  - Adapted to the new caching infrastructure.

2005-03-07 bergie
  + Added new CSS eyecandy designed by Tuomas "tigert" Kuosmanen

2005-03-04 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-01-26 bergie
  + Enabled post deletion for moderators and admins
  + Threads are also shown in the /latest/N URI
  + Thread URL names are now generated from title instead of time()
  + Poster name is now fetched from $comment->author if not set
  + Latest reply to a thread is displayed in thread list
  + Thread list is now split to subpages
  + Threads can now be created on-site
  + Discussion leaves are hidden from navigation by default

2005-01-20 bergie
  ! Speed optimization by removing subthread support
  + Added fields for poster-supplied name and email
  + Switched to using datamanager for posting form
  - Fixed deletion in AIS

2004-12-01 torben
  - NAP/AIS toolbar upgrade
  - German translation added
  - Code cleanup

2004-11-10 torben
  - Filesystem transition

2004-08-02 SmallOne
  - Added swedish translation


---> Older items in reverse order

2003-06-17
- First ChangeLog entry

2003-11-10

! Migrated to the new MidCOM configuration format
+ It is now possible to dynamic_load discussion threads even if they don't exist
+ Better handling of authenticated and unauthenticated users
+ Replies can now be sent by email if configuration parameter "email_replies" is set to true
- Default mailing address can be configured with parameter "default_reply_to". This will be used if user's email address is not known
- If all emails should be sent to the default address, there is parameter "prefer_default_reply_to"

2003-12-08

+ Now discussion shouldn't allow creating empty comments

2004-03-24

+ Added configuration dialog for the forum
+ Added "latest" view for displaying newest posts
- Fixed creating replies to same threading level
- Fixed threading display (DIVs were not properly closed)
- Added anchor to actual comment into emails
- Thread creation now leads into edit instead of view

2004-05-19

+ Configuration item for moderator group. Not used anywhere yet
- mRFC 0003 compatibility fixes
- Bug #34 fix

2004-06-15

- Minor XHTML syntax fixes
