29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-26 07:13:21 +00:00
Commit Graph

49879 Commits

Author SHA1 Message Date
Rick Spaan
3aa5fa9ba1
Fix link and button colors in header footer (#42504) 2023-12-20 13:22:02 +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
Elfangor
291c565135
[4.4] File::delete() throws error and terminates installation/update/uninstall (#42533)
* fix issue by checking if is_file()

Before calling File::delete(), the file path gets checked for existence with the PHP build in function is_file(). Only if the provided path is an existing file, it gets deleted using File::delete().

* remove \ for consistency
2023-12-19 09:25:42 +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
Hannes Papenberg
51f5c5cebd
com_contact: Fixing ignored loadData parameter for getForm (#42491) 2023-12-12 10:31:15 +01:00
Hannes Papenberg
70584306fc
Finder: Do not show error messages for suggestions (#42490) 2023-12-11 14:52:50 +01:00
Denitz
c4260cb6f9
[4.4] json_decode of NULL in InstallerScript::getItemArray() (#40527)
* json_decode of NULL

* Check for name in Installer Script
2023-12-07 16:05:04 +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
Martin Kopp
1354da155f
Revert to dev
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
2023-11-28 15:47:16 +01:00
Martin Kopp
4ee38101e1
Joomla! 4.4.1 Stable 2023-11-23 11:16:58 +01:00
Martin Kopp
ac9aa34077
Joomla! 4.4.1 Rc 2 2023-11-23 10:57:58 +01:00
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