aboutsummaryrefslogtreecommitdiffstats
path: root/includes/debug/MWDebug.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-0/+1
* Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-1/+0
* ResourceLoader namespaceTim Starling2022-05-161-0/+1
* Refactor URL-parsing global functions to classAryeh Gregor2022-04-121-4/+10
* Use WrappedString to build strings in MWDebugUmherirrender2021-11-051-19/+23
* MWDebug:detectDeprecatedOverride - soft deprecate if no versionPetr Pchelko2021-07-301-3/+2
* build: Updating dependencieslibraryupgrader2021-07-221-5/+5
* Emit deprecation warning for deprecated overrides.daniel2021-01-081-6/+53
* Don't output HTMLDebugLog div element when not neededAmmar Abdulhamid2020-07-291-1/+1
* debug: Use native E_USER_DEPRECATED instead of custom channelTimo Tijhof2020-07-171-9/+31
* MWDebug: Restore wgDeprecationReleaseLimit filteringAmmar Abdulhamid2020-07-101-2/+5
* Introduce wfDeprecatedMsg()Tim Starling2020-06-221-12/+46
* Allow the ParserTests framework to hide deprecation warningsC. Scott Ananian2020-04-221-1/+1
* More flexible deprecation warningsTim Starling2020-04-221-6/+66
* Don't suppress deprecation log messagesTim Starling2020-04-161-1/+1
* Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-2/+1
* Forbid wfDeprecated with $version = trueFomafix2019-12-311-1/+1
* Streamline/fix code by using short ?: and ?? syntaxThiemo Kreuz2019-11-111-1/+1
* Mild refactoring of ContentSecurityPolicyBrian Wolff2019-10-281-1/+1
* rdbms: Restore debug toolbar "Queries" featureTimo Tijhof2019-10-111-4/+3
* HHVM removal: Remove use of HHVM_VERSION and register_postsend_functionDaimona Eaytoy2019-10-041-10/+4
* Setup: Move MWDebug logic to MWDebug.phpTimo Tijhof2019-09-041-0/+24
* Improve documentation of wfDeprecatedReedy2018-12-281-1/+1
* debug: Allow the DBQuery channel to be usedTimo Tijhof2018-09-151-4/+3
* Initial support for Content Security Policy, disabled by defaultBrian Wolff2018-05-131-1/+2
* Remove internal use of deprecated $wgRequestTimeKevin Israel2018-03-181-2/+2
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-2/+2
* Miscellaneous indentation tweaksBartosz DziewoƄski2017-02-271-1/+1
* Decrease the number of 'function says it should return something' errorsMax Semenik2016-12-151-2/+0
* Allow quotes in $wgDebugComments HTML commentsAaron Schulz2016-09-151-1/+1
* debug: Interpolate log messagesKunal Mehta2016-08-241-0/+3
* debug: Merge mediawiki.debug.init module into mediawiki.debugKunal Mehta2016-08-241-1/+1
* debug: Don't show git branch if on a detached HEADKunal Mehta2016-08-241-1/+8
* debug: Don't separately calculate query runtimeKunal Mehta2016-08-211-18/+3
* MWDebugTest: disable MWDebug on test teardownOri Livneh2016-05-181-0/+9
* cleanUp all invalid utf8 in sql for debug toolbarumherirrender2016-04-221-0/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-27/+27
* MWDebug: Add support for passing objectsPranavK2016-01-241-4/+4
* Remove use of $dest = 'log' for wfDebugLogBryan Davis2015-12-301-1/+1
* Various getHTMLDebugLog() cleanupsAaron Schulz2015-10-021-43/+5
* resourceloader: Add ResourceLoader::makeInlineScript utility and use itTimo Tijhof2015-04-201-4/+2
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-5/+5
* Merge "Use wikimedia/utfnormal library, add backwards-compatability layer"jenkins-bot2015-03-311-1/+1
|\
| * Use wikimedia/utfnormal library, add backwards-compatability layerKunal Mehta2015-03-241-1/+1
* | Revert "Optimize order of styles and scripts"Ori.livneh2015-03-251-2/+4
|/
* Send messages logged via MWLoggerLegacyLogger::log() to the debug toolbarKunal Mehta2015-03-181-1/+14
* Optimize order of styles and scriptsOri Livneh2015-03-171-4/+2
* Remove profiler support from debugging toolbarChad Horohoe2014-11-171-4/+0
* Fix spelling mistake: s/databses/databaseSouthparkfan2014-10-291-1/+1
* Fix malformed UTF-8 going to query profilerShahyar2014-08-281-0/+22