Commit Graph

49894 Commits

Author SHA1 Message Date
Christian Heel 14a1ad4279
[4.4] check for valid referrer (#42599) 2024-01-10 12:48:30 +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 56bf784959
patch article tags (#42486) 2024-01-02 12:49:29 +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
Richard Fath 80751a6b4a
[4.4] Fix SQL error "1104 The SELECT would examine more than MAX_JOIN_SIZE rows" when checking for core updates (#42576)
* Use concat of columns for getting core extensions

* Fix PHPCS

* Remove wrong quotes
2023-12-31 13:45:13 +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
George Wilson 58ccc936d2
Fixes to form validation process (#42560)
Fixes hardening measure introduced in https://github.com/joomla/joomla-cms/pull/23716
2023-12-23 17:52:04 +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
Allon Moritz 6fc05f7d92
Update the signature for #42545 (#42552) 2023-12-20 14:51:53 +01:00
Christian Heel d8648aad4d
[4.x] add php 8.3 to tests (#42545) 2023-12-20 14:41:40 +01:00
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