Skip to content

Commit cf98f68

Browse files
authored
Merge pull request #165 from joomla/5-migration
5.0 migration
2 parents 17dd4f9 + 1fac3f5 commit cf98f68

File tree

7 files changed

+869
-7
lines changed

7 files changed

+869
-7
lines changed

migrations/40-41/removed-backward-incompatibility.md

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,54 @@
22
sidebar_position: 3
33
---
44

5-
Removed and backward incompatibility
6-
===============
7-
All the deprecated features than have now been removed and any backward incompatibilities.
8-
There should be an explanation of how to mitigate the removals / changes.
95
:::caution TODO
106

117
This page is unfinished, please use the **Edit this Page** link at the bottom of this page to help make it more useful.
128

139
:::
10+
11+
## Removed files
12+
13+
The following files hasn't been removed to prevent code which directly include
14+
these files to thru an fatal error.
15+
16+
Migration: Remove the require/include class and use autoloading to load the class
17+
18+
* administrator/components/com_finder/helpers/language.php
19+
* administrator/components/com_finder/helpers/indexer/adapter.php
20+
* administrator/components/com_finder/helpers/indexer/helper.php
21+
* administrator/components/com_finder/helpers/indexer/parser.php
22+
* administrator/components/com_finder/helpers/indexer/query.php
23+
* administrator/components/com_finder/helpers/indexer/result.php
24+
* administrator/components/com_finder/helpers/indexer/taxonomy.php
25+
* administrator/components/com_finder/helpers/indexer/token.php
26+
27+
:::caution TODO
28+
29+
to be continued
30+
31+
:::
32+
33+
## Modified function signatures
34+
35+
##### Removed second parameter `$clientId = 0` in function cleanCache this parameter is no longer used
36+
37+
* administrator/components/com_categories/src/Model/CategoryModel.php
38+
* administrator/components/com_content/src/Model/ArticleModel.php
39+
* administrator/components/com_fields/src/Model/FieldModel.php
40+
* administrator/components/com_finder/src/Model/FilterModel.php
41+
* administrator/components/com_fields/src/Model/GroupModel.php
42+
* administrator/components/com_languages/src/Model/LanguageModel.php
43+
* administrator/components/com_languages/src/Model/LanguagesModel.php
44+
* administrator/components/com_menus/src/Model/ItemModel.php
45+
* administrator/components/com_menus/src/Model/MenuModel.php
46+
* administrator/components/com_modules/src/Model/ModuleModel.php
47+
* administrator/components/com_plugins/src/Model/PluginModel.php
48+
* administrator/components/com_templates/src/Model/StyleModel.php
49+
50+
51+
:::caution TODO
52+
53+
to be continued
54+
55+
:::

0 commit comments

Comments
 (0)