wiki.techinc.nl/includes/config
Florian Schmidt 418cb8d9b3 config: Add new ConfigRepository
This, for now, has the focus for holding metadata of each
configuration option inside of MediaWiki (both extensions and core).
It's very close to the Config interface and friends, and uses these
implementations to retrieve the actual value of the
configuration option.

The goal with this change is to implement a basic architecture to
allow to display the values of the curent configuration of the MediaWiki
installation on-wiki (e.g. on a special page). It also provides a
central point, where the currently known options can be fetched
from.

The long-term goal, of course, would be to get a web interface to really
configure the MediaWiki installation. But, this is more like a dream,
then a plan (from the point of view of this commit).

Next steps would be:
 * Enable ExtensionRegistry to "register" the configuration options of
   extensions, so they're available in the repo (done).
 * Find a good way to get mediawiki/core configurations into this repo
 * Work out an overall architecture to display the different possible
   values. (I think about something like different formatters for types).

Change-Id: I9419508eaa85ffc55520db7f33b3e9530fc99f00
2018-07-19 14:21:56 +00:00
..
Config.php Add MultiConfig for fallback logic 2014-09-17 15:55:04 -07:00
ConfigException.php Made ConfigException extend Exception 2015-02-27 11:24:15 -08:00
ConfigFactory.php ConfigFactory: Improve error message for invalid callback 2018-01-20 10:48:04 +01:00
ConfigRepository.php config: Add new ConfigRepository 2018-07-19 14:21:56 +00:00
EtcdConfig.php Expose the latest modified index seen by EtcdConfig 2018-03-01 13:44:15 +01:00
EtcdConfigParseError.php EtcdConfig: allow slashes in config key names 2017-09-01 13:42:28 +10:00
GlobalVarConfig.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
HashConfig.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
MultiConfig.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
MutableConfig.php Move Config::set() to MutableConfig::set() 2014-09-11 08:26:43 -07:00