| 1 |
# $Id: CHANGELOG.txt,v 1.17 2008/11/28 12:19:23 augustin Exp $
|
| 2 |
# CHANGELOG.txt for the outline.module
|
| 3 |
######################################
|
| 4 |
|
| 5 |
30th November 2008
|
| 6 |
==================
|
| 7 |
* (#315186) Data synchronization when outline.module is enabled.
|
| 8 |
Added to the outline new books and new book pages that have been added by book.module while outline.module was disabled.
|
| 9 |
|
| 10 |
# tag DRUPAL-6--0-0-ALPHA2 : 28th November 2008.
|
| 11 |
# ==============================================
|
| 12 |
|
| 13 |
28th November 2008
|
| 14 |
==================
|
| 15 |
* (#295521) User specific books:
|
| 16 |
The administrator can limit some books to some specified authors. Only nodes by those authors will be accepted in such books.
|
| 17 |
|
| 18 |
27th November 2008
|
| 19 |
==================
|
| 20 |
* Many bugfixes related to versioning.
|
| 21 |
Regardless of the user permissions with regard to book outlining and outline settings,
|
| 22 |
new versions of the node are properly saved, and versions can be deleted or reverted.
|
| 23 |
|
| 24 |
26th November 2008
|
| 25 |
==================
|
| 26 |
Big patch coming!
|
| 27 |
* (#295521) The permission "add content to books" can now be overruled on a per book basis.
|
| 28 |
We can set which roles and which individual users are allowed to add content in each book.
|
| 29 |
For this we created a new permission setting page for each book (see admin > Content management > Books > edit permissions).
|
| 30 |
The setting affect the 'add child page' links and the node form.
|
| 31 |
* (#331564) bugfix: "Call-time pass-by-reference has been deprecated;"
|
| 32 |
|
| 33 |
24th October 2008
|
| 34 |
==================
|
| 35 |
* A book cover has now two TOC_depth settings: one for the book cover itself, and one for all child pages.
|
| 36 |
|
| 37 |
23rd October 2008
|
| 38 |
==================
|
| 39 |
* (#315186) Import data from {book} when outline is enabled after book.module had been in use.
|
| 40 |
* Add proper default values in some fields in {outline_book} and {outline_node}.
|
| 41 |
|
| 42 |
30th September 2008
|
| 43 |
==================
|
| 44 |
* Fixed hook_uninstall(), deleting tables and variables.
|
| 45 |
|
| 46 |
|
| 47 |
20th August 2008
|
| 48 |
==================
|
| 49 |
|
| 50 |
* (#297257) Bugfix: editing nodes in different scenarios (whether they were previously outlined or not, etc.)
|
| 51 |
|
| 52 |
|
| 53 |
# tag DRUPAL-6--0-0-alpha1 : 15th August 2008.
|
| 54 |
# ============================================
|
| 55 |
|
| 56 |
14th August 2008
|
| 57 |
================
|
| 58 |
|
| 59 |
* Fixed the form in the outline tab. The outline options set by this module can now be updated at the 'outline' tab.
|
| 60 |
* Fixed the import of the D5 data during the upgrade to D6.
|
| 61 |
* Fix add_child url. (#256355)
|
| 62 |
|
| 63 |
13th August 2008
|
| 64 |
================
|
| 65 |
|
| 66 |
* Added the outline navigation block at the bottom of a node. This outline is overriding the similar book navigation block.
|
| 67 |
Thus, we can use our custom TOC depth settings to modify the look of the outline.
|
| 68 |
* Removed outline.css. Replaced it with new stylesheet.css (I don't want all my files to start with outline*).
|
| 69 |
* Added Outline-navigation.tpl.php, which is a slightly modified copy of book-navigation.tpl.php
|
| 70 |
|
| 71 |
|
| 72 |
|
| 73 |
18th April 2008
|
| 74 |
===============
|
| 75 |
|
| 76 |
* The upcoming Drupal 6 version of outline.module is a *complete rewrite* of the module.
|
| 77 |
|
| 78 |
* The Drupal 6 version of outline.module is now *dependent on* core's book.module,
|
| 79 |
instead of being a replacement module, like in Drupal 5.
|
| 80 |
|
| 81 |
* The tables {outline_nodes} and {outline_volume} are replaced by
|
| 82 |
{outline_node}, {outline_book}, {outline_perm} and {outline_types}
|
| 83 |
to accomodate for all the features planned in the upcoming release.
|
| 84 |
|
| 85 |
* There is a migration path from the Drupal 5 DB schema. The migration is not yet complete and needs testing.
|
| 86 |
|
| 87 |
* We replace the book.module javascript AHAH callback with our own, so we can customize the return value (add form elements).
|
| 88 |
|
| 89 |
* Any change in the outline settings at the node level is saved in the revision if 'create revision' is checked.
|
| 90 |
|
| 91 |
* The form elements to set the child page node, and the TOC depth view are directly inserted on the form node,
|
| 92 |
alongside book.module's form elements.
|
| 93 |
|
| 94 |
* The link 'add child node' is customized to take into account the child node type setting.
|
| 95 |
The text of the link also specify the node type of the child node.
|
| 96 |
|
| 97 |
|
| 98 |
# tag DRUPAL-5--1-0 : 21st March 2007.
|
| 99 |
# =======================================
|
| 100 |
|
| 101 |
* First official release for outline.module which is a replacement of Drupal core book.module.
|