Log of /contributions/modules/outline/outline.info
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 18 04:12:20 2008 UTC
(19 months, 1 week ago)
by
augustin
Branch:
MAIN
CVS Tags:
DRUPAL-6--0-0-alpha1
Changes since
1.4: +4 -1 lines
Diff to
previous 1.4
* 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.
Revision
1.3.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 10 15:00:53 2007 UTC
(2 years, 7 months ago)
by
augustin
Branch:
DRUPAL-5
Changes since
1.3: +2 -2 lines
Diff to
previous 1.3
#134840 Missing quotes causes parsing error with php5. Thanks to Cloudy for pointing out the solution.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 29 06:12:17 2006 UTC
(2 years, 10 months ago)
by
augustin
Branch:
MAIN
Creation of a new outline module based on book.module.
The aim is to strip the book node type definition, but to keep and improve the outline function,
based on beginner's and pwolanin's patch here: http://drupal.org/node/65319 and http://drupal.org/node/81226 .
TODO:
replace book_hooks() into outline_hooks().
replace {book} into {volume}
remove book node type definition
make outline function more general.
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.