1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes #5372. !strict More... about 16 years ago
adding sugar to dojo.attr(), and therefore to it's mapping into dojo.NodeList. Expanding tests and docs. Supports a property-bag style for attrs the same way we do with dojo.style(). Refs #4205. !strict More... about 16 years ago
refs #5962 - show query().style() example in dojo.style() and document common pitfall. !strict More... about 16 years ago
Must pass calling context on event handler through to event fixer to locate the correct currentTarget and window.event. Fixes #6069. Fixes #6050. !strict More... about 16 years ago
Fixes #6050, make sure to clear _stealthKeydownHandle, so key listener can be reconnected later.[[br]] Fixes #6063, use new Function() to generate "pure" (closes over nothing) functions. !strict (return value complaints) More... about 16 years ago
Refs #5962. Remove parameters, they confuse people !strict More... about 16 years ago
update core documentation for query, re-enable the query optimizer, update misc docs around the rest of dojo.js as well. Refs #5962. !strict More... about 16 years ago
Refs #5962. Markdown any problematic HTML !strict More... about 16 years ago
Fixes #5801. Send X-Requested-With: XMLHttpRequest header with dojo.xhr calls, to match behavior of other libraries. More... about 16 years ago
Incorporating fix, but can't take test case w/o cla. Refs #5793 More... about 16 years ago
Refs #5858: _base/test_FocusManager.html "restore focus" button failing. This gets the code working on IE and FF, but not Safari... More... about 16 years ago
Refs #5602. Update pseudo-classes !strict More... about 16 years ago
Fixes #4908 (thanks Bill). !strict because the pre-commit hook is confused about return types. More... about 16 years ago
Fixes #5857, #5860: dojo.coords() wasn't accounting for borders an ancestor nodes (safari bug only) !strict More... over 16 years ago
Don't need to seed cache with width/height. Refs #3961 !strict More... over 16 years ago
One more time... don't assume pos=0 Refs #3961 !strict More... over 16 years ago
Remove wildcards in toStyleValue regexp. Still just as accurate as it was before. Refs #3961 !strict More... over 16 years ago
Reduce toPixelValue with a regexp, remove redundant return statements. Refs #3961 !strict More... over 16 years ago
update dojo.style() inline docs with examples. Refs #5511. !strict More... over 16 years ago
update dojo.style() to accept a style bag as the second param and ensure that the mapping in dojo.NodeList is smart enough to handle it. Add and update tests. Fixes #5511. !strict More... over 16 years ago
Fixes #5781 !strict. Boolean attributes need to use the javascript value instead of the DOM attribute in dojo.attr. More... over 16 years ago
Fixes #5767 (debugAtAllCosts working with dojo svn source) and #2904 (attaching cacheBust parameter inside of dojo._getText -- this allows dijit templates to be updated on reload if you set up djConfig.cacheBust correctly). \!strict More... over 16 years ago
Refs #5420: goofed on the closure variable for dojo. More... over 16 years ago
Refs #5420. Accidentally committed this file. Reverting it. More... over 16 years ago
Fixes #5420. Allow other HTTP methods. To do a HEAD call: dojo.xhr('HEAD', args) More... over 16 years ago
Fixes #5420. Allow other HTTP methods. To do a HEAD call: dojo.xhr('HEAD', args) More... over 16 years ago
remove deprecated argument juggling in declare.js. style fixes. !strict Refs #3961 More... over 16 years ago
Refs #4573: Convert to dojo.config instead of djConfig internally. \!strict More... over 16 years ago
Refs #4573: Convert to dojo.config instead of djConfig internally. \!strict More... over 16 years ago
Refs #4573: Convert to dojo.config instead of djConfig internally. \!strict More... over 16 years ago