Download & Extend

Releases for Footnotes

footnotes 7.x-2.5

Download Size md5 hash
footnotes-7.x-2.5.tar.gz 25.81 KB a7f42d78aae27442d3bf77ae5794c142
footnotes-7.x-2.5.zip 35.65 KB 1d3086045345e5ee572334cab24459da
Last updated: March 13, 2011 - 18:36
Official release from tag: 7.x-2.5

Release notes

This is a port of Footnotes 6.x-2.5 to Drupal 7 (hence, 7.x-2.5). There are no new features other than the Drupal 7 compatibility.

Looking for new maintainer!

With this release I'm announcing my intent to step down as maintainer for this module. Footnotes was first released in June 2006 and today, 4 Drupal major versions later has over 1100 websites using it. If you are interested to maintain this module, please be in touch and I'll help you. See the project page for details.

Removed features and known issues

The Footnotes Views API added in 6.x-2.5 is not yet ported to Drupal 7, as the Views module itself lacks a stable 7.x-* version.

The Textile variant of Footnotes was removed, it has been deprecated and unmaintained for some years now. You can use the normal Footnotes filter even if you are a Textile user.

Better URL filter is removed since the standard URL filter in Drupal 7 core includes that code. (Yay!)

Footnotes TinyMCE plugin is removed, use the Footnotes Wysiwyg plugin instead, it contains a TinyMCE plugin.

The CKEditor plugin works with CKEditor 3.3.1 but apparently some newer versions only partially work, see the README for details. (This is unrelated to using Drupal 7, something is changed or broken in CKEditor.)

footnotes 7.x-2.5-beta1

Download Size md5 hash
footnotes-7.x-2.5-beta1.tar.gz 30.14 KB f439131e6a29229ee1995e2ca657ebb0
footnotes-7.x-2.5-beta1.zip 43.19 KB 59e2aa22de92dbebd7f16b14f4a8c326
Last updated: March 12, 2011 - 19:41
Official release from tag: 7.x-2.5-beta1

Release notes

Port of Footnotes 6.x-2.5 to Drupal 7. (yes, finally...)

The filter module seems to work. The Views API and both WYSIWYG editor are still unported.

As foreseen for some time, the Textile filter is now removed and Better URL Filter is removed since the code was committed as the core URL filter for Drupal 7.

footnotes 7.x-2.x-dev

Download Size md5 hash
footnotes-7.x-2.x-dev.tar.gz 26.7 KB 88178e5b52bff8ea8c5c9232dad95f5e
footnotes-7.x-2.x-dev.zip 36.55 KB 2e12e23de84096a71ae807b61c76488c
Last packaged version: 7.x-2.5+7-dev
Last updated: March 6, 2012 - 00:17
Development snapshot from branch: 7.x-2.x

Release notes

Port of Footnotes 6.x-2.5 to Drupal 7. (yes, finally...)

The filter module seems to work. The Views API and both WYSIWYG editor are still unported.

As foreseen for some time, the Textile filter is now removed and Better URL Filter is removed since the code was committed as the core URL filter for Drupal 7.

footnotes 6.x-2.5

Download Size md5 hash
footnotes-6.x-2.5.tar.gz 32.65 KB ca9076b28717dd695370234c58a2d55e
footnotes-6.x-2.5.zip 51.68 KB 68f6dcc638a088f05266de5463c2197b
Last updated: December 31, 2010 - 14:35
Official release from tag: 6.x-2.5

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 and CKEditor via WYSIWYG module
.

Major features

- Add new addon module: Footnotes with Views by AlexisWilke. #939738: "Better" views support to separate the body & footnotes in view fields

Smaller fixes

- Remove "DEPRECATED" text from Better URL filter and instead have a small "Note" about it not being available in Footnotes 7.x-x.x. #1002436: DEPRECATED Get Drupal 7.x?!? This is a Drupal version 6.x!!
- Correctly ignore also a tag containing linebreak between the > and <. Fixes bug #1002434: Tags not properly recognized and not always skipped!
- Add textarea to ignored tags. Anything inside a textarea will be ignored. Bug #974760: Conversion of URLs inside a textarea...

The intention is to branch a Drupal 7 version out of this release.

footnotes 6.x-2.4

Download Size md5 hash
footnotes-6.x-2.4.tar.gz 31.42 KB 34e5e92907ed33669ff7c66c0fcda7fc
footnotes-6.x-2.4.zip 47.16 KB 6dea27f688372d55e821049637de9624
Last updated: December 24, 2010 - 23:02
Official release from tag: 6.x-2.4

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.

Read more

footnotes 6.x-2.3

Download Size md5 hash
footnotes-6.x-2.3.tar.gz 23.84 KB ad28b338fe3e011050bb8951386a19e6
footnotes-6.x-2.3.zip 31.11 KB 88551051e170eca58c7bf54ac7a40153
Last updated: December 24, 2010 - 23:02
Official release from tag: 6.x-2.3

Release notes

This is a bug fix update of Footnotes. The newly introduced feature to have multiple footnotes point to the same reference in Footnotes 6.x-2.2 unfortunately broke Footnotes when used with Views, or when Footnotes appear also in the teaser. Due to not resetting a variable between runs, some footnotes would end up missing (for instance on all Views pages except the first one). #723446: Multiple use of footnotes on the same page is broken This release fixes the bug.

All users are encouraged to upgrade as the bug can affect any Footnotes user.

footnotes 6.x-2.2

Download Size md5 hash
footnotes-6.x-2.2.tar.gz 23.7 KB 07fb67e8669775a21bf699743287fcbb
footnotes-6.x-2.2.zip 31.08 KB 0be15b7400b0d4acbacfd267d9d73176
Last updated: December 24, 2010 - 23:02
Official release from tag: 6.x-2.2

Release notes

Footnotes 2.2 finally brings to you a much requested feature: TinyMCE integration. This is added through a standalone module tinymce_footnotes, and was contributed by Drupal user elgreg.

Another new feature is support for multiple references to the same footnote, that is, repeating the same number in multiple places in the body text. (See the README.txt or #636808: Multiple references to one footnote for more information.)

A number of small bugs were also fixed, see CHANGELOG.txt for details.

This release is so far done only for Drupal 6.x. Especially the TinyMCE integration module is not expected to appear in earlier Drupal versions at all.

footnotes 5.x-2.1

Download Size md5 hash
footnotes-5.x-2.1.tar.gz 18.03 KB 2749bfc48c945fdfe080d7ed06702723
footnotes-5.x-2.1.zip 21.4 KB d66fdf2ecbea21653bf2cdffad9134b4
Last updated: December 24, 2010 - 23:02
Official release from tag: 5.x-2.1

Release notes

Small bugfix to css, add "clear: both".
http://drupal.org/node/303828

footnotes 6.x-2.1

Download Size md5 hash
footnotes-6.x-2.1.tar.gz 18.02 KB 0c0c4e0069ad24267de2684182a889c7
footnotes-6.x-2.1.zip 21.39 KB ff2603e1e47bb0f47adf6e3a413f785b
Last updated: December 24, 2010 - 23:02
Official release from tag: 6.x-2.1

Release notes

Small bug fix to css, adding "clear: both".
http://drupal.org/node/303828

footnotes 5.x-2.0

Download Size md5 hash
footnotes-5.x-2.0.tar.gz 18.01 KB 1024f48968a2afa9d6e1878eb1733659
footnotes-5.x-2.0.zip 21.38 KB 3fba68f7e5db452d8ffb8b91947460d8
Last updated: December 24, 2010 - 23:02
Official release from tag: 5.x-2.0

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). This is the first 2.x release of the Drupal Footnotes module, with several enhancements compared to 1.x. Introducing the new square bracket syntax makes Footnotes usable also in WYSIWYG editors like TinyMCE and FCKEditor.

This release also includes "Better URL filter", which can be used to replace the (incomplete) URL filter available in Drupal core. Especially Footnotes users have suffered from the current URL filter, so the inclusion of a fixed URL filter in Footnotes provides for much awaited relief to Footnotes users. Even so, it is also possible to use Better URL filter independent of the Footnotes filter.

Changelog highlights:

- Add support for using [fn]square brackets[/fn] (268026)
- Add support for specifying "value" attribute. (emfabric 282104)
- Adding Better URL filter (fork from core). http://drupal.org/node/161217
- There appears to also be a French translation now. Thanks Beginner! (Japanese already done earlier.)
- Start using the Drupal theme system, footnotes can now be themed by site admins (emfabric 221156)

ABOUT FOOTNOTES (README.txt

The Footnotes module can be used to create automatically numbered footnotes
within a text. In the place, where you want to add a footnote, enclose the

Read more

footnotes 6.x-2.0

Download Size md5 hash
footnotes-6.x-2.0.tar.gz 18 KB 98082d17720b8942695d6e34765f9698
footnotes-6.x-2.0.zip 21.37 KB fbea8d8bdfe84b8469758df1025930d0
Last updated: December 24, 2010 - 23:02
Official release from tag: 6.x-2.0

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). This is the first 2.x release of the Drupal Footnotes module, with several enhancements compared to 1.x. Introducing the new square bracket syntax makes Footnotes usable also in WYSIWYG editors like TinyMCE and FCKEditor.

This release also includes "Better URL filter", which can be used to replace the (incomplete) URL filter available in Drupal core. Especially Footnotes users have suffered from the current URL filter, so the inclusion of a fixed URL filter in Footnotes provides for much awaited relief to Footnotes users. Even so, it is also possible to use Better URL filter independent of the Footnotes filter.

Changelog highlights:

- Add support for using [fn]square brackets[/fn] (268026)
- Add support for specifying "value" attribute. (emfabric 282104)
- Adding Better URL filter (fork from core). http://drupal.org/node/161217
- There appears to also be a French translation now. Thanks Beginner! (Japanese already done earlier.)
- Start using the Drupal theme system, footnotes can now be themed by site admins (emfabric 221156)

ABOUT FOOTNOTES (README.txt

The Footnotes module can be used to create automatically numbered footnotes
within a text. In the place, where you want to add a footnote, enclose the

Read more

footnotes 6.x-2.x-dev

Download Size md5 hash
footnotes-6.x-2.x-dev.tar.gz 34.87 KB beb68e9755bdb0606053c3bb0fff0e2c
footnotes-6.x-2.x-dev.zip 48.06 KB d421ce7d40d10d8c5607562b447ae528
Last updated: February 25, 2011 - 07:34
Development snapshot from branch: master

Release notes

Development snapshot from HEAD branch. (Currently against 6.x)

footnotes 6.x-1.1

Download Size md5 hash
footnotes-6.x-1.1.tar.gz 12.47 KB 4ae6442f241594aa81347e76fc2d71fc
footnotes-6.x-1.1.zip 14.7 KB 4b63834a145cc8592e832ae7692cd55a
Last updated: December 24, 2010 - 23:02
Official release from tag: 6.x-1.1

Release notes

This version of Footnotes has been redesigned so that it only outputs html tags that
are allowed in a default installation of HTML filter. (Tags used are A, OL and LI.)

KNOWN ISSUES
----

This version uses a new markup for the list of footnotes. It is an OL list with
CSS taking away the browser generated list numbers and moving the link numbers
towards the left. All IE versions have a bug that the numbers are slightly lower
than the baseline of the footnote text. (If you know how to fix this, please tell.)
In addition IE 5.5 has a more serious bug that the footnote number will be on top of
the first letters of the footnote text. An alternative CSS file footnotes-alternative_layout.css
can be used to provide simpler layout that avoids the IE issues.

footnotes 5.x-1.3

Download Size md5 hash
footnotes-5.x-1.3.tar.gz 12.75 KB ad8cf35ea225b8570b185aa8e3cc77cb
footnotes-5.x-1.3.zip 15.64 KB 079dc1430b6091a04e945a275615f145
Last updated: December 24, 2010 - 23:02
Official release from tag: 5.x-1.3

Release notes

This version of Footnotes has been redesigned so that it only outputs html tags that
are allowed in a default installation of HTML filter. (Tags used are A, OL and LI.)

KNOWN ISSUES
----

This version uses a new markup for the list of footnotes. It is an OL list with
CSS taking away the browser generated list numbers and moving the link numbers
towards the left. All IE versions have a bug that the numbers are slightly lower
than the baseline of the footnote text. (If you know how to fix this, please tell.)
In addition IE 5.5 has a more serious bug that the footnote number will be on top of
the first letters of the footnote text. An alternative CSS file footnotes-alternative_layout.css
can be used to provide simpler layout that avoids the IE issues.

footnotes 6.x-1.0

Download Size md5 hash
footnotes-6.x-1.0.tar.gz 11.94 KB e1f74a3c3b01451638e0e9ab41bfaef0
footnotes-6.x-1.0.zip 13.62 KB 364745aab18e6f1b5410289fd9bcea72
Last updated: December 24, 2010 - 23:02
Official release from tag: 6.x-1.0

Release notes

First official release of footnotes.module for D6.

footnotes 6.x-1.x-dev

Download Size md5 hash
footnotes-6.x-1.x-dev.tar.gz 11.26 KB 85d5a2f7e558e6e4ffec0eff6617a4bf
footnotes-6.x-1.x-dev.zip 13 KB c0bb8cc0d7141de634a20d17518d2cfe
Last updated: February 25, 2011 - 07:34
Development snapshot from branch: 6.x-1.x

Release notes

Drupal 6 version of the module.

footnotes 5.x-1.2

Download Size md5 hash
footnotes-5.x-1.2.tar.gz 11.6 KB 0cab3007421683cfd3f025dc5d69a842
footnotes-5.x-1.2.zip 13.36 KB c703527e4fbea20e10c4cc244b634671
Last updated: December 24, 2010 - 23:02
Official release from tag: 5.x-1.2

Release notes

Add new helper function
footnotes_is_footnotes_later( $format, 'filter_example_filter', $delta )
to be used by other modules depending on footnotes.

This release has not been tested by anyone. Since this is a new function not being used within Footnotes itself, I tought it is quite low risk to go ahead and release it as is. No code except this new function was touched.

footnotes 5.x-1.x-dev

Download Size md5 hash
footnotes-5.x-1.x-dev.tar.gz 11.26 KB 3652bfa137909cafc81453428ee86167
footnotes-5.x-1.x-dev.zip 13 KB c76c2399b952aafc60b7baaa5b46472d
Last updated: February 25, 2011 - 07:34
Development snapshot from branch: 5.x-1.x

Release notes

Development snapshot of the 5.x branch

footnotes 5.x-1.1

Download Size md5 hash
footnotes-5.x-1.1.tar.gz 10.84 KB 8596f7da53d68228cf9e9471c12be719
footnotes-5.x-1.1.zip 12.55 KB a074156668112af5e6ac5591c00e57e5
Last updated: December 24, 2010 - 23:02
Official release from tag: 5.x-1.1

Release notes

Japanese translation contributed

Drupal Japan ( http://drupal.jp/ )
Drupal Nippon ( http://drupon.org/ ) /
Takafumi ( jp.drupal@imagine **reverse order**)

footnotes 4.7.x-1.0

Download Size md5 hash
footnotes-4.7.x-1.0.tar.gz 9.65 KB 10b527c8823c83bec024d21ceffe3dd2
footnotes-4.7.x-1.0.zip 10.66 KB 47d5ad4edafc0d6998abd38a3416067d
Last updated: December 24, 2010 - 23:02
Official release from tag: 4.7.x-1.0

Release notes

First 4.7 official release of footnotes.

Subscribe with RSS Syndicate content