Skip to content

Commit e09e13a

Browse files
committed
Add removed helper files
1 parent ee17563 commit e09e13a

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

migrations/54-60/removed-backward-incompatibility.md

+29-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ if ($this->item->created !== null) {
101101
}
102102
```
103103

104-
105104
### None namespaced indexer file removed
106105

107106
- PR: https://github.com/joomla/joomla-cms/pull/44646
@@ -137,7 +136,6 @@ $app = $this->getApplication();
137136
- File: libraries/src/Form/FormRule.php
138137
- Description: The `FormRule` class has a deprecated `JCOMPAT_UNICODE_PROPERTIES` constant which is not used anymore and got removed without a replacement. If the constant is still be used in an extension, copy the code from the FormRule class to your extension.
139138

140-
141139
### createThumbs function got removed from the image class
142140

143141
- PR: https://github.com/joomla/joomla-cms/pull/44663
@@ -181,7 +179,6 @@ if ($app instanceof \Joomla\CMS\Application\ConsoleApplication) {
181179
- Tab state
182180
- File removed: build/media_source/legacy/js/tabs-state.es5.js
183181
- PR: https://github.com/joomla/joomla-cms/pull/45021
184-
185182

186183
### CMS Filesystem Package got moved to the compat plugin
187184

@@ -193,3 +190,32 @@ if ($app instanceof \Joomla\CMS\Application\ConsoleApplication) {
193190

194191
- PR: https://github.com/joomla/joomla-cms/pull/45256
195192
- Description: The TYPO3/phar-stream-wrapper dependency fixes a security issue in PHP 7, which has been fixed in PHP 8.0. This means that this package isn't necessary at all in Joomla and can be removed entirely.
193+
194+
### None namespaced helper classes got removed
195+
196+
- PR: https://github.com/joomla/joomla-cms/pull/45339
197+
- Files:
198+
- administrator/components/com_banners/helpers/banners.php
199+
- administrator/components/com_categories/helpers/categories.php
200+
- administrator/components/com_contact/helpers/contact.php
201+
- administrator/components/com_content/helpers/content.php
202+
- administrator/components/com_contenthistory/helpers/contenthistory.php
203+
- administrator/components/com_fields/helpers/fields.php
204+
- administrator/components/com_finder/helpers/language.php
205+
- administrator/components/com_installer/helpers/installer.php
206+
- administrator/components/com_media/helpers/media.php
207+
- administrator/components/com_menus/helpers/menus.php
208+
- administrator/components/com_modules/helpers/modules.php
209+
- administrator/components/com_newsfeeds/helpers/newsfeeds.php
210+
- administrator/components/com_plugins/helpers/plugins.php
211+
- administrator/components/com_redirect/helpers/redirect.php
212+
- administrator/components/com_templates/helpers/template.php
213+
- administrator/components/com_templates/helpers/templates.php
214+
- administrator/components/com_users/helpers/debug.php
215+
- administrator/components/com_users/helpers/users.php
216+
- components/com_contact/helpers/route.php
217+
- components/com_content/helpers/icon.php
218+
- components/com_finder/helpers/route.php
219+
- components/com_newsfeeds/helpers/route.php
220+
- components/com_tags/helpers/route.php
221+
- Description: The files are legacy helper files which got replaced by a namespaced one and where there for backwards compatibility reasons. The namespaced ones should be used instead.

0 commit comments

Comments
 (0)