CINXE.COM
Edit summary search
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="/static/common.css" rel="stylesheet" type="text/css" /> <link href="/static/diff.css" rel="stylesheet" type="text/css" /> <title>Edit summary search</title> <!--<script type="text/javascript" src="//static.toolforge.org/res/jquery/2.1.0/jquery.min.js"></script>--> <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> <script type="text/javascript"> var urlParams={};(function(){var a,b=/\+/g,c=/([^&=]+)=?([^&]*)/g,d=function(a){return decodeURIComponent(a.replace(b," "))},e=window.location.search.substring(1);while(a=c.exec(e))urlParams[d(a[1])]=d(a[2])})(); // http://stackoverflow.com/questions/901115/how-can-i-get-query-string-values function setTheParams() { var elem; for (var key in urlParams) { elem = $("#" + key); if (elem.prop("type") == 'checkbox') elem.prop("checked", 1); else elem.val(urlParams[key]); } } $(document).ready(setTheParams); </script> <style> .advanced { display: none; } </style> </head> <body> <h1>Edit summary search</h1> <p>This tool searches through a user's contribution history and returns edits made by that user if the edit summary contains the specified string.</p> <div> <form action=summary.py method=GET> <ul style="list-style-type:none"> <li> <label>Username: <input type=text id=name name=name value="Astrophobe" /></label> <label>Search: <input type="text" id=search name=search size="40" value="FEB24" /></label> <label>Max pages: <input type="text" name="max" maxlength="3" size="5" value="50" /></label> </li> <li><label>Database: <input type=text id=server name=server value="enwiki" size=10 /></label></li> <li><a onclick='$(".advanced").toggle()'>Advanced options ↓</a></li> <li class=advanced><label>Restrict to namespaces: <input type='text' id='ns' name='ns' placeholder='Talk,Book talk,,' value="None" /></label></li> <!-- intentionally in the reverse order; the tool interprets "start date" in reverse chronological order --> <li class=advanced><label>From date: <input type='text' id='enddate' name='enddate' placeholder='YYYYMMDDHHMMSS' value="" /></label> <label>To date: <input type='text' id='startdate' name='startdate' placeholder='YYYYMMDDHHMMSS' value="20240201192522" /></label></li> <li class=advanced><label><input type='checkbox' id='nosect' name='nosect' />Don't search within /* sections */</label></li> <li class=advanced><label><input type='checkbox' id='casesensitive' name='casesensitive' />Case sensitive search</label></li> <li><input type=submit value=Submit /></li> </ul> </form> </div> <hr style="text-align:left;width:875px;margin-left:0"> <p>(1 remaining)</p> <ul> <li> <a href="https://en.wikipedia.org/w/index.php?title=John_Seed&oldid=1201971332">19:25, 01 February 2024</a> (<a href="https://en.wikipedia.org/w/index.php?diff=prev&oldid=1201971332">diff</a> | <a href="https://en.wikipedia.org/w/index.php?title=John_Seed&action=history">hist</a>) . . <span class=plusminus-neg title='2089 bytes after change'>(-47)</span> . . <a href="https://en.wikipedia.org/wiki/John_Seed">John Seed</a> <i>(boldly dropping the notability template. I've added some of the available in-depth independent reliable sources, but there are way more than enough if you dig. +[[WP:FEB24]])</i> </li> </ul> <a href="summary.py?startdate=20240201192522&name=Astrophobe&server=enwiki&max=50&search=FEB24"><small>Next 50 results →</small></a><br /> <span id='warnings'> <!--SELECT rr.rev_parent_id,r.rev_id,r.rev_timestamp,r.rev_minor_edit,com.comment_text,rr.rev_len,r.rev_len,page_title,page_namespace,page_latest FROM revision_userindex r JOIN page ON rev_page=page_id INNER JOIN comment com ON r.rev_comment_id=com.comment_id LEFT JOIN revision_userindex rr ON r.rev_parent_id=rr.rev_id WHERE r.rev_actor IN (SELECT actor_id FROM actor WHERE actor_name=%s) AND r.rev_deleted=0 AND CONVERT(com.comment_text USING utf8mb4) LIKE %s AND r.rev_timestamp<=%s ORDER BY r.rev_timestamp DESC LIMIT %s--> </span> <br /> <small> Elapsed time: 1.102 seconds. <br /> 06:53:49, 24 Nov 2024 </small> <br /> <br /> <a href="summary.py"><small>←New search</small></a> <div id=footer> <a href="https://toolforge.org/"> <img src="/static/res/logos/powered-by-tool-labs-2.png" alt="Powered by Toolforge" style="float: left"/> </a> <small> © 2016 <a href="https://en.wikipedia.org/wiki/User:Σ">User:Σ</a> </small> </div> </body> </html>