Last modified: 2014-02-22 21:31:54 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 T27629, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25629 - Select all checkbox in CodeRevisionListView
Select all checkbox in CodeRevisionListView
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
CodeReview (Other open bugs)
unspecified
All All
: Lowest enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on: 28123
Blocks:
  Show dependency treegraph
 
Reported: 2010-10-23 19:36 UTC by Sam Reed (reedy)
Modified: 2014-02-22 21:31 UTC (History)
4 users (show)

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


Attachments

Description Sam Reed (reedy) 2010-10-23 19:36:43 UTC
There is no way to check all revisions in a list for mass state change (deferred etc)
Comment 1 Chad H. 2010-10-23 19:47:38 UTC
Bookmarklet:

javascript:function check_all_in_document(doc){var c=new Array();c=doc.getElementsByTagName('input');for(var i=0;i<c.length;i++){if(c[i].type=='checkbox'){c[i].checked=true;}}}check_all_in_document(window.document);for(var j=0;j<window.frames.length;j++){check_all_in_document(window.frames[j].document);}

;-)
Comment 2 Sam Reed (reedy) 2010-10-23 19:48:11 UTC
heh
Comment 3 Krinkle 2010-10-23 20:27:07 UTC
There's a script on wmf wikis to select a range of checkboxes by clicking one, holding shift, and clicking another one, resulting in those two and all checkboxes in between to be checked (or unchecked).

A button to select the entire colomn sounds cool though :D
Comment 4 Roan Kattouw 2010-10-26 20:05:26 UTC
Workaround: click first, hold shift, click last.
Comment 5 Quim Gil 2014-02-22 21:31:54 UTC
Guessing "Lowest" reflects better the reality of this report. Feel free to correct.

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


Navigation
Links