You are here

Changelog.txt in Footnotes 6.2

Same filename and directory in other branches
  1. 8.2 Changelog.txt
  2. 5.2 Changelog.txt
  3. 7.3 Changelog.txt
  4. 7.2 Changelog.txt
xxx-xx-xx Footnotes 2.5

Major features

 - Add new addon module: Footnotes with Views by AlexisWilke. [#939738]

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]
 - Correctly ignore also a tag containing linebreak between the > and <. Fixes bug [#1002434]
 - Add textarea to ignored tags. Anything inside a textarea will be ignored. Bug [#974760]

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

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]
 - Add i18n support via Drupal.t() also to TinyMCE module. [#672034]
 - New feature (option): Collapse identical footnotes into one, as if using same 
   value="". [#808214]
 - Implement [#728658] 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
   ...was fixed by changing underscores to dashes in css selectors/classes.
 - Deprecate Better URL filter as it is committed to Drupal 7 now. [#296208]
 - Bug [#761664] 
   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.


2010-02-25 Footnotes 2.3

 - Reset $used_values in _footnotes_replace_callback() after use. [#723446]

2010-01-17 Footnotes 2.2

 - Add TinyMCE support as a separate plugin tinymce_footnotes (thanks elgreg #464066)
 - Can have multiple references to same footnote in body by repeating value="" (#636808)
Small fixes
 - Move translations from "po" to "translations" subdirectory. #430656
 - Rename footnotes-alternative_layout.css due to typo in filename.
 - fix css: Use "ol.footnotes li" instead of "ol.footnotes" as selector for 
   "list-style-type: none." Makes it stronger.
 - fix html: columns="" should be cols="" bug: #687244

2008-09-07 Footnotes 2.1

 - Add "clear: both" to css of footnotes section. http://drupal.org/node/303828

2008-07-30 Footnotes 2.0

 - Add support for using [fn]square brackets[/fn] (268026)
 - Change documentation to talk about [fn] by default, but <fn> is still supported
 - Add support for specifying "value" attribute. (emfabric 282104)
 - Mention http://drupal.org/node/279420 in known issues
 - 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.)
 - Fix bug where teaser might cut into the middle of a footnote: http://drupal.org/node/253326
 - Start using the Drupal theme system, footnotes can now be themed by site admins (emfabric 221156)

File

Changelog.txt
View source
  1. xxx-xx-xx Footnotes 2.5
  2. Major features
  3. - Add new addon module: Footnotes with Views by AlexisWilke. [#939738]
  4. Smaller fixes
  5. - 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]
  6. - Correctly ignore also a tag containing linebreak between the > and <. Fixes bug [#1002434]
  7. - Add textarea to ignored tags. Anything inside a textarea will be ignored. Bug [#974760]
  8. The intention is to branch a Drupal 7 version out of this release.
  9. 2010-10-03 Footnotes 2.4
  10. Major features
  11. - Add Footnotes Wysiwyg module with TinyMCE AND CKEditor support.
  12. This deprecates Footnotes TinyMCE module, which is kept around for backward compatibility.
  13. [#728642]
  14. - Add i18n support via Drupal.t() also to TinyMCE module. [#672034]
  15. - New feature (option): Collapse identical footnotes into one, as if using same
  16. value="". [#808214]
  17. - Implement [#728658] Highlight footnote when clicking the link. Add mention in
  18. README.txt how to change the highlight color if needed (Footnotes cannot know
  19. what is an appropriate color, I picked #eeeeee as the safest choice).
  20. Smaller fixes
  21. - Bug [#761390]
  22. Two small improper CSS names
  23. ...was fixed by changing underscores to dashes in css selectors/classes.
  24. - Deprecate Better URL filter as it is committed to Drupal 7 now. [#296208]
  25. - Bug [#761664]
  26. Footnotes are double numbered when CSS is not used, such as in RSS feeds.
  27. (Due to using OL list)
  28. ...was fixed by migrating to UL list. This is also appropriate since after
  29. introduction of the value="" parameter the footnotes needn't comprise an
  30. ordered list.
  31. 2010-02-25 Footnotes 2.3
  32. - Reset $used_values in _footnotes_replace_callback() after use. [#723446]
  33. 2010-01-17 Footnotes 2.2
  34. - Add TinyMCE support as a separate plugin tinymce_footnotes (thanks elgreg #464066)
  35. - Can have multiple references to same footnote in body by repeating value="" (#636808)
  36. Small fixes
  37. - Move translations from "po" to "translations" subdirectory. #430656
  38. - Rename footnotes-alternative_layout.css due to typo in filename.
  39. - fix css: Use "ol.footnotes li" instead of "ol.footnotes" as selector for
  40. "list-style-type: none." Makes it stronger.
  41. - fix html: columns="" should be cols="" bug: #687244
  42. 2008-09-07 Footnotes 2.1
  43. - Add "clear: both" to css of footnotes section. http://drupal.org/node/303828
  44. 2008-07-30 Footnotes 2.0
  45. - Add support for using [fn]square brackets[/fn] (268026)
  46. - Change documentation to talk about [fn] by default, but is still supported
  47. - Add support for specifying "value" attribute. (emfabric 282104)
  48. - Mention http://drupal.org/node/279420 in known issues
  49. - Adding Better URL filter (fork from core). http://drupal.org/node/161217
  50. - There appears to also be a French translation now. Thanks Beginner! (Japanese already done earlier.)
  51. - Fix bug where teaser might cut into the middle of a footnote: http://drupal.org/node/253326
  52. - Start using the Drupal theme system, footnotes can now be themed by site admins (emfabric 221156)