170
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ensure that object comparison tests can end successfully. Refs #2550 More... about 18 years ago
IE byId hack only for IE < 7, get/set style properties, and a fix for boxMode calculations typo. Refs #2686. Still needs docs and tests. More... about 18 years ago
porting in dojo.declare() and tests for it. Huge thanks to sjmiles and Steve from TurboAjax for their contribution of this code. Fixes #2692 More... about 18 years ago
enable a bit of debugging output for rhino and sm. Refs #2500 More... about 18 years ago
command line tests were b0rken. This fixes. Refs #2500 More... about 18 years ago
Enable filtering by locale. Fixes #2624 More... about 18 years ago
(merge from 0.4 branch) Fixes #2407 and Refs #2386. dojo compressing now works over multiple files in the same process. Layer files are now compressed, and it is possible to compress all files in the src directory More... about 18 years ago
Refactor xslt utilities, generate localization json at dojo._cldr. Refs #2624 More... about 18 years ago
adding quirks-mode tests for HTML namespace. Refs #2686 More... about 18 years ago
updating style code w/ the APIs Scott and I had agreed on. Updating the NodeList to use the new (corrected) APIs. Still need to implement style reading and setting. Refs #2686. Refs #2615 More... about 18 years ago
ensure that coords() works at least minimally. Refs #2686 More... about 18 years ago
adding a first cut at style, DOM, and html utils. Refs #2686 More... about 18 years ago
prevent us from bombing out should we be loaded stand-alone. Refs #2550 More... about 18 years ago
ensure that we dont' fail when loaded stand-alone. Refs #2550 More... about 18 years ago
Refs #2607. Changed name of the dojo guard files to a non-.js suffix to avoid issues with the svn syntax checker. More... about 18 years ago
Run saxon in-process rather than forking hundreds of jvms :) Remove kludge to copy xslts, pass path instead. Refs #2624 More... about 18 years ago
Fix annoying String.replace problem on IE and pass unit tests. Refs #2624. More... about 18 years ago
seems the cleanup was throwing errors. Fixes getObject() tests on IE. Refs #2500 More... about 18 years ago
a basic summarizer. Refs #2550 More... about 18 years ago
creating t, f, and is aliases for assertTrue, assertFalse, and assertEqual (respectively). I'm getting really freaking sick of typing the long names. Refs #2550 More... about 18 years ago
more correctness fixes for non-xpath code paths. Refs #2615. More... about 18 years ago
ensure that we actually play the "woohoo!" sound if it all goes well. Rate limits sounds. Refs #2550 More... about 18 years ago
we probably don't want selfTest to always be on when not loading Dojo. Refs #2550 More... about 18 years ago
beginning of tests for the NodeList class. Refs #2615 More... about 18 years ago
adding sounds so that success and failure sound like...well...success or failure. Refs #2550 More... about 18 years ago
(merge from 0.4 branch) Fixes #2683. Loading local modules after page load should work now. More... about 18 years ago
tests and correctness fixes for dojo.query(). This is something of a backslide on performance, but correctness trumps. Still need to find another week or so to spend on query(). Refs #2615. More... about 18 years ago
adding dojo.Uri and dojo.moduleUri. Also removing the "walk up" for .* packages. Refs #2500 More... about 18 years ago
Refs #2607. Moved i18n bundle flattening to the new build model. It probably has bugs since I will not be able to test it until we have some real modules that use i18n in the new structure, but at least the code is set up. Still need to do xdomain work in the build process. More... about 18 years ago
more fixes to prevent errors with test pages not hosted in harness. Refs #2550 More... about 18 years ago