Skip to content

Releases: bfh/moodle-tiny_multilang2

Release 1.3

10 Oct 19:11
Compare
Choose a tag to compare

Release 1.3 for Moodle 4.5

  • Add ci config for Moodle 4.5
  • Remove test to select language ru because the same is done before
    and in this test, it fails because of the list and the mouseout event
    that lets the menu disappear.
  • Add different handling of the TinyMCE menu clicks.

Release 1.2

25 Apr 07:41
Compare
Choose a tag to compare
  • Removal of the attribute dir e.g. dir="ltr" for language direction because it
    breaks the standard multilanguage filter in Moodle.
  • Support for Moodle 4.4 and PHP 8.3.
  • Corrections of content and typos in README.
  • Maturity changed to STABLE.

V1.1

09 Oct 14:28
Compare
Choose a tag to compare
  • Fix finally There are some issues with the latest version #6
  • Fix problem with already defined behat test steps by switching behat class to use traits
    (thank you, Jason Platts)
  • Removed setting: fallbackspantag
    • It was not observed correctly (markup in the editor is still
      applied even if the setting was off).
    • Correcting the first point would have lead to no styling which
      is somewhat awkward when there are <span class="multilang">
      tags contained in the text but not marked as such (because
      of the setting being disabled).
  • In Site administration -> Plugins -> Text editors the label for this plugin settings uses
    now the same language key as the plugin name itself (the "settings" suffix vanished).
  • Add ci workflow for Moodle 4.3 and adapt behat test that used the source view of TinyMCE.

V1.0

11 Sep 07:37
Compare
Choose a tag to compare
  • Fix issue TinyMCE link plugin does not work properly when multilang2 is installed.
    Many thanks to Mario Wehr for his contribution.
  • Fix: tag replacement did not work in the same way when highlighting was on or off.
  • Fix: additional CSS for highlighting the code was not applied correctly.
  • Fix: context menu sometimes inserted empty tags, when another language was selected.
  • Fix: if an entire paragraph is selected, language tags are now applied inside the content
    (within te block element)
  • New settings so that the admin may define a list of languages that can be used with the
    plugin, independent whether these language packages are installed in the Moodle site or not.
  • New option to remove all language tags within the text at once.
  • New feature, <span> elements use the dir attribute to annotate left to right and
    right to left languages (in standard Moodle annotation).
  • New feature: the context menu has an icon to remove the selected language tag pair.
  • Enhanced documentation to include new changes and add a chapter about usage.
  • Lift version from 0.3 to 1.0 to reflect maturity.

Many thanks to Tai Le Tan from the Open University that
provided a comprehensive pull request.

Release V0.3

06 Jul 12:00
Compare
Choose a tag to compare

Release V0.3

  • Support for the standard language tags in Moodle without having to install the filter_multilang2.
  • Tooltip with possible languages is shown when a highlighted language tag is selected (only when showalllanguages is off, otherwise the tooltip list would be too long).
  • Fix: when the text editor lost the focus the highlighting of the language tags disappeared.
  • Fix: the iso code was not displayed in the language list in the menu when showalllanguages was enabled.
  • Some internal refactoring because of the changes from above that made them necessary.
  • Adjust behat tests to test both, standard annotation and multilang2 filter annotation.
  • Change code maturity to RC.

Release V0.2.3

03 May 07:40
Compare
Choose a tag to compare
  • Fix links in README file and add license file.

Release V0.2.2

02 May 12:58
Compare
Choose a tag to compare