Skip to content

Commit

Permalink
Manual changes to changelog and SDK skin links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Nov 6, 2017
1 parent c9a6933 commit e74f0d7
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ Fixed Issues:

* Dropped compatibility support for Internet Explorer 7 and Firefox 3.6.

* Both the Basic and the Standard distribution packages will not contain the new [Indent Block](https://ckeditor.com/cke4/addon/indentblock) plugin. Because of this the [Advanced Content Filter](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_advanced_content_filter) might remove block indentations from existing contents. If you want to prevent this, either [add an appropriate ACF rule to your filter](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_allowed_content_rules) or create a custom build based on the Basic/Standard package and add the Indent Block plugin in [CKBuilder](http://ckeditor.com/builder).
* Both the Basic and the Standard distribution packages will not contain the new [Indent Block](https://ckeditor.com/cke4/addon/indentblock) plugin. Because of this the [Advanced Content Filter](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_advanced_content_filter) might remove block indentations from existing contents. If you want to prevent this, either [add an appropriate ACF rule to your filter](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_allowed_content_rules) or create a custom build based on the Basic/Standard package and add the Indent Block plugin in [CKBuilder](https://ckeditor.com/cke4/builder).

New Features:

Expand Down
2 changes: 1 addition & 1 deletion core/ckeditor_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ if ( !window.CKEDITOR ) {
* @param {CKEDITOR.config} config A configuration object containing the
* settings defined for a {@link CKEDITOR.editor} instance up to this
* function call. Note that not all settings may still be available. See
* [Configuration Loading Order](http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Setting_Configurations#Configuration_Loading_Order)
* [Configuration Loading Order](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_configuration)
* for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion skins/kama/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Kama" is the default skin of CKEditor 3.x.
It's been ported to CKEditor 4 and fully featured.

For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
For more information about skins, please check the [CKEditor Skin SDK](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_intro)
documentation.

Directory Structure
Expand Down
2 changes: 1 addition & 1 deletion skins/kama/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ editors:
also its child elements.
To understand why "reset" is needed, check the CKEditor Skin SDK:
http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Reset
https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_reset
*/

/* Reset for single elements, not their children. */
Expand Down
6 changes: 3 additions & 3 deletions skins/kama/skin.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CKEDITOR.skin.name = 'kama';

// 2. Register browser specific skin files
// -----------------------------------------
// (http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Browser_Hacks)
// (https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_browser_hacks)
//
// To help implementing browser specific "hacks" to the skin files and have it
// easy to maintain, it is possible to have dedicated files for such browsers,
Expand All @@ -60,7 +60,7 @@ CKEDITOR.skin.ua_dialog = 'ie,iequirks,ie7,ie8';

// 3. Define the "Chameleon" feature
// -----------------------------------
// (http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Chameleon)
// (https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_chameleon)
//
// "Chameleon" is a unique feature available in CKEditor. It makes it possible
// to end users to specify which color to use as the basis for the editor UI.
Expand Down Expand Up @@ -205,7 +205,7 @@ CKEDITOR.skin.chameleon = function( editor, part ) {

// 4. Register the skin icons for development purposes only
// ----------------------------------------------------------
// (http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Icons)
// (https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_icons)
//
// This code is here just to make the skin work fully when using its "source"
// version. Without this, the skin will still work, but its icons will not be
Expand Down
2 changes: 1 addition & 1 deletion skins/moono-lisa/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the core developers.

For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
For more information about skins, please check the [CKEditor Skin SDK](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_intro)
documentation.

Features
Expand Down
2 changes: 1 addition & 1 deletion skins/moono-lisa/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ editors:
also its child elements.
To understand why "reset" is needed, check the CKEditor Skin SDK:
http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Reset
https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_reset
*/

/* Reset for single elements, not their children. */
Expand Down
6 changes: 3 additions & 3 deletions skins/moono-lisa/skin.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CKEDITOR.skin.name = 'moono-lisa';

// 2. Register browser specific skin files
// -----------------------------------------
// (http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Browser_Hacks)
// (https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_browser_hacks)
//
// To help implementing browser specific "hacks" to the skin files and have it
// easy to maintain, it is possible to have dedicated files for such browsers,
Expand All @@ -59,7 +59,7 @@ CKEDITOR.skin.ua_dialog = 'ie,iequirks,ie8';

// 3. Define the "Chameleon" feature
// -----------------------------------
// (http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Chameleon)
// (https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_chameleon)
//
// "Chameleon" is a unique feature available in CKEditor. It makes it possible
// to end users to specify which color to use as the basis for the editor UI.
Expand Down Expand Up @@ -287,7 +287,7 @@ CKEDITOR.skin.chameleon = ( function() {

// 4. Register the skin icons for development purposes only
// ----------------------------------------------------------
// (http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Icons)
// (https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_icons)
//
// Note: As "moono-lisa" is the default CKEditor skin, it provides no custom icons,
// thus this code is commented out.
Expand Down
2 changes: 1 addition & 1 deletion skins/moono/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This skin has been chosen for the **default skin** of CKEditor 4.x (replaced by
elected from the CKEditor [skin contest](https://ckeditor.com/blog/CKEditor-4-Skin-Contest-Winner/) and further shaped by
the CKEditor team. "Moono" is maintained by the core developers.

For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
For more information about skins, please check the [CKEditor Skin SDK](https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_intro)
documentation.

Features
Expand Down
2 changes: 1 addition & 1 deletion skins/moono/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ editors:
also its child elements.
To understand why "reset" is needed, check the CKEditor Skin SDK:
http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Reset
https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_reset
*/

/* Reset for single elements, not their children. */
Expand Down
6 changes: 3 additions & 3 deletions skins/moono/skin.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CKEDITOR.skin.name = 'moono';

// 2. Register browser specific skin files
// -----------------------------------------
// (http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Browser_Hacks)
// (https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_browser_hacks)
//
// To help implementing browser specific "hacks" to the skin files and have it
// easy to maintain, it is possible to have dedicated files for such browsers,
Expand All @@ -59,7 +59,7 @@ CKEDITOR.skin.ua_dialog = 'ie,iequirks,ie7,ie8';

// 3. Define the "Chameleon" feature
// -----------------------------------
// (http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Chameleon)
// (https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_chameleon)
//
// "Chameleon" is a unique feature available in CKEditor. It makes it possible
// to end users to specify which color to use as the basis for the editor UI.
Expand Down Expand Up @@ -274,7 +274,7 @@ CKEDITOR.skin.chameleon = ( function() {

// 4. Register the skin icons for development purposes only
// ----------------------------------------------------------
// (http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Icons)
// (https://docs.ckeditor.com/ckeditor4/docs/#!/guide/skin_sdk_icons)
//
// This code is here just to make the skin work fully when using its "source"
// version. Without this, the skin will still work, but its icons will not be
Expand Down

0 comments on commit e74f0d7

Please sign in to comment.