summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorDaniel Sutcliffe <dansut@users.sourceforge.net>2010-02-02 17:54:17 +0000
committerDaniel Sutcliffe <dansut@users.sourceforge.net>2010-02-02 17:54:17 +0000
commitb1de4b213ba60402d6d13a2a6892d5a422c4f8e4 (patch)
treee4adb31477ee586349cd935365a84aaee50c5899 /admin
parent8630f2bc4d63b3320f5469d9532a1cba1dddb7a3 (diff)
downloadckeditor-b1de4b213ba60402d6d13a2a6892d5a422c4f8e4.tar.gz
ckeditor-b1de4b213ba60402d6d13a2a6892d5a422c4f8e4.tar.bz2
ckeditor-b1de4b213ba60402d6d13a2a6892d5a422c4f8e4.zip
Update CKEditor to 3.1 and make work as a bw package
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_ckeditor_inc.php2
-rw-r--r--admin/schema_inc.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_ckeditor_inc.php b/admin/admin_ckeditor_inc.php
index 7d76e82..33ad356 100644
--- a/admin/admin_ckeditor_inc.php
+++ b/admin/admin_ckeditor_inc.php
@@ -42,7 +42,7 @@ $formSkin = array( 'ckedit_skin' => array(
)
);
$gBitSmarty->assign( 'formSkin', $formSkin );
-$gBitSmarty->assign( 'formSkinChoices', array('default', 'silver', 'office2003'));
+$gBitSmarty->assign( 'formSkinChoices', array('kama', 'office2003', 'v2'));
if( !empty( $_REQUEST['change_prefs'] ) ) {
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index b0f1ffc..804e260 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -4,7 +4,7 @@ $gBitInstaller->registerPackageInfo( CKEDITOR_PKG_NAME, array(
'description' => "CKEditor is a 'What You See Is What You Get' textarea HTML editor. It works with IE 5.5+, Firefox 1.0+, Mozilla 1.3+, and Netscape 7+. ",
'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>',
'important' => 'When using this WYSIWYG editor, we recommend that you either use HTML as the only content format or use TikiWiki with the option <kbd>allow HTML</kbd> enabled (formats are set in Administration --> Liberty --> Liberty plugins). It <em>can not</em> be used with competing editor TinyMCE active, and it is largely incompatible with the package Quicktags.',
- 'version' => '2.6+',
+ 'version' => '3.1+',
) );
$gBitInstaller->registerPreferences( CKEDITOR_PKG_NAME, array(