wiki.techinc.nl/tests
Timo Tijhof 54d25a7e24 mediawiki.util: Fix roundtripping of tooltip in portlet links
In 558985f72a ctrl-option- for Chrome on Mac was added, but it
didn't add "option-" to the regex. Since then the tooltip in
Chrome on Mac (and later when we started referring to option
instead of alt on all Mac browsers) was never detected by this
regex, sometimes resulting in double tooltips (when adding) or
outdated tooltips (when updating).

Now we always look for an accesskey hint in the tooltip and
strip it it's there.

Also fixed a bug where an undefined error can occur if accesskey
is given but tooltip not (the method unconditinally appended
text to the tooltip varible which might be undefined causing
a tooltip like "undefined[a]").

Change-Id: I0bde1a228983c58b20cad0c09a8e5efe8225ea23
2013-04-22 21:57:34 +02:00
..
parser Merge "test: abstract parser test result" 2013-04-22 19:09:20 +00:00
phpunit Refactor MWTimestamp::getHumanTimestamp and add hook. 2013-04-22 12:07:22 -07:00
qunit mediawiki.util: Fix roundtripping of tooltip in portlet links 2013-04-22 21:57:34 +02:00
selenium Normalise documentation in tests/selenium 2013-03-04 08:35:44 +01:00
.htaccess
parserTests.php Add 'parsoid' option to parserTests.txt. 2013-02-28 18:42:37 -06:00
RunSeleniumTests.php Use American English spelling for behavior 2013-03-04 10:24:57 +01:00
testHelpers.inc Add 'parsoid' option to parserTests.txt. 2013-02-28 18:42:37 -06:00
TestsAutoLoader.php Merge "test: abstract parser test result" 2013-04-22 19:09:20 +00:00