29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-05-28 16:01:28 +00:00
Commit Graph

22993 Commits

Author SHA1 Message Date
Fedir Zinchuk
500cce3e7c
[4.4] Fix finder helper addContentType duplicate entry for key 'title' (#43053) 2024-05-20 23:11:40 +02:00
Benjamin Trenkle
638df97b31
[4.4] Fix permission issues on certain ISP (#43473)
* Fix permission issues on certain ISP

* Add comments

---------
2024-05-16 08:50:11 +02:00
Brian Teeman
92cad14940
[4.x] MFA Backup Codes [a11y] [UI] (#43450)
* fix

* Update components/com_users/tmpl/methods/list.php

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

---------
2024-05-14 13:44:30 +02:00
Nicola Galgano
8ea9c2649a
Translate key in CSV export (#43464) 2024-05-14 08:58:19 +02:00
Harald Leithner
5768496747
[4.4] Fix ordering for files in the template view (#43335)
* Fix ordering for files in the template view

* Rewrite getDirectoryTree function using early return and uksort

* CS

* Use natural sorting instead of string comparison

---------
2024-05-08 09:36:36 +02:00
Hannes Papenberg
26234f6336
Backendmenu: Fixing import of presets for menu items (ajaxbadge, dashboard) (#43189) 2024-04-27 15:58:08 +02:00
Hannes Papenberg
27ffec3090
Adminmenu: Fix export for child items (#43178) 2024-04-27 13:18:37 +02:00
Allon Moritz
d1bef331ea
[4.4] Determine the next task run date with the timezone of the site (#43259)
* Determine the next task run date with the timezone of the site

* cs

---------
2024-04-26 20:26:08 +02:00
Martin Kopp
43293d0603
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-04-16 22:22:44 +02:00
Martin Kopp
92f2ffb3c6
Joomla! 4.4.4 Stable 2024-04-14 12:13:18 +02:00
Martin Kopp
45adb61f83
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-04-09 22:00:26 +02:00
Martin Kopp
42cc96d2b6
Joomla! 4.4.4 Rc 2 2024-04-09 21:23:46 +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
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
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
n3t
cbaf1ba1f9
Update ExecutionRulesRule to validate custom cron expression correctly (#42863) 2024-03-04 14:03:22 +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
Tuan Pham Ngoc
4132f18a1e
Fix issue 42841: Banners application crashes (#42869) 2024-02-28 12:12:28 +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
Stefan Wendhausen
8d1aae7657
alphabetical sorting (#42855) 2024-02-23 08:24:39 +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
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
Brian Teeman
bef1c83d20
[4.4] Language Filter strings (#42687)
* [4.4]

* Update administrator/components/com_finder/src/Helper/LanguageHelper.php

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>

---------

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2024-02-06 19:14:03 +01:00
Viktor Vogel
c123124325
[#42733] Fixes menu verification check for menu types with Unicode characters (#42741) 2024-02-05 19:22:51 +01:00
Martin Carl Kopp
9d7af081f7
Show Joomla Spinner on Language Install (#42602) 2024-01-17 14:30:17 +01:00
Brian Teeman
db66279596
[4.4] text not visible (error_login) (#42616) 2024-01-10 23:33:55 +01:00
Allon Moritz
b73168f777
Define correct type for field helper doc (#42635) 2024-01-10 20:22:29 +01:00
Martin Kopp
26cf45c21c
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-01-09 16:51:01 +01:00
Martin Kopp
f5c559ee01
Joomla! 4.4.2 Stable 2024-01-05 11:49:39 +01:00
Martin Kopp
56221633dc
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2024-01-03 15:34:48 +01:00
Martin Kopp
a31a19c007
Joomla! 4.4.2 Rc 1 2024-01-03 15:00:20 +01:00
Nicola Galgano
f97a4c5ea7
[4][com_templates] cast to int for pgsql (#42569)
* cast to int for pgsql

* yet-another

---------
2023-12-31 15:07:56 +01:00
Nicola Galgano
83f50fd331
backport #41865 (#42088)
backport [5] update from nightly to latest nightly build
#41865
2023-12-27 13:49:24 +01:00
Richard Fath
e125943d68
Better message on package uninstallation (#42570)
Better message on package uninstallation when an extension from that package is missing. Fixes issue #42537 .
2023-12-27 12:26:35 +01:00
Nicola Galgano
3927cea1ba
[4][com_actionlogs] missed load plugin languages (#42562)
* load lang

* test-4-dupkey

---------
2023-12-26 17:23:46 +01:00
Richard Fath
3265efade0
[4.4] Joomlaupdate remove br tag from language strings - follow up to PR 42489 (#42550)
* Better English (1)

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

* Better English (2)

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

* Remove br html element from language strings

---------

Co-authored-by: Brian Teeman <brian@teeman.net>
2023-12-20 16:52:27 +01:00
Richard Fath
1b4fea43a7
[4.4] Add information about reasons to Joomla Update when an update was found which doesn't fulfil PHP or DB requirements (#42489)
* Add information on reasons if no suitable update was found

* Change technical requirements link

* PHP CS

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

* Apply suggestion from code review

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

* Better English (1)

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

* Better English (2)

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

---------
2023-12-20 10:47:09 +01:00
Christiane Maier-Stadtherr
895838904a
[4.4] Improve com users list view (#42457)
* Improve com users list view

* Redo  change in activated condition

* Remove condition

* Fix PHPCS

---------

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2023-12-14 09:35:59 +01:00
Christiane Maier-Stadtherr
6a177cbea9
[4.4] Fix error editor not found in contenthistory modal (#42458)
* Fix error editor not found in contenthistory modal

* cs

* update as required
2023-12-12 11:54:24 +01:00
Brian Teeman
90f70c18cf
[4.4] Broken language comment (#42425)
* Broken language comment

The recent security update has exposed a bug in a language string. You cannot have a " in a comment.

* dont translate images
2023-11-29 19:31:44 +01:00