https://bugzilla.wikimedia.org/show_bug.cgi?id=54149

--- Comment #3 from PiRSquared17 <[email protected]> ---
(In reply to comment #2)
> (In reply to comment #1)
> > I think this is actually a request for MediaWiki core's enhanced recent
> > changes, not for this extension specifically.

It may very well be, but I'm not sure. (semi-related question: Where do you
file enhanced RCs bugs? MediaWiki->General/unknown?)


> 
> The code to "auto-expand all sections" is different, for core enhanced RC.
> Ie:
> 
> CleanChanges can do this with:
> 
> /* CleanChanges group auto-expand. (Credit to [[m:User:PiRSquared17]]) */ 
> $(window).load(function(){$('a[href^="javascript:toggleVisibilityE"]:odd').
> each(function(i,x){eval($(x).attr('href').substring(11))})});
> 
> 
> Core enhanced RC can do this with:
> 
> /* Expand all grouped RC/Watchlist entries. (Credit to
> [[m:User:PiRSquared17]])
> */
> $(window).load(function() { $('.mw-enhancedchanges-arrow').click(); });
This lead me to believe that they were completely different. Should I/someone
else file a separate bug for enhanced RC, change this to enhanced RC, or just
leave this as CleanChanges?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to