Downloads

Download tar.gz 31.42 KB
MD5: 34e5e92907ed33669ff7c66c0fcda7fc
SHA-1: ba965bef163b7767e1f396408e723398e8eac9b2
SHA-256: b219088720fe21bdaeb32d205e722bdcb5879a973bc8052c9f581a5b54519858
Download zip 47.16 KB
MD5: 6dea27f688372d55e821049637de9624
SHA-1: 7871684e954952e70d27c715fc6bd8b06e810d16
SHA-256: 2eeab23232d4ea505c8ac4f107052c25ca86fdb160baf23582de89b1f01502f5

Release notes

Footnotes module can be used to easily create automatically numbered footnote references into an article or post (such as a reference to a URL). It now supports also TinyMCE. This release also includes "Better URL filter", which can be used to replace the (incomplete) URL filter available in Drupal core.

Beginning with version 2.4, Footnotes will highlight the footnote text if you click on the footnote reference link. (This was inspired by wikipedia, see #728658: Highlight footnote when clicking the link). The highlight color is light gray. If this clashes with your site's colors, or you just want to set a nicer color (or unset the feature altogether) you need to override the default color in your own theme. (See below).

As part of this feature, CSS class names have moved tags. While unlikely, if you have used these in your own themes, please change your CSS accordingly:

  • The "footnote" class used to be the A or SPAN element that is the footnote number/label in the list of footnotes. This class is now the LI element containing the entire footnote.
  • The A or SPAN element now has the class "footnote_label"

Due to changes in HTML and CSS, you need to clear the Drupal cache after upgrading to version 2.4 or later.

Version 2.4 introduces an optional feature that identical footnotes are collapsed into one, as if they had the same value="" attribute. This must be enabled from admin/settings/filters by choosing the relevant "Input format" and then the "Configure" tab. By default, footnotes are separate unless you specify them to have the same value="" attribute.

The erroneously named "footnotes-aternative_layout.css" file had been kept for backward compatibility but is now removed in 2.4. The correct file is "footnotes-alternative_layout.css". This file was updated to reflect changes in the default css file.

2010-10-03 Footnotes 2.4

Major features

- Add Footnotes Wysiwyg module with TinyMCE AND CKEditor support.
This deprecates Footnotes TinyMCE module, which is kept around for backward compatibility.
#728642: Footnotes plugin for CKeditor
- Add i18n support via Drupal.t() also to TinyMCE module. #672034: Tinymce_footnotes should support translation (by tinymce style langs/[lang].js files)
- New feature (option): Collapse identical footnotes into one, as if using same
value="". #808214: support for literal footnote matching instead of value
- Implement #728658: Highlight footnote when clicking the link Highlight footnote when clicking the link. Add mention in
README.txt how to change the highlight color if needed (Footnotes cannot know
what is an appropriate color, I picked #eeeeee as the safest choice).

Smaller fixes

- Bug #761390: Two small improper CSS names
Two small improper CSS names
...was fixed by changing underscores to dashes in css selectors/classes.
- Deprecate Better URL filter as it is committed to Drupal 7 now. #296208: add "Better URL filter" component to Footnotes project
- Bug #761664: Footnotes are double numbered when CSS is not used, such as in RSS feeds. (Due to using OL list)
Footnotes are double numbered when CSS is not used, such as in RSS feeds.
(Due to using OL list)
...was fixed by migrating to UL list. This is also appropriate since after
introduction of the value="" parameter the footnotes needn't comprise an
ordered list.

Created by: hingo
Created on: 3 Oct 2010 at 20:40 UTC
Last updated: 3 Oct 2010 at 20:43 UTC
New features
Bug fixes
Unsupported

Other releases