wiki.techinc.nl/includes/utils
Aaron Schulz 6640bdf0d8 Removed deprecated functions and merged ProxyTools into GlobalFunctions
Kept wfGetIP() for now because it is still in use in the SecurePoll
extension and in WMF configuration.

Change-Id: Id412e37743f89bb67eb329a2f475f8496cf7b006
2013-12-16 12:54:16 +00:00
..
ArrayUtils.php
Cdb.php Change CdbException to subclass Exception 2013-11-26 15:28:54 -08:00
CdbDBA.php Don't use wfIsWindows() in CDB writers 2013-11-08 17:20:41 -08:00
CdbPHP.php Merge "Update docs in CdbPHP.php" 2013-11-13 16:01:41 +00:00
ConfEditor.php Address some PHP CodeSniffer errors and warnings 2013-11-07 22:32:16 +01:00
HashRing.php
IP.php Removed deprecated functions and merged ProxyTools into GlobalFunctions 2013-12-16 12:54:16 +00:00
MappedIterator.php
MWCryptRand.php Address some PHP CodeSniffer errors and warnings 2013-11-07 22:32:16 +01:00
MWFunction.php
README
ScopedCallback.php
StringUtils.php Set visibility for class property of RegexlikeReplacer 2013-11-07 23:05:55 +01:00
UIDGenerator.php
ZipDirectoryReader.php Declare visibility on class properties 2013-11-07 22:39:48 +01: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.