wiki.techinc.nl/includes/utils
Matthew Flaschen 2cb0f735e2 Also support skin.json for updating JSON AutoloadClasses
Bug: T88194
Change-Id: Ib56680e6e0e983184e31c336dcac174922a86551
2015-06-25 01:05:16 -04:00
..
AutoloadGenerator.php Also support skin.json for updating JSON AutoloadClasses 2015-06-25 01:05:16 -04:00
IP.php Check for link-local addresses in isPublic 2015-06-10 12:14:57 -07:00
MWCryptHKDF.php Add lots of @throws 2014-12-24 13:49:20 +00:00
MWCryptRand.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
README
UIDGenerator.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
ZipDirectoryReader.php Add lots of @throws 2014-12-24 13:49:20 +00:00

The classes in this directory are general utilities for use by any part of
MediaWiki. They do not favour any particular user interface and are not
constrained to serve any particular feature. This is similar to includes/libs,
except that some dependency on the MediaWiki framework (such as the use of
MWException, Status or wfDebug()) disqualifies them from use outside of
MediaWiki without modification.

Utilities should not use global configuration variables, rather they should rely
on the caller to configure their behaviour.