Log of /contributions/modules/outline/outline.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 30 01:49:19 2008 UTC
(11 months, 3 weeks ago)
by
augustin
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.19: +26 -1 lines
Diff to
previous 1.19
#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)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 26 03:03:23 2008 UTC
(12 months ago)
by
augustin
Branch:
MAIN
Changes since
1.15: +17 -8 lines
Diff to
previous 1.15
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.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 23 02:20:05 2008 UTC
(13 months ago)
by
augustin
Branch:
MAIN
Changes since
1.14: +20 -4 lines
Diff to
previous 1.14
* #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.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 13 10:47:48 2008 UTC
(15 months, 2 weeks ago)
by
augustin
Branch:
MAIN
Changes since
1.10: +2 -2 lines
Diff to
previous 1.10
* 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.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 18 04:12:20 2008 UTC
(19 months, 1 week ago)
by
augustin
Branch:
MAIN
Changes since
1.8: +277 -49 lines
Diff to
previous 1.8
* 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.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 23 15:19:16 2007 UTC
(2 years, 10 months ago)
by
augustin
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0
Branch point for:
DRUPAL-5
Changes since
1.7: +5 -6 lines
Diff to
previous 1.7
#112029
A first big patch, after changing the DB schema to two tables.
Main changes:
* A volume is not a node, but the definition of a group of nodes.
* Added a volume creation/update form in the volume_outline tab.
* Since a volume is potentially independent from any node, I added a "title" field in {outline_volume}
* Created <default> setting for nodes in volume for child_node_type and toc_depth : the volume's default value will be used.
* Much of the logic is different from the one used with one table only.
TODO:
* volume navigation is broken.
* Test all the forms in the volume_outline tab. I have noticed some interference when updating a node, another node from another volume got affected!
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 15 04:15:29 2007 UTC
(2 years, 10 months ago)
by
augustin
Branch:
MAIN
Changes since
1.5: +1 -19 lines
Diff to
previous 1.5
#109409. Fixed:
* wrong indentation in settings.
* location of the setting page.
* we do not need to define a default node type.
The cover page for each volume can be of any type, depending on the use made of the volume.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 15 03:33:00 2007 UTC
(2 years, 10 months ago)
by
augustin
Branch:
MAIN
Changes since
1.4: +31 -13 lines
Diff to
previous 1.4
#106052 We are back to a two-table structure, so that we can define the attributes of a whole volume.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
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.