Closed
Bug 505246
Opened 16 years ago
Closed 16 years ago
[ForumUX] RSS feed icon in URL bar for forums and feeds for individual forum topics
Categories
(support.mozilla.org :: Forum, task, P1)
support.mozilla.org
Forum
Tracking
(Not tracked)
VERIFIED
FIXED
1.4
People
(Reporter: cilias, Assigned: paulc)
References
()
Details
(Whiteboard: sumo_only)
Attachments
(2 files)
|
9.10 KB,
patch
|
laura
:
review+
|
Details | Diff | Splinter Review |
|
472 bytes,
patch
|
jsocol
:
review+
|
Details | Diff | Splinter Review |
Right now we can set up a watch for every Contributors forum post. See <https://support.mozilla.com/tiki-view_forum_thread.php?forumId=3&comments_parentId=388579>. We should turn that into an RSS feed, that is available via web feed in the URLbar.
| Assignee | ||
Comment 1•16 years ago
|
||
Not sure how hard this would be yet.
Assignee: nobody → paul.craciunoiu
Comment 2•16 years ago
|
||
isn't this done in https://bugzilla.mozilla.org/show_bug.cgi?id=454253 ?
| Assignee | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> isn't this done in https://bugzilla.mozilla.org/show_bug.cgi?id=454253 ?
It seems to be.
Comment 4•16 years ago
|
||
I would love to have the feed delivered to my Google Reader.
| Reporter | ||
Comment 5•16 years ago
|
||
It turns out that RSS feeds for individual forums was implemented via bug 454253, but not enabled on support.mozilla.com. I turned it on. But even through we have a web feed URL, there's still no icon in the location bar, when accessing a forum. I changed the summary to make this about offering the web feed via the Location bar.
OS: Mac OS X → All
Hardware: x86 → All
Summary: RSS feed for contributors forum → RSS feed icon in URL bar for forums
| Assignee | ||
Comment 6•16 years ago
|
||
Adding a link to the header meta information will do the trick. Something like:
---------
<link rel="alternate" type="application/rss+xml" title="RSS Feed for [forum name]" href="https://support-stage.mozilla.org/tiki-forum_rss.php?forumId=[forumId]" />
---------
in the header tag.
Target Milestone: --- → 1.4
| Assignee | ||
Comment 7•16 years ago
|
||
So the feed in bug 454253 only gives a feed for the entire forum. Do we want functionality to watch a forum thread?
| Reporter | ||
Comment 8•16 years ago
|
||
I don't see why not. :-)
To be clear, when viewing the list of threads (e.g. https://support.mozilla.com/tiki-view_forum.php?locale=en-US&forumId=3 ) only the forum feed would be offered in the Location bar. When viewing a thread (e.g. https://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=385182&forumId=3 ) only the thread feed would be offered in the Location bar.
| Assignee | ||
Comment 9•16 years ago
|
||
This adds a pref to enable individual feeds for forum topics, and links forum feeds and forum topic feeds to existing forum pages.
To test, remember to enable these RSS feeds in tiki-admin.php?page=rss
Attachment #393039 -
Flags: review?(laura)
| Assignee | ||
Updated•16 years ago
|
Summary: RSS feed icon in URL bar for forums → RSS feed icon in URL bar for forums and feeds for individual forum topics
Updated•16 years ago
|
Attachment #393039 -
Flags: review?(laura) → review+
| Assignee | ||
Comment 10•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 11•16 years ago
|
||
1.4 stuff again, argh!
Anyway, r49014 on the forumux branch as well.
| Assignee | ||
Comment 12•16 years ago
|
||
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 13•16 years ago
|
||
| Assignee | ||
Updated•16 years ago
|
Status: REOPENED → ASSIGNED
| Assignee | ||
Updated•16 years ago
|
Summary: RSS feed icon in URL bar for forums and feeds for individual forum topics → [ForumUX] RSS feed icon in URL bar for forums and feeds for individual forum topics
Updated•16 years ago
|
Priority: -- → P1
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 14•16 years ago
|
||
I'd rather leave this open until I commit to trunk/prod. Right now it's only on forumux branch.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•16 years ago
|
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Whiteboard: forumux_only
Since bug 515477 is now fixed, shouldn't https://support-stage.mozilla.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=300101 have the RSS feed icon in the URL bar now?
(https://support-stage.mozilla.org/tiki-view_forum.php?locale=en-US&forumId=1 works fine, so part of this patch made it?)
| Assignee | ||
Comment 16•16 years ago
|
||
Good point stephend. Enabled the pref as per comment 9. Check it out now!
https://support-stage.mozilla.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=388579
On that URL, I'm now getting "An unexpected error has occurred!"
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•16 years ago
|
| Assignee | ||
Comment 18•16 years ago
|
||
Apparently it doesn't like the unique ID. I added a & before topicId and made concat look prettier :)
Attachment #400090 -
Flags: review?(laura)
Attachment #400090 -
Flags: review?(jsocol)
Comment 19•16 years ago
|
||
Comment on attachment 400090 [details] [diff] [review]
patch, v2
WFM
Attachment #400090 -
Flags: review?(jsocol) → review+
Updated•16 years ago
|
Whiteboard: forumux_only → forumux_only has-patch
Comment 20•16 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Verified FIXED;
1. On https://support-stage.mozilla.org/tiki-admin.php?page=rss, I enabled "Feed for individual forum topics".
2. Loaded https://support-stage.mozilla.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=388579, clicked on the RSS icon in Firefox's location bar, and got the forum's feed [1] in reverse chronological order (so, most recent first).
1. https://support-stage.mozilla.org/tiki-forum_rss.php?forumId=3&comments_parentId=388579
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Attachment #400090 -
Flags: review?(laura)
Updated•16 years ago
|
Whiteboard: forumux_only has-patch → sumo_only
You need to log in
before you can comment on or make changes to this bug.
Description
•