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

49733 Commits

Author SHA1 Message Date
Martin Kopp
04c9945ae6
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2023-10-17 18:06:33 +02:00
Martin Kopp
874cf40178
Joomla! 4.4.0 Stable 2023-10-14 14:42:04 +02:00
Brian Teeman
14d821d931
[4.4] Noupdate available to joomla 5 (#42103)
* typo

* [4.4] No Update message

* oops

* oops

* variable
2023-10-13 09:07:25 +02:00
Martin Carl Kopp
e548bccaa8
Update com_joomlaupdate.ini (#42047)
Remove sentence from Potential Upgrade Issue.
2023-10-05 08:29:50 +02:00
Martin Kopp
cb0a826a79
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2023-10-03 18:01:23 +02:00
Martin Kopp
4b89519792
Joomla! 4.4.0 Rc 1 2023-10-03 13:36:15 +02:00
Richard Fath
8c95956c8d
Do not bind same bind variable again (#42020) 2023-10-03 08:55:14 +02:00
Richard Fath
8871a7b446
[4.4] Improve error messages of uploaded package check in Joomla Update (#41947)
* Joomlaupdate better error message - downgrade

* Joomlaupdate better error message - download links

* Joomlaupdate better error message - package naming

* Joomlaupdate better error messages

* Add name of selected package to error messages

* Use escaped double quotes nstead of single quotes for html properties

---------

Co-authored-by: Quy <quy@nomonkeybiz.com>
2023-09-30 22:34:43 +02:00
heelc29
2c0296b082
[4.4] add system test for admin users filter (#41989)
Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-09-29 16:14:58 +02:00
kochinc
e52945db63
Update UsersModel.php for 'GROUP BY' fix (#41984)
* Update UsersModel.php for 'GROUP BY' fix

* Update administrator/components/com_users/src/Model/UsersModel.php

Conform to coding style

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2023-09-29 10:42:03 +02:00
Fedir Zinchuk
b9561c3916
Fix deprecated null, in ModuleAdapter (#41617)
Co-authored-by: Quy <quy@nomonkeybiz.com>
2023-09-28 19:46:01 +02:00
Christiane Maier-Stadtherr
b43df5b4ea
[4.4] Shorten the menu title to 16 for language suffix (#41846)
* Shorten the menu title to 16 for language suffix

* language suffix after shortening

* Update plugins/sampledata/blog/src/Extension/Blog.php

* add lanuage suffix to the title

* Update plugins/sampledata/blog/src/Extension/Blog.php

* Fix PHPCS empty line after for loop start

---------

Co-authored-by: Quy <quy@nomonkeybiz.com>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2023-09-28 17:35:05 +02:00
Nicola Galgano
5fae4e0300
classs (#41957) 2023-09-28 14:12:59 +02:00
Martin Kopp
a1f9df3afe Merge branch '4.4.0-beta' into 4.4-dev 2023-09-26 18:27:07 +02:00
Martin Kopp
f6b96f96cc
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2023-09-26 18:00:51 +02:00
Allon Moritz
2dacf54709
Fix code style 2023-09-26 13:47:04 +02:00
Martin Kopp
fdfd7041a2
Joomla! 4.4.0 Beta 3 2023-09-26 13:44:57 +02:00
Allon Moritz
6cf6fb1883
Explanation why we mix UI with API tests 2023-09-26 13:23:21 +02:00
Richard Fath
6358c9652c
Use maximebf/debugbar v1.19.0 (#41931) 2023-09-26 13:11:53 +02:00
Nicola Galgano
61d43db538
[4][webservice] user patch (#41688)
* [4] webservice com_user patch

PATCH user alters password

* system test

---------

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-09-26 12:21:52 +02:00
Richard Fath
b9390c5722
Add build tool to check ruleset.xml for obsolete exclude patterns and optionally fix the file (#40278)
* Add tool to check ruleset.xml for obsolete exclude patterns

* Fix PHPCS

* Add option to fix the XML file

* Rename to check_ruleset_xml.php

* Better help text for default value

* Fix comment, too
2023-09-26 07:48:08 +02:00
Olivier Buisard
e093e46b0f
Update template.es6.js (#41909)
Optional chaining fix
2023-09-26 07:44:04 +02:00
Richard Fath
7c281757e3
[4.4] Joomla Update Component check package when using Upload & Update (#41757)
* Add checks of uploaded file to com_joomlaupdate

* Use global namespace

* Simplify language strings

* Remove the major version check

* Fix doc block of new method

* Language string improvements - thanks Brian

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

* Only check if zip PHP extension is loaded

* Check manifest XML instead of Version.php

* English improvements

* Remove empty line from language file

Co-authored-by: George Wilson <georgejameswilson@googlemail.com>

* Add alternative method if no zip PHP extension

* Do it as elswehere

* Remove unsupported compression method

* Make sure file is opened as binary file

* Remove special version suffix for pull request patched packages

* Move version check to own method

* Read chunks of max. 1MiB from central directory

* Fix method name and calls

* Fix code from tests with a CLI script

* Add code comments

* Small code simplification

* Fix empy manifest XML file handling

* Handle empty manifest file and start of file

* Fix method description comment

* Close file when throwing exceptions while open

* Fix typo in code comment

* Fix code comment.

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

* Language string consistency

---------

Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: George Wilson <georgejameswilson@googlemail.com>
Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
Co-authored-by: Quy <quy@nomonkeybiz.com>
2023-09-25 22:47:03 +02:00
Nicola Galgano
9b26ca286b
[4] Mismatched tag ids/tag names in articles webservice/api (#41397)
* Mismatched tag ids/tag names in articles webservice/api

* redone

* new function

* use the new helper function

* cs

---------

Co-authored-by: Martin Carl Kopp <6154099+MacJoom@users.noreply.github.com>
2023-09-25 19:42:41 +02:00
Denitz
504e52912e
[4.4] 500 error when 404 and debug on (#41893)
* fix

* missed new params
2023-09-25 14:06:33 +02:00
andyforrest
fd0951fe62
Cypress test for com_privacy admin (#41834)
* Cypress test for com_privacy admin

* Update Consent.cy.js
2023-09-25 14:04:10 +02:00
Nicola Galgano
0d1a6efd60
redirect (#41912) 2023-09-25 14:03:15 +02:00
Richard Fath
93e73ef666
Use $document variable (#41917) 2023-09-25 13:51:54 +02:00
heelc29
925b09c068
[4.4] add system tests for admin users (group/level) (#41910) 2023-09-25 10:24:46 +02:00
Nicola Galgano
ca80fc07b3
redo of #41520 (#41856) 2023-09-25 09:40:31 +02:00
heelc29
96ebe540db
[4.3] WebauthnField missing translation (#41723) 2023-09-24 11:30:21 -04:00
Nicola Galgano
e37906fafa
system test com_config webservices (#41765)
* system test com_config

* id

* divideandrollback

* grr

* rollback

---------

Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-09-22 08:40:10 +02:00
rajputanuj31
f2f00d8975
Added api test for user field group (#41851) 2023-09-22 08:38:20 +02:00
rajputanuj31
ff68c78828
Added api test for user field group (#41850) 2023-09-22 08:37:45 +02:00
Fedir Zinchuk
77bb5edf0c
Event argument setters use onSet callback (#41831) 2023-09-20 18:14:14 +02:00
Fedir Zinchuk
d173dfeb57
[4.4][RFC] Rename Event pre-processing methods from set/get to onSet/onGet (#41722)
* Rename Event pre-processing events from set/get to onSet/onGet

* Apply suggestions from code review

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

---------

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
2023-09-20 17:19:32 +02:00
Elisa Foltyn
60c0bb46b1
Update HtmlView.php (#41274)
Fix like suggested in https://github.com/joomla/joomla-cms/issues/41270#issuecomment-1655905244
2023-09-20 16:06:40 +02:00
Allon Moritz
38ff78cc41
Update dependencies (#41829) 2023-09-20 13:34:06 +02:00
Nicola Galgano
ca6ae52be5
[4] webservices custom field list and radio (#41777)
* ex-#38655

* Update plugins/fields/list/src/Extension/ListPlugin.php

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

---------
2023-09-20 12:58:36 +02:00
George Wilson
487dedba55
[4.4] Add model exception for components to start using (#41809) 2023-09-20 11:21:37 +02:00
Martin Kopp
2efbdfe70b
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2023-09-19 18:00:10 +02:00
Martin Kopp
116ad860ab
Joomla! 4.4.0 Beta 2 2023-09-19 14:47:35 +02:00
Allon Moritz
8bbe6c6f32
Merge branch '4.3-dev' into 4.4-dev 2023-09-19 10:40:48 +02:00
Christiane Maier-Stadtherr
1739c464fa
[4.3] Fix missing filter for subject (#41726) 2023-09-18 22:10:21 -04:00
heelc29
be14fe0d5e
[4.3] fix finder common words (#41468) 2023-09-18 21:00:34 -04:00
Fedir Zinchuk
4c79d74553
Fix deprecated message in categories (#41587) 2023-09-18 19:54:14 -04:00
Denitz
6da44a9a22
PHP 8.2 Creation of dynamic property (#41554) 2023-09-18 19:34:51 -04:00
Allon Moritz
a892b91958
Set the configuration options through a command (#41787)
* Set the configuration options through a command

* cs
2023-09-18 16:21:14 +02:00
Allon Moritz
9284af9d16
Invalid import from upmerge 2023-09-18 14:27:32 +02:00
Allon Moritz
aa7c5bf768
Merge branch '4.3-dev' into 4.4-dev 2023-09-18 13:20:31 +02:00