| 1 |
// $Id: CHANGELOG.txt,v 1.6 2008/08/11 13:29:25 smk Exp $
|
| 2 |
|
| 3 |
Check-out 6.x-2.x xxxx-xx-xx
|
| 4 |
----------------------------
|
| 5 |
- #281584 by Frank Steiner: Fixed documents unlocked during AJAX requests.
|
| 6 |
- #476324 by wulff: Added Danish translation.
|
| 7 |
|
| 8 |
|
| 9 |
Check-out 6.x-2.2 2008-07-14
|
| 10 |
----------------------------
|
| 11 |
Bugs fixed:
|
| 12 |
- Fixed node re-locking.
|
| 13 |
|
| 14 |
|
| 15 |
Check-out 6.x-2.1 2008-07-14
|
| 16 |
----------------------------
|
| 17 |
Bugs fixed:
|
| 18 |
- #281584: Fixed editing locks not being released when navigating to a non-node
|
| 19 |
url.
|
| 20 |
- #245685: Fixed endless page redirect if $base_url is set (ie. Drual is
|
| 21 |
installed in a subdirectory).
|
| 22 |
- Fixed users being able to release arbitrary locks.
|
| 23 |
|
| 24 |
|
| 25 |
Check-out 6.x-2.0 2008-07-10
|
| 26 |
----------------------------
|
| 27 |
New features:
|
| 28 |
- #250834 by Frank Steiner: Ported to D6.
|
| 29 |
- Refactored large parts of the code.
|
| 30 |
- Moved node locking to an earlier stage to more reliably detect node edit urls
|
| 31 |
and avoid unnecessary locking. This also allows user defined urls to lock
|
| 32 |
nodes for (no UI yet).
|
| 33 |
- by ptalindstrom: Display error message even when the same user tries to edit
|
| 34 |
its own locked node.
|
| 35 |
|
| 36 |
Bugs fixed:
|
| 37 |
- Fixed node (un)locking, especially when using url aliases.
|
| 38 |
|
| 39 |
|
| 40 |
Check-out 5.x-1.0 2007-12-04
|
| 41 |
----------------------------
|
| 42 |
New features:
|
| 43 |
- Moved the option to keep documents checked out to the access permissions
|
| 44 |
table.
|
| 45 |
- Moved the only remaining setting to the Post settings page
|
| 46 |
(admin/content/node).
|
| 47 |
- Users with the 'administer checked out documents' permission are now given
|
| 48 |
the option to immediately check-in a locked document through a link in the
|
| 49 |
error message.
|
| 50 |
- Added support for PostgreSQL.
|
| 51 |
- Added PHPDoc code documentation.
|
| 52 |
- Added German translation.
|
| 53 |
|
| 54 |
Bugs fixed:
|
| 55 |
- Fixed unnecessary messages generated by cron.
|
| 56 |
- Fixed double-escaping of content titles in check-out lists.
|
| 57 |
|