========================
Upcoming Changes in version 4.0
========================
Todo: NEW FEATURE! Multi-Language Capability.
This feature is turned on only when more then 1 site-wide language pack is installed. 
Todo: Module-specific CSS is now moved to a separate style.css file

========================
Changes in version 3.0
========================
- NEW FEATURE! Support for offline blog editing tools via XML-RPC and the MetaWebLog and Movable Type APIs
Because of the limitations of the editing tools currently on the market, only 1-section articles can be created, retrieved or edited.  
See "CREATING & EDITING ARTICLES USING BLOG TOOLS" in /article/docs/Introduction.txt for useage instructions.
- "Popular Articles" box now uses a numbered list.  Thanks, rck000!
- Article List Tooltips somehow disappeared.  It's working again.
- If an article has a summary but no body, the READMORE, MOREWORDS, and MOREPAGES tags will not be used.

========================
Changes in version 2.9
========================
- 1-section articles can now be saved without explicitly saving the section -- just click "save Article".  All aditional sections work the same way as before.
- A template missing in the last distriibution is now included.
- NEW FEATURE! Support for auomatic posting via JustBlogIt! (http://blog.warmbrain.com/justblogit/)
Article content can now be set using arguments added on to the index.php?module=article&edit=create URL
- Introduction.txt has been edited to include a chapter on "CREATING & EDITING ARTICLES USING BLOG TOOLS"
- Introduction.txt has been edited to include the following text under "EDITING SECTIONS":
"Note: If you are creating a new article with just one section, you will instead see a button marked "Add a new Section".  You don't have to click it.  Just select "Save Page", and the sections will be automatically saved."
- German language file is now included.  Thanks tluft!
- Fixed Bug Report [1064743] "Bug in security check of importANN.php"

========================
Changes in version 2.8
========================
- The view=news display now accepts an additional switch, "show=more".  If you want your news display to show only articles that *didn't* appear on the homepage, use the following URL: 
/index.php?module=article&view=news&show=more
- Fixed Bug Report [1060590] "Next Page View SQL Syntax Error"


========================
Changes in version 2.8
========================
- Various minor bug fixes & interface tweaks.

========================
Changes in version 2.7
========================
- Changed the main menu structure to enhance useability.  Still open to suggestions.
- Added detail information to article titles on the main menu.
- The following changes were made to allow Article Manager output to conform to the Section 508 & Web Content Accessibility Guidelines 1.0:
    - The print and email icons now contain descriptive textlinks.
    - "align=" attributes changed to CSS. 
    - Form elements now have labels.
- If there is only 1 article showing on the homepage, the "Also On This Site" block will not show.
- Cleaned up Help File in attempt to fix Bug Report [1010755] "Module Article: Difficulty Installing"
- Fixed Bug Report [ 1018556 ] "BBCode ist parsed in the wrong way"

========================
Changes in version 2.6
========================
- Got rid of some deprecated core variables
- Fixed Bug Report [1004402] "Article manager dumping articles".

========================
Changes in version 2.5
========================
- Fixed bug preventing articles from being sent to Approval.
- "Awaiting Approval" messages are now displayed to unauthorized users.
- While set as the MainArticle, an article cannot be edited by anyone requiring Approval
- Fixed syntax error in installation SQL script.
- Fixed Bug Report [993439] "nbsp needs semicolons"
- Fixed Bug Report [984920] "Non standard file names". The names of the "Page Insert" templates have been changed so that there are no more brackets.
NEW FEATURE! Article revision tracking & management.  
Version history is accessed from a link at the top of the editing screen.
- You can set how long old versions are kept via the "Configuration" button.
- "Articles can be viewed by certain groups" has been deleted from Introduction.txt.
- Fixed Feature Request [1001272] "multi-page menu titles"  The first line of a multipage navigation list now shows the first section title instead of the article title.
- Re-registered with the new Search Module

========================
Changes in version 2.4-1
========================
- Fixed Bug Report [981572] Syntax error in AM_view_news.php.

========================
Changes in version 2.3
========================
NOTE: This version requires that you place the included file ImgLibrary.php in directory "/core", file "Image_Library.txt" in directory /docs/developers and files ImgLibrary_view_gallery.tpl & ImgLibrary_view_gallery.tpl in directory "/templates".

- Fixed double-display of section editing screen.
- Fixed Bug Report [902591] "Bug in Image Library"  
- Standardized all relative links
- Fixed Bug Report [ 910071 ] Main article listing was messing up row display continuity where cells had null values.
- Fixed Bug Report [ 910071 ] Changed template variables for listing_row.tpl.  
Changed {BG} to {ODDROW} so that tablerow class values are now specified in the template - not in the code.
Thanks, smsulliva!
- Fixed Bug Report [ 945847 ] "Cache issues with image name reuse"
- Fixed Bug Report [ 952874 ] "New articles don't show up"
- Fixed display of news so that listings are shown in descending order (most recent first).  The order can be changed by adding "order=ASC" to the URL.
- Fixed news display problem where title-filtered listings were still sorted by the date they were last updated instead of alphabetically.
- Fixed display of archives so that listings are shown in descending order (most recent first).  The order can be changed by adding "order=ASC" to the URL.
- Fixed display of archives so that expired listings are only shown to those authorized to re-publish them.  Switch to enable display of all articles is now "all=1".  "current=1" is now obsolete.
- Some of the documentation in "MOST-USED URL EXTENSIONS" in INTRODUCTION.txt has changed to the following:
==================
To see all articles for a specific day, enter
  http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8&day=27

To see all articles for a specific month, enter
  http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8

To see all articles for a specific year, enter
  http://www.yoursite.com/index.php?module=article&view=archives&year=2003
  
To see all articles for a specific year in order from oldest to newest, enter
  http://www.yoursite.com/index.php?module=article&view=archives&year=2003&order=ASC
  
NOTE: The above links will show currently viewable articles published on these dates.  
If you want to see the articles created or updated on these dates, add "&datetype=created_date" or "&datetype=updated_date" to the link.
If you want to see ALL (expired and unexpired) articles,  add "&all=1" to the link.
==================
  

========================
Changes in version 2.2
========================
NOTE: This version requires that you place the included file ImgLibrary.php in directory "/core" and files ImgLibrary_view_gallery.tpl & ImgLibrary_view_gallery.tpl in directory "/templates".

NEW FEATURE! "Email A Friend"
NEW FEATURE! You can now globally turn off/on using the Comments module for discussion!  The choice is made in the "Configuration" section.
ENHANCED FEATURE! The image library now lets you select images from galleries!
- Fixed Bug Report [865706] "Error in list of related articles"
- Fixed Bug Report [877213] "Edit Own Articles does not work"
- Fixed Bug Report [877222] "Only 1 category can be selected per article"
- Fixed situation where "&view=<non-numeric value>" would cause an error
- Author userids are now recorded in the database table.
- Implemented Suggestion [ 889629 ] "Locking should display owner"
- Fixed Bug Report [ 887553 ] "All Articles list tied to Also on this Site.. List"

========================
Changes in version 2.1
========================
-This version is coded to work with phpWebsite version 0.9.3-2.
-Fixed Image Library error that prevented it from reporting why an image file was rejected.

========================
Changes in version 2.0
========================
NEW FEATURE! Added capability to edit "keywords" and "robots" metatags.  "description" & "author" metatags are created automatically from article data.
"Automatically Generate Metatags" must be checked in the configuration menu for this to work.  "robots" metatags can only be edited by admins that have "Edit Search Engine Instructions" checked in the "Edit User" page.
NOTE: For this feature to work, the latest CVS copy of mod/layout/class/Layout.php must be installed.  You can rsync it or download it using this link:

http://res1.stddev.appstate.edu/horde/chora/co.php/layout/class/Layout.php?login=2&r=1.59&p=1&Horde=3430edc1fe94de721ac3c0f4c838a799&Horde=3430edc1fe94de721ac3c0f4c838a799

Other Changes:
-Article Manager uses the moduleLink method more extensively now to take advantage of the "mod-rewrite" hack (in production test on www.vibride.com).
-Fixed problem with "printable version" links.
-Fixed problem with using apostrophies in "Image Caption" text.
-Fixed import scripts to handle parsed data.
-Fixed bug where the category view was showing up in the wrong order.
-Fixed Import Script bug where no sections were being saved.
-Installation Instructions: Stressed again the need to back up your data.
-Installation Instructions: Added a section on what do to if an import fails.


========================
Changes in version 1.5.2
========================
-Fixed problem with image library maximum file sizes not changing.


========================
Changes in version 1.5.1
========================
-Fixed problem with pages needing approval not saving.


======================
Changes in version 1.5
======================
-Archive Listings!  Now you can list all articles created or updated on a certain day, month or year!  Perfect for blogs!  

To see all articles for a specific day, enter
http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8&day=27

To see all articles for a specific month, enter
http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8

To see all articles for a specific year, enter
http://www.yoursite.com/index.php?module=article&view=archives&year=2003

NOTE: The above links will show ALL (expired and unexpired) articles published on these dates.  If you want to see the articles created or updated on these dates, add "&datetype=created_date" or "&datetype=updated_date" to the link.
If you don't want to see any links that are currently expired,  add "&current=1" to the link.

-Fixed an error where error messages were not showing up while editing sections .
-Sections will now not let you save them until all data entry errors are fixed.
-Any problems in uploading images will now cause an error message to display.
-Changed how publication & expiration dates are calculated in the importation script.
Publication date is now the same as creation date and expiration date = now if not specified by the imported data.
The updater will automatically fix your publication dates on all articles that have already been published.
-Fixed error where the section template list wasn't remembering what template was selected.
-Some obsolete template files were accidentally included in the last release.  Updater will take them out.
-Changed some hardcoded links to use moduleLink to let Article take advantage of the phpWS mod_rewrite hack (to be finalized this week)


======================
Changes in version 1.4
======================
-Due to popular demand, the Print Icon is now at the top of the page
-Added title tag to print icon for compatibility w/ Mozilla.
-Print Icon now will not show if the article is set as the main one.
-Restricted Viewing isn't available right now, so I took out the configuration option
-Section templates now have no spaces in the file name.  The new files are copied in and the old files are deleted with the update.  

IMPORTANT: Before updating, make sure that access permissions for the /article/templates/section directory is set to 777.  Otherwise, you'll have to delete the old template files manually!

======================
Changes in version 1.3
======================
popboxes removed - now compatible with ver0.93
More bugs caught & fixed
Updated INTRODUCTION.txt - Added a "Most-Used URL Extensions" section
Interface Adjusted - Deleting articles & sections (without javascript enabled) now takes you to a separate confirmation screen.
