Skip to content

Commit 3c96b7f

Browse files
authored
[5.4] Upmerge 2025-08-28 (joomla#45997)
* [5.3] Translation Update joomla#45983 * [5.3] Fix copy / paste error in form fields joomla#45979 * [5.3] Security updates for composer and npm dependencies for the upcoming 5.3.4 release joomla#45984 * [5.3] Update joomla/filesystem to fix extension uploads when post_max_size is 0 joomla#45986
1 parent a8d007b commit 3c96b7f

File tree

8 files changed

+23
-22
lines changed

8 files changed

+23
-22
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"joomla/di": "^3.1.1",
6363
"joomla/event": "^3.0.2",
6464
"joomla/filter": "^3.0.4",
65-
"joomla/filesystem": "^3.1.2",
65+
"joomla/filesystem": "^3.1.3",
6666
"joomla/http": "^3.1.2",
6767
"joomla/input": "~3.0",
6868
"joomla/language": "~3.0",
@@ -102,7 +102,7 @@
102102
"ext-dom": "*",
103103
"composer/ca-bundle": "^1.5.7",
104104
"dragonmantank/cron-expression": "^3.4.0",
105-
"enshrined/svg-sanitize": "^0.21.0",
105+
"enshrined/svg-sanitize": "^0.22.0",
106106
"lcobucci/jwt": "^4.3.0",
107107
"web-token/jwt-library": "^3.4.8",
108108
"phpseclib/bcmath_compat": "^2.0.3",

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

installation/language/tr-TR/joomla.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ INSTL_DATABASE_NO_SCHEMA="Bu veritabanı türü için veritabanı şeması yok."
8484
INSTL_DATABASE_PASSWORD_DESC="Oluşturduğunuz veritabanı şifresini veya sunucunuzun sağladığı şifreyi girin."
8585
INSTL_DATABASE_PREFIX_DESC="Bir tablo öneki girin veya rastgele oluşturulmuş olanı kullanın."
8686
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="Aynı öneke sahip tablolara sahip mevcut bir veritabanı kullanıyorsanız, Joomla bu mevcut tabloları \"bak_\" önekini ekleyerek yeniden adlandıracaktır."
87+
INSTL_DATABASE_PREFIX_MSG="Tablo öneki bir harfle başlamalı, isteğe bağlı olarak alfanümerik karakterlerle izlenmeli ve alt çizgiyle bitmelidir."
8788
INSTL_DATABASE_RESPONSE_ERROR="Yükleme işlemi başarısız oldu."
8889
INSTL_DATABASE_TYPE_DESC="Veritabanı türünü seçin."
8990
INSTL_DATABASE_USER_DESC="Oluşturduğunuz veritabanı kullanıcı adını veya barındırıcınız tarafından sağlanan kullanıcı adını girin."

libraries/src/Form/Field/AuthorField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AuthorField extends ListField
2929
public $type = 'Author';
3030

3131
/**
32-
* Cached array of the category items.
32+
* Cached array of the user items.
3333
*
3434
* @var array[]
3535
* @since 3.2

libraries/src/Form/Field/LimitboxField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LimitboxField extends ListField
3131
public $type = 'Limitbox';
3232

3333
/**
34-
* Cached array of the category items.
34+
* Cached array of the list limits.
3535
*
3636
* @var array[]
3737
* @since 3.2

libraries/src/Form/Field/PredefinedlistField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ abstract class PredefinedlistField extends ListField
3131
protected $type = 'Predefinedlist';
3232

3333
/**
34-
* Cached array of the category items.
34+
* Cached array of the predefined items.
3535
*
3636
* @var array[]
3737
* @since 3.2

libraries/src/Form/Field/UsergrouplistField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class UsergrouplistField extends ListField
3232
protected $type = 'UserGroupList';
3333

3434
/**
35-
* Cached array of the category items.
35+
* Cached array of the user groups.
3636
*
3737
* @var array[]
3838
* @since 3.2

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)