diff --git a/composer.json b/composer.json index 3f3aed32c69d0..14546bab4e949 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "joomla/di": "^3.1.1", "joomla/event": "^3.0.2", "joomla/filter": "^3.0.4", - "joomla/filesystem": "^3.1.2", + "joomla/filesystem": "^3.1.3", "joomla/http": "^3.1.2", "joomla/input": "~3.0", "joomla/language": "~3.0", @@ -102,7 +102,7 @@ "ext-dom": "*", "composer/ca-bundle": "^1.5.7", "dragonmantank/cron-expression": "^3.4.0", - "enshrined/svg-sanitize": "^0.21.0", + "enshrined/svg-sanitize": "^0.22.0", "lcobucci/jwt": "^4.3.0", "web-token/jwt-library": "^3.4.8", "phpseclib/bcmath_compat": "^2.0.3", diff --git a/composer.lock b/composer.lock index 30d5ba75b493f..de6d52c695dc8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "27d6c3b20ff64fcc0f0feb4d3405f9ef", + "content-hash": "8ec7a85c6d8a9f4d4ba74ccaa9cd766a", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -428,16 +428,16 @@ }, { "name": "enshrined/svg-sanitize", - "version": "0.21.0", + "version": "0.22.0", "source": { "type": "git", "url": "https://github.com/darylldoyle/svg-sanitizer.git", - "reference": "5e477468fac5c5ce933dce53af3e8e4e58dcccc9" + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/5e477468fac5c5ce933dce53af3e8e4e58dcccc9", - "reference": "5e477468fac5c5ce933dce53af3e8e4e58dcccc9", + "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500", + "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500", "shasum": "" }, "require": { @@ -467,9 +467,9 @@ "description": "An SVG sanitizer for PHP", "support": { "issues": "https://github.com/darylldoyle/svg-sanitizer/issues", - "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.21.0" + "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0" }, - "time": "2025-01-13T09:32:25+00:00" + "time": "2025-08-12T10:13:48+00:00" }, { "name": "fig/link-util", @@ -1644,16 +1644,16 @@ }, { "name": "joomla/filesystem", - "version": "3.1.2", + "version": "3.1.3", "source": { "type": "git", "url": "https://github.com/joomla-framework/filesystem.git", - "reference": "6cdec5cd8e088ccaa85d0901dc927b4c3efde4e2" + "reference": "556e7400988705668bce4ef71abb7dd9213404ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/filesystem/zipball/6cdec5cd8e088ccaa85d0901dc927b4c3efde4e2", - "reference": "6cdec5cd8e088ccaa85d0901dc927b4c3efde4e2", + "url": "https://api.github.com/repos/joomla-framework/filesystem/zipball/556e7400988705668bce4ef71abb7dd9213404ff", + "reference": "556e7400988705668bce4ef71abb7dd9213404ff", "shasum": "" }, "require": { @@ -1692,9 +1692,9 @@ ], "support": { "issues": "https://github.com/joomla-framework/filesystem/issues", - "source": "https://github.com/joomla-framework/filesystem/tree/3.1.2" + "source": "https://github.com/joomla-framework/filesystem/tree/3.1.3" }, - "time": "2025-07-19T12:41:24+00:00" + "time": "2025-08-14T17:48:52+00:00" }, { "name": "joomla/filter", diff --git a/installation/language/tr-TR/joomla.ini b/installation/language/tr-TR/joomla.ini index b757ea0e153b3..6cf585ac89012 100644 --- a/installation/language/tr-TR/joomla.ini +++ b/installation/language/tr-TR/joomla.ini @@ -84,6 +84,7 @@ INSTL_DATABASE_NO_SCHEMA="Bu veritabanı türü için veritabanı şeması yok." INSTL_DATABASE_PASSWORD_DESC="Oluşturduğunuz veritabanı şifresini veya sunucunuzun sağladığı şifreyi girin." INSTL_DATABASE_PREFIX_DESC="Bir tablo öneki girin veya rastgele oluşturulmuş olanı kullanın." 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." +INSTL_DATABASE_PREFIX_MSG="Tablo öneki bir harfle başlamalı, isteğe bağlı olarak alfanümerik karakterlerle izlenmeli ve alt çizgiyle bitmelidir." INSTL_DATABASE_RESPONSE_ERROR="Yükleme işlemi başarısız oldu." INSTL_DATABASE_TYPE_DESC="Veritabanı türünü seçin." 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." diff --git a/libraries/src/Form/Field/AuthorField.php b/libraries/src/Form/Field/AuthorField.php index fe957458b8539..4a456e87bae0e 100644 --- a/libraries/src/Form/Field/AuthorField.php +++ b/libraries/src/Form/Field/AuthorField.php @@ -29,7 +29,7 @@ class AuthorField extends ListField public $type = 'Author'; /** - * Cached array of the category items. + * Cached array of the user items. * * @var array[] * @since 3.2 diff --git a/libraries/src/Form/Field/LimitboxField.php b/libraries/src/Form/Field/LimitboxField.php index 9773cfe97aa8d..c3a2315167720 100644 --- a/libraries/src/Form/Field/LimitboxField.php +++ b/libraries/src/Form/Field/LimitboxField.php @@ -31,7 +31,7 @@ class LimitboxField extends ListField public $type = 'Limitbox'; /** - * Cached array of the category items. + * Cached array of the list limits. * * @var array[] * @since 3.2 diff --git a/libraries/src/Form/Field/PredefinedlistField.php b/libraries/src/Form/Field/PredefinedlistField.php index d5b518c95d33b..7b95ed082d7d7 100644 --- a/libraries/src/Form/Field/PredefinedlistField.php +++ b/libraries/src/Form/Field/PredefinedlistField.php @@ -31,7 +31,7 @@ abstract class PredefinedlistField extends ListField protected $type = 'Predefinedlist'; /** - * Cached array of the category items. + * Cached array of the predefined items. * * @var array[] * @since 3.2 diff --git a/libraries/src/Form/Field/UsergrouplistField.php b/libraries/src/Form/Field/UsergrouplistField.php index 68945e06f647c..35e41da6fead6 100644 --- a/libraries/src/Form/Field/UsergrouplistField.php +++ b/libraries/src/Form/Field/UsergrouplistField.php @@ -32,7 +32,7 @@ class UsergrouplistField extends ListField protected $type = 'UserGroupList'; /** - * Cached array of the category items. + * Cached array of the user groups. * * @var array[] * @since 3.2 diff --git a/package-lock.json b/package-lock.json index 6c9d4f9809a18..8a0b3e6cbf7f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11244,9 +11244,9 @@ "license": "MIT" }, "node_modules/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", "dev": true, "license": "MIT", "engines": {