aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mediawiki/templates/LocalSettings.php
Commit message (Collapse)AuthorAgeFilesLines
* Mediawiki: Remove deprecated settings, use new onestopic/mediawiki-1.27Rémi Verschelde2017-04-191-31/+19
| | | | | | | | | | | - $IP no longer has to be set manually since 1.18 - $wgScriptExtension was removed in 1.27.0 - $wgUseTeX was removed in 1.18.0, replaced by Extension:Math - $wgLocalInterwiki is obsoleted, replaced by $wgLocalInterwikis - $wgRightsCode does not exist - $wgCacheEpoch trick obsoleted since 1.17, replaced by $wgInvalidateCacheOnLocalSettingsChange - $wgMinimalPasswordLength deprecated since 1.26 in favor of $wgPasswordPolicy (but still in use as of this commit)
* MediaWiki: Add new config options from default 1.27 templateRémi Verschelde2017-04-191-19/+52
|
* Cosmetic changes to reduce diff with upstream templateRémi Verschelde2017-04-191-28/+28
|
* mediawiki: Fix typo in default theme nameNicolas Lécureuil2017-04-191-1/+1
|
* mediawiki: Change default theme to VectorNicolas Lécureuil2017-04-191-1/+1
|
* typo-fix for AttibutionMarja van Waes2017-04-191-1/+1
|
* mediawiki: Enable themesNicolas Lécureuil2017-04-191-0/+5
|
* Fix name of the pgsql serverNicolas Lécureuil2017-04-171-1/+1
|
* use gd rather than convert, see #3202 ( in short, imagemagick do not work on ↵Michael Scherer2012-01-291-2/+4
| | | | some images )
* fix syntax errorNicolas Vigier2011-10-231-3/+3
|
* add ldap groups configNicolas Vigier2011-10-221-1/+7
|
* fix typoNicolas Vigier2011-10-221-1/+1
|
* import preferences from ldapNicolas Vigier2011-10-221-0/+2
|
* add wiki_settings optionNicolas Vigier2011-10-221-0/+2
|
* use a different default skin, to have the wiki looking less like a defaultMichael Scherer2011-07-031-1/+1
| | | | uncustomized mediawiki install
* fix config, use the proper search stringMichael Scherer2011-06-191-2/+2
|
* add some comments in case of needing debugMichael Scherer2011-06-191-1/+10
|
* use the complete path, as set by the rpmMichael Scherer2011-06-191-1/+1
|
* add support for ldap in the mediawiki config ( untested yet )Michael Scherer2011-06-181-0/+23
|
* fix licensing of the wiki, following romain comment on mlMichael Scherer2011-06-171-3/+5
|
* finish the mediawiki module ( at least, to a state were I get a wikiMichael Scherer2011-06-151-0/+124
running on my vm )