aboutsummaryrefslogtreecommitdiffstats
path: root/includes/debug/MWDebug.php
Commit message (Expand)AuthorAgeFilesLines
* debug: Remove use of makeConfigSetScript() from MWDebugTimo Tijhof2024-10-291-1/+4
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+1
* namespace MWDebugAmir Sarabadani2024-05-031-0/+9
* Replace all instances of "per default" with "by default"Tim Starling2024-04-291-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Replace $wgCommandLineMode checks with MW_ENTRY_POINT in developer codeBartosz Dziewoński2023-12-141-2/+2
* Guard against deleted files in MWDebug::getFilesIncludedDaimona Eaytoy2023-11-271-1/+8
* MWDebug: Add support for native PHP warnings to "Console"Timo Tijhof2023-10-191-24/+38
* debug: Improve docs, fix ingroup tags, clean up testsTimo Tijhof2023-10-051-5/+6
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Reorg: Move GitInfo to utils/Amir Sarabadani2023-08-211-0/+1
* ResourceLoader: Remove support for CSP nonceTimo Tijhof2023-08-091-2/+1
* Consistently use LogicException for test-only methodsthiemowmde2023-07-221-1/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* 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