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

12 Commits

Author SHA1 Message Date
Allon Moritz
18a6c6bf7d
Alpha order imports (#41428) 2023-08-23 12:06:44 +02: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
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
Tuan Pham Ngoc
e4f622c7dc
[4.2] Replace Factory::getApplication() by $this->app in component's controllers (#38103)
* Replace Factory::getApplication() by $this->app in component's controllers

* Remove un-used import. Thanks @Quy

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
Co-authored-by: Quy <quy@fluxbb.org>
Co-authored-by: Franciska Perisa <9084265+fancyFranci@users.noreply.github.com>
2022-06-27 17:49:45 +02:00
Benjamin Trenkle
f49c451d1e
Bump to 4.1.1 stable 2022-03-29 15:27:09 +02:00
imanickam
caf4cb7074
After Switching Admin Language, in the message displayed, show Native Title instead of Title [in English] (#34884) 2021-07-26 20:34:08 +01:00
Niels Braczek
3a5984d033
[4.0] Converted copyright statement to standard format (#31504) 2020-11-28 01:33:45 +00: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