-
Verify that old version of CKEditor still works. Ignore new version that doesn't. Add to known issues in README. Fix TinyMCE missing button: Wysiwyg module again silently fails if $plugins[] settings are not exactly how it wants, and its wants have changed since Drupal 6.
-
modify < to < in some help texts.
-
Delete previously deprecated tinymce_footnotes module. Please use footnotes_wysiwyg/tinymce instead.
-
Add back a mention that Textile is removed since 7.x-2.5. Mention as known issue that Footnotes Views cannot be ported to Drupal 7 since, the Views module itself isn't yet ported.
-
Change default weight to -20. Footnotes should be relatively early so that we can convert the <fn> tags before any other filter gets confused by non-standard html. -20 still leaves ample space since the minimum is -50. On the other side Drupal core devs insist the HTML filter must have a weight og -10, which is ok as long as we can have -11 or more.
-
Update REAMDE and Changelog for the new release.
-
Port to Drupal 7, based on patch#9 from [#814588]. - Applied by manual copy paste as patch didn't apply anymore. - Added default weight - Fixed missing 'prepare' on line 181 of patch. - Wrapped arrays going into theme functions in the "render element". This was the reason for Undefined index errors. - Unrelated to D7: changed from span element to a in theme_link() since span is not allowed by default in Filtered HTML.
-
I realize now that I haven't been working against HEAD for the past 2 years, rather worked on the DRUPAL-6--2 branch the whole time. This is an attempt to merge all of that back into HEAD. (In preparation for work on D7.)
-
Revert (or comment out, to be precise) previous commit related to [#1003690] that was supposed to enable the views support also for cases where footnotes are not at the end (when using [footnotes] tag), because it didn't work. List this as known issue in README.txt.
-
Update README.txt and Changelog.txt in preparation for a 6.x-2.5 release.