Fix up AJAX watch and enable it by default.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 22 Jun 2007 17:36:59 +0000 (17:36 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 22 Jun 2007 17:36:59 +0000 (17:36 +0000)
commitfaa7a6a8c80577947e8e2392ec401b0d63b9b909
tree5740208c61ab6dcea67551f1f216b734bb7eb2df
parentca7ea84a7489d5385726292f5301907ef07a4ae6
Fix up AJAX watch and enable it by default.

* Allow it to work for nonexistent articles (pass title instead of ID)
* Use event handlers, not javascript: URLs
* Fix bug preventing akeytt from setting tooltips for a single element
* Add jsMsg() function to wikibits to allow messages to be displayed dynamically at the top of the screen (could use dismiss button?)

Some test-cases I've thrown at it worked fine (nonexistent pages, namespaced pages, pages with funny characters), but I haven't spent seven weeks in a cave meditating on what could possibly go wrong, so there may be some kind of omission somewhere.
RELEASE-NOTES
includes/AjaxFunctions.php
includes/DefaultSettings.php
skins/common/ajaxwatch.js
skins/common/shared.css
skins/common/wikibits.js