aboutsummaryrefslogtreecommitdiffstats
path: root/docs/distributors.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update old mailman references to postoriusJames D. Forrester2024-03-201-7/+7
| | | | | | | | 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
* Freenode -> Libera per wikimedia moving from freenode to liberaMacFan40002021-05-201-1/+1
| | | | | Bug: T283247 Change-Id: Iebbb13ac53830a8d77b42bf2954cf80d76d78467
* profiler: Remove ProfilerOutputDb and profileinfo.php entry pointTimo Tijhof2019-11-061-6/+6
| | | | | Bug: T231366 Change-Id: I211c8192200d9af00914f9847608a6daf2898f91
* Hard-deprecate the $wgUseTidy optionC. Scott Ananian2018-09-201-2/+0
| | | | | | | | | 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
* installer: Add support for PlatformSettings.phpKunal Mehta2018-04-101-4/+9
| | | | | | | | | | | | | | | | | | | | | 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
* Drop XCache supportChad Horohoe2018-02-071-2/+2
| | | | | | | | | 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
* Update and reformat docs/distributors.txtMax Semenik2016-07-201-70/+66
| | | | Change-Id: If9454ce170f3c46dbed89c3e542fcd5eb2b68103
* http://www.mediawiki.org --> https://www.mediawiki.orgLadsgroup2014-01-281-4/+4
| | | | | | Part 1 Change-Id: I07ff886d4832b7148a5ae0443af1498b62cc9525
* Add a way for packagers to override some installation detailsMax Semenik2012-06-121-3/+3
| | | | | | | | | ...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
* Cosmetic change: add a new line after a section title.Liangent2012-05-151-0/+1
| | | | Change-Id: I3e0557e5a1e4e69f795fcf4992b2ce64bbb70e59
* Updated distributors docs.Platonides2011-02-261-7/+22
| | | | | | | | | | 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
* (bug 1379) Installer directory conflicts with some hosts' configuration panel.Max Semenik2011-02-261-3/+3
| | | | | | | Renamed config/ to mw-config/, however left aliases for b/c. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82845
* Remove $wgServerName. Its only usage was for {{servername}}, and needed to ↵Platonides2010-09-291-2/+3
| | | | | | | | | | | | 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
* mwScriptLoader.php script has been removedAlexandre Emsenhuber2010-08-011-4/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/70277
* Add tips to Linux distributors to docs/Aryeh Gregor2009-07-281-0/+192
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