Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3212
mw-add-rss-guid.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:24 PM
2014-11-21 21:24:03 (UTC+0)
Size
730 B
Referenced Files
None
Subscribers
None
mw-add-rss-guid.diff
View Options
Index: Feed.php
===================================================================
--- Feed.php (revision 58799)
+++ Feed.php (working copy)
@@ -221,6 +221,7 @@
<?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 }?>
<?php if( $item->getComments() ) { ?><comments><?php print $item->getComments() ?></comments><?php }?>
+ <guid isPermaLink="false"><?php print $item->getUrl() . $this->formatTime( $item->getDate() ) ?></guid>
</item>
<?php
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2781
Default Alt Text
mw-add-rss-guid.diff (730 B)
Attached To
Mode
T9346: rss feed item should contain a guid element
Attached
Detach File
Event Timeline
Log In to Comment