Skip to content

Commit d7a4256

Browse files
authored
Merge branch '6.0-dev' into 6.0-dev/remove-bs-fw
2 parents 6630d8f + f3b89f1 commit d7a4256

File tree

43 files changed

+147
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+147
-173
lines changed

.github/workflows/typos.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ crypted="crypted" # Used in MD5Handler
2828
datas="datas" # Used in showon.es6.js
2929
deactive="deactive" # Used in searchtools.es6.js
3030
exept="exept" # Used in El.php Greek language stemmer
31-
fof="fof" # To be fixed - outdated code comment in com_postinstall
3231
Formater="Formater" # Used in AbstractDataCollector of debug plugin
3332
hel="hel" # Variable name in MenusHelper
3433
identicals="identicals" # administrator\components\com_templates\tmpl\template\default.php
@@ -41,9 +40,3 @@ supercedes="supercedes" # Valid spelling rejected https://github.com/crate-c
4140
ue="ue" # selector in queries
4241
vertexes="vertexes" # Valid spelling waiting fix https://github.com/crate-ci/typos/issues/1150
4342
wheres="wheres" # $wheres in modules\mod_related_items\src\Helper\RelatedItemsHelper.php
44-
45-
# deprecated strings can be removed in 6.0
46-
configurated="configurated"
47-
discernable="discernable"
48-
hilight="hilight"
49-
mis="mis"

administrator/components/com_joomlaupdate/src/Model/UpdateModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ public function changeAutoUpdateRegistration(AutoupdateRegisterState $targetStat
632632
($targetState === AutoupdateRegisterState::Subscribe)
633633
? AutoupdateRegisterState::Subscribed
634634
: AutoupdateRegisterState::Unsubscribed,
635-
($targetState === AutoupdateRegisterState::Unsubscribed)
635+
($targetState === AutoupdateRegisterState::Subscribe)
636636
);
637637

638638
return AutoupdateRegisterResultState::Success;

administrator/components/com_postinstall/src/Model/MessagesModel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,7 @@ public function getComponentOptions()
508508
* enabled Must be 1 for this message to be enabled. If you omit it, it defaults to 1.
509509
*
510510
* condition_file The RAD path to a PHP file containing a PHP function which determines whether this message should be shown to
511-
* the user. @see FOFTemplateUtils::parsePath() for RAD path format. Joomla! will include this file before calling
512-
* the condition_method.
511+
* the user. Joomla! will include this file before calling the condition_method.
513512
* Example: admin://components/com_foobar/helpers/postinstall.php
514513
*
515514
* condition_method The name of a PHP function which will be used to determine whether to show this message to the user. This must be

administrator/language/en-GB/com_finder.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ COM_FINDER_CONFIG_FILTER_NUMERICS_LABEL="Filter Numeric Terms"
1919
COM_FINDER_CONFIG_GATHER_SEARCH_STATISTICS_LABEL="Gather Search Statistics"
2020
COM_FINDER_CONFIG_HIGHLIGHT_CONTENT_SEARCH_TERMS_DESC="For performance reasons, this will not highlight more than 10 different terms in the search results."
2121
COM_FINDER_CONFIG_HIGHLIGHT_CONTENT_SEARCH_TERMS_LABEL="Highlight Search Terms"
22-
; deprecated will be removed in 6.0
23-
COM_FINDER_CONFIG_HILIGHT_CONTENT_SEARCH_TERMS_LABEL="Highlight Search Terms"
2422
COM_FINDER_CONFIG_IMAGE_CLASS_LABEL="Image Class"
2523
COM_FINDER_CONFIG_LANGUAGE_DEFAULT_DEFAULT_LANGUAGE="Default Site Language"
2624
COM_FINDER_CONFIG_LANGUAGE_DEFAULT_DESC="Set the language to be used for non-multilingual sites or content marked as \"All\"."

administrator/language/en-GB/guidedtours.joomla_categories.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
; License GNU General Public License version 2 or later; see LICENSE.txt
44
; Note : All ini files need to be saved as UTF-8
55

6-
COM_GUIDEDTOURS_TOUR_CATEGORIES_TITLE="How to create categories?"
7-
COM_GUIDEDTOURS_TOUR_CATEGORIES_DESCRIPTION="This tour will show you how you can create a category."
6+
COM_GUIDEDTOURS_TOUR_CATEGORIES_TITLE="How to create article categories?"
7+
COM_GUIDEDTOURS_TOUR_CATEGORIES_DESCRIPTION="This tour will show you how you can create a category for articles."

administrator/language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
55
<version>6.0.0</version>
6-
<creationDate>2025-06</creationDate>
6+
<creationDate>2025-07</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

administrator/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile client="administrator">
33
<name>English (en-GB)</name>
44
<version>6.0.0</version>
5-
<creationDate>2025-06</creationDate>
5+
<creationDate>2025-07</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

administrator/language/en-GB/plg_editors_tinymce.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ PLG_TINY_FIELD_EXTERNALPLUGINS_NAME_LABEL="Plugin Name"
4242
PLG_TINY_FIELD_EXTERNALPLUGINS_PATH_LABEL="Path"
4343
PLG_TINY_FIELD_HTMLHEIGHT_LABEL="HTML Height"
4444
PLG_TINY_FIELD_HTMLWIDTH_LABEL="HTML Width"
45+
PLG_TINY_FIELD_IMG_CLASS_LIST_LABEL="Class List"
46+
PLG_TINY_FIELD_IMG_CLASS_NAME_LABEL="Name"
47+
PLG_TINY_FIELD_IMG_CLASS_NO_CLASS="No Class Selected"
48+
PLG_TINY_FIELD_IMG_CLASSES_LIST_DESC="Add classes to the image class dropdown in the image dialog."
49+
PLG_TINY_FIELD_IMG_CLASSES_LIST_LABEL="Image Classes List"
4550
PLG_TINY_FIELD_LABEL_ADVANCEDPARAMS="Advanced"
4651
PLG_TINY_FIELD_LANGCODE_LABEL="Language Code"
4752
PLG_TINY_FIELD_LANGSELECT_LABEL="Automatic Language Selection"

administrator/language/en-GB/plg_system_schemaorg.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ PLG_SYSTEM_SCHEMAORG_BASETYPE_LABEL="Base Type"
99
PLG_SYSTEM_SCHEMAORG_BASETYPE_OPTION_ORGANIZATION="Organization"
1010
PLG_SYSTEM_SCHEMAORG_BASETYPE_OPTION_PERSON="Person"
1111
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION="Structured data is a standardised format for organising and representing information on the web. It provides a way to describe the content and meaning of data in a structured manner, making it easier for search engines and other applications to understand and process the information. <a href=\"https://schema.org\" target=\"_blank\" rel=\"noopener noreferrer\">More information on schema.org</a>."
12-
; The following two strings are deprecated and will be removed with 6.0
13-
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION_NOT_CONFIGURATED="To use the schema.org functionality, you have to configure the plugin first. Please contact an administrator of the page to get it configured."
14-
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION_NOT_CONFIGURATED_ADMIN="To use the schema.org functionality, you have to configure the plugin first. Please select <a href=\"index.php?option=com_plugins&amp;task=plugin.edit&amp;extension_id=%s\" target=\"_blank\">this link to open the plugin</a>, configure and save."
1512
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION_NOT_CONFIGURED="To use the schema.org functionality, you have to configure the plugin first. Please contact an administrator of the page to get it configured."
1613
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION_NOT_CONFIGURED_ADMIN="To use the schema.org functionality, you have to configure the plugin first. Please select <a href=\"index.php?option=com_plugins&amp;task=plugin.edit&amp;extension_id=%s\" target=\"_blank\">this link to open the plugin</a>, configure and save."
1714
PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_EXTEND_JED_DESC="<strong>Need more Schema types?</strong> Extend with <a href=\"https://extensions.joomla.org/category/core-enhancements/schema-plugins\" target=\"_blank\" rel=\"noopener noreferrer\">Schema Plugins from Joomla! Extension Directory</a>."

administrator/manifests/files/joomla.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>6.0.0-alpha3-dev</version>
10-
<creationDate>2025-06</creationDate>
9+
<version>6.0.0-alpha4-dev</version>
10+
<creationDate>2025-07</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

1313
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

0 commit comments

Comments
 (0)