Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.1] upmerge 2024-01-17 #42667

Merged
merged 17 commits into from Jan 18, 2024
Merged

Conversation

LadySolveig
Copy link
Contributor

Pull Request for Issue # .

Summary of Changes

Testing Instructions

Actual result BEFORE applying this Pull Request

Expected result AFTER applying this Pull Request

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

bembelimen and others added 17 commits January 3, 2024 01:03
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
Signed-off-by: Martin Kopp <kopp05@infotech.ch>
* Update SiteRouter.php - check $force_ssl non type safe

### Summary of Changes
When updateing joomla from joomla 3 to joomla 4.4 the value in cofiguration.php is still saved with `public $force_ssl = '2'` instead of `public $force_ssl = 2`. If set as string, the force_ssl setting has no effect, the redirection to https is not working.

Furthermore, the cli command '/cli/joomla.php config:set force_ssl=2' also sets the configuration.php to `public $force_ssl = '2'`.

The change should have no further effect, everywhere else in the code force_ssl is checked non type-safe.


### Testing Instructions
Joomla 4.4.1
Run '/cli/joomla.php config:set force_ssl=2' and you will get `public $force_ssl = '2';` in configuration.php


### Actual result BEFORE applying this Pull Request
redirection to https is not wotking, site loads with http://...


### Expected result AFTER applying this Pull Request
Force SSL ist working, when opening with http://... the site is redirected to https://...


### Link to documentations
Please select:
- [ ] Documentation link for docs.joomla.org: <link>
- [x] No documentation changes for docs.joomla.org needed

- [ ] Pull Request link for manual.joomla.org: <link>
- [x] No documentation changes for manual.joomla.org needed

* Update libraries/src/Router/SiteRouter.php

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>

---------
…ents (joomla#42588)

* Implement the ability to have 'separator' lines between sub menu items of a component in the Components menu of the Admin area.

* Add ability to provide alias value to support multiple sub menu separators.

---------
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Quy <quy@nomonkeybiz.com>
* Remove "development status" of 5.0
@joomla-cms-bot joomla-cms-bot added NPM Resource Changed This Pull Request can't be tested by Patchtester PR-5.1-dev labels Jan 17, 2024
@LadySolveig LadySolveig merged commit 857232a into joomla:5.1-dev Jan 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NPM Resource Changed This Pull Request can't be tested by Patchtester PR-5.1-dev
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants