No Code Attached Yet bug
avatar brianteeman
brianteeman
7 Feb 2023

Steps to reproduce the issue

all the help links fail and load the home page of docs.joomla.org

image

avatar brianteeman brianteeman - open - 7 Feb 2023
avatar joomla-cms-bot joomla-cms-bot - change - 7 Feb 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 7 Feb 2023
avatar brianteeman brianteeman - change - 7 Feb 2023
The description was changed
avatar brianteeman brianteeman - edited - 7 Feb 2023
avatar harsitagarwalla187
harsitagarwalla187 - comment - 11 Feb 2023

I have gone through the link mentioned in https://github.com/joomla/docs.joomla.org documentation.
All the links on the website(https://docs-next.joomla.org) are working fine.
Am I understanding wrong?

avatar brianteeman
brianteeman - comment - 11 Feb 2023

yes you are mistaken.
image

avatar iitian360
iitian360 - comment - 12 Feb 2023

@brianteeman, I have also gone through [https://github.com/joomla/docs.joomla.org] documentation, and there are no such links as you mentioned above☝️

avatar brianteeman
brianteeman - comment - 12 Feb 2023

This repository is for issues with the Joomla CMS. If I was reporting that the links were broken on another repository then I would have reported it there. As I didn't then clearly I am referring to a bug in Joomla CMS. Thats why you can't find the liniks when you are looking in the wrong place. Although why you would even look at that github repository I have no idea as no where did I mention it.

/me has no patience to deal with this

avatar brianteeman brianteeman - change - 12 Feb 2023
The description was changed
avatar brianteeman brianteeman - edited - 12 Feb 2023
avatar brianteeman brianteeman - change - 12 Feb 2023
The description was changed
avatar brianteeman brianteeman - edited - 12 Feb 2023
avatar Hackwar Hackwar - change - 22 Feb 2023
Labels Added: bug
avatar Hackwar Hackwar - labeled - 22 Feb 2023
avatar brianteeman
brianteeman - comment - 24 Mar 2023

Reminder again that this needs to be resolved.
Please raise this to a release blocker

avatar alikon alikon - change - 24 Mar 2023
Labels Added: Release Blocker
avatar alikon alikon - labeled - 24 Mar 2023
avatar brianteeman
brianteeman - comment - 30 Mar 2023

I hope this is fixed before any rc2

avatar ceford
ceford - comment - 31 Mar 2023

In 4.2 the button code looks like this:

<button class="button-help btn btn-info" type="button" onclick="Joomla.popupWindow('https:\/\/help.joomla.org\/proxy?keyref=Help42:Users&amp;lang=en', 'Help', 700, 500, 1)" title="Opens in a new window">
    <span class="icon-question" aria-hidden="true"></span>
    Help</button>

In 4.3 it looks like this:

<button class="button-help btn btn-info js-toolbar-help-btn" data-url="https:\/\/help.joomla.org\/proxy?keyref=Help42:Users&amp;lang=en" data-title="Help" data-width="700" data-height="500" data-scroll="1" type="button" title="Opens in a new window">
    <span class="icon-question" aria-hidden="true"></span>
    Help</button>

For the latter, the back slashes in the url need to be removed. Test it by hard-coding the minor version of $helpurl in configuration.php


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

avatar brianteeman
brianteeman - comment - 31 Mar 2023

@ceford no the issue I am reporting is nothing to do with that. It is simply a 1 line change that needs to be made on the help site so that the proxy supports 4.3

avatar ceford
ceford - comment - 31 Mar 2023

OK. I created a separate issue.

avatar brianteeman
brianteeman - comment - 18 Apr 2023

:( grrh

avatar brianteeman brianteeman - change - 18 Apr 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-04-18 17:05:37
Closed_By brianteeman
avatar brianteeman brianteeman - close - 18 Apr 2023
avatar brianteeman
brianteeman - comment - 18 Apr 2023

Thanks @wilsonge

avatar obuisard obuisard - change - 19 Apr 2023
Labels Removed: Release Blocker
avatar obuisard obuisard - unlabeled - 19 Apr 2023

Add a Comment

Login with GitHub to post a comment