Skip to content

Commit

Permalink
Update tinymce to v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Dec 5, 2018
1 parent 74d22ca commit 450364c
Show file tree
Hide file tree
Showing 30 changed files with 792 additions and 578 deletions.
12 changes: 12 additions & 0 deletions external/editors/tinymce/changelog.txt
@@ -1,3 +1,15 @@
Version 4.9.1 (2018-12-04)
Added functionality to insert html to the replacement feature of the Textpattern Plugin. #TINY-2839
Fixed a bug where `editor.selection.getContent({format: 'text'})` didn't work as expected in IE11 on an unfocused editor. #TINY-2862
Fixed a bug in the Textpattern Plugin where the editor would get an incorrect selection after inserting a text pattern on Safari. #TINY-2838
Fixed a bug where the space bar didn't work correctly in editors with the forced_root_block setting set to false. #TINY-2816
Version 4.9.0 (2018-11-27)
Added a replace feature to the Textpattern Plugin. #TINY-1908
Added functionality to the Lists Plugin that improves the indentation logic. #TINY-1790
Fixed a bug where it wasn't possible to delete/backspace when the caret was between a contentEditable=false element and a BR. #TINY-2372
Fixed a bug where copying table cells without a text selection would fail to copy anything. #TINY-1789
Implemented missing `autosave_restore_when_empty` functionality in the Autosave Plugin. Patch contributed by gzzo. #GH-4447
Reduced insertion of unnecessary nonbreaking spaces in the editor. #TINY-1879
Version 4.8.5 (2018-10-30)
Added a content_css_cors setting to the editor that adds the crossorigin="anonymous" attribute to link tags added by the StyleSheetLoader. #TINY-1909
Fixed a bug where trying to remove formatting with a collapsed selection range would throw an exception. #GH-4636
Expand Down
301 changes: 166 additions & 135 deletions external/editors/tinymce/langs/cs.js

Large diffs are not rendered by default.

301 changes: 171 additions & 130 deletions external/editors/tinymce/langs/cs_CZ.js

Large diffs are not rendered by default.

22 changes: 15 additions & 7 deletions external/editors/tinymce/langs/da.js
Expand Up @@ -41,6 +41,7 @@ tinymce.addI18n('da',{
"Heading 4": "Overskrift 4",
"Heading 5": "Overskrift 5",
"Heading 6": "Overskrift 6",
"Preformatted": "Pr\u00e6formateret",
"Div": "Div",
"Pre": "Pre",
"Code": "Code",
Expand All @@ -54,8 +55,10 @@ tinymce.addI18n('da',{
"Class": "Klasse",
"Browse for an image": "S\u00f8g efter et billede",
"OR": "ELLER",
"Drop an image here": "Drop et billede her",
"Upload": "Send",
"Drop an image here": "Slip et billede her",
"Upload": "Opload",
"Block": "Blok",
"Align": "Tilpas",
"Default": "Standard",
"Circle": "Cirkel",
"Disc": "Disk",
Expand All @@ -75,6 +78,7 @@ tinymce.addI18n('da',{
"Source code": "Kildekode",
"Insert\/Edit code sample": "Inds\u00e6t\/Ret kodeeksempel",
"Language": "Sprog",
"Code sample": "Kodepr\u00f8ve",
"Color": "Farve",
"R": "R",
"G": "G",
Expand All @@ -96,15 +100,17 @@ tinymce.addI18n('da',{
"Address": "Adresse",
"Focus to menubar": "Fokus p\u00e5 menulinjen",
"Focus to toolbar": "Fokus p\u00e5 v\u00e6rkt\u00f8jslinjen",
"Focus to element path": "Focus to element path",
"Focus to contextual toolbar": "Focus to contextual toolbar",
"Focus to element path": "Fokuser p\u00e5 elementvej",
"Focus to contextual toolbar": "Fokuser p\u00e5 kontekstuelle v\u00e6rkt\u00f8jslinje",
"Insert link (if link plugin activated)": "Inds\u00e6t link (hvis link plugin er aktiveret)",
"Save (if save plugin activated)": "Gem (hvis save plugin er aktiveret)",
"Find (if searchreplace plugin activated)": "Find (hvis searchreplace plugin er aktiveret)",
"Plugins installed ({0}):": "Installerede plugins ({0}):",
"Premium plugins:": "Premium plugins:",
"Learn more...": "Learn more...",
"Learn more...": "L\u00e6r mere...",
"You are using {0}": "Du benytter {0}",
"Plugins": "Plugins",
"Handy Shortcuts": "Praktiske Genveje",
"Horizontal line": "Vandret linie",
"Insert\/edit image": "Inds\u00e6t\/ret billede",
"Image description": "Billede beskrivelse",
Expand All @@ -119,7 +125,7 @@ tinymce.addI18n('da',{
"Border": "Kant",
"Insert image": "Inds\u00e6t billede",
"Image": "Billede",
"Image list": "Image list",
"Image list": "Billede liste",
"Rotate counterclockwise": "Drej modsat urets retning",
"Rotate clockwise": "Drej med urets retning",
"Flip vertically": "Flip vertikalt",
Expand Down Expand Up @@ -232,7 +238,7 @@ tinymce.addI18n('da',{
"Border color": "Kant farve",
"Insert template": "Inds\u00e6t skabelon",
"Templates": "Skabeloner",
"Template": "Template",
"Template": "Skabelon",
"Text color": "Tekst farve",
"Background color": "Baggrunds farve",
"Custom...": "Brugerdefineret...",
Expand All @@ -242,12 +248,14 @@ tinymce.addI18n('da',{
"Show blocks": "Vis klokke",
"Show invisible characters": "Vis usynlige tegn",
"Words: {0}": "Ord: {0}",
"{0} words": "{0} ord",
"File": "Fil",
"Edit": "Rediger",
"Insert": "Inds\u00e6t",
"View": "Vis",
"Format": "Format",
"Table": "Tabel",
"Tools": "V\u00e6rkt\u00f8j",
"Powered by {0}": "Drevet af {0}",
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text omr\u00e5de. Tryk ALT-F9 for menu. Tryk ALT-F10 for toolbar. Tryk ALT-0 for hj\u00e6lp"
});
10 changes: 9 additions & 1 deletion external/editors/tinymce/langs/de.js
Expand Up @@ -41,6 +41,7 @@ tinymce.addI18n('de',{
"Heading 4": "\u00dcberschrift 4",
"Heading 5": "\u00dcberschrift 5",
"Heading 6": "\u00dcberschrift 6",
"Preformatted": "Preformatted",
"Div": "Textblock",
"Pre": "Vorformatierter Text",
"Code": "Quelltext",
Expand All @@ -56,6 +57,8 @@ tinymce.addI18n('de',{
"OR": "ODER",
"Drop an image here": "Bild hier ablegen",
"Upload": "Hochladen",
"Block": "Blocksatz",
"Align": "Ausrichtung",
"Default": "Standard",
"Circle": "Kreis",
"Disc": "Punkt",
Expand All @@ -75,6 +78,7 @@ tinymce.addI18n('de',{
"Source code": "Quelltext",
"Insert\/Edit code sample": "Codebeispiel einf\u00fcgen\/bearbeiten",
"Language": "Sprache",
"Code sample": "Codebeispiel",
"Color": "Farbe",
"R": "R",
"G": "G",
Expand Down Expand Up @@ -105,6 +109,8 @@ tinymce.addI18n('de',{
"Premium plugins:": "Premium Plugins:",
"Learn more...": "Erfahren Sie mehr dazu...",
"You are using {0}": "Sie verwenden {0}",
"Plugins": "Plugins",
"Handy Shortcuts": "Praktische Tastenkombinationen",
"Horizontal line": "Horizontale Linie",
"Insert\/edit image": "Bild einf\u00fcgen\/bearbeiten",
"Image description": "Bildbeschreibung",
Expand Down Expand Up @@ -239,15 +245,17 @@ tinymce.addI18n('de',{
"Custom color": "Benutzerdefinierte Farbe",
"No color": "Keine Farbe",
"Table of Contents": "Inhaltsverzeichnis",
"Show blocks": " Bl\u00f6cke anzeigen",
"Show blocks": "Bl\u00f6cke anzeigen",
"Show invisible characters": "Unsichtbare Zeichen anzeigen",
"Words: {0}": "W\u00f6rter: {0}",
"{0} words": "{0} W\u00f6rter",
"File": "Datei",
"Edit": "Bearbeiten",
"Insert": "Einf\u00fcgen",
"View": "Ansicht",
"Format": "Format",
"Table": "Tabelle",
"Tools": "Werkzeuge",
"Powered by {0}": "Betrieben von {0}",
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich-Text- Area. Dr\u00fccken Sie ALT-F9 f\u00fcr das Men\u00fc. Dr\u00fccken Sie ALT-F10 f\u00fcr Symbolleiste. Dr\u00fccken Sie ALT-0 f\u00fcr Hilfe"
});

0 comments on commit 450364c

Please sign in to comment.