wiki.techinc.nl/includes/utils
Timo Tijhof 8a821011ce Remove getLocalServerInstance try/catch in UIDGenerator and DBLockManager
Follows-up 17c91ad610 in which the exception was removed.

Change-Id: If0c8465d0e04f69f29f3f2602dac7ae4538f7542
2015-11-02 22:16:05 +00:00
..
iterators Remove return of void method results 2015-09-10 18:45:22 +00:00
AutoloadGenerator.php Also support skin.json for updating JSON AutoloadClasses 2015-06-25 01:05:16 -04:00
AvroValidator.php Re-enable MediaWiki.WhiteSpace.SpaceyParenthesis.SingleSpaceAfterOpenParenthesis 2015-09-26 16:13:12 +00:00
BatchRowIterator.php Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
BatchRowUpdate.php Make lines short to pass phpcs in six files under includes/ 2015-09-26 18:41:01 +00:00
BatchRowWriter.php Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
FileContentsHasher.php Replace newAccelerator() with getLocalServerInstance() 2015-11-02 21:39:08 +00:00
IP.php Add null to @return tags if a method can return null 2015-10-05 17:53:13 +02:00
MWCryptHash.php Refactor hashing utility functions from MWCryptRand and make public 2015-10-01 01:18:23 +00:00
MWCryptHKDF.php Replace newAccelerator() with getLocalServerInstance() 2015-11-02 21:39:08 +00:00
MWCryptRand.php phpcs: Fix some "Assignment expression not allowed" 2015-11-01 21:07:00 +01:00
README
RowUpdateGenerator.php Import BatchRowUpdate classes from Echo 2015-08-13 21:28:13 -04:00
UIDGenerator.php Remove getLocalServerInstance try/catch in UIDGenerator and DBLockManager 2015-11-02 22:16:05 +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.