https://www.failureasaservice.com/feeds/posts/default
Links should use the <link rel="alternate">
entry creating a clickable jump back to the Blogger page.
Link is created using the first entry <link rel="replies">
which is an XML feed and not useful for normal users who just want to jump over to your post on Blogger.com.
<link rel="replies" type="application/atom+xml" href="https://www.failureasaservice.com/feeds/921417709640098202/comments/default" title="Post Comments"/>
<link rel="replies" type="text/html" href="https://www.failureasaservice.com/2020/10/amd-killed-arm-in-data-center.html#comment-form" title="0 Comments"/>
<link rel="edit" type="application/atom+xml" href="https://www.blogger.com/feeds/3991757369876144735/posts/default/921417709640098202"/>
<link rel="self" type="application/atom+xml" href="https://www.blogger.com/feeds/3991757369876144735/posts/default/921417709640098202"/>
<link rel="alternate" type="text/html" href="https://www.failureasaservice.com/2020/10/amd-killed-arm-in-data-center.html" title="AMD Killed ARM in the Data Center"/>
Joomla 4.1.5
The Blogger.com feed validates over at W3C,
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-01-24 21:53:34 |
Closed_By | ⇒ | Hackwar |
Great thanks, I just tested the change and it works perfectly. Appreciate it.
Can you please mark the PR as tested by you? We need 2 successfull tests to be able to merge this and with yours we would be done. ?
So not sure if this is the right place but a quick google all I find is this page:
https://docs.joomla.org/Testing_Joomla!_patches
And I don't see a TestThis, so I'm not sure how you want me to flag that. Sorry first time reporting.
Ok figured out some what is going on,
AtomParser.php
in with newer versions of PHP (assumption) doesn't behave as expected,Specificaly in
processFeedEntry
it hasBut that won't work because it returns an instance of
SimpleXMLElement
and not an array so the first entry it taken.If it's changed to:
It now enters the IF statement correctly for
bestLInkForUri
Note it also needs to have it's prototype updated to beRather than array or it will error.
Lastly
Needs to be updated to
To get the expected behavior. Not sure everyone wants that behavior and it should probably be changed to a param? Not sure.
Lastly title links have the same issues and in
AtomParser.php
againGrabs just the first link which again isn't least astonishment behavior on Blgoger generated feeds. I just disabled showing the title.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38631.