From 84ab10d0e06db5637965dd746c68cc674f4e29b8 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 2 Jun 2025 15:44:45 +1000 Subject: [PATCH 1/3] DOC-3147: Removed unused css/tinycomments.css and css/tinycomments.js files. --- modules/ROOT/pages/8.0-release-notes.adoc | 25 +++++++++++++++++++++++ modules/ROOT/pages/tiny-docs-ai.adoc | 0 2 files changed, 25 insertions(+) create mode 100644 modules/ROOT/pages/tiny-docs-ai.adoc diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 7c62f25b54..0372b5d174 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -59,6 +59,31 @@ The following premium plugin updates were released alongside {productname} {rele // For information on the **** plugin, see: xref:.adoc[]. +=== Comments + +The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin. + +**Comments** Premium plugin includes the following removal. + +==== Removed unused `css/tinycomments.css' and `css/tinycomments.js' files. +// #TINY-11287 + +In {release-version}, the **Comments** plugin underwent a significant cleanup of its styling infrastructure. The following changes were made: + +* Removed `css/tinycomments.css` and `css/tinycomments.js` files (functionality now handled by Oxide skin since version 7.4) +* Eliminated CSS URL configuration options and plugin-level CSS loading code +* Removed associated build tasks +* Cleared obsolete CSS file references from demos and examples + +These changes: + +* Streamline the plugin's styling approach +* Reduce maintenance overhead +* Align with modern {productname} styling practices +* Improve performance by removing unused code + +For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to Tiny Comments]. + [[accompanying-premium-plugin-end-of-life-announcement]] == Accompanying Premium plugin end-of-life announcement diff --git a/modules/ROOT/pages/tiny-docs-ai.adoc b/modules/ROOT/pages/tiny-docs-ai.adoc new file mode 100644 index 0000000000..e69de29bb2 From 2af8f47968c02714fa97588aaacb150bf98596e5 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 2 Jun 2025 20:32:38 +1000 Subject: [PATCH 2/3] minor copy edits. --- modules/ROOT/pages/8.0-release-notes.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 0372b5d174..5e6e235254 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -70,17 +70,17 @@ The {productname} {release-version} release includes an accompanying release of In {release-version}, the **Comments** plugin underwent a significant cleanup of its styling infrastructure. The following changes were made: -* Removed `css/tinycomments.css` and `css/tinycomments.js` files (functionality now handled by Oxide skin since version 7.4) -* Eliminated CSS URL configuration options and plugin-level CSS loading code -* Removed associated build tasks -* Cleared obsolete CSS file references from demos and examples +* Removed `css/tinycomments.css` and `css/tinycomments.js` files (functionality now handled by Oxide skin since version 7.4). +* Eliminated CSS URL configuration options and plugin-level CSS loading code. +* Removed associated build tasks. +* Cleared obsolete CSS file references from demos and examples. These changes: -* Streamline the plugin's styling approach -* Reduce maintenance overhead -* Align with modern {productname} styling practices -* Improve performance by removing unused code +* Streamline the plugin's styling approach. +* Reduce maintenance overhead. +* Align with modern {productname} styling practices. +* Improve performance by removing unused code. For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to Tiny Comments]. From 4794d9ac9662986678b9efed271c5220ae9ad520 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 14 Jul 2025 22:05:49 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/8.0-release-notes.adoc --- modules/ROOT/pages/8.0-release-notes.adoc | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 5e6e235254..5aca64f61c 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -65,22 +65,13 @@ The {productname} {release-version} release includes an accompanying release of **Comments** Premium plugin includes the following removal. -==== Removed unused `css/tinycomments.css' and `css/tinycomments.js' files. +==== Removed unused Comments stylesheet // #TINY-11287 -In {release-version}, the **Comments** plugin underwent a significant cleanup of its styling infrastructure. The following changes were made: +In {release-version}, the unused `tinycomments.css` file was removed from the **Comments** plugin. In earlier versions (such as 7.9), this empty CSS file was still being loaded, despite its contents having been moved to the Oxide theme in a prior update. This change ensures cleaner resource loading and avoids unnecessary network requests. -* Removed `css/tinycomments.css` and `css/tinycomments.js` files (functionality now handled by Oxide skin since version 7.4). -* Eliminated CSS URL configuration options and plugin-level CSS loading code. -* Removed associated build tasks. -* Cleared obsolete CSS file references from demos and examples. - -These changes: - -* Streamline the plugin's styling approach. -* Reduce maintenance overhead. -* Align with modern {productname} styling practices. -* Improve performance by removing unused code. +[NOTE] +The removal does not impact plugin functionality and applies to all editor modes. For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to Tiny Comments].