summaryrefslogtreecommitdiffstats
path: root/reports/site_media/yui/dom/README
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2007-01-12 21:49:23 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2007-01-12 21:49:23 +0000
commitb2cd8e6bfc069f0665806e0d42163fa810778747 (patch)
treee5d2ff0e497d2c33043e4cbbccfed8aea692fc4e /reports/site_media/yui/dom/README
parent729d83a9a67795cf285ca8f0177007e1b21e35bc (diff)
downloadbcfg2-b2cd8e6bfc069f0665806e0d42163fa810778747.tar.gz
bcfg2-b2cd8e6bfc069f0665806e0d42163fa810778747.tar.bz2
bcfg2-b2cd8e6bfc069f0665806e0d42163fa810778747.zip
Reporting system update to include browsing by config-item rather than host-only. This enables users of the system to track down where problems are occuring across the system by looking in a package and system oriented way, rather than a host centric view only.
*It is expected to be useful to verify that critical security updates are applied.* Additionally this update includes a bunch of files (yet not complete) from the Yahoo User Interface Library. It is sparsely incorporated as the files are used. This library is BSD licensed and provides great capability for the web reports. It also will help when incorporating ajax technology in to the reports for performance improvements. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2660 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports/site_media/yui/dom/README')
-rw-r--r--reports/site_media/yui/dom/README75
1 files changed, 75 insertions, 0 deletions
diff --git a/reports/site_media/yui/dom/README b/reports/site_media/yui/dom/README
new file mode 100644
index 000000000..966543f58
--- /dev/null
+++ b/reports/site_media/yui/dom/README
@@ -0,0 +1,75 @@
+Dom Release Notes
+
+*** version 0.12.2 ***
+* no change
+
+*** version 0.12.1 ***
+
+* getElementsByClassName no longer reverts to document when "root" not found
+* setXY no longer makes a second call to getXY unless noRetry is false
+* minified version no longer strips line breaks
+
+*** version 0.12.0 ***
+
+* fixed getXY for IE null parent
+* branching set/getStyle at load time instead of run time
+
+*** version 0.11.3 ***
+
+* fixed getX and getY returning incorrect values for collections
+* fixed getXY incorrectly calculated for Opera inline elements
+* fixed isAncestor failure in safari when 2nd arg is document.documentElement
+* fixed infinite loop in replaceClass when oldClassName == newClassName
+* getDocumentWidth no longer includes scrollbars
+
+
+*** version 0.11.2 ***
+* limit depth of parent.document crawl to 1 for getXY
+* test offsetParent instead of parentNode for getXY
+* return null if no el fo r get
+* just addClass if no class to replace for replaceClass
+
+
+*** version 0.11.1 ***
+
+* return null if el is null for get()
+* test offsetParent rather than parentNode for getXY()
+* limit depth of parent.document crawl for IE getXY() to 1
+* if no oldClassName to replace, just addClass for replaceClass()
+
+
+*** version 0.11.0 ***
+* Work around Opera 9 broken currentStyle
+* Removed timeout wrapper from setXY retry
+* Tagname tests now case-insensitive
+* Internal "this" references changed to allow for method shorthand
+* get/setStyle now accept both camel and hyphen case
+* Gecko reverted to crawling offsets for getXY
+
+
+*** version 0.10.0 ***
+
+* Safari now fails gracefully when querying computedStyle of an unavailable element
+
+* Class management functions added (hasClass, addClass, removeClass, replaceClass, getElementsByClassName)
+
+* All methods that accept HTMLElements or IDs now also accept arrays of HTMLElements and/or IDs
+
+* GenerateId method added
+
+* isAncestor method added
+
+* inDocument method added
+
+* getElementsBy method added
+
+* batch method added
+
+* getClientHeight/Width deprecated in favor of getViewportHeight/Width
+
+* getDocumentHeight/Width methods added
+
+*** version 0.9.0 ***
+
+* Initial release
+