Revision c46d720df61fbd54769be65bdf4a3ab48bbafb6e

Committed on 19/05/2026 4:27 am by 7x <info@se7enx.com> [GitHub Diff]

Rename extension from smilefckeditor to expfckeditorhtmlblock

- Rename modules/, autoloads/, and design template directories
- Update all class names: smileFCKEditorDB, smileFCKEditorFunctionCollection,
SmileLinktomedia -> expFCKEditorDB, expFCKEditorFunctionCollection, ExpLinktomedia
- Rename smileGetRelatedObjects -> getRelatedObjects
- Replace smileobject:// URI scheme with expobject://
- Rename FCKeditor plugins SmileeZlink/SmileeZimage -> expeZlink/expeZimage
- Update all extension path references in settings and templates
- Fix PHP 8 compatibility: remove deprecated by-ref parameter passing,
replace old-style constructors with __construct(), fix undefined constants
- Fix FCKeditor JS bugs: cross-document XPath, CreateLink href normalization,
removeEventListener event name prefix, dialogArguments race condition,
Preview null guard, InsertHtml null guard
- Rewrite README.md with full installation and configuration documentation