[Pkg-mozext-commits] [sage-extension] 26/54: Adding 2 TODO comments
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_3
in repository sage-extension.
commit 0e465968e8d3f5669c311234212a212dcf944f7b
Author: Erik Arvidsson <erik.arvidsson at gmail.com>
Date: Thu Sep 30 10:15:45 2004 +0000
Adding 2 TODO comments
---
src/sage/content/feedlib.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/sage/content/feedlib.js b/src/sage/content/feedlib.js
index 5a4c11b..2aeaaf7 100644
--- a/src/sage/content/feedlib.js
+++ b/src/sage/content/feedlib.js
@@ -125,6 +125,7 @@ Feed.prototype.parseRSS = function() {
if(!item.link && guid) {
item.link = guid;
}
+ // TODO: We should make the link absolute. Bug #7202
var tmpFeedItem = new FeedItem(item.title, item.link, item.content, item.pubDate);
@@ -222,6 +223,8 @@ Feed.prototype.parseAtom = function() {
item.content = CommonFunc.getInnerText(summaryNodes[0]);
}
+ // TODO: This should make the link absolute. Bug #7202
+
var tmpFeedItem = new FeedItem(item.title, item.link, item.content, item.pubDate);
if(tmpFeedItem.hasPubDate()) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list