29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-16 09:02:52 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Hannes Papenberg
26234f6336
Backendmenu: Fixing import of presets for menu items (ajaxbadge, dashboard) (#43189) 2024-04-27 15:58:08 +02:00
Hannes Papenberg
7a8b6287d5
[4.4] Converting File class from CMS to framework package (#40257)
* Converting File class from CMS to framework package

* Reverting false conversion
2023-04-03 14:58:48 +02:00
SD Danico
2efb60f641 Merge branch '4.2-dev' into upmerge-20230217-sdw-2
# Conflicts:
#	administrator/language/en-GB/install.xml
#	administrator/language/en-GB/langmetadata.xml
#	administrator/manifests/files/joomla.xml
#	administrator/manifests/packages/pkg_en-GB.xml
#	api/language/en-GB/install.xml
#	api/language/en-GB/langmetadata.xml
#	installation/language/en-GB/langmetadata.xml
#	language/en-GB/install.xml
#	language/en-GB/langmetadata.xml
#	libraries/src/Router/SiteRouter.php
2023-02-17 16:45:42 -06:00
janschoenherr
39061fae87
Fix deprecation warning (PHP 8.1+) (#39881)
Fix deprecation warning with PHP 8.1+

If a replacement string is used, but no 'quicktask' is defined `$params->get('menu-quicktask')` will return `null` which is deprecated in PHP 8.1+.

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in administrator/components/com_menus/src/Helper/MenusHelper.php on line 894
2023-02-17 17:16:32 +00:00
Allon Moritz
1e7527b60e
Fixes various code style issues and integrate PHP CS Fixer into drone (#39745)
* Integrate PHP CS Fixer into drone

* Fix code base

* more verbose

* Ignore psr12 scripts

* Test

* revert

* Ignore also rebase script

* Align array and variable declarations

* Merges

* Fix the no break comment starting with upper case

* Fix alignment in arrays

* Article controller alignment
2023-01-31 11:20:05 +01:00
Allon Moritz
10f250f418
Changes the code base to short array syntax (#39616) 2023-01-14 10:54:47 +01:00
Harald Leithner
f520c98c64
Re-add jexec or die (#38615) 2022-08-28 09:39:05 +02:00
Harald Leithner
dd91072a95 Phase 2 convert CMS to PSR-12 2022-06-27 20:21:30 +02:00
Harald Leithner
e7f5cc182b Phase 1 convert CMS to PSR-12 2022-06-27 20:18:44 +02:00
Phil E. Taylor
a3f8a37315
Update MenusHelper.php 2022-01-14 10:56:50 +00:00
Phil E. Taylor
d5cb4132d3
Return value type is not compatible with declared 2022-01-13 18:51:10 +00:00
Phil E. Taylor
ec837c256a
[4.0] Remove all references to old JPrefixed Class in /administrator/ (#36428) 2021-12-29 01:15:51 +00:00
Nicola Galgano
cfeb62677d
sanitize parent_id as an int (#34989) 2021-08-09 11:52:02 +01:00
Phil E. Taylor
1b04fed4dc
remove additional provided param that's not part of method signature (#33961) 2021-05-19 13:08:12 -07:00
Phil Taylor
bb7c751d85
Update MenusHelper.php (#32269) 2021-02-03 15:09:56 +01:00
Niels Braczek
3a5984d033
[4.0] Converted copyright statement to standard format (#31504) 2020-11-28 01:33:45 +00:00
Phil Taylor
434348c221
[4.0] Move from Factory::getConfig to getting config from application (#29854) 2020-07-25 19:35:07 +01:00
Phil Taylor
33e51f17d1
s/typo/spelling (#29808)
* s/typo/spelling

* revert
2020-06-28 20:54:18 +02:00
wilsonge
d7451e6440
Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
Astrid
0289d4b186
only files in src folder (#28419) 2020-03-24 23:21:49 +01:00
SharkyKZ
a5d2da00d6
[4.0] Move namespaced extension code to subdirectory (#27687)
* Move component source to src directory

* Module module source to src directory

* Move plugin source to src directory

* Update component manifest files

* Update module manifest files

* Update plugin manifest files

* Move newly added files
2020-02-13 10:11:12 +01:00