r106100 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106099‎ | r106100 | r106101 >
Date:21:31, 13 December 2011
Author:hashar
Status:ok (Comments)
Tags:
Comment:
make xdebug messages above everything

This way we can actually read the message. Please note this actually hide
the content behind but I feel it is better to see the backtrace.

TODO: maybe add a debug.css stylesheets wich is only loaded for developers?
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -1033,3 +1033,8 @@
10341034 zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */
10351035 }
10361036
 1037+/* For developpers */
 1038+.xdebug-error {
 1039+ position: absolute;
 1040+ z-index: 99;
 1041+}

Comments

#Comment by Reedy (talk | contribs)   21:32, 13 December 2011

$wgDeveloperMode

Status & tagging log