Home | Products | Consulting | Forums | Support | Order | 1-800-752-0455
Buy now and get:
  • 90 days Free Support
  • 90 days Money Back Guarantee
  • 100% Rebrandable
  • 10% off at Template Monster

The smarter, easier, more simple way to create and update articles on your website.

Article Manager

Price:   $349.97 $199.95
 
Includes:   Version 2.16, full source-code, free support, and our 90-day, unconditional money back guarantee.
Create Your Own Article Manager Demo
Find out for yourself why thousands of customers from all over the world use Article Manager as their first choice for article management. Get started now with your very own 30-day demo.

Changelog

This page lists all updates released for Article Manager. You can get the latest release at our upgrade page.

Article Manager (Version History)
Version 2.16 

Released: October 3, 2007
- Recommended update for sites using MySQL 5

CHANGES
- Set default MySQL engine type to (faster) MyISAM engine. Previous versions used the server's default, which was usually (but not always) MyISAM.

BUG FIXES
- Added code to disable new error messages generated by MySQL 5 'strict mode'
- Fixed an obscure issue where changing category filename would generate a "file exists" error when a publish rule used only the category num

Version 2.15 

Released: July 2, 2007

MINOR UPDATE
- Added config.ini flag "allowSSIsInInput" to allow writers to enter SSIs (requested feature).
Version 2.14 

Released: June 11, 2007

CHANGES
- WYSIWYG: Updated to latest version (2.9.8) from WYSIWYG Editor Vendor
- WYSIWYG: "Paste from Word" feature improved
- Templates: Fixed various minor HTML errors, updated to be more standards compliant (both interface and published templates).
- Image Gallery: Default installation now includes "Image Gallery" field for articles.
- License: Added ability to change Product ID of installations with expired licenses.
- License: Updated license agreement REGISTRATION and TERMINATION clauses.
- Database: Current field length is now displayed on field length error messages.

BUG FIXES
- Database: Added 'submit' and 'target' to list of reserved fieldnames that aren't allowed (used by javascript)
- WYSIWYG: Fixed a content duplication bug
Version 2.13 

Released: April 17, 2007

Minor Update
- Template editor (admin function) no longer disables PHP/ASP code blocks
- Template editor no longer lists zip files in template directory

Version 2.12 

Released: March 14, 2007

Minor Update
Templates: fixed articleLists/categoryIndex.html to correctly pass the category.num to the next/previous links

Version 2.11 

Released: March 13, 2007

- convertToUnicode.cgi: fixed mysql bug that could sometimes prevent tables from being renamed properly in final step
- Templates: Updated publish templates with seperate footer file as include to make editing footer easier
- Templates: Updated publish template headers with <link rel="alternate"...> to the RSS feed
- Publishing: Fixed bug where a static index.html in publish dir would get erased when a new category was added

Version 2.10 

Released: March 7, 2007

IMPORTANT: Make sure you have Perl 5.8
IMPORTANT: Run /utils/convertDataToUnicode.cgi if you have existing non-english content or characters

NEW FEATURES
- Articles: Multi-category articles, Articles can now be added to unlimited categories
- Field Editor: Added "Field Separators" to Field Editor as separate field type
- Publishing Rules: New "External Script" rule for running other programs after publishing
- Admin Menu: Added Template Editor
- Publishing: Improved Publishing Speed
- Templates: New modifier defaultValue() added. Displays value if placeholder is undefined, blank or zero.
- New default template set (old set available in "classic.zip")
- Unicode Support: Non-english and other special characters are stored and displayed correctly. If you use non-english characters, you need to update your publish templates to support UTF-8 characters - add the following tag to your publish templates under the title tag:

<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">

MISC IMPROVEMENTS
- Publishing Rules: Added additional error checking for invalid placeholder, filename and category settings
- Publishing Rules: Other miscellaneous enhancements
- Templates: Default templates/stylesheet updated accomodate multi-cats
- Import: Checkboxes fields are now imported from v1.41 as numeric "integer" fields so they sort correctly.
- Import: Improved conversion of v1.41 next/previous links.
- Publishing: Added customPatches.pl reload delay option for servers with low "server CPU usage thresholds" - Errors: Improved error messages when a directory isn't writable
- Added new menu placeholders $category.listItemStart$ and $category.listItemEnd$ for creating menus as unordered html lists, for example:

<!-- template insert : <ul>$categoryList$</ul> -->
<!-- templatecell : categoryRow -->
$category.listItemStart$$category.name$$category.listItemEnd$
<!-- /templatecell : categoryRow -->

BUG FIXES
- General: Added workaround for bug in Microsoft IIS/5.0 that sometimes prevents cookies from being set (http://support.microsoft.com/kb/q176113/)
- Admin Menu: Fixed the "Upload Directory" browse button in Server Settings (button was controlling the Publish Directory field).
- Database Moves: Improved data migration errors, database writes now enabled after reporting an error
- Field Editor: Fixed bug where date field would display an error when no date field options were enabled
- Field Editor: Fixed beta 2 bug - IE Javascript error "Couldn't find element: undefined"
- Field Editor: Fixed bug where changing "Stored As" type would erase field contents with file databases (not mysql)
- Search: Unlinked categories now display in search engine category list as intended (check "hide from search" in category editor to hide them)
- wysiwyg: html code examples and entities now re-load correctly in the interface (eg: '&lt;')
- wysiwyg: unneeded "<br>" or "<p>" tags are now removed when a blank field is submitted.
- wysiwyg: Added workaround for "duplicating content" bug that sometimes occured in IE
- wysiwyg: Fixed Mozilla/Firefox javascript console bug 'Javascript component does not have a method named: "shouldProcess"...'
- search: All search fields now support quoted multi word phrases "like this"
- Other miscellaneous bug fixes

Version 2.02 

Released: November 3, 2006

NEW FEATURES
- Publish Rules: added "Copy Rule" button to make it easier to add new rules based on existing ones
- Publish Rules: global article lists can now be limited to specified categories only
- Publish Rules: global category menus can now be limited to specified categories only
- Publishing: Added "Cancel Publishing" link to defer publishing when making lots of edits
- Publishing: Improved file collision error messages when adding/editing Articles and Categories.
- Templates: Added new templateIf operator "isMultipleOf" and "isNotMultipleOf" to make multi column layouts easier
- Templates: Added new features "Convert SSIs to PHP includes" and "Convert PHP includes to SSIs"
- Templates: Added new placeholder modifier :fileAttribute() to access specific image attributes (backward compatability with v1.41)
- Templates: Added new article list placeholder $articleList.currentResultNumber$
- Search: Made new placeholders $keyword$ and $keywordSearchFields$ available from search.cgi (and added to searchResults.html template)
- Support: added support for running optional customPatches.pl file (allows support staff to more easily work around mis-configured or non-standard servers and make custom changes to software)
- Upload Options: Made default image alignment available to be modified with customPatches.pl
- WYSIWYG Editor: added "Paste From Word" button to default WYSIWYG toolbar

MISC.
- Publishing: Changed timeout counter to 60 seconds from 30 and added 30 second option to "Max Process Time" in Admin Menu
- General: Improved directory detection code, resolves "filepath './config.ini' must be an absolute path" error
- Search: Specifying keywordSearchFields with underscores now works. fixes: "couldn't find field 'art\_field1'" error
- Templates: Removed double slash ("//") from css, javascript, image, etc links (caused 404 on some servers)
- Templates: re-organized admin menu template files for easier editing (split some up into multiple files and renamed or moved others)
- Many general improvements and fixes to Admin, Search, and Upgrade programs

Version 2.01 

Released: October 26, 2006
Maintenance Release

New Features
- added support for UNC network filepaths and webhosts that use them (e.g. \\SERVER_NAME/path/)
- added auto login support so you can login and jump to a page with one link. eg: admin.cgi?loginUsername=USERNAME&loginPassword=PASSWORD&action=loginSubmit

Fixes
Many general bug fixes and improvements, including:
- Upgrade Script: Improved importing from Article Manager 1.41
- General: Fixed "Unable to initialize ReadForm Module! (Check settings)" error caused when uploads/incoming directory couldn't be created
- Publishing: "One-Level Category Menus" now publish as they did in version 1 (extra categories no longer showing) - Publishing: Added menu format options from version 1.
- Publishing: Resolved issue where non-admin users would get error on second page of publishing
- Publishing: Improved handling of multiple publish rules with the same placeholder name and different categories
- Default templates: Added keyword placeholder to search "next page" links to subsequent pages display search results and not every article
- Interface templates: Updated admin style-sheet to fix IE7 text alignment issue where everything was centered

Version 2.00 

Released: October 19, 2006
New Main Features:
- New Intuitive User Interface
- mySQL database support
- Image thumbnailing and resizing
- Improved Template System
- Enhanced Image/Media Management - unlimited uploads per article
- Unlimited Article and Category Fields
- Syndicate your content with RSS
- Email My Password (retrieve lost passwords easily)
- Localize date, time, and number settings
- Bulk Article and File Deletion
- My Placeholders (create your own global placeholders)
- Ability to import Article Manager 1.41 data, uploads and templates
- and much more...

Version 1.41  Released: December 5, 2005
Maintenance release
- Fix for WYSIWYG editor issues in Firefox 1.5
- Fixed a pathing issue in the interface that prevented the WYSIWYG from loading on a few rare servers
Version 1.40  Released: June 16, 2005
New cross-browser WYSIWYG editor!
- WYSIWYG now compatible with Mozilla based browsers on both PC and Macintosh OS X
- Supports: Firefox 1.0+, Mozilla 1.7+, Netscape 7.1+, Internet Explorer 5.5+ (Windows only)
- Login Account screen now unchecks all boxes when the "All Categories" box is unchecked
Version 1.38  Released: February 11, 2004
Recommended Upgrade.
Users of 1.37 should upgrade to 1.38
- fixed a defect from 1.37 where manually refreshing the browser after deleting a category could delete category/article data
Version 1.37  Released: February 4, 2004
New Feature:
- Subcategories added (see the subcategories documentation for more info)
Other Changes:
- Server side script parsing now compatible with publishing to an IP address on UNIX servers
- Default templates now include a single external style sheet for ease of updating
- New visual style for default templates (original style available with the "classic.css" style sheet)
- The htmlarea folder has been renamed to wysiwyg
Version 1.36  Released: December 8, 2003
Fixes:
- fixed server side script parsing errors on uncommon servers (including a "doubling" of linebreaks on some servers)
Version 1.35  Released: November 27, 2003
Fixes:
- improved HTTP header forwarding behavior with search.cgi and view.cgi server-side script parsing (fixes serveral search.cgi issues occuring with 1.34 on some servers)
- re-added 'version' info to setup options page (removed in 1.34)
Version 1.34  Released: November 24, 2003
Private Label Version
- software can now be fully rebranded
- no hardcoded references to the program name - modifying the Titlebar text in Setup Options will update all occurences
- modifying vendor profile will display sublicense agreement (with vendor) instead of license agreement (with interactivetools.com) when installing
- "upgrade available" removed from Setup menu
- updated the Software License Agreement
Fixes:
- fixed an issue with server-side script parsing and subdomains
Version 1.33 
Released: October 9, 2003
- New setup option to provide basic authentication when using Server Side Parsing with password protected "publish/" directories
- Added a config.ini flag (bcc_to set the email separator for notification. This is to resolve incompatibilities between some mail programs and certain delimiters (semicolon sometimes rejected).
Version 1.32 
Released: September 23, 2003
New Features
- added rendering of SSI and server side script (PHP, ASP, etc.) in pages generated dynamically by search.cgi and view.cgi
- search.cgi can now search multiple categories (i.e. cat=1,3,4)
- new $publishdir_virtualpath$ placeholder, deprecating $virtual_*$ placeholders
- new $publishdir_filepath$ placeholder
Templates
- added the "Maple PHP" template set (default publish templates using PHP includes)
Fixes
- re-enabled $url_publish$ in several templates (disabled in 1.30)
Version 1.31 
Released: July 10, 2003
- Fixed an issue where image height and width were lost when moving an article from a category with a custom upload directory to another category.
Version 1.30 
Released: June 18, 2003
New features:
- added ability to specify category upload and publish directories
- added new "$virtual_" placeholders (required for category specified directories)
- added config.ini setting to allow duplicate article filenames
Enhancements:
- new filelocking protocols now compatible with Sun Solaris
- improved detection of conflicting filenames
- added thumbnail preview to Category Edit page
Version 1.29 
Released: April 30, 2003
- Writers submitting articles will now trigger email notification events
Version 1.28 
Released: April 23, 2003
- Recommended upgrade.
- improved file system error checking when rewriting database files. This will prevent you from losing data if your hard drive is full.
- added email notifications
- fixed issue where erasing a category wouldn't delete category-specific pages from website
- improved filelock handling
- filelock timeouts can be configurable via config.ini
Version 1.27  Released: February 27, 2003
- resolved a WYSIWYG editor issue where content entered in non-IE 5.5+ browsers with auto-format checked would display in IE 5.5+ WYSIWYG as a single line.
- resolved an incompatibility issue with some servers running Perl 5.004
Version 1.26  Released: February 18, 2003
- XSS filter now permit relative URLs
Version 1.25  Released: February 13, 2003
- resolved issue where extra <br> tags were being added to WYSIWYG textareas
- resolved issue where writers received missing template cell message on login
Version 1.24  Released: February 12, 2003
- search.cgi can search the specified fields listed in the "fields" query parameter
- the category list in category editor is displayed properly after a sort or re-order
- default image caption font reduced for webfeeds
- invalid article dates (eg Feb 31) now replaced by last day of month
- spare field content is now HTML encoded
- pulldown art fields now support HTML
- $cat_image$ will now display in dynamic (search.cgi) content
- spare fields now support image placeholders in search.cgi
- category index now republished for all categories (hidden or not)
- modified Arctic Template set to display correct headlines on the Advanced Search page
- templatecell for img_caption and img_nocaption added to all 3 template sets
- added XSS filtering - configurable through xssfilter.ini
- auto format checkbox now displays in browsers other than IE 5.5+ when WYSIWYG editor chosen for summary, content or spare textarea art_fields.
- WYSIWYG editor upgraded to version 2.03
- archive list will now display 11+ archives when you have over 10 archives
- art_field checkbox type will now display if incorrect dropdown syntax is entered
- added umask setting option to the config.ini file
Version 1.23  Released: September 23, 2002
- article's time is formatted according to time_format option from config.ini
Version 1.22  Released: September 17, 2002
- archiving will not publish printer redirect pages if Printer Pages are turned off
- webfeed generator will not show hidden categories
- option to turn off publishing of hidden category's index and syndicated content
- individual article filenames can contain dashes
Version 1.21  Released: August 23, 2002
- wysiwyg editor has been updated to be much faster
- fixed "sort by title" bug under setup options
- $url_index$ is now defined by the search engine
- fixed problem causing blank articles without date to sometimes be created
- updated upgrade routine to remove any articles without date and title
- search engine, new placeholder $url_search_category$ available
- search engine, new placeholders, $in_xxxxx$ added for all form keys/values
Version 1.20  Released: August 16, 2002
- New WYSIWYG editor! (requires IE5.5+ on Windows)
- User may now specify article filenames
- spare fields increased to 20
- new spare field types: text field, textarea, WYSIWYG, pulldown, checkbox
- image placeholders now parsed in spare fields
- Summary and Content fields may now be disabled, or changed into WYSIWYG fields
- uploaded image max now increased to 25
- archiving can now be done by date range AND category name
- admin program templates can now be modified
- global article sorting order can be modified by user
- renamed "Entire Site" to "All Categories" on search templates
- INI setting now available to hide "Upgrade Available" section in Setup Options
Version 1.11  Released: July 30, 2002
- New Archiving Feature!
- Rebranding functionality!
- Added ability to disable meta generator tags in published pages
- Allow editing of interface full titlebar text and footerbar text
- Login images now customizable by editing or replacing the login images in the image directory
- Image captions can now safely include HTML tags
- XHTML <br /> tags are now generated for summary and content fields
- Javascript Encoding "_je" placeholder suffix now works on all pages
- Browsing directories on a Mac OS/X server now works correctly
Version 1.09  Released: May 16, 2002
- Added error checking for "disk quota exceeded". Program will not attempt to update its data files and will display an error when insufficient disk space is available.
Version 1.08  Released: April 26, 2002
- Fixed logoff problem where users who just logged off were sometimes unable to immediately log back in.
Version 1.07  Released: April 23, 2002
- Fixed a bug that, when creating an article and clicking the "Preview" button, sometimes caused documents to publish.
Version 1.06  Released: April 16, 2002
- Added additional filtering to prevent malicious HTML and cross site scripting.
Version 1.05  Released: November 30, 2001
- now includes Webfeed Generator so site owners can display syndicated content
- fixed output dates for $global_updated$ and $cat_updated$ placeholders
Version 1.04  Released: October 23, 2001
- beginning and ending year can now be overridden in INI settings (max 1980 - 2032)
- fixed autoformatting problem in the search engine results
Version 1.03  Released: September 4, 2001
- fixed grammar error in /templates/readme.txt ("are modification" changed to "or modification")
- fixed rare javascript error on login page (caused when attempting to login directly with URL)
- added text files to empty dirs to make sure they get created when unzipping
- removed an extra slash displayed in filepaths by some error messages
- fixed search engine which wasn't displaying some spare field placeholders
- fixed error routine to no longer display ' chars as \'
Version 1.02  Released: August 29, 2001
- all templates: added "internet link" link below summary instead of having title link
- all templates: added "uploaded file" link below summary instead of having title link
- all templates: updated headlines to link to index summary with anchor links
- maple templates: fixed a Mac IE4/IE5 spacing problem
- arctic templates: fixed a netscape bgimage repeating issue
Version 1.01  Released: August 29, 2001 (internal only, not released)
- removed error message displayed on bottom of preview page
- changed search.cgi to use #!/usr/bin/perl as the default perl path (for Unix)
- removed unneeded image data from interface.dat (reduced filesize by 200k)
Version 1.00  Released: August 24, 2001

More Information: Buy Now | Questions or Comments? 
Products
CMS Builder
Article Manager
Realty Manager
Listings Manager
Order Now
Services
Priority Consulting
Support
Online Documentation
Support Forums
Support Homepage
Company Info
12 reasons to choose us!
Meet the team
Monthly newsletter
Contact Us
Toll Free: 1-800-752-0455
Phone: (604) 689-3347
Sales | Support
Links | Conditions of Use | Privacy Policy | Copyright © interactivetools.com 2008
#201 - 2730 Commercial Drive, Vancouver BC Canada V5N 5P4