Last modified: 2013-08-09 19:58:20 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T36146, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34146 - Suggestion: User Preferences watchlist section should show the fully generated watch list RSS and ATOM feed URLs
Suggestion: User Preferences watchlist section should show the fully generate...
Status: REOPENED
Product: MediaWiki
Classification: Unclassified
User preferences (Other open bugs)
1.20.x
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-02 01:29 UTC by T. Gries
Modified: 2013-08-09 19:58 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description T. Gries 2012-02-02 01:29:17 UTC
When a user sets the "secret" Token for Watchlist RSS Feed on 
https://de.wikipedia.org/w/index.php?title=Spezial:Einstellungen&success#mw-prefsection-watchlist , I suggest that the text should immediately indicate the correct Feed Url with this token, or give at least the information, how the RSS Url looks like.

Such an information is missing. 

We can also add a link to https://en.wikipedia.org/wiki/Wikipedia:Syndication#Watchlist_feed_with_token (must be localised), but I prefer the first solution (add the resulting Feed Url)

The current text is
"Filling in this field with a secret key will generate an RSS feed for your watchlist. Anyone who knows the key in this field will be able to read your watchlist, so choose a secure value. Here's a randomly generated value you can use: aaa .... zzzz"

change to
"Filling in this field with a secret key will generate an RSS feed for your watchlist. Anyone who knows the key in this field will be able to read your watchlist, so choose a secure value. Here's a randomly generated value you can use: aaa .... zzzz. Your Watch list feed url is then //en.wikipedia.org/w/api.php?action=feedwatchlist&wlowner=USERNAME&wltoken=TOKEN&feedformat=atom or feedformat=rss

USERNAME and TOKEN replaced by the current values, of course.
Comment 1 Bartosz Dziewoński 2013-08-09 19:00:08 UTC
That section has been completely redone per bug 21912 and I don't think this request is valid anymore. :)
Comment 2 T. Gries 2013-08-09 19:20:39 UTC
No. it is not solved. THIS bugzilla aims to have the fully specified url in the preferences (ready for copy and paste into a Feedreader or Browser like Firefox who can render a feed).

Rationale:

not everyone know, what to do with token alone !


Solution:

The new token is fine, but render it as the complete link !
Comment 3 Bartosz Dziewoński 2013-08-09 19:50:48 UTC
Why would you want this in Preferences? It's present on Special:Watchlist.
Comment 4 T. Gries 2013-08-09 19:55:30 UTC
(In reply to comment #3)
> Why would you want this in Preferences? It's present on Special:Watchlist.

Uh. *this* was not clear to me. 

I suggest to present the whole Url in the preferences, otherwise the display of the token does not make sense either, for the same argument, that the token is shown on Special:Watchlist (as part of the link).
Comment 5 T. Gries 2013-08-09 19:58:20 UTC
or, as an alternative on the PREFERENCE tab

https://www.opteryx.org/phase3/index.php/Special:Preferences#mw-prefsection-watchlist

to copy the code from /includes/specials/SpecialWatchlist.php and to show the RSS icon in the sidebar:



if ( $wlToken ) {
			$this->addFeedLinks( array( 'action' => 'feedwatchlist', 'allrev' => 'allrev',
								'wlowner' => $user->getName(), 'wltoken' => $wlToken ) );
		}

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links