Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
update cke to 4.7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
labby committed Aug 18, 2017
1 parent 7eb4c76 commit 7619b64
Show file tree
Hide file tree
Showing 171 changed files with 865 additions and 430 deletions.
28 changes: 28 additions & 0 deletions ckeditor/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
CKEditor 4 Changelog
====================

## CKEditor 4.7.2

New Features:

* [#455](https://github.com/ckeditor/ckeditor-dev/issues/455): Added [Advanced Content Filter](https://docs.ckeditor.com/#!/guide/dev_acf) integration with the [Justify](http://ckeditor.com/addon/justify) plugin.

Fixed Issues:

* [#663](https://github.com/ckeditor/ckeditor-dev/issues/663): [Chrome] Fixed: Clicking the scrollbar throws an `Uncaught TypeError: element.is is not a function` error.
* [#520](https://github.com/ckeditor/ckeditor-dev/issues/520): Fixed: Widgets cannot be properly pasted into a table cell.
* [#579](https://github.com/ckeditor/ckeditor-dev/issues/579): Fixed: Internal `cke_table-faked-selection-table` class is visible in the Stylesheet Classes field of the [Table Properties](http://ckeditor.com/addon/table) dialog.
* [#545](https://github.com/ckeditor/ckeditor-dev/issues/545): [Edge] Fixed: Error thrown when pressing the [Select All](https://ckeditor.com/addon/selectall) button in [Source Mode](http://ckeditor.com/addon/sourcearea).
* [#582](https://github.com/ckeditor/ckeditor-dev/issues/582): Fixed: Double slash in the path to stylesheet needed by the [Table Selection](http://ckeditor.com/addon/tableselection) plugin. Thanks to [Marius Dumitru Florea](https://github.com/mflorea)!
* [#491](https://github.com/ckeditor/ckeditor-dev/issues/491): Fixed: Unnecessary dependency on the [Editor Toolbar](http://ckeditor.com/addon/toolbar) plugin inside the [Notification](http://ckeditor.com/addon/notification) plugin.
* [#646](https://github.com/ckeditor/ckeditor-dev/issues/646): Fixed: Error thrown into the browser console after opening the [Styles Combo](http://ckeditor.com/addon/stylescombo) plugin menu in the editor without any selection.
* [#501](https://github.com/ckeditor/ckeditor-dev/issues/501): Fixed: Double click does not open the dialog for modifying anchors inserted via the [Link](http://ckeditor.com/addon/link) plugin.
* [#9780](https://dev.ckeditor.com/ticket/9780): [IE8-9] Fixed: Clicking inside an empty [read-only](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-property-readOnly) editor throws an error.
* [#16820](https://dev.ckeditor.com/ticket/16820): [IE10] Fixed: Clicking below a single horizontal rule throws an error.
* [#426](https://github.com/ckeditor/ckeditor-dev/issues/426): Fixed: The [`range.cloneContents`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-cloneContents) method selects the whole element when the selection starts at the beginning of that element.
* [#644](https://github.com/ckeditor/ckeditor-dev/issues/644): Fixed: The [`range.extractContents`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-extractContents) method returns an incorrect result when multiple nodes are selected.
* [#684](https://github.com/ckeditor/ckeditor-dev/issues/684): Fixed: The [`elementPath.contains`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.elementPath-method-contains) method incorrectly excludes the last element instead of root when the `fromTop` parameter is set to `true`.

Other Changes:

* Updated the [SCAYT](http://ckeditor.com/addon/scayt) (Spell Check As You Type) plugin:
* [#148](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/148): Fixed: SCAYT leaves underlined word after the CKEditor Replace dialog corrects it.
* [#751](https://github.com/ckeditor/ckeditor-dev/issues/751): Added the [`CKEDITOR.dom.nodeList.toArray`](https://docs.ckeditor.com/#!/api/CKEDITOR.dom.nodeList-method-toArray) method which returns an array representation of a [node list](https://docs.ckeditor.com/#!/api/CKEDITOR.dom.nodeList).

## CKEditor 4.7.1

New Features:
Expand Down
660 changes: 332 additions & 328 deletions ckeditor/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/af.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/az.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/bg.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/bn.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/bs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ca.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/cs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/cy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/da.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/de-ch.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/de.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/el.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/en-au.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/en-ca.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/en-gb.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/en.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/eo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/es-mx.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/et.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/eu.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/fa.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/fi.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/fo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/fr-ca.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/fr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/gl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/gu.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/he.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/hi.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/hr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/hu.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/id.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/is.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/it.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ja.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ka.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/km.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ko.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ku.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/lt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/lv.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/mk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/mn.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ms.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/nb.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/nl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/no.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/oc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/pl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/pt-br.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/pt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ro.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ru.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/si.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/sk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/sl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/sq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/sr-latn.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/sr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/sv.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/th.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/tr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/tt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/ug.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/uk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/vi.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/zh-cn.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckeditor/lang/zh.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions ckeditor/plugins/a11yhelp/dialogs/lang/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ckeditor/plugins/a11yhelp/dialogs/lang/ru.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7619b64

Please sign in to comment.