From: Daniel Kinzler Date: Sat, 29 Jul 2006 22:57:40 +0000 (+0000) Subject: logging JS stuff in release notes: global variables, onload hook X-Git-Tag: 1.31.0-rc.0~56125 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=67b7e0c8a77e66dac6eedf48281f922b1bb0cd2a;p=lhc%2Fweb%2Fwiklou.git logging JS stuff in release notes: global variables, onload hook --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0ef064da05..cb9538e92a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -101,6 +101,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Added "serialized" directory, for storing precompiled data in serialized form. * Fix regression in auto-set NS_PROJECT_TALK namespace * Fix regression in ordering of namespaces +* (bug 6806, 6030) Added several global JS variables for article path, user name, + page title, etc. +* hooks registered with addOnloadHook are now called at the one of the html body + by all skins. == Languages updated ==