Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3211
rss-guid.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
bzimport
Nov 21 2014, 9:24 PM
2014-11-21 21:24:03 (UTC+0)
Size
643 B
Referenced Files
None
Subscribers
None
rss-guid.patch
View Options
Index: includes/Feed.php
===================================================================
--- includes/Feed.php (Revision 59487)
+++ includes/Feed.php (Arbeitskopie)
@@ -217,6 +217,7 @@
<item>
<title><?php print $item->getTitle() ?></title>
<link><?php print $item->getUrl() ?></link>
+ <guid><?php print $item->getUrl() ?></guid>
<description><?php print $item->getDescription() ?></description>
<?php if( $item->getDate() ) { ?><pubDate><?php print $this->formatTime( $item->getDate() ) ?></pubDate><?php } ?>
<?php if( $item->getAuthor() ) { ?><dc:creator><?php print $item->getAuthor() ?></dc:creator><?php }?>
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2780
Default Alt Text
rss-guid.patch (643 B)
Attached To
Mode
T9346: rss feed item should contain a guid element
Attached
Detach File
Event Timeline
Log In to Comment