index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
specialpage
/
QueryPage.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
QueryPage: Improve isExpensive() docs and ref UpdateSpecialPages
Timo Tijhof
2022-07-29
1
-3
/
+15
*
specialpage: Fix deprecation for QueryPage::getSQL
Umherirrender
2022-06-25
1
-6
/
+7
*
Merge "specialpage: Use upsert() when updating querycache_info timestamp"
jenkins-bot
2022-06-21
1
-7
/
+10
|
\
|
*
specialpage: Use upsert() when updating querycache_info timestamp
Kunal Mehta
2022-06-13
1
-7
/
+10
*
|
Hard deprecate QueryPage::getSQL()
Alexander Vorwerk
2022-06-13
1
-2
/
+7
|
/
*
Use MainConfigNames instead of string literals
Aryeh Gregor
2022-04-11
1
-8
/
+10
*
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-0
/
+1
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
maintenance: Improve updateSpecialPages.php and related documentation
Umherirrender
2022-03-14
1
-10
/
+10
*
Add explicit casts between scalar types
Umherirrender
2022-03-08
1
-1
/
+1
*
Explicit cast TS_UNIX to int for arithmetic operations and int args
Umherirrender
2022-01-11
1
-2
/
+1
*
Improve nullable documentation in special page class about args
Umherirrender
2021-10-22
1
-1
/
+1
*
QueryPage: s/Sometime/Sometimes/
Reedy
2021-09-27
1
-1
/
+1
*
Using @return never documentation on always-throw-function
Umherirrender
2021-09-07
1
-0
/
+1
*
docs: Change wording master to primary in comments and log text
Umherirrender
2021-09-01
1
-1
/
+1
*
Turn hashes into comments
TChin
2021-06-24
1
-23
/
+23
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-3
/
+3
*
Merge "Delete cached data of non-cached querypages with updateSpecialPages.php"
jenkins-bot
2021-04-22
1
-2
/
+24
|
\
|
*
Delete cached data of non-cached querypages with updateSpecialPages.php
Umherirrender
2021-03-10
1
-2
/
+24
*
|
Make SpecialFileDuplicateSearch not be a QueryPage
Tim Starling
2021-04-08
1
-1
/
+0
*
|
QueryPage: Remove useless check
Ammarpad
2021-03-29
1
-3
/
+0
|
/
*
Improve doc about object to be stdClass in QueryPage::formatResult
Umherirrender
2020-11-15
1
-1
/
+1
*
Inject LinkBatchFactory into QueryPage and use it
Umherirrender
2020-11-02
1
-2
/
+28
*
Merge "Inject DBLoadBalancer into abstract QueryPage"
jenkins-bot
2020-11-02
1
-5
/
+31
|
\
|
*
Inject DBLoadBalancer into abstract QueryPage
Umherirrender
2020-11-02
1
-5
/
+31
*
|
Inject ContentLanguage into SpecialPage and use it
Umherirrender
2020-11-02
1
-1
/
+1
|
/
*
Use LinkBatchFactory in pagers, special pages and actions
Umherirrender
2020-09-06
1
-1
/
+2
*
Merge "Replace "@stable for subclassing" with "@stable to extend""
jenkins-bot
2020-07-13
1
-1
/
+1
|
\
|
*
Replace "@stable for subclassing" with "@stable to extend"
daniel
2020-07-13
1
-1
/
+1
*
|
Replace "@stable for overriding" with "@stable to override"
daniel
2020-07-13
1
-19
/
+19
|
/
*
Mark special page base classes as stable for subclassing
daniel
2020-07-10
1
-0
/
+25
*
Shorter code in QueryPage::execute()
Edward Chernenko
2020-06-27
1
-5
/
+2
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Fix more Squiz.Scope.MethodScope.Missing
Reedy
2020-05-18
1
-14
/
+14
*
Replace WebRequest::getLimitOffset with ::getLimitOffsetForUser
DannyS712
2020-02-19
1
-2
/
+3
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-2
/
+2
*
Add a run mode to $wgDisableQueryPageUpdate
Umherirrender
2019-09-26
1
-7
/
+39
*
Make most special pages class names match filename
Reedy
2019-09-10
1
-31
/
+31
*
Merge "Add QueryPage::delete method"
jenkins-bot
2019-07-31
1
-0
/
+18
|
\
|
*
Add QueryPage::delete method
Gergő Tisza
2019-07-26
1
-0
/
+18
*
|
QueryPage: allow arbitrary sorting
Gergő Tisza
2019-07-26
1
-2
/
+2
|
/
*
Use IResultWrapper in code comments instead of ResultWrapper
Aaron Schulz
2019-06-22
1
-4
/
+4
*
Remove tryLastResult function from includes/specials/QueryPage.php
zoranzoki21
2019-05-20
1
-26
/
+0
*
Typehint against IDatabase in special pages
Umherirrender
2019-05-18
1
-1
/
+1
*
Sunsetting viewPrevNext
eranroz
2019-04-01
1
-2
/
+2
*
specials: Fix incomplete documentation of execute() param
Thiemo Kreuz
2019-03-28
1
-1
/
+1
*
Merge "specialpage: Remove unused QueryPage::doFeed()"
jenkins-bot
2019-03-26
1
-92
/
+0
|
\
|
*
specialpage: Remove unused QueryPage::doFeed()
Thiemo Kreuz
2019-03-25
1
-92
/
+0
*
|
Update some minor type hints
Thiemo Kreuz
2019-03-25
1
-4
/
+13
|
/
[next]