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

49867 Commits

Author SHA1 Message Date
Brian Teeman
49be844d5a
[4.4] TinyMCE 5.10.9 (#42359)
This is a security release

## Version 5.10.9 - November 15, 2023
### Changed
- Zero width no-break space (U+FEFF) characters are removed from content passed to setContent, insertContent, and resetContent APIs.
- Zero width no-break space (U+FEFF) characters in initial content are not loaded into the editor upon initialization.
### Fixed
-Specific HTML content containing unescaped text nodes caused mXSS when using undo/redo.
-Specific HTML content containing unescaped text nodes caused mXSS when using the getContent and setContent APIs with the format: 'raw' option, which also affected the resetContent API and the draft restoration feature of the Autosave plugin
2023-11-23 10:08:43 +01:00
Martin Kopp
b7c1fc9cd3
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2023-11-18 15:45:27 +01:00
Martin Kopp
16681afbd4
Joomla! 4.4.1 Rc 1 2023-11-18 15:26:09 +01:00
Allon Moritz
296563b233
Declare the context variable correctly (#42336)
* Declare the context variable correctly

* cs

---------
2023-11-18 15:05:52 +01:00
Fedir Zinchuk
0b6137699f
Fix a bug of web assets file joomla.asset.json registration/parsing (#41431)
* Make sure that all registry files parsed

* Make sure that all registry files parsed

---------
2023-11-16 13:05:42 +01:00
Dimitris Grammatikogiannis
e28916314a
Use .env files (#42340) 2023-11-16 07:48:47 +01:00
Carlos Rodriguez
cfcf8b66de
Admin Articles View - Execute transition button permissions fixed (#39490)
* Admin Articles View - Transition button fixed

* fixed drone claim

---------
2023-11-15 18:42:13 +01:00
Fedir Zinchuk
874f23122d
Text::script should update existing script strings (#41543)
* Text::script should update existing script strings

* Text::script should update existing script strings

* comment
2023-11-15 10:34:55 +01:00
Christian Heel
e5c91e0309
[4.4] translation description text static error pages (#42030)
* move meta declaration

for better upmerge (conflicts #41935)

* same help link element

* check if valid ref

* check if valid elements

* add descText1

* update static error pages

* use early return
2023-11-15 08:03:00 +01:00
Denitz
06e4116e13
str_replace() on NULL (#40528) 2023-11-14 23:54:12 +01:00
Lodder
bf9afa3f9b
Don't force the process to terminate (#42341) 2023-11-14 08:23:43 +01:00
Fedir Zinchuk
12ce681c52
Fix list select (with choicesjs) losing values in subform (#42332) 2023-11-13 10:31:10 +01:00
Fedir Zinchuk
beb3b34c7c
Fix table multiselect (#42330)
* Multiselect update

* Multiselect update

* Multiselect update

* Multiselect update

* Multiselect update

* Update build/media_source/system/js/multiselect.es6.js

Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
2023-11-13 09:43:14 +01:00
Dimitris Grammatikogiannis
584d7b00b4
[4.4] Node 20 (#42331)
* Node 20

Signed-off-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>

* Update build.js

* sign drone config

---------

Signed-off-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
2023-11-11 16:20:30 +01:00
Lodder
ff0670eda2
Improve build times (#42325) 2023-11-10 13:05:46 +01:00
Fedir Zinchuk
8cfb7f8b71
Fix field Color (Simple) rendering (#42323) 2023-11-10 11:16:41 +01:00
Nicola Galgano
ce929f3c69
Saving User Profile logs you out of the backend (#42284) 2023-11-09 09:22:24 +01:00
janschoenherr
dbe602fa71
Fix missing archive icon (#42316)
* Fix missing icon archive

This PR fixes a php warning for archived articles.

* Update administrator/components/com_content/tmpl/articles/modal.php

---------

Co-authored-by: Quy <quy@nomonkeybiz.com>
2023-11-08 18:58:00 +01:00
Octavian Cinciu
fa832ac9db
Fix multi-factor migration when updating from J3 to J4 (#42253)
* Update MultiFactorAuthenticationHandler.php

* Remove unuised MfaTable

---------
2023-11-05 15:46:58 +01:00
George Wilson
a390ec1e8a
Fix new J4 components missing assets (#41358) 2023-11-04 11:33:09 +01:00
Denitz
6fa40a972c
Update Router.php (#41296)
Thank you
2023-11-03 16:28:41 +01:00
Sven Schultschik
6ad3c41071
fix #42191 Unknown column 'id' in 'field list' (#42199)
In this method it tries to load the field 'id' from the extensions table. But there isn't any field called id in this table. The id field for the extenions table is called extension_id
2023-11-03 14:05:15 +01:00
AndySDH
93c50fa4bd
Fix for Finder (Smart Search) indexer removing spaces in long strings (#41937) 2023-11-03 14:02:22 +01:00
Hannes Papenberg
d09813d1e0
Drone: Renaming build script (#42274) 2023-11-03 11:46:42 +01:00
Hannes Papenberg
25a4f1c840
[4.4] Appveyor: Raise MySQL to version 8.0 (#42271) 2023-11-02 12:50:05 +01:00
David Jardin
19e81ab749
[4.4] Update TinyMCE to 5.10.8 (#42239)
* Update TinyMCE to 5.10.8

* update plugin manifest version
2023-11-02 11:03:02 +01:00
Martin Carl Kopp
8ec5c35142
Fix for issue 42229 - webservices content patch tags lost (#42233)
* Fix for issue 42229 - webservices content patch tags lost

* cs
2023-10-31 10:52:34 +01:00
kochinc
3b13b2433b
[4.4] Proposed fix for Workflow transition error (#42036)
* 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>

* Update Workflow.php for issue #42031

Proposed fix for the reported error at #42031:
An error has occurred.
42601 42601, 7, ERROR: syntax error at or near "WHERE" LINE 5: WHERE "t"."id" = $1 AND "t"."workflow_id" = "w"."id" AND "t"... ^

* Revised update Workflow.php for #42031

Corrected join() call.

* Update Workflow.php for code style

Remove a space which caused phpcs complained.

---------

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Quy <quy@nomonkeybiz.com>
2023-10-30 22:27:09 +01:00
Christiane Maier-Stadtherr
85227208a9
[4.4.0] Fix condition for menuitems (#42157)
Co-authored-by: Quy <quy@nomonkeybiz.com>
2023-10-30 19:25:18 +01:00
Nicola Galgano
637e22bd0a
[4] article field List on webservices (#42206)
* article fieldList on webservices

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

i don't like elseif

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

---------

Co-authored-by: Quy <quy@nomonkeybiz.com>
2023-10-30 17:27:06 +01:00
Nicola Galgano
bd01f10ddc
related_items (#42245) 2023-10-30 12:30:58 +01:00
Hannes Papenberg
f4efddb7cd
[4.4] Fixing drone packager upload (#42247)
* Fixing drone package upload

* Adding notification for nightly builds to mattermost

* Further fixes

* Fixing name
2023-10-30 10:03:00 +01:00
Brian Teeman
22984ccc26
[4.4] Remove duplicate png (#41900)
* [4.3] Remove duplicate png

simple pr to correct an error from #34634 where png was added twice

* Update base.sql

* Update base.sql
2023-10-28 12:33:44 +02:00
Martin Carl Kopp
02ef0b1d5f
Context Issue 41136 (#41150) 2023-10-28 12:32:45 +02:00
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