// $Id: CHANGELOG.txt,v 1.4.2.3 2008-07-14 10:11:24 smk Exp $ Check-out 6.x-2.1 2008-07-14 ---------------------------- Bugs fixed: - #281584: Fixed editing locks not being released when navigating to a non-node url. - #245685: Fixed endless page redirect if $base_url is set (ie. Drual is installed in a subdirectory). - Fixed users being able to release arbitrary locks. Check-out 6.x-2.0 2008-07-10 ---------------------------- New features: - #250834 by Frank Steiner: Ported to D6. - Refactored large parts of the code. - Moved node locking to an earlier stage to more reliably detect node edit urls and avoid unnecessary locking. This also allows user defined urls to lock nodes for (no UI yet). - by ptalindstrom: Display error message even when the same user tries to edit its own locked node. Bugs fixed: - Fixed node (un)locking, especially when using url aliases. Check-out 5.x-1.0 2007-12-04 ---------------------------- New features: - Moved the option to keep documents checked out to the access permissions table. - Moved the only remaining setting to the Post settings page (admin/content/node). - Users with the 'administer checked out documents' permission are now given the option to immediately check-in a locked document through a link in the error message. - Added support for PostgreSQL. - Added PHPDoc code documentation. - Added German translation. Bugs fixed: - Fixed unnecessary messages generated by cron. - Fixed double-escaping of content titles in check-out lists.