User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Remove Latest Version Check Help screen from the Joomla! Help page in Joomla 4.
In Joomla 3 or Joomla 4 go to Help / Joomla! Help. The second item in the index is Latest Version Check. In Joomla 3 there is a warning if the installed version is not the current version and then a list of Announcements and Release notes going back through all major/minor/patch versions of the 3.x series. They link to the Release News pages. There are also Frequently Asked Questions for each major/minor/patch release. They are actually bug reports, are sparce and don't work properly when delivered by the Help proxy server. All of this has accumulated well over 400 Help support files. The Version Check is redundant because the Home dashboard does that check anyway in Joomla 4.
In Joomla 4 the Latest Version Check Help link returns a 404 not found page because there are no Help support pages (yet).
This PR removes that Help page and the code required to generate it - all in com_admin.
The Latest Version Check page is present in the Joomla! Help index for Joomla 4 but returns an error page.
The Latest Version Check page is absent from the Joomla! Help index for Joomla 4.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_admin |
For Joomla 3 have a look at these two pages:
https://help.joomla.org/proxy/index.php?keyref=Help39:Joomla_Version_3_9_21/en&lang=en
https://help.joomla.org/proxy/index.php?keyref=Help39:Joomla_Version_3_9_20/en&lang=en
They are identical. So are all of the others through the the 3 series, hundreds of them. Except that of the current release which does not have the Warning message.
Have a look at this:
https://docs.joomla.org/Category:Version_3.9.22_FAQ
And compare it with this:
https://help.joomla.org/proxy/index.php?keyref=Category:Version_3.9.22_FAQ
The second version does not show the reported bug. And they are rare anyway.
If I try to fill out the form to create a FAQ I get taken here:
https://docs.joomla.org/Main_Page
Whatever we are trying to do we are doing it wrong!
It would be nice to have a page with abstracts of Release Announcements - but just one page. Separate issue?
And Bugs should be Bugs and not FAQS.
Everything you describe is accurate but the solution is not to remove the link here. The solution to all of them lies with the docs site
I am sorry, the label says: "Latest version check"
I agree with Cliff that it is a duplicate of the automated version check in Joomla itself. If you don't see the automated one, you will never find this one in the helpscreens.
I always wondered why I did always have to translate these new release-notes and did not do it the latest 3.9 release. I do see now where it is used and that, if you don't translate the latest version, the hole is in Englisch and not translated.
So this is not a good version check and we must remove it from J4. If there is a need for additional version information, we must add this and create something on the docs to support this.
Labels |
Added:
?
|
Category | Administration com_admin | ⇒ | Administration com_admin Language & Strings |
I have tested this item
Showing expected result
I have tested this item
The link will be removed, so that works. But the div container with the class row lacks the spacing class mt-sm-3. The PR must therefore be corrected at this point.
yes, just modify line 21 in administrator/components/com_admin/tmpl/help/default.php
from
<div class="row">
to
<div class="row mt-sm-3">
but strangely that line is not marked as modified in the "files changed" tab...why?
Labels |
Added:
?
|
I don't understand why the php72-unit test is failing. Have I done something wrong? I did start a local build accidentally and cancelled it before it went very far.
I restarted drone
I have tested this item
I have tested this item
The PR does what it claims to do, and all these links to release note pages are not very helpful anyway, and the version check we have elsewhere.
So for me it's ok to remove that page.
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-27 13:24:17 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
The difference between the update check on the dashboard and the help page is that as you identified the help page includes
I dont see a good reason for removing this link - or am I missing something