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
/
SiteConfiguration.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+1
*
Make use of ??= in more places
DannyS712
2022-12-17
1
-3
/
+1
*
Merge "SiteConfiguration: Document some non-obvious optimizations"
jenkins-bot
2022-08-04
1
-2
/
+8
|
\
|
*
SiteConfiguration: Document some non-obvious optimizations
Timo Tijhof
2022-08-04
1
-2
/
+8
*
|
Merge "SiteConfiguration: Rename and clarify $suffix param in public getters"
jenkins-bot
2022-08-04
1
-22
/
+22
|
\
|
|
*
SiteConfiguration: Rename and clarify $suffix param in public getters
Timo Tijhof
2022-08-04
1
-22
/
+22
*
|
Merge "SiteConfiguration micro-optimisations"
jenkins-bot
2022-08-04
1
-27
/
+59
|
\
|
|
*
SiteConfiguration micro-optimisations
Tim Starling
2022-08-04
1
-27
/
+59
*
|
SiteConfiguration: Clean up file doc header
Timo Tijhof
2022-08-02
1
-4
/
+1
|
/
*
Use str_starts_with/str_ends_with
Aryeh Gregor
2022-05-02
1
-1
/
+1
*
phan: Remove PhanTypePossiblyInvalidDimOffset suppression
Umherirrender
2022-03-28
1
-0
/
+1
*
Define MW_INSTALL_PATH constant and BaseDirectory config.
daniel
2022-03-04
1
-3
/
+1
*
Use more compact PHP syntax in SiteConfiguration, where possible
Thiemo Kreuz
2022-01-11
1
-25
/
+12
*
SiteConfiguration: Don't pass null to str_replace()
Max Semenik
2022-01-11
1
-1
/
+3
*
Fix typos in comments (S)
Siddharth VP
2022-01-09
1
-2
/
+2
*
Merge "Update some documentation in SiteConfiguration"
jenkins-bot
2021-12-20
1
-5
/
+13
|
\
|
*
Update some documentation in SiteConfiguration
Adam Wight
2021-12-20
1
-5
/
+13
*
|
Update some PHPDoc comments in SiteConfiguration class
Thiemo Kreuz
2021-12-02
1
-3
/
+3
|
/
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+2
*
includes: Use expression assignment operator += or |= where possible
Umherirrender
2020-07-31
1
-1
/
+1
*
SiteConfiguration: Remove by-ref return from getLocalDatabases()
Timo Tijhof
2020-03-17
1
-1
/
+1
*
SiteConfiguration: Remove deprecated 'localVHosts' member
Timo Tijhof
2020-03-04
1
-11
/
+1
*
SiteConfiguration: Optimise arrayMerge()
Timo Tijhof
2020-03-04
1
-34
/
+32
*
SiteConfiguration: Optimise getSetting() internals for getAll()
Timo Tijhof
2020-03-04
1
-59
/
+83
*
SiteConfiguration: Optimise getAll() and doReplace() loops
Timo Tijhof
2020-03-03
1
-14
/
+19
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-9
/
+9
*
Make use of existing array value variables in foreach loops
Thiemo Kreuz
2019-12-29
1
-2
/
+2
*
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-4
/
+4
*
Replace strlen() calls with strict string comparisons
Thiemo Kreuz
2019-03-28
1
-1
/
+1
*
Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricter
Aaron Schulz
2018-11-07
1
-6
/
+7
*
Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMap
Aaron Schulz
2018-10-29
1
-1
/
+1
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-5
/
+5
*
Get rid of call_user_func(_array)(), part 3
Max Semenik
2018-06-10
1
-2
/
+2
*
Deprecate wfShellWikiCmd()
Max Semenik
2018-04-16
1
-8
/
+12
*
Do not limit filesize when running a maintenance script
Tim Starling
2017-11-14
1
-1
/
+1
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-1
/
+1
*
Cleanup some incorrect return annotations
Erik Bernhardson
2016-12-12
1
-1
/
+1
*
Merge "Clean up array() in docs, Part I"
jenkins-bot
2016-07-29
1
-18
/
+18
|
\
|
*
Clean up array() in docs, Part I
Amir Sarabadani
2016-07-25
1
-18
/
+18
*
|
Merge "Improve WikiMap::getWikiReferenceFromWgConf()"
jenkins-bot
2016-07-27
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Improve WikiMap::getWikiReferenceFromWgConf()
Brad Jorsch
2016-07-06
1
-0
/
+5
*
|
SiteConfiguration: Remove isLocalVHost(), deprecated since 1.25
Chad Horohoe
2016-07-19
1
-11
/
+0
|
/
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-29
/
+29
*
Replace $wgConf->localVHosts by $wgLocalVirtualHosts
Alexandre Emsenhuber
2014-10-03
1
-0
/
+4
*
When getting remote config, if the caller requested a single setting without ...
Alex Monk
2014-09-06
1
-1
/
+1
*
Merge "Force array parameters in SiteConfiguration"
jenkins-bot
2014-07-04
1
-2
/
+2
|
\
|
*
Force array parameters in SiteConfiguration
Alexandre Emsenhuber
2014-07-03
1
-2
/
+2
*
|
Don't use isset to check for null
Alexandre Emsenhuber
2014-07-04
1
-4
/
+4
|
/
*
Make phpcs-strict pass on includes/ (2/~10)
Siebrand Mazeland
2014-05-11
1
-8
/
+20
*
Follow-Ups to "Fixed some @params documentation"
umherirrender
2014-04-23
1
-1
/
+1
[next]