Merged
Conversation
) * tests/System/README.md revised in 5 points * Added paragraph 'Config commands' with missing description for `config_setParameter` * Added web server configuration with `rewrite_module` and directory's `AllowOverride` (needed after adding SEF tests) * Added JBT as sample for Docker integration * Unified heading to have only first word and proper nouns to start with upercase letter * Using 'Joomla System Tests' as proper noun and replaced different writings (e.g. CMS System Tests) * Linked to the official Joomla Docker containers * Revert to title case in capitalisation
* null coalescing operator * Update components/com_users/src/Model/ResetModel.php Co-authored-by: Tuan Pham Ngoc <github@joomdonation.com> --------- Co-authored-by: Tuan Pham Ngoc <github@joomdonation.com>
Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
* install extension From Url * remove cy.wait() * uninstall * Update tests/System/integration/administrator/components/com_installer/FromUrl.cy.js Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com> * Update tests/System/integration/administrator/components/com_installer/FromUrl.cy.js Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com> --------- Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
* [5.2][cypress] clean user session * [5.2][cypress] Add tests for shortcut plugin * fix description thanks @brianteeman --------- Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
With joomla#44850 during Joomla installation the configuration parameter `force_ssl` is set to 2 (Force HTTP Entire Site). This prevents the Joomla System Tests from running with HTTP. And as the test shows it is not necessary for the Joomla System Tests. Even without explicit setting the parameter `force_ssl` the Joomla System Tests can be run over either HTTP or HTTPS. Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
* Clean up com_templates StyleModel, fix warnings * Prevent warnings on save --------- Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: Quy Ton <quy@nomonkeybiz.com>
* cypress-php-warning * safer-check
…m_content (joomla#45093) * set parent_id * jscs
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.
Upmerge 5.3-dev -> 5.4-dev