Last modified: 2013-12-17 10:44:46 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 T56149, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 54149 - Add option to expand all entries
Add option to expand all entries
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
CleanChanges (Other open bugs)
unspecified
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-09-15 15:01 UTC by PiRSquared17
Modified: 2013-12-17 10:44 UTC (History)
2 users (show)

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


Attachments

Description PiRSquared17 2013-09-15 15:01:00 UTC
Currently one must expand each individually. The code on [[m:User:PiRSquared17/common.js]] does this, for example. Make it a built-in feature?
It could be a button on RC/watchlist pages or an option in preferences.
More discussion on [[m:Meta:Babel]].
Comment 1 MZMcBride 2013-09-15 15:02:20 UTC
I think this is actually a request for MediaWiki core's enhanced recent changes, not for this extension specifically.
Comment 2 Quiddity 2013-09-15 16:40:21 UTC
(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(); });
Comment 3 PiRSquared17 2013-09-15 16:45:08 UTC
(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?
Comment 4 Siebrand Mazeland 2013-09-26 19:35:46 UTC
Updating default assignee.

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


Navigation
Links