From ecce727130a4bede09fbbe50bddb70a70bc5fde6 Mon Sep 17 00:00:00 2001 From: Dileepadari Date: Mon, 24 Mar 2025 19:46:42 +0530 Subject: [PATCH 1/3] made changes to resolve issue 37841 --- .../com_content/forms/filter_articles.xml | 40 +++++----- .../com_content/forms/filter_articles.xml | 80 ++++++++++++------- language/en-GB/com_content.ini | 4 + language/en-GB/joomla.ini | 2 + 4 files changed, 78 insertions(+), 48 deletions(-) diff --git a/administrator/components/com_content/forms/filter_articles.xml b/administrator/components/com_content/forms/filter_articles.xml index bd1fdc0d6d96b..ee4e21384fe83 100644 --- a/administrator/components/com_content/forms/filter_articles.xml +++ b/administrator/components/com_content/forms/filter_articles.xml @@ -124,40 +124,40 @@ validate="options" > - - - - - - - - - - - - - - + + + + - - + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + JNONE - - - - + + + + - - - - - - - - - - + + - - + + - - + + + + + + + + + + + + Date: Tue, 25 Mar 2025 00:24:17 +0530 Subject: [PATCH 2/3] retrieved the previous state of ordering --- .../com_content/forms/filter_articles.xml | 40 +++++++++---------- .../com_content/forms/filter_articles.xml | 32 +++++++-------- language/en-GB/joomla.ini | 3 ++ 3 files changed, 39 insertions(+), 36 deletions(-) diff --git a/administrator/components/com_content/forms/filter_articles.xml b/administrator/components/com_content/forms/filter_articles.xml index ee4e21384fe83..bd1fdc0d6d96b 100644 --- a/administrator/components/com_content/forms/filter_articles.xml +++ b/administrator/components/com_content/forms/filter_articles.xml @@ -124,40 +124,40 @@ validate="options" > + + + + + + + + + + - - - - + + + + - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + - - - - + + - - - - - - - - Date: Sat, 31 Jan 2026 12:46:15 +0530 Subject: [PATCH 3/3] [6.1] placed langugae string in correct order in com_content.ini --- language/en-GB/com_content.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/en-GB/com_content.ini b/language/en-GB/com_content.ini index 67a61b546a1fe..8416f33e0ebe9 100644 --- a/language/en-GB/com_content.ini +++ b/language/en-GB/com_content.ini @@ -51,8 +51,6 @@ COM_CONTENT_FILTER_AUTHORS_BY_ME="- Created by me -" COM_CONTENT_FILTER_SEARCH_DESC="Content Filter Search" COM_CONTENT_FILTER_FEATURED_NO="Unfeatured Articles" COM_CONTENT_FILTER_FEATURED_YES="Featured Articles" -COM_CONTENT_MODIFIED_ASC="Date Modified ascending" -COM_CONTENT_MODIFIED_DESC="Date Modified descending" COM_CONTENT_FLOAT_LABEL="Image Float" COM_CONTENT_FORM_EDIT_ARTICLE="Edit an article" COM_CONTENT_FORM_FILTER_LEGEND="Filters" @@ -66,7 +64,9 @@ COM_CONTENT_LAST_UPDATED="Last Updated: %s" COM_CONTENT_METADATA="Metadata" COM_CONTENT_MODAL_FILTER_SEARCH_DESC="Search in title and alias. Prefix with ID: or AUTHOR: to search for an article ID or article author." COM_CONTENT_MODAL_FILTER_SEARCH_LABEL="Search Articles" +COM_CONTENT_MODIFIED_ASC="Date Modified ascending" COM_CONTENT_MODIFIED_DATE="Modified Date" +COM_CONTENT_MODIFIED_DESC="Date Modified descending" COM_CONTENT_MONTH="Month" COM_CONTENT_MORE_ARTICLES="More Articles …" COM_CONTENT_NEW_ARTICLE="New Article"