Log of /contributions/modules/outline/CHANGELOG.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 30 01:49:19 2008 UTC
(11 months, 4 weeks ago)
by
augustin
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.17: +6 -1 lines
Diff to
previous 1.17
#315186 Data synchronization when outline.module is enabled.
Added to the outline new books and new book pages that have been added by book.module while outline.module was disabled.
TODO:
Update data where the vid, the place in the outline has changed, where nodes have been removed, etc...
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 28 12:01:14 2008 UTC
(11 months, 4 weeks ago)
by
augustin
Branch:
MAIN
Changes since
1.15: +6 -1 lines
Diff to
previous 1.15
* #295521 User specific books:
The administrator can limit some books to some specified authors. Only nodes by those authors will be accepted in such books.
For this, we created a new function outline_check_author_perm() to check for such authorship restrictions.
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 27 05:06:57 2008 UTC
(12 months ago)
by
augustin
Branch:
MAIN
Changes since
1.14: +7 -1 lines
Diff to
previous 1.14
bugfix: properly delete past revisions.
Changelog also refers to previous patch:
* Many bugfixes related to versioning.
Regardless of the user permissions with regard to book outlining and outline settings,
new versions of the node are properly saved, and versions can be deleted or reverted.
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 26 03:03:23 2008 UTC
(12 months ago)
by
augustin
Branch:
MAIN
Changes since
1.12: +9 -1 lines
Diff to
previous 1.12
Big patch coming!
#295521 The permission "add content to books" can now be overruled on a per book basis.
We can set which roles and which individual users are allowed to add content in each book.
For this we created a new permission setting page for each book (see admin > Content management > Books > edit permissions).
The setting affect the 'add child page' links and the node form.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 24 06:42:26 2008 UTC
(13 months ago)
by
augustin
Branch:
MAIN
Changes since
1.11: +5 -1 lines
Diff to
previous 1.11
A book cover has now two TOC_depth settings: one for the book cover itself, and one for all child pages.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 23 02:20:05 2008 UTC
(13 months ago)
by
augustin
Branch:
MAIN
Changes since
1.10: +6 -1 lines
Diff to
previous 1.10
* #315186 Import data from {book} when outline is enabled after book.module had been in use.
* Add proper default values in some fields in {outline_book} and {outline_node}.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 20 05:39:45 2008 UTC
(15 months, 1 week ago)
by
augustin
Branch:
MAIN
Changes since
1.8: +6 -1 lines
Diff to
previous 1.8
#297257 Bugfix: editing nodes in different scenarios (whether they were previously outlined or not, etc.)
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 14 04:49:54 2008 UTC
(15 months, 2 weeks ago)
by
augustin
Branch:
MAIN
Changes since
1.3: +5 -1 lines
Diff to
previous 1.3
* Fixed the form in the outline tab. The outline options set by this module can now be updated at the 'outline' tab.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 13 10:47:48 2008 UTC
(15 months, 2 weeks ago)
by
augustin
Branch:
MAIN
Changes since
1.2: +15 -1 lines
Diff to
previous 1.2
* Added the outline navigation block at the bottom of a node. This outline is overriding the similar book navigation block.
Thus, we can use our custom TOC depth settings to modify the look of the outline.
* Removed outline.css. Replaced it with new stylesheet.css (I don't want all my files to start with outline*).
* Added Outline-navigation.tpl.php, which is a slightly modified copy of book-navigation.tpl.php
: Modified Files:
: CHANGELOG.txt outline.install outline.module
: Added Files:
: Outline-navigation.tpl.php stylesheet.css
: Removed Files:
: outline.css
315 line patch.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 18 04:12:20 2008 UTC
(19 months, 1 week ago)
by
augustin
Branch:
MAIN
* The upcoming Drupal 6 version of outline.module is a *complete rewrite* of the module.
* The Drupal 6 version of outline.module is now *dependent on* core's book.module,
instead of being a replacement module, like in Drupal 5.
* The tables {outline_nodes} and {outline_volume} are replaced by
{outline_node}, {outline_book}, {outline_perm} and {outline_types}
to accomodate for all the features planned in the upcoming release.
* There is a migration path from the Drupal 5 DB schema. The migration is not yet complete and needs testing.
* We replace the book.module javascript AHAH callback with our own, so we can customize the return value (add form elements).
* Any change in the outline settings at the node level is saved in the revision if 'create revision' is checked.
* The form elements to set the child page node, and the TOC depth view are directly inserted on the form node,
alongside book.module's form elements.
* The link 'add child node' is customized to take into account the child node type setting.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.