Skip to content

Commit 55f2082

Browse files
committed
Joomla 4.4.3 Stable
1 parent 9ea824a commit 55f2082

File tree

52 files changed

+199
-39
lines changed

Some content is hidden

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

52 files changed

+199
-39
lines changed

administrator/components/com_banners/forms/banner.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@
301301
<field
302302
name="imageurl"
303303
type="media"
304+
schemes="http,https,ftp,ftps,data,file"
305+
validate="url"
306+
relative="true"
304307
label="COM_BANNERS_FIELD_IMAGE_LABEL"
305308
directory="banners"
306309
hide_none="1"

administrator/components/com_categories/forms/category.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@
234234
<field
235235
name="image"
236236
type="media"
237+
schemes="http,https,ftp,ftps,data,file"
238+
validate="url"
239+
relative="true"
237240
label="COM_CATEGORIES_FIELD_IMAGE_LABEL"
238241
/>
239242

administrator/components/com_config/forms/application.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,9 @@
10221022
<field
10231023
name="offline_image"
10241024
type="media"
1025+
schemes="http,https,ftp,ftps,data,file"
1026+
validate="url"
1027+
relative="true"
10251028
label="COM_CONFIG_FIELD_OFFLINE_IMAGE_LABEL"
10261029
showon="offline:1"
10271030
/>

administrator/components/com_contact/config.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@
253253
<field
254254
name="image"
255255
type="media"
256+
schemes="http,https,ftp,ftps,data,file"
257+
validate="url"
258+
relative="true"
256259
label="COM_CONTACT_FIELD_PARAMS_IMAGE_LABEL"
257260
default=""
258261
showon="show_info:1[AND]show_image:1"
@@ -410,6 +413,9 @@
410413
<field
411414
name="icon_address"
412415
type="media"
416+
schemes="http,https,ftp,ftps,data,file"
417+
validate="url"
418+
relative="true"
413419
label="COM_CONTACT_FIELD_ICONS_ADDRESS_LABEL"
414420
hide_none="1"
415421
default=""
@@ -419,6 +425,9 @@
419425
<field
420426
name="icon_email"
421427
type="media"
428+
schemes="http,https,ftp,ftps,data,file"
429+
validate="url"
430+
relative="true"
422431
label="COM_CONTACT_FIELD_ICONS_EMAIL_LABEL"
423432
hide_none="1"
424433
default=""
@@ -428,6 +437,9 @@
428437
<field
429438
name="icon_telephone"
430439
type="media"
440+
schemes="http,https,ftp,ftps,data,file"
441+
validate="url"
442+
relative="true"
431443
label="COM_CONTACT_FIELD_ICONS_TELEPHONE_LABEL"
432444
hide_none="1"
433445
default=""
@@ -437,6 +449,9 @@
437449
<field
438450
name="icon_mobile"
439451
type="media"
452+
schemes="http,https,ftp,ftps,data,file"
453+
validate="url"
454+
relative="true"
440455
label="COM_CONTACT_FIELD_ICONS_MOBILE_LABEL"
441456
hide_none="1"
442457
default=""
@@ -446,6 +461,9 @@
446461
<field
447462
name="icon_fax"
448463
type="media"
464+
schemes="http,https,ftp,ftps,data,file"
465+
validate="url"
466+
relative="true"
449467
label="COM_CONTACT_FIELD_ICONS_FAX_LABEL"
450468
hide_none="1"
451469
default=""
@@ -455,6 +473,9 @@
455473
<field
456474
name="icon_webpage"
457475
type="media"
476+
schemes="http,https,ftp,ftps,data,file"
477+
validate="url"
478+
relative="true"
458479
label="COM_CONTACT_FIELD_ICONS_WEBPAGE_LABEL"
459480
hide_none="1"
460481
default=""
@@ -464,6 +485,9 @@
464485
<field
465486
name="icon_misc"
466487
type="media"
488+
schemes="http,https,ftp,ftps,data,file"
489+
validate="url"
490+
relative="true"
467491
label="COM_CONTACT_FIELD_ICONS_MISC_LABEL"
468492
hide_none="1"
469493
default=""

administrator/components/com_contact/forms/contact.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@
211211
<field
212212
name="image"
213213
type="media"
214+
schemes="http,https,ftp,ftps,data,file"
215+
validate="url"
216+
relative="true"
214217
label="COM_CONTACT_FIELD_PARAMS_IMAGE_LABEL"
215218
hide_none="1"
216219
/>

administrator/components/com_content/forms/article.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,9 @@
723723
name="image_intro"
724724
type="media"
725725
label="COM_CONTENT_FIELD_INTRO_LABEL"
726+
schemes="http,https,ftp,ftps,data,file"
727+
validate="url"
728+
relative="true"
726729
/>
727730

728731
<field
@@ -759,6 +762,9 @@
759762
<field
760763
name="image_fulltext"
761764
type="media"
765+
schemes="http,https,ftp,ftps,data,file"
766+
validate="url"
767+
relative="true"
762768
label="COM_CONTENT_FIELD_FULL_LABEL"
763769
/>
764770

administrator/components/com_languages/tmpl/installed/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<?php echo $this->escape($row->author); ?>
121121
</td>
122122
<td class="d-none d-md-table-cell text-center">
123-
<?php echo PunycodeHelper::emailToUTF8($this->escape($row->authorEmail)); ?>
123+
<?php echo $this->escape(PunycodeHelper::emailToUTF8($row->authorEmail)); ?>
124124
</td>
125125
<td class="d-none d-md-table-cell text-center">
126126
<?php echo $this->escape($row->extension_id); ?>

administrator/components/com_menus/forms/item_alias.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
<field
5959
name="menu_image"
6060
type="media"
61+
schemes="http,https,ftp,ftps,data,file"
62+
validate="url"
63+
relative="true"
6164
label="COM_MENUS_ITEM_FIELD_MENU_IMAGE_LABEL"
6265
/>
6366

administrator/components/com_menus/forms/item_component.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
<field
2828
name="menu_image"
2929
type="media"
30+
schemes="http,https,ftp,ftps,data,file"
31+
validate="url"
32+
relative="true"
3033
label="COM_MENUS_ITEM_FIELD_MENU_IMAGE_LABEL"
3134
/>
3235

administrator/components/com_menus/forms/item_heading.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<field
2929
name="menu_image"
3030
type="media"
31+
schemes="http,https,ftp,ftps,data,file"
32+
validate="url"
33+
relative="true"
3134
label="COM_MENUS_ITEM_FIELD_MENU_IMAGE_LABEL"
3235
/>
3336

0 commit comments

Comments
 (0)