User tests: Successful: Unsuccessful:
The constants JPATH_COMPONENT, JPATH_COMPONENT_SITE and JPATH_COMPONENT_ADMINISTRATOR are deprecated, but Joomla itself is still using it in some places. Among them is the installation of the CMS, which defines these constants unnecessarily. This PR removes those definitions. Please be aware that this PR depends on #45249 to be merged.
Run through an installation of Joomla both in the browser and the CLI.
Everything works.
Everything works, but we don't have the constants anymore.
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
Status | New | ⇒ | Pending |
Category | ⇒ | Installation |
I have tested this item ✅ successfully on d9da696
Labels |
Added:
PR-6.0-dev
|
I have tested this item ✅ successfully on 4dceaaa
I have successfully tested this :)
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
|
I have tested this item ✅ successfully on 751788c
Works same as 45249
As I tested an installation successfully with #45249 this looks good to me