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> </head> <body> <h1>Edit summary search</h1> <p> This tool searches through a user's contribution history and returns the edits made by that user if the edit summary contains the specified string. </p> <div id='indexform'> <form action="/summary.py" method="GET"> <label for='name'>Username:</label> <input type='text' id='name' name='name' /> <label for='search'>Search:</label> <input type='text' id='search' name='search' /> <label for='server'> Database:<br /> <span class='gray'> lang + project (<a href="//meta.wikimedia.org/w/api.php?action=sitematrix&format=jsonfm">list</a>) </span> </label> <input type='text' id='server' name='server' value='enwiki' /> <label for='max'> Max pages:<br /> <span class='gray'>max=500</span> </label> <input type='text' id='max' name='max' value='500' /> <label for='ns'> Restrict to namespaces:<br /> <span class='gray'><samp>,,</samp> for mainspace</span> </label> <input type='text' id='ns' name='ns' placeholder='Talk,Book talk,,' /> <div> <!-- intentionally in the reverse order; the tool interprets "start date" in reverse chronological order --> <label for="enddate"> From date:<br /> <span class="gray">optional</span> </label> <input type='text' id='enddate' name='enddate' placeholder='YYYYMMDDHHMMSS' /> <label for="startdate"> To date:<br /> <span class="gray">optional</span> </label> <input type='text' id='startdate' name='startdate' placeholder='YYYYMMDDHHMMSS' /> </div> <div> <label for='nosect'>Don't search within /* sections */</label> <input type='checkbox' id='nosect' name='nosect' /> </div> <div> <label for='casesensitive'>Case sensitive search</label> <input type='checkbox' id='casesensitive' name='casesensitive' /> </div> <button>Submit</button> <div style='clear: all;'></div> </form> </div> <br /> <small> Elapsed time: 0.0 seconds. <br /> 19:10:34, 23 Nov 2024 </small> <br /> <br /> <a href="/"><small>←Home</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>