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

49867 Commits

Author SHA1 Message Date
Hannes Papenberg
6966a8c78d
Drone: Switching to key authentication for artifacts (#43236) 2024-04-09 09:59:21 +02:00
Hannes Papenberg
b8d58e7fa8
Mfa: Setting timezone for dates in profile (#43191) 2024-04-05 11:02:07 +02:00
Stefan Wendhausen
aa7a1c7ff0
alpha-sorting (#43180) 2024-04-05 11:01:17 +02:00
Denitz
bcd0e83eb7
Fix phpdoc in FeatureEvent (#42587)
* Update FeatureEvent.php

* Update administrator/components/com_content/src/Event/Model/FeatureEvent.php

Co-authored-by: Quy <quy@nomonkeybiz.com>

---------
2024-04-05 11:00:46 +02:00
Martin Kopp
896fa4b553
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-04-02 18:00:17 +02:00
Martin Kopp
a7b4aecff8
Joomla! 4.4.4 Rc 1 2024-03-28 20:47:32 +01:00
Martin Carl Kopp
bdb23b84b8
[4.4] Postinstallation-Message htaccess.txt brotli change (#43173)
* [4.4] Postinstallation-Message htaccess.txt brotli change

* Fix copyright year

Co-authored-by: Quy <quy@nomonkeybiz.com>

---------

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Quy <quy@nomonkeybiz.com>
2024-03-28 16:56:48 +01:00
Christian Heel
0439943064
[4.4] add PHP8.3 to PhpVersionCheck quickicon (#43145) 2024-03-28 13:34:40 +01:00
Hannes Papenberg
9d5b5a2ddd
User profile edit: No notice when no active menu item (#43140) 2024-03-27 06:55:39 +01:00
Harald Leithner
8eefbf2375
Allow to use filter.state for delete button in ListView (#38797) 2024-03-22 13:02:57 +01:00
Luca Racchetti
0197d56ef1
[4.x] Add support for brotli (#43055)
* Add support for brotli

Add support for brotli gzip compression in htaccess.txt

* fix description

fix description

Co-authored-by: Brian Teeman <brian@teeman.net>

---------

Co-authored-by: Brian Teeman <brian@teeman.net>
2024-03-21 16:01:39 +01:00
Allon Moritz
3db2bf32bf
CMSObject should extend stdClass (#43020) 2024-03-20 11:25:38 +01:00
David Jardin
1aed565bc2
update punycode library to include security fix (#43092) 2024-03-20 08:53:23 +01:00
Brian Teeman
828c236d3d
[4.4] Cassiopeia back to top (#43057) 2024-03-18 07:35:14 +01:00
Olivier Buisard
75ecb674d8
[4.4] When duplicating a tour with 0 (no) steps, SQL fails (#43044)
* Test if duplicated tour has no step

* Update TourModel.php

Removed empty line
2024-03-15 22:13:57 +01:00
Hannes Papenberg
8d78c6bada
Drone: Fix artifacts upload for 4.4-dev (#43033) 2024-03-15 08:35:45 +01:00
David Jardin
069d85829a
[4.x] Fix JHTTP socket transport http version (#43001)
* Fix socket driver http version

* updated jhttp to patched version
2024-03-13 19:27:30 +01:00
Dimitris Grammatikogiannis
49f392dcd5
enforce UTF-8 (#42938) 2024-03-11 17:29:59 +01:00
Rick Spaan
468fb2d415
shorten path to global CSS folder (#42975) 2024-03-07 09:46:04 +01:00
Rick Spaan
995fea072b
Fix link hover colors and change color theme CSS files order (#42794)
* Fix link and button colors in header footer

* Add hover state color for links, fix theme color web asset order, add hover color to theme color CSS files

* Place theme colors before user.css

---------
2024-03-06 16:45:08 +01:00
Hannes Papenberg
ab3d32cb17
[4.4] Smart Search: Properly sort filters (#42835)
* Smart Search: Properly sort filters

* Update administrator/components/com_finder/src/Service/HTML/Filter.php

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>

---------

Co-authored-by: Martin Carl Kopp <6154099+MacJoom@users.noreply.github.com>
Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2024-03-05 08:19:13 +01:00
Hannes Papenberg
0a912a8d4f
[4.4] Feed: Fixing link selection of AtomParser (#42706)
* Feed: Fixing link selection of AtomParser

* Update libraries/src/Feed/Parser/AtomParser.php

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>

---------
2024-03-04 17:01:39 +01:00
Hannes Papenberg
5d0163235d
Fixing non-SEF URL in feed output (#42802) 2024-03-04 16:58:22 +01:00
Lodder
3ad2ab910b
[4.x] Treeselect fixes (#42895)
* Treeselect fixes

* Only toggle if checkbox isn't disabled

* Fix eol

---------
2024-03-04 16:47:26 +01:00
Fedir Zinchuk
f8c67be561
Limit the highlight (#42921) 2024-03-04 16:45:16 +01:00
AlexanderCkm
15eaa4345b
"Serialization of 'Closure' is not allowed" fix (#42819) 2024-03-04 14:06:06 +01:00
n3t
cbaf1ba1f9
Update ExecutionRulesRule to validate custom cron expression correctly (#42863) 2024-03-04 14:03:22 +01:00
Tuan Pham Ngoc
3be05bff6a
[4.4] Fix cancel frontend module editing redirection (#42870)
* Fix redirect URL when cancel editing a module from frontend

* Code simplify

* More clear comment

* Update components/com_config/src/Controller/ModulesController.php

Co-authored-by: Brian Teeman <brian@teeman.net>

* Fix comment typo

* Update components/com_config/src/Controller/ModulesController.php

Co-authored-by: Christian Heel <66922325+heelc29@users.noreply.github.com>

---------

Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Quy <quy@nomonkeybiz.com>
Co-authored-by: Christian Heel <66922325+heelc29@users.noreply.github.com>
2024-03-04 14:01:53 +01:00
Tuan Pham Ngoc
76f6773a9c
[4.4] Fix System - Page Cache plugin ignore Exclude URLs parameter (#42871)
* Fix System - Page Cache plugin ignore Exclude URLs parameter

* phpcs

---------
2024-03-04 14:00:58 +01:00
Tuan Pham Ngoc
6023e5cee7
Fix articles categories module display children categories multiple times (#42925) 2024-03-04 13:56:12 +01:00
Brian Teeman
78d91ea137
Update plg_system_privacyconsent.ini (#42928)
Missing . at the end of as sentence
2024-03-04 13:53:17 +01:00
Brian Teeman
bf10a6648a
Update plg_system_jooa11y.ini (#42940) 2024-03-03 03:11:44 +01:00
Quy
d72d639197
Hide columns in mobile view (#42728) 2024-03-01 07:20:53 +01:00
Christian Heel
4e1e1656ce
[4.4] Fix showon for list field (no multiple) (#39546)
* [4.2] Fix showon for list field

* duplicate id if multiple

* apply for layout fancy-select
2024-03-01 07:18:24 +01:00
Roland Dalmulder
708b1eaa8a
Use a sensible default if none is found (#36692)
* Use a sensible default if none is found

Signed-off-by: Roland Dalmulder <contact@rolandd.com>

* Phase 1 convert BRANCH to PSR-12

* Phase 2 convert BRANCH to PSR-12

---------

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2024-02-28 18:58:22 +01:00
Tuan Pham Ngoc
4132f18a1e
Fix issue 42841: Banners application crashes (#42869) 2024-02-28 12:12:28 +01:00
Denitz
3277eb82ef
[4.4] JTable::store(true) to update NULLs fails if assets are tracked (#37993)
* fix

* Phase 1 convert BRANCH to PSR-12

* Phase 2 convert BRANCH to PSR-12

---------
2024-02-26 16:33:02 +01:00
Tuan Pham Ngoc
d272577bbb
Only redirect for save and user does not have core.manage permission (#42872) 2024-02-25 03:36:57 +01:00
David Jardin
0d566f271b
[4.x] Allow folders with image extensions in media manager (#42874) 2024-02-24 20:47:51 +01:00
joomla-translation-bot
dcd3772abe
[4.x] Translation Update (#42873)
* Language update

* Language update
2024-02-24 15:42:29 +01:00
Stefan Wendhausen
8d1aae7657
alphabetical sorting (#42855) 2024-02-23 08:24:39 +01:00
Martin Carl Kopp
55c34bbc43
composer-patch1 (#42849) 2024-02-22 19:48:23 +01:00
Brian Teeman
edb3782ec0
[4.4] tags learn more link (#42815) 2024-02-22 17:14:15 +01:00
Nicola Galgano
8ea73559b2
[4] Module 'Feed Display': deprecated Notice (#42803)
* backport to 4.4.

* backport to 4.4

* fix4ceford

* adminmodule

---------
2024-02-22 15:17:20 +01:00
Quy
6ab1334364
[4.4] Fix help icon not opening help screen (#42820)
* Fix help icon not opening help screen

* Revert "Fix help icon not opening help screen"

This reverts commit 7a13d6607f.

* Proper JS fix

---------

Co-authored-by: Quy <quy@fluxbb.org>
2024-02-22 13:37:00 +01:00
Hannes Papenberg
ce13d13ec6
[4.4] Finder: Fixing language of token (#42693)
* Finder: Fixing language of token

* Update administrator/components/com_finder/src/Indexer/Token.php

Co-authored-by: Brian Teeman <brian@teeman.net>

* Update Token.php

---------

Co-authored-by: Brian Teeman <brian@teeman.net>
2024-02-22 10:55:00 +01:00
Martin Kopp
b0663caf26
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-02-20 16:16:39 +01:00
Martin Kopp
55f2082f32
Joomla 4.4.3 Stable 2024-02-19 15:44:22 +01:00
David Jardin
9ea824aee9
update phpseclib (#42470) 2024-02-19 12:53:44 +01:00
Quy
0aba9c8970
[4.4] Fix strpos(): Passing null is deprecated (#42773)
* Fix deprecated warning

* Better code.

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>

---------

Co-authored-by: Quy <quy@fluxbb.org>
Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2024-02-09 21:36:20 +01:00