Skip to content

5.1 joomla-cypress update#565

Closed
LadySolveig wants to merge 140 commits intobrianteeman:language_sortfrom
LadySolveig:5.1/patch/joomla-cypress-update
Closed

5.1 joomla-cypress update#565
LadySolveig wants to merge 140 commits intobrianteeman:language_sortfrom
LadySolveig:5.1/patch/joomla-cypress-update

Conversation

@LadySolveig
Copy link

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

Elfangor93 and others added 30 commits December 19, 2023 09:25
…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>
Fixes hardening measure introduced in joomla#23716
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.
* 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
Fedik and others added 26 commits February 2, 2024 21:53
* 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.
* [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>
* Fix for api menu/site/items

* cs
…, 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
@sonarqubecloud
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@LadySolveig
Copy link
Author

Sorry my mistake - this PR is misleading. closed for #566

@LadySolveig LadySolveig deleted the 5.1/patch/joomla-cypress-update branch February 23, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comments