From eefa9f6f066a6157d0a19c7968b3e3382635f82e Mon Sep 17 00:00:00 2001 From: tyb-talks <133760061+tyb-talks@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:11:12 +0000 Subject: [PATCH 1/2] Update discourse core deprecations --- lib/deprecation_collector/deprecation-ids.yml | 4 +--- scripts/files_to_debug.txt | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/deprecation_collector/deprecation-ids.yml b/lib/deprecation_collector/deprecation-ids.yml index 1fd77b9..76b0353 100644 --- a/lib/deprecation_collector/deprecation-ids.yml +++ b/lib/deprecation_collector/deprecation-ids.yml @@ -36,9 +36,7 @@ discourse_deprecation_ids: - discourse.d-popover - discourse.d-section - discourse.decorate-plugin-outlet -- discourse.decorate-topic-title - discourse.deprecation-that-should-not-be-logged -- discourse.discourse-debounce - discourse.discourse-module - discourse.discovery-topics-controller - discourse.fa-icon @@ -64,11 +62,11 @@ discourse_deprecation_ids: - discourse.mobile-templates - discourse.modal-controllers - discourse.models-store +- discourse.name-validation-mixin - discourse.nav-item.built-list-site-settings - discourse.navigation-category-controller - discourse.number-field - discourse.offset-calculator.minimumOffset -- discourse.open-topic-draft - discourse.plugin-outlet-args - discourse.plugin-outlet-classic-hooks - discourse.plugin-outlet-context-get diff --git a/scripts/files_to_debug.txt b/scripts/files_to_debug.txt index e69de29..8ba80da 100644 --- a/scripts/files_to_debug.txt +++ b/scripts/files_to_debug.txt @@ -0,0 +1,5 @@ +discourse/app/assets/javascripts/discourse/app/components/topic-list-item.js +discourse/app/assets/javascripts/discourse/app/components/topic-list.js +discourse/app/assets/javascripts/discourse/app/helpers/topic-status-icons.js +discourse/app/assets/javascripts/discourse/app/lib/raw-templates.js +discourse/app/assets/javascripts/discourse/app/raw-views/topic-status.js \ No newline at end of file From f3c4be49240eeaf19a6bea5ddaa3e25f1a466ef9 Mon Sep 17 00:00:00 2001 From: Kelvin Tan Date: Mon, 20 Jan 2025 15:14:29 +0800 Subject: [PATCH 2/2] DEV: remove files to debug entries; these are covered in plugin-api.gjs --- scripts/files_to_debug.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/files_to_debug.txt b/scripts/files_to_debug.txt index 8ba80da..e69de29 100644 --- a/scripts/files_to_debug.txt +++ b/scripts/files_to_debug.txt @@ -1,5 +0,0 @@ -discourse/app/assets/javascripts/discourse/app/components/topic-list-item.js -discourse/app/assets/javascripts/discourse/app/components/topic-list.js -discourse/app/assets/javascripts/discourse/app/helpers/topic-status-icons.js -discourse/app/assets/javascripts/discourse/app/lib/raw-templates.js -discourse/app/assets/javascripts/discourse/app/raw-views/topic-status.js \ No newline at end of file