Version Description
- 23.02.2012 =
- Fix bug: Fix JavaScript error: instance is undefined
- Fix bug: Call to undefined method _WP_Editors::editor_settings() (http://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-error-on-activation)
- Fix bug: Fix notice error of auto detecting language when viewing website (http://wordpress.org/support/topic/throwing-notice-error-when-viewing-website)
- Fix bug: Fix for hidden buttons below Wordpress admin bar when 'Maximize' button clicked
- Fix bug: Fix support for NextGEN Gallery Plugin (http://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-ckeditor-and-nextgen-button-problem)
- Fix bug: Fix support for gd-star-rating plugin
- Fix bug: CKEditor plugin doesn't work with latest qTranslate plugin (http://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-qtranslate-not-working)
- Fix bug: Try to load nextgen plugin button when user has no permission to do this
- Fix bug: CKEditor plugin, Uploading where admin is restricted to https
- Fix error: ckeditor_wordpress::can_upload() is private
Download this release
Release Info
Developer | michal_cksource |
Plugin | CKEditor for WordPress |
Version | 3.6.2.5 |
Comparing to | |
See all releases |
Code changes from version 3.6.2.4 to 3.6.2.5
- ckeditor/.htaccess +1 -1
- ckeditor/CHANGES.html +2 -2
- ckeditor/LICENSE.html +2 -2
- ckeditor/ckeditor.js +1 -1
- ckeditor/ckeditor.pack +1 -1
- ckeditor/ckeditor_basic.js +1 -1
- ckeditor/ckeditor_basic_source.js +1 -1
- ckeditor/ckeditor_source.js +1 -1
- ckeditor/config.js +1 -1
- ckeditor/contents.css +1 -1
- ckeditor/lang/_languages.js +1 -1
- ckeditor/lang/_translationstatus.txt +1 -1
- ckeditor/lang/af.js +1 -1
- ckeditor/lang/ar.js +1 -1
- ckeditor/lang/bg.js +1 -1
- ckeditor/lang/bn.js +1 -1
- ckeditor/lang/bs.js +1 -1
- ckeditor/lang/ca.js +1 -1
- ckeditor/lang/cs.js +1 -1
- ckeditor/lang/cy.js +1 -1
- ckeditor/lang/da.js +1 -1
- ckeditor/lang/de.js +1 -1
- ckeditor/lang/el.js +1 -1
- ckeditor/lang/en-au.js +1 -1
- ckeditor/lang/en-ca.js +1 -1
- ckeditor/lang/en-gb.js +1 -1
- ckeditor/lang/en.js +1 -1
- ckeditor/lang/eo.js +1 -1
- ckeditor/lang/es.js +1 -1
- ckeditor/lang/et.js +1 -1
- ckeditor/lang/eu.js +1 -1
- ckeditor/lang/fa.js +1 -1
- ckeditor/lang/fi.js +1 -1
- ckeditor/lang/fo.js +1 -1
- ckeditor/lang/fr-ca.js +1 -1
- ckeditor/lang/fr.js +1 -1
- ckeditor/lang/gl.js +1 -1
- ckeditor/lang/gu.js +1 -1
- ckeditor/lang/he.js +1 -1
- ckeditor/lang/hi.js +1 -1
- ckeditor/lang/hr.js +1 -1
- ckeditor/lang/hu.js +1 -1
- ckeditor/lang/is.js +1 -1
- ckeditor/lang/it.js +1 -1
- ckeditor/lang/ja.js +1 -1
- ckeditor/lang/ka.js +1 -1
- ckeditor/lang/km.js +1 -1
- ckeditor/lang/ko.js +1 -1
- ckeditor/lang/lt.js +1 -1
- ckeditor/lang/lv.js +1 -1
- ckeditor/lang/mn.js +1 -1
- ckeditor/lang/ms.js +1 -1
- ckeditor/lang/nb.js +1 -1
- ckeditor/lang/nl.js +1 -1
- ckeditor/lang/no.js +1 -1
- ckeditor/lang/pl.js +1 -1
- ckeditor/lang/pt-br.js +1 -1
- ckeditor/lang/pt.js +1 -1
- ckeditor/lang/ro.js +1 -1
- ckeditor/lang/ru.js +1 -1
- ckeditor/lang/sk.js +1 -1
- ckeditor/lang/sl.js +1 -1
- ckeditor/lang/sr-latn.js +1 -1
- ckeditor/lang/sr.js +1 -1
- ckeditor/lang/sv.js +1 -1
- ckeditor/lang/th.js +1 -1
- ckeditor/lang/tr.js +1 -1
- ckeditor/lang/uk.js +1 -1
- ckeditor/lang/vi.js +1 -1
- ckeditor/lang/zh-cn.js +1 -1
- ckeditor/lang/zh.js +1 -1
- ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +1 -1
- ckeditor/plugins/a11yhelp/lang/en.js +1 -1
- ckeditor/plugins/a11yhelp/lang/he.js +1 -1
- ckeditor/plugins/about/dialogs/about.js +1 -1
- ckeditor/plugins/adobeair/plugin.js +1 -1
- ckeditor/plugins/ajax/plugin.js +1 -1
- ckeditor/plugins/autogrow/plugin.js +1 -1
- ckeditor/plugins/bbcode/plugin.js +1 -1
- ckeditor/plugins/clipboard/dialogs/paste.js +1 -1
- ckeditor/plugins/colordialog/dialogs/colordialog.js +1 -1
- ckeditor/plugins/devtools/lang/en.js +1 -1
- ckeditor/plugins/devtools/plugin.js +1 -1
- ckeditor/plugins/dialog/dialogDefinition.js +1 -1
- ckeditor/plugins/div/dialogs/div.js +1 -1
- ckeditor/plugins/docprops/dialogs/docprops.js +1 -1
- ckeditor/plugins/docprops/plugin.js +1 -1
- ckeditor/plugins/find/dialogs/find.js +1 -1
- ckeditor/plugins/flash/dialogs/flash.js +1 -1
- ckeditor/plugins/forms/dialogs/button.js +1 -1
- ckeditor/plugins/forms/dialogs/checkbox.js +1 -1
- ckeditor/plugins/forms/dialogs/form.js +1 -1
- ckeditor/plugins/forms/dialogs/hiddenfield.js +1 -1
- ckeditor/plugins/forms/dialogs/radio.js +1 -1
- ckeditor/plugins/forms/dialogs/select.js +1 -1
- ckeditor/plugins/forms/dialogs/textarea.js +1 -1
- ckeditor/plugins/forms/dialogs/textfield.js +1 -1
- ckeditor/plugins/iframe/dialogs/iframe.js +1 -1
- ckeditor/plugins/iframedialog/plugin.js +1 -1
- ckeditor/plugins/image/dialogs/image.js +1 -1
- ckeditor/plugins/link/dialogs/anchor.js +1 -1
- ckeditor/plugins/link/dialogs/link.js +1 -1
- ckeditor/plugins/liststyle/dialogs/liststyle.js +1 -1
- ckeditor/plugins/pastefromword/filter/default.js +1 -1
- ckeditor/plugins/pastetext/dialogs/pastetext.js +1 -1
- ckeditor/plugins/placeholder/dialogs/placeholder.js +1 -1
- ckeditor/plugins/placeholder/lang/en.js +1 -1
- ckeditor/plugins/placeholder/lang/he.js +1 -1
- ckeditor/plugins/placeholder/plugin.js +1 -1
- ckeditor/plugins/scayt/dialogs/options.js +1 -1
- ckeditor/plugins/scayt/dialogs/toolbar.css +1 -1
- ckeditor/plugins/smiley/dialogs/smiley.js +1 -1
- ckeditor/plugins/specialchar/dialogs/specialchar.js +1 -1
- ckeditor/plugins/specialchar/lang/en.js +1 -1
- ckeditor/plugins/styles/styles/default.js +1 -1
- ckeditor/plugins/stylesheetparser/plugin.js +1 -1
- ckeditor/plugins/table/dialogs/table.js +1 -1
- ckeditor/plugins/tableresize/plugin.js +1 -1
- ckeditor/plugins/tabletools/dialogs/tableCell.js +1 -1
- ckeditor/plugins/templates/dialogs/templates.js +1 -1
- ckeditor/plugins/templates/templates/default.js +1 -1
- ckeditor/plugins/uicolor/dialogs/uicolor.js +1 -1
- ckeditor/plugins/uicolor/lang/en.js +1 -1
- ckeditor/plugins/uicolor/lang/he.js +1 -1
- ckeditor/plugins/uicolor/plugin.js +1 -1
- ckeditor/plugins/uicolor/yui/assets/yui.css +1 -1
- ckeditor/plugins/uicolor/yui/yui.js +1 -1
- ckeditor/plugins/wsc/dialogs/ciframe.html +1 -1
- ckeditor/plugins/wsc/dialogs/tmpFrameset.html +1 -1
- ckeditor/plugins/wsc/dialogs/wsc.css +1 -1
- ckeditor/plugins/wsc/dialogs/wsc.js +1 -1
- ckeditor/plugins/xml/plugin.js +1 -1
- ckeditor/skins/kama/dialog.css +1 -1
- ckeditor/skins/kama/editor.css +1 -1
- ckeditor/skins/kama/skin.js +1 -1
- ckeditor/skins/kama/templates.css +1 -1
- ckeditor/skins/office2003/dialog.css +1 -1
- ckeditor/skins/office2003/editor.css +1 -1
- ckeditor/skins/office2003/skin.js +1 -1
- ckeditor/skins/office2003/templates.css +1 -1
- ckeditor/skins/v2/dialog.css +1 -1
- ckeditor/skins/v2/editor.css +1 -1
- ckeditor/skins/v2/skin.js +1 -1
- ckeditor/skins/v2/templates.css +1 -1
- ckeditor/themes/default/theme.js +1 -1
- ckeditor_class.php +25 -5
- ckeditor_wordpress.php +1 -1
- includes/ckeditor.utils.js +100 -4
- plugins/gd-star-rating/window.php +10 -7
- plugins/nggallery/plugin.js +1 -1
- plugins/nggallery/window.php +79 -76
- plugins/wpeditimage/js/editimage.js +1 -1
- plugins/wpgallery/plugin.js +1 -1
- readme.txt +13 -1
ckeditor/.htaccess
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#
|
2 |
-
# Copyright (c) 2003-
|
3 |
# For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
#
|
5 |
|
1 |
#
|
2 |
+
# Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
# For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
#
|
5 |
|
ckeditor/CHANGES.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2 |
<!--
|
3 |
-
Copyright (c) 2003-
|
4 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
5 |
-->
|
6 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
@@ -1425,7 +1425,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
1425 |
CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
|
1426 |
</p>
|
1427 |
<p id="copy">
|
1428 |
-
Copyright © 2003-
|
1429 |
Knabben. All rights reserved.
|
1430 |
</p>
|
1431 |
</div>
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2 |
<!--
|
3 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
4 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
5 |
-->
|
6 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
1425 |
CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>
|
1426 |
</p>
|
1427 |
<p id="copy">
|
1428 |
+
Copyright © 2003-2012, <a href="http://cksource.com/">CKSource</a> - Frederico
|
1429 |
Knabben. All rights reserved.
|
1430 |
</p>
|
1431 |
</div>
|
ckeditor/LICENSE.html
CHANGED
@@ -7,7 +7,7 @@ Software License Agreement
|
|
7 |
==========================
|
8 |
|
9 |
CKEditor - The text editor for Internet - http://ckeditor.com
|
10 |
-
Copyright (c) 2003-
|
11 |
|
12 |
Licensed under the terms of any of the following licenses at your
|
13 |
choice:
|
@@ -1279,7 +1279,7 @@ EXHIBIT A -Mozilla Public License.
|
|
1279 |
<p>
|
1280 |
<strong>CKEditor™</strong> - The text editor for Internet™ - <a href="http://ckeditor.com">
|
1281 |
http://ckeditor.com</a><br />
|
1282 |
-
Copyright © 2003-
|
1283 |
</p>
|
1284 |
<p>
|
1285 |
Licensed under the terms of any of the following licenses at your choice:
|
7 |
==========================
|
8 |
|
9 |
CKEditor - The text editor for Internet - http://ckeditor.com
|
10 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
11 |
|
12 |
Licensed under the terms of any of the following licenses at your
|
13 |
choice:
|
1279 |
<p>
|
1280 |
<strong>CKEditor™</strong> - The text editor for Internet™ - <a href="http://ckeditor.com">
|
1281 |
http://ckeditor.com</a><br />
|
1282 |
+
Copyright © 2003-2012, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
|
1283 |
</p>
|
1284 |
<p>
|
1285 |
Licensed under the terms of any of the following licenses at your choice:
|
ckeditor/ckeditor.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/ckeditor.pack
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
header :
|
6 |
'/*' + '\n' +
|
7 |
-
'Copyright (c) 2003-
|
8 |
'For licensing, see LICENSE.html or http://ckeditor.com/license' + '\n' +
|
9 |
'*/' + '\n' +
|
10 |
'\n',
|
4 |
|
5 |
header :
|
6 |
'/*' + '\n' +
|
7 |
+
'Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.' + '\n' +
|
8 |
'For licensing, see LICENSE.html or http://ckeditor.com/license' + '\n' +
|
9 |
'*/' + '\n' +
|
10 |
'\n',
|
ckeditor/ckeditor_basic.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/ckeditor_basic_source.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/ckeditor_source.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/config.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/contents.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/_languages.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/_translationstatus.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
Copyright (c) 2003-
|
2 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
3 |
|
4 |
af.js Found: 549 Missing: 27
|
1 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
2 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
3 |
|
4 |
af.js Found: 549 Missing: 27
|
ckeditor/lang/af.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/ar.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/bg.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/bn.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/bs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/ca.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/cs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/cy.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/da.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/de.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/el.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/en-au.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/en-ca.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/en-gb.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/en.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/eo.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/es.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/et.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/eu.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/fa.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/fi.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/fo.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/fr-ca.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/fr.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/gl.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/gu.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/he.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/hi.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/hr.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/hu.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/is.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/it.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/ja.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/ka.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/km.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/ko.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/lt.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/lv.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/mn.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/ms.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/nb.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/nl.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/no.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/pl.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/pt-br.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/pt.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/ro.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/ru.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/sk.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/sl.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/sr-latn.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/sr.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/sv.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/th.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/tr.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/uk.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/vi.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/zh-cn.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/lang/zh.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/a11yhelp/lang/en.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/a11yhelp/lang/he.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/about/dialogs/about.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/adobeair/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/ajax/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/autogrow/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/bbcode/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/clipboard/dialogs/paste.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/colordialog/dialogs/colordialog.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/devtools/lang/en.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/devtools/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/dialog/dialogDefinition.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
ckeditor/plugins/div/dialogs/div.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/docprops/dialogs/docprops.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/docprops/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/find/dialogs/find.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/flash/dialogs/flash.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/forms/dialogs/button.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/forms/dialogs/checkbox.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/forms/dialogs/form.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/forms/dialogs/hiddenfield.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/forms/dialogs/radio.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/forms/dialogs/select.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/forms/dialogs/textarea.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/forms/dialogs/textfield.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/iframe/dialogs/iframe.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/iframedialog/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/image/dialogs/image.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/link/dialogs/anchor.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/link/dialogs/link.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/liststyle/dialogs/liststyle.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/pastefromword/filter/default.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/pastetext/dialogs/pastetext.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/placeholder/dialogs/placeholder.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/placeholder/lang/en.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/placeholder/lang/he.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/placeholder/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/scayt/dialogs/options.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/scayt/dialogs/toolbar.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/smiley/dialogs/smiley.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/specialchar/dialogs/specialchar.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/specialchar/lang/en.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/styles/styles/default.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/stylesheetparser/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/table/dialogs/table.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/tableresize/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/tabletools/dialogs/tableCell.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/templates/dialogs/templates.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/templates/templates/default.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/uicolor/dialogs/uicolor.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/uicolor/lang/en.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/uicolor/lang/he.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/uicolor/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/uicolor/yui/assets/yui.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/uicolor/yui/yui.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/wsc/dialogs/ciframe.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2 |
<!--
|
3 |
-
Copyright (c) 2003-
|
4 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
5 |
-->
|
6 |
<html>
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2 |
<!--
|
3 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
4 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
5 |
-->
|
6 |
<html>
|
ckeditor/plugins/wsc/dialogs/tmpFrameset.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
2 |
<!--
|
3 |
-
Copyright (c) 2003-
|
4 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
5 |
-->
|
6 |
<html>
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
2 |
<!--
|
3 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
4 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
5 |
-->
|
6 |
<html>
|
ckeditor/plugins/wsc/dialogs/wsc.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/wsc/dialogs/wsc.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/plugins/xml/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/kama/dialog.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/kama/editor.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/kama/skin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/kama/templates.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/office2003/dialog.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/office2003/editor.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/office2003/skin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/office2003/templates.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/v2/dialog.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/v2/editor.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/v2/skin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/skins/v2/templates.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor/themes/default/theme.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
|
ckeditor_class.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
class ckeditor_wordpress {
|
4 |
|
5 |
private static $instance;
|
6 |
-
public static $version = '3.6.2.
|
7 |
public static $default_options = array();
|
8 |
public $options = array();
|
9 |
public static $ckeditor_path = "";
|
@@ -27,7 +27,10 @@ class ckeditor_wordpress {
|
|
27 |
} else {
|
28 |
$this->plugin_path = $siteurl . 'wp-content/plugins/' . basename(dirname(__FILE__)) . '/';
|
29 |
}
|
30 |
-
|
|
|
|
|
|
|
31 |
define('CKEDITOR_PLUGIN_URL', $this->plugin_path);
|
32 |
$this->ckeditor_path = $this->plugin_path . 'ckeditor/';
|
33 |
$this->editable_files = array(
|
@@ -175,7 +178,7 @@ class ckeditor_wordpress {
|
|
175 |
}
|
176 |
}
|
177 |
|
178 |
-
|
179 |
global $userdata;
|
180 |
$user_level = intval($userdata->user_level);
|
181 |
if ((function_exists('current_user_can') && current_user_can('upload_files')) || (isset($user_level) && $user_level >= 3)) {
|
@@ -197,6 +200,17 @@ class ckeditor_wordpress {
|
|
197 |
#icon-wp-ckeditor {background: transparent url(<?php echo $this->plugin_path; ?>images/ckeditor_ico32.png) no-repeat;}
|
198 |
</style>
|
199 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
}
|
201 |
|
202 |
public function user_personalopts_update() {
|
@@ -651,7 +665,7 @@ class ckeditor_wordpress {
|
|
651 |
break;
|
652 |
}
|
653 |
|
654 |
-
if ($options['advanced']['detect_language_auto'] == 'f') {
|
655 |
$settings['language'] = $options['advanced']['language'];
|
656 |
}
|
657 |
|
@@ -679,7 +693,9 @@ class ckeditor_wordpress {
|
|
679 |
$output['additionalButtons'] = apply_filters('ckeditor_buttons', array());
|
680 |
foreach ((array) $options['plugins'] as $name => $val) {
|
681 |
if ($val == 't' && !isset($output['externalPlugins'][$name])) {
|
682 |
-
|
|
|
|
|
683 |
} else if ($val == 'f' && isset($output['externalPlugins'][$name])) {
|
684 |
unset($output['externalPlugins'][$name]);
|
685 |
}
|
@@ -947,6 +963,10 @@ class ckeditor_wordpress {
|
|
947 |
|
948 |
final class _WP_Editors {
|
949 |
|
|
|
|
|
|
|
|
|
950 |
public static function parse_settings($editor_id, $settings) {
|
951 |
$set = wp_parse_args($settings, array(
|
952 |
'wpautop' => true, // use wpautop?
|
3 |
class ckeditor_wordpress {
|
4 |
|
5 |
private static $instance;
|
6 |
+
public static $version = '3.6.2.5';
|
7 |
public static $default_options = array();
|
8 |
public $options = array();
|
9 |
public static $ckeditor_path = "";
|
27 |
} else {
|
28 |
$this->plugin_path = $siteurl . 'wp-content/plugins/' . basename(dirname(__FILE__)) . '/';
|
29 |
}
|
30 |
+
if($_SERVER['HTTPS']) {
|
31 |
+
$siteurl = str_replace('http:', 'https:', $siteurl);
|
32 |
+
$this->plugin_path = str_replace('http:', 'https:', $this->plugin_path);
|
33 |
+
}
|
34 |
define('CKEDITOR_PLUGIN_URL', $this->plugin_path);
|
35 |
$this->ckeditor_path = $this->plugin_path . 'ckeditor/';
|
36 |
$this->editable_files = array(
|
178 |
}
|
179 |
}
|
180 |
|
181 |
+
public function can_upload() {
|
182 |
global $userdata;
|
183 |
$user_level = intval($userdata->user_level);
|
184 |
if ((function_exists('current_user_can') && current_user_can('upload_files')) || (isset($user_level) && $user_level >= 3)) {
|
200 |
#icon-wp-ckeditor {background: transparent url(<?php echo $this->plugin_path; ?>images/ckeditor_ico32.png) no-repeat;}
|
201 |
</style>
|
202 |
<?php
|
203 |
+
//if qTranslate plugin is enabled
|
204 |
+
if (is_plugin_active('qtranslate/qtranslate.php'))
|
205 |
+
{
|
206 |
+
$this->generate_js_options(false);
|
207 |
+
echo '<script type="text/javascript" src="'.$this->ckeditor_path . $this->options['advanced']['load_method'].'"></script>';
|
208 |
+
echo '<script type="text/javascript" src="'.$this->plugin_path . 'includes/ckeditor.utils.js"></script>';
|
209 |
+
global $q_config;
|
210 |
+
$q_config['js']['qtrans_tinyMCEOverload'] = '';
|
211 |
+
$q_config['js']['qtrans_disable_old_editor'] = '';
|
212 |
+
$q_config['js']['qtrans_hook_on_tinyMCE'] = 'qtrans_hook_on_tinyMCE = function(id) {};';
|
213 |
+
}
|
214 |
}
|
215 |
|
216 |
public function user_personalopts_update() {
|
665 |
break;
|
666 |
}
|
667 |
|
668 |
+
if (isset($options['advanced']['detect_language_auto']) && $options['advanced']['detect_language_auto'] == 'f') {
|
669 |
$settings['language'] = $options['advanced']['language'];
|
670 |
}
|
671 |
|
693 |
$output['additionalButtons'] = apply_filters('ckeditor_buttons', array());
|
694 |
foreach ((array) $options['plugins'] as $name => $val) {
|
695 |
if ($val == 't' && !isset($output['externalPlugins'][$name])) {
|
696 |
+
// skip adding plugin when NextGEN Gallery plugin is installed and user has not permissions to use it
|
697 |
+
if ($name == 'nextgen' && (!current_user_can('NextGEN Use TinyMCE') || !get_user_option('rich_editing') == 'true') ) continue;
|
698 |
+
$output['externalPlugins'][$name] = $this->plugin_path . 'ckeditor/plugins/' . $name . '/';
|
699 |
} else if ($val == 'f' && isset($output['externalPlugins'][$name])) {
|
700 |
unset($output['externalPlugins'][$name]);
|
701 |
}
|
963 |
|
964 |
final class _WP_Editors {
|
965 |
|
966 |
+
public static function editor_settings($editor_id, $set) {
|
967 |
+
|
968 |
+
}
|
969 |
+
|
970 |
public static function parse_settings($editor_id, $settings) {
|
971 |
$set = wp_parse_args($settings, array(
|
972 |
'wpautop' => true, // use wpautop?
|
ckeditor_wordpress.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: CKEditor for WordPress
|
5 |
Plugin URI: http://wordpress.ckeditor.com/
|
6 |
Description: Replaces the default WordPress editor with <a href="http://ckeditor.com/"> CKEditor</a>
|
7 |
-
Version: 3.6.2.
|
8 |
Author: CKSource
|
9 |
Author URI: http://cksource.com/
|
10 |
*/
|
4 |
Plugin Name: CKEditor for WordPress
|
5 |
Plugin URI: http://wordpress.ckeditor.com/
|
6 |
Description: Replaces the default WordPress editor with <a href="http://ckeditor.com/"> CKEditor</a>
|
7 |
+
Version: 3.6.2.5
|
8 |
Author: CKSource
|
9 |
Author URI: http://cksource.com/
|
10 |
*/
|
includes/ckeditor.utils.js
CHANGED
@@ -62,7 +62,7 @@ jQuery(document).ready(function () {
|
|
62 |
|
63 |
if(typeof(window.switchEditors) != 'undefined') {
|
64 |
window.switchEditors.go = function(id, mode) {
|
65 |
-
|
66 |
jQuery('#'+id).closest('.html-active').removeClass('html-active').addClass('tmce-active');
|
67 |
ckeditorOn(id);
|
68 |
} else {
|
@@ -73,8 +73,72 @@ jQuery(document).ready(function () {
|
|
73 |
};
|
74 |
}
|
75 |
}
|
|
|
76 |
if ( ckeditorSettings.qtransEnabled ){
|
|
|
|
|
|
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
jQuery('#edButtonHTML').addClass('active');
|
79 |
jQuery('#edButtonPreview').removeClass('active');
|
80 |
if(ckeditorSettings.textarea_id != 'comment'){
|
@@ -89,6 +153,10 @@ jQuery(document).ready(function () {
|
|
89 |
if ( jQuery('#'+ckeditorSettings.textarea_id).length && typeof CKEDITOR.instances[ckeditorSettings.textarea_id] == 'undefined' ) {
|
90 |
CKEDITOR.replace(ckeditorSettings.textarea_id, ckeditorSettings.configuration);
|
91 |
editorCKE = CKEDITOR.instances[ckeditorSettings.textarea_id];
|
|
|
|
|
|
|
|
|
92 |
}
|
93 |
|
94 |
window.tinyMCE = tinymce = getTinyMCEObject();
|
@@ -106,20 +174,21 @@ jQuery(document).ready(function () {
|
|
106 |
|
107 |
});
|
108 |
function ckeditorOn(id) {
|
|
|
109 |
if (typeof(id) != 'undefined' && typeof(CKEDITOR.instances[id]) == 'undefined' )
|
110 |
{
|
111 |
setUserSetting( 'editor', 'tinymce' );
|
112 |
jQuery('#quicktags').hide();
|
113 |
jQuery('#edButtonPreview').addClass('active');
|
114 |
jQuery('#edButtonHTML').removeClass('active');
|
115 |
-
CKEDITOR.replace(id, ckeditorSettings.configuration);
|
116 |
if (typeof ckeditorSettings.configuration['extraCss'] != 'undefined')
|
117 |
{
|
118 |
CKEDITOR.instances[id].addCss(ckeditorSettings.configuration['extraCss']);
|
119 |
}
|
120 |
}
|
121 |
if ( jQuery('textarea#'+ckeditorSettings.textarea_id).length && (typeof(CKEDITOR.instances) == 'undefined' || typeof(CKEDITOR.instances[ckeditorSettings.textarea_id]) == 'undefined' ) && jQuery("#"+ckeditorSettings.textarea_id).parent().parent().attr('id') != 'quick-press') {
|
122 |
-
CKEDITOR.replace(ckeditorSettings.textarea_id, ckeditorSettings.configuration);
|
123 |
if (typeof ckeditorSettings.configuration['extraCss'] != 'undefined')
|
124 |
{
|
125 |
CKEDITOR.instances[ckeditorSettings.textarea_id].addCss(ckeditorSettings.configuration['extraCss']);
|
@@ -137,6 +206,12 @@ function ckeditorOn(id) {
|
|
137 |
}
|
138 |
}
|
139 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
}
|
141 |
|
142 |
function ckeditorOff(id) {
|
@@ -365,6 +440,10 @@ function getTinyMCEObject()
|
|
365 |
}
|
366 |
}
|
367 |
},
|
|
|
|
|
|
|
|
|
368 |
addI18n : function(language, param){
|
369 |
return ;
|
370 |
}
|
@@ -377,8 +456,19 @@ var tinyMCEPreInit = {
|
|
377 |
mceInit : function(){
|
378 |
language : 'en';
|
379 |
}
|
380 |
-
|
381 |
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
//function to move cursor after fake gallery image. Turn on frame show
|
383 |
function updateCkeGallery()
|
384 |
{
|
@@ -386,4 +476,10 @@ function updateCkeGallery()
|
|
386 |
jQuery("#add_image").bind('click',function(){
|
387 |
return true;
|
388 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
}
|
62 |
|
63 |
if(typeof(window.switchEditors) != 'undefined') {
|
64 |
window.switchEditors.go = function(id, mode) {
|
65 |
+
if ('tinymce' == mode || 'tmce' == mode) {
|
66 |
jQuery('#'+id).closest('.html-active').removeClass('html-active').addClass('tmce-active');
|
67 |
ckeditorOn(id);
|
68 |
} else {
|
73 |
};
|
74 |
}
|
75 |
}
|
76 |
+
//if qTranslate plugin enabled
|
77 |
if ( ckeditorSettings.qtransEnabled ){
|
78 |
+
//custom version of switchEditors function when qTranslate plugin is enabled
|
79 |
+
if(typeof(window.switchEditors) != 'undefined') {
|
80 |
+
window.switchEditors.go = function(id, lang) {
|
81 |
|
82 |
+
id = id || 'content';
|
83 |
+
lang = lang || 'toggle';
|
84 |
+
|
85 |
+
if ( 'toggle' == lang ) {
|
86 |
+
if ( ed && !ed.isHidden() )
|
87 |
+
lang = 'html';
|
88 |
+
else
|
89 |
+
lang = 'tmce';
|
90 |
+
} else if( 'tinymce' == lang )
|
91 |
+
lang = 'tmce';
|
92 |
+
|
93 |
+
var inst = tinyMCE.get('qtrans_textarea_' + id);
|
94 |
+
var vta = document.getElementById('qtrans_textarea_' + id);
|
95 |
+
var ta = document.getElementById(id);
|
96 |
+
var wrap_id = 'wp-'+id+'-wrap';
|
97 |
+
|
98 |
+
// update merged content
|
99 |
+
if(inst && ! inst.isHidden()) {
|
100 |
+
tinyMCE.triggerSave();
|
101 |
+
} else {
|
102 |
+
qtrans_save(vta.value);
|
103 |
+
}
|
104 |
+
// check if language is already active
|
105 |
+
if(lang!='tmce' && lang!='html' && document.getElementById('qtrans_select_'+lang).className=='wp-switch-editor switch-tmce switch-html') {
|
106 |
+
return;
|
107 |
+
}
|
108 |
+
|
109 |
+
if(lang!='tmce' && lang!='html') {
|
110 |
+
document.getElementById('qtrans_select_'+qtrans_get_active_language()).className='wp-switch-editor';
|
111 |
+
document.getElementById('qtrans_select_'+lang).className='wp-switch-editor switch-tmce switch-html';
|
112 |
+
}
|
113 |
+
if(lang=='html') {
|
114 |
+
if ( inst && inst.isHidden() )
|
115 |
+
return false;
|
116 |
+
if ( inst ) {
|
117 |
+
vta.style.height = inst.getContentAreaContainer().offsetHeight + 20 + 'px';
|
118 |
+
inst.hide();
|
119 |
+
}
|
120 |
+
jQuery("#"+wrap_id).removeClass('tmce-active');
|
121 |
+
jQuery("#"+wrap_id).addClass('html-active');
|
122 |
+
setUserSetting( 'editor', 'html' );
|
123 |
+
} else if(lang=='tmce') {
|
124 |
+
if(inst && ! inst.isHidden())
|
125 |
+
return false;
|
126 |
+
if ( tinyMCEPreInit.mceInit[id] && tinyMCEPreInit.mceInit[id].wpautop )
|
127 |
+
vta.value = this.wpautop(qtrans_use(qtrans_get_active_language(),ta.value));
|
128 |
+
if (inst) {
|
129 |
+
inst.show();
|
130 |
+
} else {
|
131 |
+
qtrans_hook_on_tinyMCE(id);
|
132 |
+
}
|
133 |
+
jQuery("#"+wrap_id).removeClass('html-active');
|
134 |
+
jQuery("#"+wrap_id).addClass('tmce-active');
|
135 |
+
setUserSetting('editor', 'tinymce');
|
136 |
+
} else {
|
137 |
+
// switch content
|
138 |
+
qtrans_assign('qtrans_textarea_'+id,qtrans_use(lang,ta.value));
|
139 |
+
}
|
140 |
+
}
|
141 |
+
}
|
142 |
jQuery('#edButtonHTML').addClass('active');
|
143 |
jQuery('#edButtonPreview').removeClass('active');
|
144 |
if(ckeditorSettings.textarea_id != 'comment'){
|
153 |
if ( jQuery('#'+ckeditorSettings.textarea_id).length && typeof CKEDITOR.instances[ckeditorSettings.textarea_id] == 'undefined' ) {
|
154 |
CKEDITOR.replace(ckeditorSettings.textarea_id, ckeditorSettings.configuration);
|
155 |
editorCKE = CKEDITOR.instances[ckeditorSettings.textarea_id];
|
156 |
+
//add afterCommandExec exect to last created CKEditor instance
|
157 |
+
editorCKE.on( 'afterCommandExec', function(ev) {
|
158 |
+
afterCommandEvent(ev);
|
159 |
+
});
|
160 |
}
|
161 |
|
162 |
window.tinyMCE = tinymce = getTinyMCEObject();
|
174 |
|
175 |
});
|
176 |
function ckeditorOn(id) {
|
177 |
+
var instance;
|
178 |
if (typeof(id) != 'undefined' && typeof(CKEDITOR.instances[id]) == 'undefined' )
|
179 |
{
|
180 |
setUserSetting( 'editor', 'tinymce' );
|
181 |
jQuery('#quicktags').hide();
|
182 |
jQuery('#edButtonPreview').addClass('active');
|
183 |
jQuery('#edButtonHTML').removeClass('active');
|
184 |
+
instance = CKEDITOR.replace(id, ckeditorSettings.configuration);
|
185 |
if (typeof ckeditorSettings.configuration['extraCss'] != 'undefined')
|
186 |
{
|
187 |
CKEDITOR.instances[id].addCss(ckeditorSettings.configuration['extraCss']);
|
188 |
}
|
189 |
}
|
190 |
if ( jQuery('textarea#'+ckeditorSettings.textarea_id).length && (typeof(CKEDITOR.instances) == 'undefined' || typeof(CKEDITOR.instances[ckeditorSettings.textarea_id]) == 'undefined' ) && jQuery("#"+ckeditorSettings.textarea_id).parent().parent().attr('id') != 'quick-press') {
|
191 |
+
instance = CKEDITOR.replace(ckeditorSettings.textarea_id, ckeditorSettings.configuration);
|
192 |
if (typeof ckeditorSettings.configuration['extraCss'] != 'undefined')
|
193 |
{
|
194 |
CKEDITOR.instances[ckeditorSettings.textarea_id].addCss(ckeditorSettings.configuration['extraCss']);
|
206 |
}
|
207 |
}
|
208 |
}
|
209 |
+
if (typeof(instance) != 'undefined') {
|
210 |
+
//add afterCommandExec exect to last created CKEditor instance
|
211 |
+
instance.on( 'afterCommandExec', function(ev) {
|
212 |
+
afterCommandEvent(ev);
|
213 |
+
});
|
214 |
+
}
|
215 |
}
|
216 |
|
217 |
function ckeditorOff(id) {
|
440 |
}
|
441 |
}
|
442 |
},
|
443 |
+
DOM :{
|
444 |
+
removeClass : function(id, className) {return;},
|
445 |
+
addClass : function(id, className) {return;}
|
446 |
+
},
|
447 |
addI18n : function(language, param){
|
448 |
return ;
|
449 |
}
|
456 |
mceInit : function(){
|
457 |
language : 'en';
|
458 |
}
|
|
|
459 |
};
|
460 |
+
|
461 |
+
var tinyMCEPopup = {
|
462 |
+
onInit : {
|
463 |
+
add : function() {return ;}
|
464 |
+
},
|
465 |
+
editor : {
|
466 |
+
windowManager : {
|
467 |
+
createInstance : function(id) {return; }
|
468 |
+
}
|
469 |
+
}
|
470 |
+
};
|
471 |
+
|
472 |
//function to move cursor after fake gallery image. Turn on frame show
|
473 |
function updateCkeGallery()
|
474 |
{
|
476 |
jQuery("#add_image").bind('click',function(){
|
477 |
return true;
|
478 |
});
|
479 |
+
}
|
480 |
+
function afterCommandEvent(ev)
|
481 |
+
{
|
482 |
+
if (ev.data.name != 'maximize') { return; }
|
483 |
+
//if maximize button was clicked hide/show WP admin bar - prevention of hiding buttton under WP admin bar
|
484 |
+
if (ev.data.command.state == CKEDITOR.TRISTATE_ON) { jQuery("#wpadminbar").hide() } else { jQuery("#wpadminbar").show() }
|
485 |
}
|
plugins/gd-star-rating/window.php
CHANGED
@@ -18,13 +18,16 @@
|
|
18 |
|
19 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
20 |
<head>
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
28 |
</head>
|
29 |
<body>
|
30 |
<form name="StarRating" action="#">
|
18 |
|
19 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
20 |
<head>
|
21 |
+
<title>StarRating</title>
|
22 |
+
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
|
23 |
+
<script type="text/javascript">
|
24 |
+
var tinyMCEPopup = window.parent.tinyMCEPopup;
|
25 |
+
</script>
|
26 |
+
<script language="javascript" type="text/javascript" src="<?php echo get_option('siteurl') ?>/wp-includes/js/tinymce/utils/mctabs.js"></script>
|
27 |
+
<script language="javascript" type="text/javascript" src="<?php echo CKEDITOR_PLUGIN_URL ?>plugins/gd-star-rating/tinymce.js"></script>
|
28 |
+
<link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css?ver=327-1235100-vvq6.2.14line3" />
|
29 |
+
<link rel="stylesheet" href="<?php echo CKEDITOR_PLUGIN_URL ?>plugins/gd-star-rating/ckeditor.css" type="text/css" media="screen" />
|
30 |
+
<base target="_self" />
|
31 |
</head>
|
32 |
<body>
|
33 |
<form name="StarRating" action="#">
|
plugins/nggallery/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
CKEDITOR.plugins.add( 'nextgen',
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
*/
|
5 |
CKEDITOR.plugins.add( 'nextgen',
|
plugins/nggallery/window.php
CHANGED
@@ -6,7 +6,7 @@ require_once('../../../nextgen-gallery/ngg-config.php');
|
|
6 |
|
7 |
// check for rights
|
8 |
if ( !is_user_logged_in() || !current_user_can('edit_posts') )
|
9 |
-
|
10 |
|
11 |
global $wpdb, $nggdb;
|
12 |
|
@@ -14,97 +14,100 @@ global $wpdb, $nggdb;
|
|
14 |
|
15 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
16 |
<head>
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
23 |
</head>
|
24 |
<body id="link">
|
25 |
<!-- <form onsubmit="insertLink();return false;" action="#"> -->
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
<tr>
|
41 |
<td nowrap="nowrap"><label for="gallerytag"><?php _e("Select gallery", 'nggallery'); ?></label></td>
|
42 |
<td><select id="gallerytag" name="gallerytag" style="width: 200px">
|
43 |
<option value="0"><?php _e("No gallery", 'nggallery'); ?></option>
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
</select></td>
|
54 |
</tr>
|
55 |
<tr>
|
56 |
<td nowrap="nowrap" valign="top"><label for="showtype"><?php _e("Show as", 'nggallery'); ?></label></td>
|
57 |
<td><label><input name="showtype" type="radio" value="nggallery" checked="checked" /> <?php _e('Image list', 'nggallery') ;?></label><br />
|
58 |
-
|
59 |
-
|
60 |
</tr>
|
61 |
</table>
|
62 |
-
|
63 |
-
|
64 |
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
<tr>
|
70 |
<td nowrap="nowrap"><label for="albumtag"><?php _e("Select album", 'nggallery'); ?></label></td>
|
71 |
<td><select id="albumtag" name="albumtag" style="width: 200px">
|
72 |
<option value="0"><?php _e("No album", 'nggallery'); ?></option>
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
</select></td>
|
82 |
</tr>
|
83 |
<tr>
|
84 |
<td nowrap="nowrap" valign="top"><label for="showtype"><?php _e("Show as", 'nggallery'); ?></label></td>
|
85 |
<td><label><input name="albumtype" type="radio" value="extend" checked="checked" /> <?php _e('Extended version', 'nggallery') ;?></label><br />
|
86 |
-
|
87 |
</tr>
|
88 |
</table>
|
89 |
-
|
90 |
-
|
91 |
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
<tr>
|
97 |
<td nowrap="nowrap"><label for="singlepictag"><?php _e("Select picture", 'nggallery'); ?></label></td>
|
98 |
<td><select id="singlepictag" name="singlepictag" style="width: 200px">
|
99 |
<option value="0"><?php _e("No picture", 'nggallery'); ?></option>
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
</select></td>
|
109 |
</tr>
|
110 |
<tr>
|
@@ -114,29 +117,29 @@ global $wpdb, $nggdb;
|
|
114 |
<tr>
|
115 |
<td nowrap="nowrap" valign="top"><?php _e("Effect", 'nggallery'); ?></td>
|
116 |
<td>
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
</tr>
|
124 |
<tr>
|
125 |
<td nowrap="nowrap" valign="top"><?php _e("Float", 'nggallery'); ?></td>
|
126 |
<td>
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
</tr>
|
135 |
|
136 |
</table>
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
</form>
|
141 |
</body>
|
142 |
</html>
|
6 |
|
7 |
// check for rights
|
8 |
if ( !is_user_logged_in() || !current_user_can('edit_posts') )
|
9 |
+
wp_die(__("You are not allowed to be here"));
|
10 |
|
11 |
global $wpdb, $nggdb;
|
12 |
|
14 |
|
15 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
16 |
<head>
|
17 |
+
<title>NextGEN Gallery</title>
|
18 |
+
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
|
19 |
+
<script type="text/javascript">
|
20 |
+
var tinyMCEPopup = window.parent.tinyMCEPopup;
|
21 |
+
</script>
|
22 |
+
<script language="javascript" type="text/javascript" src="<?php echo get_option('siteurl') ?>/wp-includes/js/tinymce/utils/mctabs.js"></script>
|
23 |
+
<script language="javascript" type="text/javascript" src="<?php echo CKEDITOR_PLUGIN_URL ?>plugins/nggallery/tinymce.js"></script>
|
24 |
+
<link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css?ver=327-1235100-vvq6.2.14line3" />
|
25 |
+
<base target="_self" />
|
26 |
</head>
|
27 |
<body id="link">
|
28 |
<!-- <form onsubmit="insertLink();return false;" action="#"> -->
|
29 |
+
<form name="NextGEN" action="#">
|
30 |
+
<div class="tabs">
|
31 |
+
<ul>
|
32 |
+
<li id="gallery_tab" class="current"><span><a href="javascript:mcTabs.displayTab('gallery_tab','gallery_panel');" onmousedown="return false;"><?php echo _n( 'Gallery', 'Galleries', 1, 'nggallery' ) ?></a></span></li>
|
33 |
+
<li id="album_tab"><span><a href="javascript:mcTabs.displayTab('album_tab','album_panel');" onmousedown="return false;"><?php echo _n( 'Album', 'Albums', 1, 'nggallery' ) ?></a></span></li>
|
34 |
+
<li id="singlepic_tab"><span><a href="javascript:mcTabs.displayTab('singlepic_tab','singlepic_panel');" onmousedown="return false;"><?php _e('Picture', 'nggallery'); ?></a></span></li>
|
35 |
+
</ul>
|
36 |
+
</div>
|
37 |
|
38 |
+
<div class="panel_wrapper">
|
39 |
+
<!-- gallery panel -->
|
40 |
+
<div id="gallery_panel" class="panel current">
|
41 |
+
<br />
|
42 |
+
<table border="0" cellpadding="4" cellspacing="0">
|
43 |
<tr>
|
44 |
<td nowrap="nowrap"><label for="gallerytag"><?php _e("Select gallery", 'nggallery'); ?></label></td>
|
45 |
<td><select id="gallerytag" name="gallerytag" style="width: 200px">
|
46 |
<option value="0"><?php _e("No gallery", 'nggallery'); ?></option>
|
47 |
+
<?php
|
48 |
+
$gallerylist = $nggdb->find_all_galleries('gid', 'DESC');
|
49 |
+
if(is_array($gallerylist)) {
|
50 |
+
foreach($gallerylist as $gallery) {
|
51 |
+
$name = ( empty($gallery->title) ) ? $gallery->name : $gallery->title;
|
52 |
+
echo '<option value="' . $gallery->gid . '" >' . $gallery->gid . ' - ' . $name . '</option>' . "\n";
|
53 |
+
}
|
54 |
+
}
|
55 |
+
?>
|
56 |
</select></td>
|
57 |
</tr>
|
58 |
<tr>
|
59 |
<td nowrap="nowrap" valign="top"><label for="showtype"><?php _e("Show as", 'nggallery'); ?></label></td>
|
60 |
<td><label><input name="showtype" type="radio" value="nggallery" checked="checked" /> <?php _e('Image list', 'nggallery') ;?></label><br />
|
61 |
+
<label><input name="showtype" type="radio" value="slideshow" /> <?php _e('Slideshow', 'nggallery') ;?></label><br />
|
62 |
+
<label><input name="showtype" type="radio" value="imagebrowser" /> <?php _e('Imagebrowser', 'nggallery') ;?></label></td>
|
63 |
</tr>
|
64 |
</table>
|
65 |
+
</div>
|
66 |
+
<!-- gallery panel -->
|
67 |
|
68 |
+
<!-- album panel -->
|
69 |
+
<div id="album_panel" class="panel">
|
70 |
+
<br />
|
71 |
+
<table border="0" cellpadding="4" cellspacing="0">
|
72 |
<tr>
|
73 |
<td nowrap="nowrap"><label for="albumtag"><?php _e("Select album", 'nggallery'); ?></label></td>
|
74 |
<td><select id="albumtag" name="albumtag" style="width: 200px">
|
75 |
<option value="0"><?php _e("No album", 'nggallery'); ?></option>
|
76 |
+
<?php
|
77 |
+
$albumlist = $wpdb->get_results("SELECT * FROM $wpdb->nggalbum ORDER BY id DESC");
|
78 |
+
if(is_array($albumlist)) {
|
79 |
+
foreach($albumlist as $album) {
|
80 |
+
echo '<option value="' . $album->id . '" >' . $album->id . ' - ' . $album->name . '</option>'."\n";
|
81 |
+
}
|
82 |
+
}
|
83 |
+
?>
|
84 |
</select></td>
|
85 |
</tr>
|
86 |
<tr>
|
87 |
<td nowrap="nowrap" valign="top"><label for="showtype"><?php _e("Show as", 'nggallery'); ?></label></td>
|
88 |
<td><label><input name="albumtype" type="radio" value="extend" checked="checked" /> <?php _e('Extended version', 'nggallery') ;?></label><br />
|
89 |
+
<label><input name="albumtype" type="radio" value="compact" /> <?php _e('Compact version', 'nggallery') ;?></label></td>
|
90 |
</tr>
|
91 |
</table>
|
92 |
+
</div>
|
93 |
+
<!-- album panel -->
|
94 |
|
95 |
+
<!-- single pic panel -->
|
96 |
+
<div id="singlepic_panel" class="panel">
|
97 |
+
<br />
|
98 |
+
<table border="0" cellpadding="4" cellspacing="0">
|
99 |
<tr>
|
100 |
<td nowrap="nowrap"><label for="singlepictag"><?php _e("Select picture", 'nggallery'); ?></label></td>
|
101 |
<td><select id="singlepictag" name="singlepictag" style="width: 200px">
|
102 |
<option value="0"><?php _e("No picture", 'nggallery'); ?></option>
|
103 |
+
<?php
|
104 |
+
$picturelist = $wpdb->get_results("SELECT * FROM $wpdb->nggpictures ORDER BY pid DESC");
|
105 |
+
if(is_array($picturelist)) {
|
106 |
+
foreach($picturelist as $picture) {
|
107 |
+
echo '<option value="' . $picture->pid . '" >'. $picture->pid . ' - ' . $picture->filename.'</option>'."\n";
|
108 |
+
}
|
109 |
+
}
|
110 |
+
?>
|
111 |
</select></td>
|
112 |
</tr>
|
113 |
<tr>
|
117 |
<tr>
|
118 |
<td nowrap="nowrap" valign="top"><?php _e("Effect", 'nggallery'); ?></td>
|
119 |
<td>
|
120 |
+
<label><select id="imgeffect" name="imgeffect">
|
121 |
+
<option value="none"><?php _e("No effect", 'nggallery'); ?></option>
|
122 |
+
<option value="watermark"><?php _e("Watermark", 'nggallery'); ?></option>
|
123 |
+
<option value="web20"><?php _e("Web 2.0", 'nggallery'); ?></option>
|
124 |
+
</select></label>
|
125 |
+
</td>
|
126 |
</tr>
|
127 |
<tr>
|
128 |
<td nowrap="nowrap" valign="top"><?php _e("Float", 'nggallery'); ?></td>
|
129 |
<td>
|
130 |
+
<label><select id="imgfloat" name="imgfloat">
|
131 |
+
<option value=""><?php _e("No float", 'nggallery'); ?></option>
|
132 |
+
<option value="left"><?php _e("Left", 'nggallery'); ?></option>
|
133 |
+
<option value="center"><?php _e("Center", 'nggallery'); ?></option>
|
134 |
+
<option value="right"><?php _e("Right", 'nggallery'); ?></option>
|
135 |
+
</select></label>
|
136 |
+
</td>
|
137 |
</tr>
|
138 |
|
139 |
</table>
|
140 |
+
</div>
|
141 |
+
<!-- single pic panel -->
|
142 |
+
</div>
|
143 |
</form>
|
144 |
</body>
|
145 |
</html>
|
plugins/wpeditimage/js/editimage.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
|
5 |
This file is for support Wordpress default/core image settings edit (style, size , css class, title, caption , link).
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
|
5 |
This file is for support Wordpress default/core image settings edit (style, size , css class, title, caption , link).
|
plugins/wpgallery/plugin.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*
|
2 |
-
Copyright (c) 2003-
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
|
5 |
This file is for support Wordpress default/core gallery settings and image edit
|
1 |
/*
|
2 |
+
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
3 |
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4 |
|
5 |
This file is for support Wordpress default/core gallery settings and image edit
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wiktor, michal_cksource, dczepierga, Dean Lee
|
|
3 |
Tags: post, wysiwyg, CKEditor, FCKeditor, editor, rich text, rte, rich text editor
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 3.3
|
6 |
-
Stable tag: 3.6.2.
|
7 |
This plugin replaces the default WordPress editor with <a href="http://ckeditor.com/">CKEditor</a>.
|
8 |
|
9 |
== Description ==
|
@@ -57,6 +57,18 @@ Features:
|
|
57 |
|
58 |
== Changelog ==
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
= V3.6.2.4 - 13.12.2011 =
|
61 |
|
62 |
* Fix problems with upgrade and working correctly in new Wordpress 3.3 “Sonny”.
|
3 |
Tags: post, wysiwyg, CKEditor, FCKeditor, editor, rich text, rte, rich text editor
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 3.3
|
6 |
+
Stable tag: 3.6.2.5
|
7 |
This plugin replaces the default WordPress editor with <a href="http://ckeditor.com/">CKEditor</a>.
|
8 |
|
9 |
== Description ==
|
57 |
|
58 |
== Changelog ==
|
59 |
|
60 |
+
= V3.6.2.5 - 23.02.2012 =
|
61 |
+
* Fix bug: Fix JavaScript error: instance is undefined
|
62 |
+
* Fix bug: Call to undefined method _WP_Editors::editor_settings() (http://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-error-on-activation)
|
63 |
+
* Fix bug: Fix notice error of auto detecting language when viewing website (http://wordpress.org/support/topic/throwing-notice-error-when-viewing-website)
|
64 |
+
* Fix bug: Fix for hidden buttons below Wordpress admin bar when 'Maximize' button clicked
|
65 |
+
* Fix bug: Fix support for NextGEN Gallery Plugin (http://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-ckeditor-and-nextgen-button-problem)
|
66 |
+
* Fix bug: Fix support for gd-star-rating plugin
|
67 |
+
* Fix bug: CKEditor plugin doesn't work with latest qTranslate plugin (http://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-qtranslate-not-working)
|
68 |
+
* Fix bug: Try to load nextgen plugin button when user has no permission to do this
|
69 |
+
* Fix bug: CKEditor plugin, Uploading where admin is restricted to https
|
70 |
+
* Fix error: ckeditor_wordpress::can_upload() is private
|
71 |
+
|
72 |
= V3.6.2.4 - 13.12.2011 =
|
73 |
|
74 |
* Fix problems with upgrade and working correctly in new Wordpress 3.3 “Sonny”.
|