User tests: Successful: 0 Unsuccessful: 0
Pull Request for Issue #43505 .
When an extension provides a changelog URL in its update XML, a button is displayed to show the changelog, but the URL only loads the changelog from the current extension, not from the update site.
#__updates
look for the entry for your extension update. Edit the changelogurl column and insert a URL to a changelog.xml
in your sites root, for example http://localhost/changelog.xml
changelog.xml
with the content below. (Adapt the content to the extension you've been using for this)<changelogs>
<changelog>
<element>pkg_ru-RU</element>
<type>package</type>
<version>5.2.2.1</version>
<security>
<item>Item A</item>
<item><![CDATA[<h2>You MUST replace this file</h2>]]></item>
</security>
<fix>
<item>Item A</item>
<item>Item b</item>
</fix>
</changelog>
</changelogs>
A modal opens and is empty.
A modal opens and shows a few entries
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 | ⇒ | Administration com_installer |
Labels |
Added:
bug
PR-5.2-dev
|
Did you check, that the URL in the extension table is not set? The problem is, that the code uses the changelog URL of the extension table instead of the updatesite.
ahhh ok removing the changelog url from the extension table i'm able to replicate
I have tested this item ✅ successfully on b9f5436
thanks!
I have tested this item ✅ successfully on b9f5436
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-01-12 14:41:16 |
Closed_By | ⇒ | pe7er |
i'm unable to replicate the issue using the current 5.2-dev
same as #44626 could not replicate the issue