25
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated packed version. More... over 15 years ago
Added null checks to MochiKit.DOM.getElementsByTagAndClassName, hasElementClass, getFirstElementByTagAndClassName and isParent functions (#255). Fixed MochiKit.DOM.isParent to accept string element identifiers (#319). More... over 15 years ago
Fixed minor test result string formatting issue. More... over 15 years ago
Fixed problem with DOM attributes being handled differently from DOM element properties (#302). More... over 15 years ago
Fixed MochiKit.Visual.Morph handling of non-length and non-color properties (#318). More... over 15 years ago
Fixed incorrect appended unit on CSS font-weight property in MochiKit.Style.getStyle(). More... over 15 years ago
Minor test fix for IE6 not properly recognizing \v in strings. More... over 15 years ago
Fixed issue in MochiKit.DOM.getNodeAttribute() where some attribute values were not properly returned as null in IE. More... over 15 years ago
Minor code style fix in MochiKit.Selector.compileMatcher(). More... over 15 years ago
Fixed issues with isArrayList fast paths in MochiKit.Iter module (#268). More... over 15 years ago
Fixed broken link in doc header for MochiKit.Iter module. More... over 15 years ago
Added implicit checks for attribute existence when using attribute value operators in MochiKit.Selector (fixes #276). More... over 15 years ago
Reordered the MochiKit.Base.isXxx() tests and added some extra tests for null and undefined. More... over 15 years ago
Fixed log level number conversion into string (#273). More... over 15 years ago
Improved the SimpleTest class to contain an eq() function using compare instead of ==. More... over 15 years ago
Corrected docs for MochiKit.Logging.Logger.getMessages(). More... over 15 years ago
Minor fixes to the MochiKit.Logging docs. More... over 15 years ago
Updated packed version for r1396. More... over 15 years ago
Fixed library loading issue when anti-caching URL:s are used (fixes #317). More... over 15 years ago
Make table cell test a bit more robust and symmetrical. More... over 15 years ago
Fixed packed version for r1393. More... over 15 years ago
Calculate correct content width for table cells (#315). More... over 15 years ago
Fixed elem.filters test for IE (fixes #314). More... almost 16 years ago
Changed MochiKit.Base.serializeJSON string handling to follow the JSON specification more closely (#313). More... almost 16 years ago
Fixed escaping of vertical tab character in repr for strings (also affected MochiKit.Base.serializeJSON). Fixes #313. More... almost 16 years ago
Updated docs and packed version from [1388]. More... almost 16 years ago
Refactored patch in r1383 (wrong sizes in visual effects). Instead of additional functions getElementWidth and getElementHeight, a boolean parameter contentSize has been added to getElementDimensions. The content size is now calculated by subtracting padding and border. Added a hack to getStyle to always get pixel sizes, even with Internet Explorer, to get more consistent behavior, and to make this work when padding or border are not set in pixels. Some small improvements in the visual effects demos. More... almost 16 years ago
Corrected MochiKit.Signal mouse wheel handling for Safari. Also added support for detecting horizontal wheel movement. More... almost 16 years ago
Added initial support for 'onmousewheel' event in MochiKit.Signal. Based on patch submitted by Simon Cusack. Fixes trac ticket #156. More... almost 16 years ago
Corrected throw statements in MochiKit.Visual. More... almost 16 years ago