| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
There are still some uses in old, un-updated i18n translated
strings, and in some test files, but otherwise this seems to
be all of them local to this repo.
Change-Id: Iefc76af378405e038d793391a46611b9131ed51c
|
|
|
|
|
| |
Bug: T283247
Change-Id: Iebbb13ac53830a8d77b42bf2954cf80d76d78467
|
|
|
|
|
| |
Bug: T231366
Change-Id: I211c8192200d9af00914f9847608a6daf2898f91
|
|
|
|
|
|
|
|
|
| |
This has been soft-deprecated since MW 1.26; this hard-deprecation
sets the stage for future removal of this old cruft.
Bug: T198214
Depends-On: Idf246d05d116f63a73105b50a1929a7721fbe7b9
Change-Id: I2e7d990da1da378eb6e828d4b3c0f5a41791dd92
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PlatformSettings.php is a standardized and recommended way for
re-distributors and packagers of MediaWiki to be able to tune
DefaultSettings.php as appropriate.
If includes/PlatformSettings.php exists, the installer will
automatically include it as part of the generated LocalSettings.php.
The main advantage of this system is that if the distributor wants to
change the default settings, all users will benefit immediately. And if
people want a vanilla MediaWiki experience, they can just remove the
inclusion from their LocalSettings.php.
This RfC
(<https://www.mediawiki.org/wiki/Requests_for_comment/PlatformSettings.php>)
was approved by TechCom.
Bug: T182020
Change-Id: I34f9a4acbe86b9c5c80ac16451b317ce5f6640f9
|
|
|
|
|
|
|
|
|
| |
It was never super popular anyway, APC was always the best option.
The project has no plans to move to PHP7, so it's quickly reaching
its end of life. Oh, and Fedora dropped it from their repos 2 years
ago.
Change-Id: Ia3257e86a6323d8943f04a5c05c72c0bd4c4b0a9
|
|
|
|
| |
Change-Id: If9454ce170f3c46dbed89c3e542fcd5eb2b68103
|
|
|
|
|
|
| |
Part 1
Change-Id: I07ff886d4832b7148a5ae0443af1498b62cc9525
|
|
|
|
|
|
|
|
|
| |
...after a discussion with Debian packagers. They can now override installer
classes and change LocalSettings.php the installer generates. The file
intended for such overrides, mw-config/overrides.php, has intentionally been
placed outside of includes to underline the "don't change includes" paradigm.
Change-Id: Id82b90f6740307609bc6c6f4fb8765bc3484dbe7
|
|
|
|
| |
Change-Id: I3e0557e5a1e4e69f795fcf4992b2ce64bbb70e59
|
|
|
|
|
|
|
|
|
|
| |
Added load.php to the entry point list.
Mention maintenance/install.php existence.
Added section explaining that they shall run maintenance/update.php on update.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/82871
|
|
|
|
|
|
|
| |
Renamed config/ to mw-config/, however left aliases for b/c.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/82845
|
|
|
|
|
|
|
|
|
|
|
|
| |
be kept in sync with $wgServer in LocalSettings.
None of the 3 globals based on it changed if you set it in LocalSettings.
Note that all those !isset( $wgServerName ) in ApiTests were useless, since if not in LocalSettings it would be 'localhost', not null (as still are those !isset( $wgServer )).
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/73950
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70277
|
|
After some discussion with Fedora's mediawiki maintainer, I thought this
would be helpful. Probably it could use improvement in a variety of
ways, but it's a start.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/53852
|