wiki.techinc.nl/includes/cache
Alexandre Emsenhuber a7a0883019 Enhance the destination control parameter of wfDebug() and wfDebugLog()
- The parameter is now a string, making is more understandable than
  boolean values
- It takes the same values in both wfDebug() and wfDebugLog() (except
  for 'private' which is only used in the latter)
- This adds a new possibility to wfDebugLog() to log the message either
  on the specific log or the general one, but not to the debug toolbar
- Old boolean values are still recognised for backward compatibility
- Also send the messages passed to wfDebugLog() to the debug toolbar
  when they are written to a specific log and not restricted to logs
- Updated the calls of and wfDebug() and wfDebugLog() with the last
  parameter to change it into a string
- Renamed MWDebug::sendWarning() to MWDebug::sendMessage() and added
  $group parameter to it; will not break anything since that method
  is marked as private
- Changed the call to wfDebug() from MWDebug::sendMessage() to use
  wfDebugLog() with 'log' as thrid parameter, so that those messages
  can be logged separately from the main log and they don't show up
  a second time on the "debug log" tab of the debug toolbar

Change-Id: I1be09d4c1d3408ed5b26a5db02691c17c0ec0926
2014-02-04 19:56:24 +00:00
..
BacklinkCache.php Merge "Update some documentation" 2013-12-03 17:10:21 +00:00
CacheDependency.php Random documentation tweaks 2014-01-02 23:45:14 +01:00
FileCacheBase.php Update some documentation 2013-12-03 14:59:45 +01:00
GenderCache.php Update formatting 2013-11-17 21:46:55 +01:00
HTMLFileCache.php Enhance the destination control parameter of wfDebug() and wfDebugLog() 2014-02-04 19:56:24 +00:00
LinkBatch.php Declare visibility on class properties of LinkBatch 2013-11-19 08:32:31 +00:00
LinkCache.php Revert "Include short descriptions for extensions bundled in the release" 2014-01-12 23:59:44 +00:00
LocalisationCache.php Added wfSuppressWarnings and wfRestoreWarnings 2014-02-02 19:23:24 +00:00
MapCacheLRU.php Merge "Made Title cache use MapCacheLRU" 2013-12-26 22:24:14 +00:00
MessageCache.php Random documentation tweaks 2014-01-02 23:45:14 +01:00
ObjectFileCache.php Added missing GPLv2 headers in some places. 2012-05-08 14:51:21 +02:00
ProcessCacheLRU.php Update formatting 2013-11-17 21:46:55 +01:00
ResourceFileCache.php Update formatting 2013-11-17 21:46:55 +01:00
UserCache.php Update some documentation 2013-12-03 14:59:45 +01:00