[Bug 54149] Add option to expand all entries

2013-12-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54149

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54149] Add option to expand all entries

2013-09-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54149

Siebrand Mazeland s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Assignee|niklas.laxst...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #4 from Siebrand Mazeland s.mazel...@xs4all.nl ---
Updating default assignee.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54149] Add option to expand all entries

2013-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54149

--- Comment #1 from MZMcBride b...@mzmcbride.com ---
I think this is actually a request for MediaWiki core's enhanced recent
changes, not for this extension specifically.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54149] Add option to expand all entries

2013-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54149

--- Comment #2 from Quiddity pandiculat...@gmail.com ---
(In reply to comment #1)
 I think this is actually a request for MediaWiki core's enhanced recent
 changes, not for this extension specifically.

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(); });

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54149] Add option to expand all entries

2013-09-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54149

--- Comment #3 from PiRSquared17 pirsquare...@gmail.com ---
(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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l