Skip to content

Commit

Permalink
CKE 4.7.2 Standard Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bleiweis committed Aug 19, 2017
1 parent 3abe067 commit 11f146a
Show file tree
Hide file tree
Showing 89 changed files with 516 additions and 465 deletions.
2 changes: 1 addition & 1 deletion wbce/modules/ckeditor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CKEditor Standard Edition

## The popular Editor for the WBCE CMS
Includes CKEditor 4.7.1 Standard Package and some other Plugins, CKE allows editing content and can be integrated in frontend and backend modules.
Includes CKEditor 4.7.2 Standard Package and some other Plugins, CKE allows editing content and can be integrated in frontend and backend modules.

CKEditor 4.7.0.1 and later require WBCE 1.2 !!
28 changes: 28 additions & 0 deletions wbce/modules/ckeditor/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 wbce/modules/ckeditor/ckeditor/ckeditor.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit 11f146a

Please sign in to comment.