You are here

Changelog.txt in Footnotes 8.2

Same filename and directory in other branches
  1. 5.2 Changelog.txt
  2. 6.2 Changelog.txt
  3. 7.3 Changelog.txt
  4. 7.2 Changelog.txt
2010-03-xx Footnotes 7.x-2.5

 - First Drupal 7 release. No major feature changes over 6.x-2.5.

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