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.3] Global Configuration: Link SEO to SEF plugin #44749

Open
wants to merge 3 commits into
base: 5.3-dev
Choose a base branch
from

Conversation

pe7er
Copy link
Contributor

@pe7er pe7er commented Jan 18, 2025

This PR adds a link to the Global Configuration > SEO >
Additional settings can be found in the "System - SEF" plugin.

Summary of Changes

Testing Instructions

  • Go to Global Configuration /administrator/index.php?option=com_config, "Site" tab > SEO section

Actual result BEFORE applying this Pull Request

The notice Additional settings can be found in the "System - SEF" plugin. is just a notice.
before-pr

Expected result AFTER applying this Pull Request

The notice Additional settings can be found in the "System - SEF" plugin. has a link to go to the Plugins to easily find the "System - SEF" Plugin
after-pr

After clicking on "System - SEF", the Plugins are filtered on Type=system, Element=sef:
Plugins

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

@joomla-cms-bot joomla-cms-bot added the Language Change This is for Translators label Jan 18, 2025
@pe7er pe7er changed the title [5.2] Global Configuration: Link SEO to SEF plugin [5.3] Global Configuration: Link SEO to SEF plugin Jan 18, 2025
@pe7er pe7er changed the base branch from 5.2-dev to 5.3-dev January 18, 2025 16:03
@joomla-cms-bot joomla-cms-bot added the NPM Resource Changed This Pull Request can't be tested by Patchtester label Jan 18, 2025
@brianteeman
Copy link
Contributor

81 changed files?

@richard67
Copy link
Member

81 changed files?

I think that comes from rebasing this PR from 5.2-dev to 5.3-dev and should be fixed after the next upmerge from 5.2-dev to 5.3-dev and then update this PR to the updated base branch.

@fgsw
Copy link

fgsw commented Jan 19, 2025

I have tested this item ✅ successfully on 639231a


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44749.

1 similar comment
@viocassel
Copy link
Contributor

I have tested this item ✅ successfully on 639231a


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44749.

@brianteeman
Copy link
Contributor

This is not correct

In all the other examples I could find for this the URL is not part of the language string and the link is opened in a modal. Doing it the way it is here you will navigate to a new page without saving the changes you have already made.

See the following examples

// Show messages about the enabled plugin and if the plugin should collect URLs

// Show warning that the content - finder plugin is disabled

@brianteeman
Copy link
Contributor

I have tested this item 🔴 unsuccessfully on 639231a


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44749.

@@ -85,6 +85,10 @@ public static function getDebugActions($component = null)
$component_actions = Access::getActionsFromFile(JPATH_ADMINISTRATOR . '/components/' . $component . '/access.xml');

if (!empty($component_actions)) {
// Load language
$lang = Factory::getApplication()->getLanguage();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$lang = Factory::getApplication()->getLanguage();
$lang = Factory::getApplication()->getLanguage();

@joomla-cms-bot joomla-cms-bot removed the NPM Resource Changed This Pull Request can't be tested by Patchtester label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants