Skip to content

Commit

Permalink
Merge branch '4.1-dev' into title_with_read_more
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman authored Apr 21, 2022
2 parents 82e79a4 + 1ee6427 commit f0a0e8f
Show file tree
Hide file tree
Showing 38 changed files with 96 additions and 85 deletions.
7 changes: 0 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ clone_folder: C:\projects\joomla-cms
environment:
PHPBuild: "x64"
matrix:
- php_ver_target: 7.2
- php_ver_target: 7.3
- php_ver_target: 7.4
- php_ver_target: 8.0
- php_ver_target: 8.1

matrix:
allow_failures:
- php_ver_target: 8.1

init:
- SET PATH=C:\Tools\php;%PATH%
Expand Down
3 changes: 2 additions & 1 deletion administrator/components/com_cache/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
filter="rules"
validate="rules"
component="com_cache"
section="component" />
section="component"
/>
</fieldset>
</config>
5 changes: 3 additions & 2 deletions administrator/components/com_config/forms/application.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
filter="integer"
validate="number"
showon="caching:1,2"
/>
/>

<field
name="cache_path"
Expand Down Expand Up @@ -173,7 +173,8 @@
label="COM_CONFIG_FIELD_DATABASE_TYPE_LABEL"
description="COM_CONFIG_FIELD_DATABASE_TYPE_DESC"
supported="mysql,mysqli,pgsql,postgresql"
filter="string" />
filter="string"
/>

<field
name="host"
Expand Down
30 changes: 15 additions & 15 deletions administrator/components/com_contact/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -838,22 +838,22 @@
</field>

<field
name="contacts_display_num"
type="list"
label="COM_CONTACT_NUMBER_CONTACTS_LIST_LABEL"
default="10"
name="contacts_display_num"
type="list"
label="COM_CONTACT_NUMBER_CONTACTS_LIST_LABEL"
default="10"
validate="options"
>
<option value="5">J5</option>
<option value="10">J10</option>
<option value="15">J15</option>
<option value="20">J20</option>
<option value="25">J25</option>
<option value="30">J30</option>
<option value="50">J50</option>
<option value="100">J100</option>
<option value="0">JALL</option>
</field>
>
<option value="5">J5</option>
<option value="10">J10</option>
<option value="15">J15</option>
<option value="20">J20</option>
<option value="25">J25</option>
<option value="30">J30</option>
<option value="50">J50</option>
<option value="100">J100</option>
<option value="0">JALL</option>
</field>

<field
name="initial_sort"
Expand Down
4 changes: 2 additions & 2 deletions administrator/components/com_contact/forms/contact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
type="text"
label="COM_CONTACT_FIELD_NAME_LABEL"
required="true"
/>
/>

<field
name="alias"
Expand Down Expand Up @@ -167,7 +167,7 @@
label="JFIELD_META_KEYWORDS_LABEL"
rows="3"
cols="30"
/>
/>

<field
name="metadesc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
step="1"
languages="*"
onchange="this.form.submit();"
>
>
<option value="">JOPTION_SELECT_MAX_LEVELS</option>
</field>
</fields>
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_finder/forms/filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
readonly="true"
filter="unset"
validate="UserId"
/>
/>

<field
name="checked_out"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<?php endif; ?>
<?php endforeach; ?>
<table class="table table-sm">
<caption class="visually-hidden"><?php echo Text::_('COM_LANGUAGES_MULTILANGSTATUS_TABLE_CAPTION'); ?></caption>
<thead>
<tr>
<th scope="col">
Expand Down Expand Up @@ -201,6 +202,7 @@
</tbody>
</table>
<table class="table table-sm">
<caption class="visually-hidden"><?php echo Text::_('COM_LANGUAGES_MULTILANGSTATUS_CONTENT_TABLE_CAPTION'); ?></caption>
<thead>
<tr>
<th scope="col">
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_media/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@
validate="rules"
component="com_media"
section="component"
/>
/>
</fieldset>
</config>
3 changes: 2 additions & 1 deletion administrator/components/com_menus/forms/item_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
type="radio"
label="COM_MENUS_ITEM_FIELD_MENU_TEXT_LABEL"
layout="joomla.form.field.radio.switcher"
default="1" filter="integer"
default="1"
filter="integer"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_redirect/forms/link.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
default="0"
readonly="true"
class="readonly"
/>
/>

<field
name="old_url"
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_templates/forms/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field
name="filename"
type="hidden"
/>
/>

<field
name="source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ public function uploadFile($file, $location)
if ($this->getTemplate())
{
$app = Factory::getApplication();
$path = $this->getBasePath();;
$path = $this->getBasePath();
$fileName = File::makeSafe($file['name']);

$err = null;
Expand Down
14 changes: 7 additions & 7 deletions administrator/components/com_users/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,23 +264,23 @@

</fieldset>

<fieldset
<fieldset
name="massmail"
label="COM_USERS_MASS_MAIL"
description="COM_USERS_MASS_MAIL_DESC">

<field
name="mailSubjectPrefix"
type="text"
name="mailSubjectPrefix"
type="text"
label="COM_USERS_CONFIG_FIELD_SUBJECT_PREFIX_LABEL"
/>

<field
name="mailBodySuffix"
<field
name="mailBodySuffix"
type="textarea"
label="COM_USERS_CONFIG_FIELD_MAILBODY_SUFFIX_LABEL"
rows="5"
cols="30"
rows="5"
cols="30"
/>

</fieldset>
Expand Down
4 changes: 3 additions & 1 deletion administrator/language/en-GB/com_languages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,22 @@ COM_LANGUAGES_MULTILANGSTATUS_CONTENT_LANGUAGE_MISSING="The <strong>%s</strong>
COM_LANGUAGES_MULTILANGSTATUS_CONTENT_LANGUAGE_PUBLISHED="Published Content Languages"
COM_LANGUAGES_MULTILANGSTATUS_CONTENT_LANGUAGE_SEF_MISSING="The \"URL Language Code\" is missing for the <strong>%s</strong> Content Language. <strong>The multilingual feature may not function properly or the site may not be reachable!</strong>"
COM_LANGUAGES_MULTILANGSTATUS_CONTENT_LANGUAGE_TRASHED="The <strong>%s</strong> Content Language is trashed. <strong>The language will not display on the site.</strong>"
COM_LANGUAGES_MULTILANGSTATUS_CONTENT_TABLE_CAPTION="Table of the status for each content language."
COM_LANGUAGES_MULTILANGSTATUS_DEFAULT_HOME_MODULE_PUBLISHED="The menu module displaying the Home menu item set to language &quot;All&quot; should not be published."
COM_LANGUAGES_MULTILANGSTATUS_ERROR_CONTENT_LANGUAGE="A Default Home page is assigned to the <strong>%s</strong> Content Language although a Site Language for this Content Language is not installed or enabled AND/OR the Content Language is not published. <strong>The language will not display on the site.</strong>"
COM_LANGUAGES_MULTILANGSTATUS_ERROR_DEFAULT_CONTENT_LANGUAGE="The Content Language for the <strong>%s</strong> default Site Language is unpublished or does not exist. <strong>The multilingual feature may not function properly or the site may not be reachable!</strong>"
COM_LANGUAGES_MULTILANGSTATUS_ERROR_LANGUAGE_TAG="The Content Language tag <strong>%s</strong> does not have a matching Site Language tag. Check that the Site Language is installed and enabled AND the correct language tag is used for the Content Language. Example: for English (en-GB) both tags should be 'en-GB'. <strong>The language will not display on the site.</strong>"
COM_LANGUAGES_MULTILANGSTATUS_HOME_UNPUBLISHED="The Default Home page assigned to the <strong>%s</strong> Content Language is unpublished. <strong>The language will not display on the site.</strong>"
COM_LANGUAGES_MULTILANGSTATUS_HOMES_PUBLISHED="Published Default Home pages"
COM_LANGUAGES_MULTILANGSTATUS_HOMES_PUBLISHED_ALL="1 assigned to language 'All'."
COM_LANGUAGES_MULTILANGSTATUS_HOMES_PUBLISHED_INCLUDING_ALL="Published Default Home pages (including 1 assigned to language &quot;All&quot;)."
COM_LANGUAGES_MULTILANGSTATUS_HOME_UNPUBLISHED="The Default Home page assigned to the <strong>%s</strong> Content Language is unpublished. <strong>The language will not display on the site.</strong>"
COM_LANGUAGES_MULTILANGSTATUS_LANGSWITCHER_PUBLISHED="Published Language Switcher Modules."
COM_LANGUAGES_MULTILANGSTATUS_LANGSWITCHER_UNPUBLISHED="At least one Language Switcher module set to language &quot;All&quot; has to be published. Otherwise, it will be impossible to switch languages on the site. Disregard this message if you do not use a language switcher module but direct links."
COM_LANGUAGES_MULTILANGSTATUS_LANGUAGEFILTER="Language Filter Plugin"
COM_LANGUAGES_MULTILANGSTATUS_LANGUAGEFILTER_DISABLED="The Language Filter plugin is not enabled although one or more Language Switcher modules AND/OR one or more specific Content language Default Home pages are published."
COM_LANGUAGES_MULTILANGSTATUS_NONE="This site is not set as a multilingual site."
COM_LANGUAGES_MULTILANGSTATUS_SITE_LANG_PUBLISHED="Enabled Site Languages"
COM_LANGUAGES_MULTILANGSTATUS_TABLE_CAPTION="Table of the multilingual status."
COM_LANGUAGES_MULTILANGSTATUS_USELESS_HOMES="This site is not set as a multilingual site.<br><strong>Note</strong>: at least one Default Home page is assigned to a Content Language. This will not break a monolingual site but is useless."
COM_LANGUAGES_N_ITEMS_DELETED="%d Content Languages deleted."
COM_LANGUAGES_N_ITEMS_DELETED_1="Content Language deleted."
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_custom/mod_custom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
4 changes: 2 additions & 2 deletions administrator/modules/mod_feed/mod_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
/>
/>

<field
name="moduleclass_sfx"
Expand All @@ -146,7 +146,7 @@
name="cache_time"
type="number"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
default="900"
default="900"
filter="integer"
min="1"
validate="number"
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_frontend/mod_frontend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_latest/mod_latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
validate="moduleLayout"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_logged/mod_logged.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
validate="moduleLayout"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_login/mod_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
name="moduleclass_sfx"
type="textarea"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
rows="3"
rows="3"
validate="CssIdentifier"
/>
</fieldset>
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_messages/mod_messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_popular/mod_popular.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
validate="moduleLayout"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_title/mod_title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
validate="moduleLayout"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_user/mod_user.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_version/mod_version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
label="JFIELD_ALT_LAYOUT_LABEL"
class="form-select"
validate="moduleLayout"
/>
/>

<field
name="moduleclass_sfx"
Expand Down
4 changes: 2 additions & 2 deletions build/media_source/com_installer/js/installer.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
const installer = document.getElementById('installer-install');

if (loading && installer) {
loading.style.top = parseInt(installer.offsetTop - window.pageYOffset, 10);
loading.style.position = 'absolute';
loading.style.top = 0;
loading.style.left = 0;
loading.style.width = '100%';
loading.style.height = '100%';
loading.classList.add('hidden');
loading.style.marginTop = '-10px';
}
});
})();
Loading

0 comments on commit f0a0e8f

Please sign in to comment.