Ticket #10731: 10731.patch
File 10731.patch, 7.9 KB (added by , 15 years ago) |
---|
-
wp-includes/js/tinymce/plugins/spellchecker/config.php
3 3 * config.php 4 4 * @package MCManager.includes 5 5 * @author Moxiecode 6 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.6 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved. 7 7 */ 8 8 // General settings 9 9 $config['general.engine'] = 'GoogleSpell'; -
wp-includes/js/tinymce/plugins/spellchecker/rpc.php
4 4 * 5 5 * @package MCManager.includes 6 6 * @author Moxiecode 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 require_once("./includes/general.php"); -
wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php
6 6 * 7 7 * @package MCManager.includes 8 8 * @author Moxiecode 9 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.9 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 10 10 */ 11 11 12 12 class EnchantSpell extends SpellChecker { -
wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php
4 4 * 5 5 * @package MCManager.includes 6 6 * @author Moxiecode 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 class GoogleSpell extends SpellChecker { -
wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php
4 4 * 5 5 * @package MCManager.includes 6 6 * @author Moxiecode 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 class PSpell extends SpellChecker { -
wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php
4 4 * 5 5 * @package MCManager.includes 6 6 * @author Moxiecode 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 class PSpellShell extends SpellChecker { -
wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php
4 4 * 5 5 * @package MCManager.includes 6 6 * @author Moxiecode 7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 class SpellChecker { -
wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php
4 4 * 5 5 * @package MCManager.utils 6 6 * @author Moxiecode 7 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 define('JSON_BOOL', 1); -
wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php
4 4 * 5 5 * @package MCFileManager.filesystems 6 6 * @author Moxiecode 7 * @copyright Copyright © 2005, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2005, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 // File type contstants -
wp-includes/js/tinymce/plugins/spellchecker/includes/general.php
4 4 * 5 5 * @package MCManager.includes 6 6 * @author Moxiecode 7 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 @error_reporting(E_ALL ^ E_NOTICE); -
wp-includes/js/tinymce/utils/editable_selects.js
4 4 * Makes select boxes editable. 5 5 * 6 6 * @author Moxiecode 7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 var TinyMCE_EditableSelects = { -
wp-includes/js/tinymce/utils/form_utils.js
4 4 * Various form utilitiy functions. 5 5 * 6 6 * @author Moxiecode 7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 var themeBaseURL = tinyMCEPopup.editor.baseURI.toAbsolute('themes/' + tinyMCEPopup.getParam("theme")); -
wp-includes/js/tinymce/utils/mctabs.js
4 4 * Moxiecode DHTML Tabs script. 5 5 * 6 6 * @author Moxiecode 7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 function MCTabs() { -
wp-includes/js/tinymce/utils/validate.js
4 4 * Various form validation methods. 5 5 * 6 6 * @author Moxiecode 7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved. 8 8 */ 9 9 10 10 /**