Commit fbd724d
[6.0] Introduce Joomla 6.0 compatibility plugin (joomla#45480)
* Create backward compatibility 6 plugin
* Moved relevant code from old compat plugin and removed it
considered changes from prs:
joomla#44926
joomla#44240
joomla#44638
joomla#44700
joomla#43209
joomla#43958
joomla#42884
* Add new plugin on install and uninstall old plugin
* Remove compat media folder, add compat6 removed.asset.json
* Fix cs exceptions
* Update ExtensionHelper
* Rename Compat.php to Compat6.php
* Disable compat6 plugin for system tests
* Update administrator/language/en-GB/plg_behaviour_compat6.ini
Co-authored-by: Brian Teeman <[email protected]>
* Update plugins/behaviour/compat6/compat6.xml
Co-authored-by: Brian Teeman <[email protected]>
* Update plugins/behaviour/compat6/compat6.xml
Co-authored-by: Brian Teeman <[email protected]>
* Update administrator/language/en-GB/plg_behaviour_compat6.ini
Co-authored-by: Brian Teeman <[email protected]>
* Update administrator/language/en-GB/plg_behaviour_compat6.sys.ini
Co-authored-by: Brian Teeman <[email protected]>
* Update plugins/behaviour/compat6/src/Extension/Compat6.php
* Restore class aliases from compat 5 plugin
* Relocate files from joomla#44925
* Apply language string improvement from review suggestion
Co-authored-by: Brian Teeman <[email protected]>
* Update plugins/behaviour/compat6/src/Extension/Compat6.php
Co-authored-by: Allon Moritz <[email protected]>
* Update plugins/behaviour/compat6/compat6.xml
Co-authored-by: Allon Moritz <[email protected]>
* Update installation/sql/mysql/base.sql
Co-authored-by: Richard Fath <[email protected]>
* Update installation/sql/postgresql/base.sql
Co-authored-by: Richard Fath <[email protected]>
* Fix wrong folder in uninstallation of compat (5) plugin.
---------
Co-authored-by: Richard Fath <[email protected]>
Co-authored-by: Richard Fath <[email protected]>
Co-authored-by: Brian Teeman <[email protected]>
Co-authored-by: Benjamin Trenkle <[email protected]>
Co-authored-by: Allon Moritz <[email protected]>1 parent aa7980a commit fbd724d
File tree
41 files changed
+128
-1384
lines changed- administrator
- components/com_admin
- language/en-GB
- build/media_source
- plg_behaviour_compat6
- plg_behaviour_compat
- installation/sql
- mysql
- postgresql
- libraries/src/Extension
- plugins/behaviour
- compat6
- classes
- Application
- CLI
- Output
- Processor
- Filesystem
- Meta/language/en-GB
- Streams
- Support
- Input
- src
- Extension
- classmap
- compat
- services
- src/Extension
- tests/System/integration/install
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+128
-1384
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
0 commit comments