Make WordPress Core

Ticket #10731: 10731.patch

File 10731.patch, 7.9 KB (added by hakre, 15 years ago)
  • wp-includes/js/tinymce/plugins/spellchecker/config.php

     
    33 * config.php
    44 * @package MCManager.includes
    55 * @author Moxiecode
    6  * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
     6 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
    77 */
    88        // General settings
    99        $config['general.engine'] = 'GoogleSpell';
  • wp-includes/js/tinymce/plugins/spellchecker/rpc.php

     
    44 *
    55 * @package MCManager.includes
    66 * @author Moxiecode
    7  * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010require_once("./includes/general.php");
  • wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php

     
    66 *
    77 * @package MCManager.includes
    88 * @author Moxiecode
    9  * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
     9 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    1010 */
    1111
    1212class EnchantSpell extends SpellChecker {
  • wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php

     
    44 *
    55 * @package MCManager.includes
    66 * @author Moxiecode
    7  * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010class GoogleSpell extends SpellChecker {
  • wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php

     
    44 *
    55 * @package MCManager.includes
    66 * @author Moxiecode
    7  * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010class PSpell extends SpellChecker {
  • wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php

     
    44 *
    55 * @package MCManager.includes
    66 * @author Moxiecode
    7  * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010class PSpellShell extends SpellChecker {
  • wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php

     
    44 *
    55 * @package MCManager.includes
    66 * @author Moxiecode
    7  * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010class SpellChecker {
  • wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php

     
    44 *
    55 * @package MCManager.utils
    66 * @author Moxiecode
    7  * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010define('JSON_BOOL', 1);
  • wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php

     
    44 *
    55 * @package MCFileManager.filesystems
    66 * @author Moxiecode
    7  * @copyright Copyright © 2005, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2005, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010// File type contstants
  • wp-includes/js/tinymce/plugins/spellchecker/includes/general.php

     
    44 *
    55 * @package MCManager.includes
    66 * @author Moxiecode
    7  * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2007, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010@error_reporting(E_ALL ^ E_NOTICE);
  • wp-includes/js/tinymce/utils/editable_selects.js

     
    44 * Makes select boxes editable.
    55 *
    66 * @author Moxiecode
    7  * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010var TinyMCE_EditableSelects = {
  • wp-includes/js/tinymce/utils/form_utils.js

     
    44 * Various form utilitiy functions.
    55 *
    66 * @author Moxiecode
    7  * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010var themeBaseURL = tinyMCEPopup.editor.baseURI.toAbsolute('themes/' + tinyMCEPopup.getParam("theme"));
  • wp-includes/js/tinymce/utils/mctabs.js

     
    44 * Moxiecode DHTML Tabs script.
    55 *
    66 * @author Moxiecode
    7  * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010function MCTabs() {
  • wp-includes/js/tinymce/utils/validate.js

     
    44 * Various form validation methods.
    55 *
    66 * @author Moxiecode
    7  * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
     7 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
    88 */
    99
    1010/**