5.1 joomla-cypress update#565
Closed
LadySolveig wants to merge 140 commits intobrianteeman:language_sortfrom
Closed
5.1 joomla-cypress update#565LadySolveig wants to merge 140 commits intobrianteeman:language_sortfrom
LadySolveig wants to merge 140 commits intobrianteeman:language_sortfrom
Conversation
…uninstall (joomla#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
…as found which doesn't fulfil PHP or DB requirements (joomla#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> ---------
… PR 42489 (joomla#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>
[5.1] upmerge 2023-12-21
Fixes hardening measure introduced in joomla#23716
* load lang * test-4-dupkey ---------
Better message on package uninstallation when an extension from that package is missing. Fixes issue joomla#42537 .
backport [5] update from nightly to latest nightly build joomla#41865
Corrects the description of all API categories tests. For the api tests the terminology uses id "deliver" not "display"
* Fix actionlogs information emails containing HTML links This needed multiple changes: * MailTemplate now supports an extra set of replacement values for the plain-text mode. This will only be used if set explicitely, and will fall back to the old behaviour otherwise. The 'default' data and the plain data are _not_ merged. Callers have to ensure that both sets of values contain the same keys, or otherwise output might be missing. * ActionlogModel uses this new facility to provide values without HTML links. * ActionlogsHelper::getHumanReadableLogMessage already had a parameter $generateLinks, that did not do what was documented. It only controlled the conversion from relative to absolute URLs. Now it will also remove link tags from the message templates, if set to false. * Update libraries/src/Mail/MailTemplate.php * catch more core message links
* [5.1] Generic doc icon Replaces the pdf icon used in media manager with a more generic doc icon as this is applied to a variety of doc types.
[5.0] Upmerge 2023-12-30
* Fix `function` parameter lost during redirect Currently if you are switching the menu filter in the menu item select modal, the function parameter will be lost on redirect. * Move function parameter to form url * Remove hidden input
…_SIZE rows" when checking for core updates (joomla#42576) * Use concat of columns for getting core extensions * Fix PHPCS * Remove wrong quotes
* Remove deprecated KeyboardEvent code * Remove console log statement
* [5.1] Template Long Description
…la#42747) * add link to jed for extending schema types with community plugins * add missing escape for url before " in language string * replace abbreviation JED with Joomla! Extension Directory
* Switching Input object from CMS to framework class * Docblock fixes * Reverting switch of Input class in CliApplication
…la#42697) Removed hard-coded references to the 'checked_out' database column and replaced them with variables containing the column alias, obtained through a $this->getColumnAlias() call. Now, the 'checked_out' column references mirror the 'published' column references in their respect for column aliasing.
[5.1] Upmerge 2024-02-04
)" (joomla#42764) This reverts commit 572f686.
* [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>
* Fix deprecated warning * Better code. Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com> --------- Co-authored-by: Quy <quy@fluxbb.org> Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
Add deleted files from PRs joomla#42355 and joomla#42214 (joomla#42785)
* Fix for api menu/site/items * cs
Merge pull request joomla#42789
…, enhanced required field handling (joomla#40994) * Add checkbox/radio/select target element support for interactive field types * Add support for textarea target element alongside input text type targets * Allow fields that are not 'required' in the DOM to be required in the field e.g. for tours relating to searching where the input field is required for the tour but not by Joomla or the active page component * Allow the tour to insist on a specific required value (translatable) so that the context of the tour can be maintained as it progresses e.g. searching for a specific text value.
* Updating Jooa11y with latest build of Sa11y * Allow users to pass in boolean props to jooa11y * Addressing a backward compatibility * Deprecate strings
|
Author
|
Sorry my mistake - this PR is misleading. closed for #566 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Pull Request for PR #38573 .
Summary of Changes
Update the joomla-cypress package for #38573 .
Testing Instructions
Actual result BEFORE applying this Pull Request
e2e test for installation will fail
Expected result AFTER applying this Pull Request
e2e test for installation successfull
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed