Normalise comment usage (# --> //)
[lhc/web/wiklou.git] / includes / api / ApiQueryDeletedrevs.php
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-10-24 Alexandre Emsenhuber* (bug 21085) list=deletedrevs no longer returns only...
2009-04-28 Roan KattouwAPI: Fix list=deletedrevs paging bug pointed out by...
2009-03-09 Aaron Schulzquick fix: add WHERE ar_deleted = 0. Nicer would be...
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-09 Roan KattouwFix some more regressions from r46845 reported by Brad...
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
2009-01-17 Roan KattouwAnother followup to r45819: update references to the...
2009-01-12 Roan KattouwAPI: (bug 16858) Revamped list=deletedrevs to make...
2008-09-13 Aaron SchulzRevert r40792. Filesort is gone, but table scan is...
2008-09-13 Roan KattouwReverting r40790 and fixing the filesort properly ...
2008-09-13 Aaron SchulzI swear this table scan filesort was disabled before...
2008-07-10 Roan KattouwAPI: Some cleanup and fixes before 1.13 is released:
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-26 Roan KattouwAPI performance enhancements (bug 13511):
2008-02-28 Daniel CannonAPI: Couplt problems with ApiQueryDeletedRevs
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-05 Rotem LissQuick solution for problems with limit=max when using...
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-12-06 Victor VasilievFix svn:eol-style and svn:keywords for files from merge...
2007-12-05 Daniel CannonAPI: Standardize limits. Use ApiBase constants to avoid...
2007-12-04 Roan KattouwWhat was I smoking when I made execute() private?!?
2007-12-04 Roan Kattouw* (bug 12195) Introducing 'undelete' right, which is...
2007-12-04 Roan KattouwRemoving double tabs inserted due to my editor's retard...
2007-12-03 Rotem LissUsers without the delete permission but with the delete...
2007-12-02 Roan KattouwAPIEDIT BRANCH MERGE: Adding apiedit modules: action...