/[drupal]/contributions/modules/tableofcontents/README.txt
ViewVC logotype

Log of /contributions/modules/tableofcontents/README.txt

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


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

Revision 1.1.4.1.2.2.2.2.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 05:44:45 2009 UTC (2 months ago) by alexiswilke
Branch: DRUPAL-6--3
Changes since 1.1.4.1.2.2.2.2.2.1: +6 -2 lines
Diff to previous 1.1.4.1.2.2.2.2.2.1 , to branch point 1.1.4.1.2.2.2.2
* Added some information about HTML Filter [#581636]

Revision 1.1.4.1.2.2.2.2.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Jul 19 08:18:24 2009 UTC (4 months ago) by alexiswilke
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-1
Changes since 1.1.4.1.2.2.2.2: +60 -17 lines
Diff to previous 1.1.4.1.2.2.2.2
* Fixed the README.txt heavily to it reflects the info in v3.x. I may remove
  some of the info to avoid having to maintain it in several places.
* Added support to the back to top scrolling with a flag in the settings to
  turn it on (default is turned off) [#122064]
* Added the necessary code in the .js to support the scroll on/off flag
* Fixed the Javascript & hide/show so it works for people without Javascript
  turned on [#379322]
* Updated the French translation [#523706]
* Fixed some regular expressions to make them simpler

Revision 1.1.4.1.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 19:42:57 2008 UTC (13 months ago) by deviantintegral
Branch: DRUPAL-5--2
Changes since 1.1.4.1.2.3: +46 -46 lines
Diff to previous 1.1.4.1.2.3 , to branch point 1.1.4.1
#309537: Updated README to be a bit clearer, fit within 80 columns, and be accurate for latest changes.

Revision 1.1.4.1.2.2.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 19:41:06 2008 UTC (13 months ago) by deviantintegral
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--2-3, DRUPAL-6--3-0
Branch point for: DRUPAL-6--3
Changes since 1.1.4.1.2.2.2.1: +46 -46 lines
Diff to previous 1.1.4.1.2.2.2.1 , to branch point 1.1.4.1.2.2 , to next main 1.1.4.1.2.4
#309537: Updated README to be a bit clearer, fit within 80 columns, and be accurate for latest changes.

Revision 1.1.4.1.2.2.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 17:14:25 2008 UTC (16 months, 1 week ago) by deviantintegral
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.1.4.1.2.2: +2 -1 lines
Diff to previous 1.1.4.1.2.2
#279012: Updating README to make the filter order clearer.

Revision 1.1.4.1.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 17:13:28 2008 UTC (16 months, 1 week ago) by deviantintegral
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.1.4.1.2.2: +2 -1 lines
Diff to previous 1.1.4.1.2.2 , to branch point 1.1.4.1
#279012: Updating README to make the filter order clearer.

Revision 1.1.4.1.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 5 17:30:40 2007 UTC (2 years ago) by deviantintegral
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-1, DRUPAL-6--2-1
Branch point for: DRUPAL-6--2
Changes since 1.1.4.1.2.1: +0 -2 lines
Diff to previous 1.1.4.1.2.1 , to branch point 1.1.4.1
#167585: Removing note in README about not requiring headinganchors.module.

Revision 1.1.4.1.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Nov 4 20:32:01 2007 UTC (2 years ago) by deviantintegral
Branch: DRUPAL-5--2
Changes since 1.1.4.1: +79 -43 lines
Diff to previous 1.1.4.1
#167585: Implemented a series of bug fixes and new features.

headinganchors.module:
- Now puts in headers for all levels by default, so this module can be used to assist in linking without a Table of Contents.
- Preserves pre-existing id's and attributes.
- Sanitizes id's to ensure correctness.

tableofcontents.module:
- Better inline help in node editing.
- Include CSS for theming.
- Use jquery to dynamically show/hide the Table of Contents.
- The Table of Contents now properly displays if <h> levels are skipped, such as from a <h5> to a <h3>.
- The .info file now properly requires the headinganchors module to enabled.

Revision 1.1.4.1 - (view) (download) (annotate) - [select for diffs]
Wed May 16 20:47:08 2007 UTC (2 years, 6 months ago) by deviantintegral
Branch: DRUPAL-5
Branch point for: DRUPAL-5--2
Changes since 1.1: +18 -7 lines
Diff to previous 1.1 , to next main 1.3
Updating DRUPAL-5 release

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed May 16 20:04:16 2007 UTC (2 years, 6 months ago) by deviantintegral
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +14 -2 lines
Diff to previous 1.2
#124900: Allows for the user to define settings relating to the rendering of the ToC.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed May 16 17:44:23 2007 UTC (2 years, 6 months ago) by deviantintegral
Branch: MAIN
Changes since 1.1: +4 -5 lines
Diff to previous 1.1
Updated README.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 22:18:39 2006 UTC (2 years, 11 months ago) by deviantintegral
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-4-7--1-1
Branch point for: DRUPAL-4-7, DRUPAL-5
Initial commit of tableofcontents module. This module acts as an input filter to generate a table of contents and id links for linking to headings.

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