1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 4 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor nits. Refs #3961. I'm still very unhappy about how much space the gears detection code takes up. More... over 16 years ago
updating inline docs such that they get picked up by the parser. Refs #4820 More... over 16 years ago
updating for removed "!=" selector in dojo.query. Also, size reductions. Refs #3961 More... over 16 years ago
I give up. Put back the indexOf searches for comments in place of regexp attempt. Refs #3961, #4829, #4888 Reverts part of change in [10834] More... over 16 years ago
Refs #4820. Updated examples and descriptions that use code to work with tomorrow's API tool update. More... over 16 years ago
Refs #4820. Updated examples and descriptions that use code to work with tomorrow's API tool update. More... over 16 years ago
refs #4661 - minor doc changes in html.js (can't start a line with 'returns') and adds in more verbose "description" vs "summary" in a few places. More... over 16 years ago
add spacing for Safari. Fixes #4325 More... over 16 years ago
clobbery stray global "param" name. Refs #4839 More... over 16 years ago
clobber the "gearsObj" stray global. Refs #4839 More... over 16 years ago
Fix regexp for json comment filtering to accept multilines. Fixes #4829 More... over 16 years ago
updating docs to note string args. Refs #4580. Thanks to ptwobrussell and phiggins for staying on me about it = ) More... over 16 years ago
make sure we're accepting string args for the dojo.*Class methods. Refs #4580 More... over 16 years ago
fixes #2352 More... over 16 years ago
re-enable onMouseEnter/onMouseLeave, but this time with some smarts about FF's bugs. Fixes #4307 More... over 16 years ago
re-enable onMouseEnter/onMouseLeave, but this time with some smarts about FF's bugs. Fixes #4307 More... over 16 years ago
merging patch from jonu to allow custom errors in Deferreds. Very useful. Fixes #4337 More... over 16 years ago
some code reductions. Refs #3961. Throw if json filtered comment fails. More... over 16 years ago
some code reductions. Refs #3961. Throw if json filtered comment fails. More... over 16 years ago
Disable onmouseenter and onmouseout until #4307 is fixed on FF. (Refs #4307.) More... over 16 years ago
fixes #4516 FF uses "" and "none", not "normal" and "none" to control selectability. More... over 16 years ago
add support for onmouseenter and onmouseleave to all DOM Nodes which are dojo.connect()-ed to. Fixes #4307 More... over 16 years ago
ensure that dojo.publish() does not stop execution of code following it if the topic doesn't exist. Fixes #4447 More... over 16 years ago
Fixes #4259 and #4330. Fixes for form values with multiple names and for selects with multiple selected options More... over 16 years ago
Refs #4399. Rearrange code to separate loader concerns from other things. Ends up with a slightly smaller dojo.js too. Still a bit more to do on it, but this tested well. More... over 16 years ago
Style faux pas, refs #4386. More... over 16 years ago
Repair _watchInFlight loop, fixes #4386. More... over 16 years ago
Repair _watchInFlight loop, fixes #4386. More... over 16 years ago
IE methods were being plucked out of the wrong scope. Fixes #4226 More... over 16 years ago
Refs #4183. Porting XHR IFrame Proxy. Need to pass args object, not URL. More... over 16 years ago