Skip to content

Commit 1f711b6

Browse files
committed
Version 1.4 - see CHANGES.md
1 parent f61eb55 commit 1f711b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+1515
-1534
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Statamic CKEditor add-on - Changelog
22
====================
33

4+
## Version 1.4 - 30/07/2014
5+
* Updated CKEditor to 4.4.3
6+
* Replaced Image plugin with [Enhanced Image](http://ckeditor.com/addon/image2)
7+
48
## Version 1.3 - 19/02/2014
59
* Updated CKEditor to 4.3.2
610
* De-coupled the Filemanager plug-in. Head over to the [Filemanager](https://github.com/katrinkerber/statamic-filemanager) add-on to get it.

ckeditor/CHANGES.md

+211-13
Large diffs are not rendered by default.

ckeditor/README.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
CKEditor 4
2+
==========
3+
4+
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
5+
http://ckeditor.com - See LICENSE.md for license information.
6+
7+
CKEditor is a text editor to be used inside web pages. It's not a replacement
8+
for desktop text editors like Word or OpenOffice, but a component to be used as
9+
part of web applications and websites.
10+
11+
## Documentation
12+
13+
The full editor documentation is available online at the following address:
14+
http://docs.ckeditor.com
15+
16+
## Installation
17+
18+
Installing CKEditor is an easy task. Just follow these simple steps:
19+
20+
1. **Download** the latest version from the CKEditor website:
21+
http://ckeditor.com. You should have already completed this step, but be
22+
sure you have the very latest version.
23+
2. **Extract** (decompress) the downloaded file into the root of your website.
24+
25+
**Note:** CKEditor is by default installed in the `ckeditor` folder. You can
26+
place the files in whichever you want though.
27+
28+
## Checking Your Installation
29+
30+
The editor comes with a few sample pages that can be used to verify that
31+
installation proceeded properly. Take a look at the `samples` directory.
32+
33+
To test your installation, just call the following page at your website:
34+
35+
http://<your site>/<CKEditor installation path>/samples/index.html
36+
37+
For example:
38+
39+
http://www.example.com/ckeditor/samples/index.html

ckeditor/build-config.js

+16-70
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
* (1) http://ckeditor.com/builder
1414
* Visit online builder to build CKEditor from scratch.
1515
*
16-
* (2) http://ckeditor.com/builder/5346be27bc0918d0fd5cc09a6bae537b
16+
* (2) http://ckeditor.com/builder/2f2412496e374d9a699ed10dc7e89f18
1717
* Visit online builder to build CKEditor, starting with the same setup as before.
1818
*
19-
* (3) http://ckeditor.com/builder/download/5346be27bc0918d0fd5cc09a6bae537b
19+
* (3) http://ckeditor.com/builder/download/2f2412496e374d9a699ed10dc7e89f18
2020
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
2121
*
2222
* NOTE:
@@ -28,11 +28,20 @@ var CKBUILDER_CONFIG = {
2828
skin: 'moono',
2929
preset: 'standard',
3030
ignore: [
31-
'dev',
31+
'.bender',
32+
'.DS_Store',
3233
'.gitignore',
3334
'.gitattributes',
35+
'.idea',
36+
'.mailmap',
37+
'bender.js',
38+
'bender-err.log',
39+
'bender-out.log',
40+
'dev',
41+
'node_modules',
42+
'package.json',
3443
'README.md',
35-
'.mailmap'
44+
'tests'
3645
],
3746
plugins : {
3847
'a11yhelp' : 1,
@@ -49,7 +58,7 @@ var CKBUILDER_CONFIG = {
4958
'format' : 1,
5059
'horizontalrule' : 1,
5160
'htmlwriter' : 1,
52-
'image' : 1,
61+
'image2' : 1,
5362
'indentlist' : 1,
5463
'link' : 1,
5564
'list' : 1,
@@ -60,6 +69,7 @@ var CKBUILDER_CONFIG = {
6069
'removeformat' : 1,
6170
'resize' : 1,
6271
'scayt' : 1,
72+
'showborders' : 1,
6373
'sourcearea' : 1,
6474
'specialchar' : 1,
6575
'stylescombo' : 1,
@@ -72,70 +82,6 @@ var CKBUILDER_CONFIG = {
7282
'wysiwygarea' : 1
7383
},
7484
languages : {
75-
'af' : 1,
76-
'ar' : 1,
77-
'bg' : 1,
78-
'bn' : 1,
79-
'bs' : 1,
80-
'ca' : 1,
81-
'cs' : 1,
82-
'cy' : 1,
83-
'da' : 1,
84-
'de' : 1,
85-
'el' : 1,
86-
'en' : 1,
87-
'en-au' : 1,
88-
'en-ca' : 1,
89-
'en-gb' : 1,
90-
'eo' : 1,
91-
'es' : 1,
92-
'et' : 1,
93-
'eu' : 1,
94-
'fa' : 1,
95-
'fi' : 1,
96-
'fo' : 1,
97-
'fr' : 1,
98-
'fr-ca' : 1,
99-
'gl' : 1,
100-
'gu' : 1,
101-
'he' : 1,
102-
'hi' : 1,
103-
'hr' : 1,
104-
'hu' : 1,
105-
'id' : 1,
106-
'is' : 1,
107-
'it' : 1,
108-
'ja' : 1,
109-
'ka' : 1,
110-
'km' : 1,
111-
'ko' : 1,
112-
'ku' : 1,
113-
'lt' : 1,
114-
'lv' : 1,
115-
'mk' : 1,
116-
'mn' : 1,
117-
'ms' : 1,
118-
'nb' : 1,
119-
'nl' : 1,
120-
'no' : 1,
121-
'pl' : 1,
122-
'pt' : 1,
123-
'pt-br' : 1,
124-
'ro' : 1,
125-
'ru' : 1,
126-
'si' : 1,
127-
'sk' : 1,
128-
'sl' : 1,
129-
'sq' : 1,
130-
'sr' : 1,
131-
'sr-latn' : 1,
132-
'sv' : 1,
133-
'th' : 1,
134-
'tr' : 1,
135-
'ug' : 1,
136-
'uk' : 1,
137-
'vi' : 1,
138-
'zh' : 1,
139-
'zh-cn' : 1
85+
'en' : 1
14086
}
14187
};

ckeditor/ckeditor.js

+821-701
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckeditor/contents.css

+45-21
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,28 @@ Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
33
For licensing, see LICENSE.md or http://ckeditor.com/license
44
*/
55

6-
.cke_editable
6+
body
77
{
88
/* Font */
9-
font-family: Helvetica, Arial, sans-serif;
10-
/* declare in px to fix Webkit/Blink bug that adds a span tag with line-height style - http://dev.ckeditor.com/ticket/9998?cversion=1&cnum_hist=45#comment:52 */
11-
font-size: 13px;
12-
line-height: 18px;
9+
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
10+
font-size: 12px;
11+
12+
/* Text color */
1313
color: #333;
14+
15+
/* Remove the background color to make it transparent */
1416
background-color: #fff;
17+
1518
margin: 20px;
1619
}
1720

18-
.cke_editable blockquote
21+
.cke_editable
22+
{
23+
font-size: 13px;
24+
line-height: 1.6;
25+
}
26+
27+
blockquote
1928
{
2029
font-style: italic;
2130
font-family: Georgia, Times, "Times New Roman", serif;
@@ -39,72 +48,87 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
3948
border-right-width: 5px;
4049
}
4150

42-
.cke_editable a
51+
a
4352
{
4453
color: #0782C1;
4554
}
4655

47-
.cke_editable ol,
48-
.cke_editable ul,
49-
.cke_editable dl
56+
ol,ul,dl
5057
{
5158
/* IE7: reset rtl list margin. (#7334) */
5259
*margin-right: 0px;
5360
/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
54-
padding: 0 15px;
61+
padding: 0 40px;
62+
}
63+
64+
h1,h2,h3,h4,h5,h6
65+
{
66+
font-weight: normal;
67+
line-height: 1.2;
5568
}
5669

57-
.cke_editable hr
70+
hr
5871
{
5972
border: 0px;
6073
border-top: 1px solid #ccc;
6174
}
6275

63-
.cke_editable img.right
76+
img.right
6477
{
6578
border: 1px solid #ccc;
6679
float: right;
6780
margin-left: 15px;
6881
padding: 5px;
6982
}
7083

71-
.cke_editable img.left
84+
img.left
7285
{
7386
border: 1px solid #ccc;
7487
float: left;
7588
margin-right: 15px;
7689
padding: 5px;
7790
}
7891

79-
.cke_editable pre
92+
pre
8093
{
8194
white-space: pre-wrap; /* CSS 2.1 */
8295
word-wrap: break-word; /* IE7 */
96+
-moz-tab-size: 4;
97+
-o-tab-size: 4;
98+
-webkit-tab-size: 4;
99+
tab-size: 4;
83100
}
84101

85-
.cke_editable .marker
102+
.marker
86103
{
87104
background-color: Yellow;
88105
}
89106

90-
.cke_editable span[lang]
107+
span[lang]
91108
{
92-
font-style: italic;
109+
font-style: italic;
93110
}
94111

95-
.cke_editable figure
112+
figure
96113
{
97114
text-align: center;
98115
border: solid 1px #ccc;
99116
border-radius: 2px;
100117
background: rgba(0,0,0,0.05);
101118
padding: 10px;
102119
margin: 10px 20px;
103-
display: block; /* For IE8 */
120+
display: inline-block;
104121
}
105122

106-
.cke_editable figure figcaption
123+
figure > figcaption
107124
{
108125
text-align: center;
109126
display: block; /* For IE8 */
110127
}
128+
129+
a > img {
130+
padding: 1px;
131+
margin: 1px;
132+
border: none;
133+
outline: 1px solid #0782C1;
134+
}

ckeditor/lang/af.js

-5
This file was deleted.

0 commit comments

Comments
 (0)