It helps when you don't break things...
[lhc/web/wiklou.git] / includes / SpecialProtectedpages.php
2007-07-17 Aaron Schulz*Note cascading protection, patch by Lejonel (bug 10614)
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-09 Aaron Schulz*Remove useless replace call
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-04 Aaron Schulz*Remove GROUP BY entirely, not needed since mandatory...
2007-05-03 Niklas Laxström* Fix missing and double escaping
2007-05-02 Aaron Schulz*remove useless ksort() call
2007-05-02 Greg Sabino MullaneAdd items back to group by clause: breaks all other...
2007-05-01 Aaron Schulz*Remove double-escaping and inconsistent capitalization
2007-05-01 Aaron Schulz*Improve size option, "group by" page_namespace,page_ti...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-18 Brion VibberRevert r21250
2007-04-13 Aaron Schulz*Minor cleanup
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-21 Aaron Schulz*Instead of sorting on size, add a min size option...
2007-03-21 Aaron Schulz*Default selected type to 'edit'
2007-03-21 Greg Sabino MullaneAdd all terms to group by, although I'm not sure about...
2007-03-21 Aaron Schulz*Show page_len and sort on that index (descending)...
2007-03-21 Aaron Schulz*Use is_null() for namespace
2007-03-21 Aaron Schulz*Add namespace filter to protectpages (bug 9326), type...
2007-03-19 Greg Sabino MullaneAttempt at fixing 9103: needs testing on mysql site...
2007-02-21 Brion VibberRemove <hr>s added to some 'empty' list messages in...
2007-02-21 Raimond Spekking* (bug 8919) Suppress paging links and related messages...
2007-02-15 Andrew GarrettFix up Special:Protectedpages to use a ReverseChronolog...
2007-01-24 Andrew GarrettMake this query slightly less crack-headed. Rewrite...
2007-01-22 Andrew GarrettMake my last three commits interoperate (display protec...
2007-01-22 Andrew Garrett* (bug 4133) Allow page protections to be made with...
2007-01-22 Andrew GarrettNew special page, Special:Protectedpages, which shows...