Skip to content

Conversation

@mambax7
Copy link
Collaborator

@mambax7 mambax7 commented Jun 9, 2025

No description provided.

@mambax7
Copy link
Collaborator Author

mambax7 commented Jul 7, 2025

Added TinyMCE 7

@alain01
Copy link
Contributor

alain01 commented Jul 7, 2025

Added TinyMCE 7

Waouuuu !
Nice !

@mambax7 mambax7 requested a review from Copilot July 8, 2025 03:11

This comment was marked as outdated.

@mambax7 mambax7 requested a review from Copilot August 2, 2025 10:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes multiple TinyMCE 5 editor plugins entirely from the codebase. The changes involve complete deletion of both the plugin implementation files and their module loader index files across multiple editor plugins.

  • Removes 14 TinyMCE plugins including searchreplace, save, quickbars, print, preview, paste, pagebreak, noneditable, nonbreaking, and media
  • Deletes both plugin.js (implementation) and index.js (module loader) files for each plugin
  • Eliminates thousands of lines of plugin functionality code

Reviewed Changes

Copilot reviewed 89 out of 507 changed files in this pull request and generated no comments.

Show a summary per file
File Description
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/searchreplace/index.js Removes module loader for searchreplace plugin
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/save/plugin.js Removes save plugin implementation (119 lines)
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/save/index.js Removes module loader for save plugin
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/quickbars/plugin.js Removes quickbars plugin implementation (489 lines)
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/quickbars/index.js Removes module loader for quickbars plugin
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/print/plugin.js Removes print plugin implementation (53 lines)
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/print/index.js Removes module loader for print plugin
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/preview/plugin.js Removes preview plugin implementation (127 lines)
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/preview/index.js Removes module loader for preview plugin
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/paste/plugin.js Removes paste plugin implementation (1764 lines)
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/paste/index.js Removes module loader for paste plugin
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/pagebreak/plugin.js Removes pagebreak plugin implementation (105 lines)
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/pagebreak/index.js Removes module loader for pagebreak plugin
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/noneditable/plugin.js Removes noneditable plugin implementation (117 lines)
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/noneditable/index.js Removes module loader for noneditable plugin
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/nonbreaking/plugin.js Removes nonbreaking plugin implementation (101 lines)
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/nonbreaking/index.js Removes module loader for nonbreaking plugin
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/media/plugin.js Removes media plugin implementation (1382 lines)
htdocs/class/xoopseditor/tinymce5/tinymce5/jscripts/tiny_mce/plugins/media/index.js Removes module loader for media plugin

@mambax7 mambax7 merged commit 1e9520f into XOOPS:master Aug 18, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants