/[drupal]/contributions/modules/outline/outline.install
ViewVC logotype

Log of /contributions/modules/outline/outline.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 12:01:39 2008 UTC (11 months, 4 weeks ago) by augustin
Branch: MAIN
CVS Tags: DRUPAL-6--0-0-ALPHA2
Changes since 1.18: +3 -1 lines
Diff to previous 1.18
nothing.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 03:33:03 2008 UTC (11 months, 4 weeks ago) by augustin
Branch: MAIN
Changes since 1.17: +180 -2 lines
Diff to previous 1.17
  Repeat the whole starting schema in outline_update_6000, because using drupal_install_schema() is not safe.
  See Updating tables #2: Don't use hook_schema! http://drupal.org/node/150220

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 03:07:27 2008 UTC (12 months ago) by augustin
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
(#331564) bugfix: "Call-time pass-by-reference has been deprecated;"

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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 08:42:33 2008 UTC (13 months, 3 weeks ago) by augustin
Branch: MAIN
Changes since 1.13: +10 -2 lines
Diff to previous 1.13
Collapsible field setting per user.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 08:01:34 2008 UTC (13 months, 3 weeks ago) by augustin
Branch: MAIN
Changes since 1.12: +6 -3 lines
Diff to previous 1.12
Fixed hook_uninstall(), deleting tables and variables.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 14 07:26:49 2008 UTC (15 months, 1 week ago) by augustin
Branch: MAIN
CVS Tags: DRUPAL-6--0-0-alpha1
Changes since 1.11: +31 -2 lines
Diff to previous 1.11
Fix the D5 -> D6 upgrade process, importing all data into the new tables.

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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 07:19:27 2008 UTC (19 months, 1 week ago) by augustin
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9
Make sure that updating any node works with or without revisions.

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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 23 05:17:40 2007 UTC (2 years, 10 months ago) by augustin
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
Another DB change that was forgotten in #106052: vid becomes volume_id

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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 7 20:50:46 2007 UTC (2 years, 10 months ago) by pwolanin
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
hey, some of this code even works...

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 7 02:37:54 2007 UTC (2 years, 10 months ago) by pwolanin
Branch: MAIN
Changes since 1.2: +21 -16 lines
Diff to previous 1.2
#106052 plowing forward, revised back to single table

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 7 00:35:20 2007 UTC (2 years, 10 months ago) by pwolanin
Branch: MAIN
Changes since 1.1: +21 -18 lines
Diff to previous 1.1
#106052 plowing forward, revised schema

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2