Rosetta Code:Wiki Wishlist: Difference between revisions

longer recent changes feed
(→‎Mwn3d: Kind of ugly fix for sorting problem)
(longer recent changes feed)
 
(One intermediate revision by one other user not shown)
Line 19:
* I wish there was a way to go to a language page, click on a task link, and jump to that language for that task
: Should be fairly with Javascript by peeking at the referring URL. Probably trivial. If someone provides me with a .JS, I'd likely add it. --[[User:Short Circuit|Short Circuit]] 09:38, 11 July 2009 (UTC)
:: Try this: <lang javascript>document.location = document.location + "#" + document.referrer.split("/").slice(-1);</lang> --[[User:Guga360|Guga360]] 22:03, 29 July 2009 (UTC)
* I wish there was a clean (i.e. easily editable) way to share code between pages
** Something like WP infobox template transclusion? --[[User:IanOsgood|IanOsgood]] 19:29, 9 July 2009 (UTC)
Line 90 ⟶ 91:
:::: Yeah. Manual sorting is easy enough (especially given current update rates) that there's really no need to put in machinery to do it; not enough gain to justify the pain. —[[User:Dkf|Donal Fellows]] 15:18, 16 June 2009 (UTC)
::: Automatically sorting language examples would be an appropriate task for a bot. --[[User:Kevin Reid|Kevin Reid]] 22:07, 11 July 2009 (UTC)
 
==[[User:Kevin Reid|Kevin Reid]]==
* Recent Changes feed with more entries than just 25, so that it's easier to keep up to date with ''all'' edits (since any one of them could e.g. be a change to task reqs I need to know about, or a discussion point I want to contribute to, or ...); as it is, new edits often fall off the end of the feed when I check it in the morning. Watching isn't helpful because I would have to watch many pages, and the watch notification mail doesn't include diffs like the feed does. The obvious URL to use is http://rosettacode.org/mw/index.php?title=Special:RecentChanges&feed=atom&limit=200 , but that still returns only 25. --[[User:Kevin Reid|Kevin Reid]] 11:48, 30 July 2009 (UTC)