[Pkg-javascript-commits] [dojo] annotated tag 1.0.0 created (now b67e8a8)
David Prévot
taffit at moszumanska.debian.org
Mon May 11 20:11:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag 1.0.0
in repository dojo.
at b67e8a8 (tag)
tagging 42fb46149deaf88b5a7d0180cc60d544f646c829 (commit)
tagged by Colin Snover
on Mon May 13 19:09:26 2013 -0700
- Log -----------------------------------------------------------------
Release 1.0.0
Adam Peller (136):
dojo.i18n and tests. Refs #2624
load dojo.i18n from bootstrap. Refs #2624
unit test for dojo.i18n. Refs #2624
Oops... locale setting was already in hostenv_browser. Undo. Refs #2624
Port ant script to build cldr localization data. Refs #2624
Fix annoying String.replace problem on IE and pass unit tests. Refs #2624.
Refs #2704
Refs #2704
Not thrilled with asserts - will revisit later. Also, still need to port io/xhrGet code when ready. Refs #2704
Refs #2704
Refs #2704
Refs #2704
First stab at porting Animation and lfx (fx). Refs #2710
Refs #2710
Fix regression in fade animation. Refs #2710
The first test in JsonItemStore (fetch_all) fails for me. Jared, can you take a look? Refs #2717
Still trying to get unit tests working. Refs #2710
Update to use dojo.connect. Refs #2710
Port dojo.number and currency along with string and regexp dependencies. Refs #2719
Fix slideIn/slideOut. Refs #2710
Port unit tests for number and currency. Refs #2719
Check in common set of cldr transforms, as built by xslt files. Fixes #2719, #2325, #2326, #2327
port dojo.lfx.slideTo, some style changes and reductions. Refs #2710
fix dojo. reference. Refs #2727
Generate cldr currency data without objects. Fixes #2742
Fixes #2749
Add dojo.fx.wipeIn, add some tests. animate test not yet working. Refs #2710
Fix NaN tests. Refs #2719
Refs #2710
Missed a dojo.html reference. Refs #2710
more fixing up for 0.9. Refs #2710
fix wipeOut. Refs #2710
wipeIn/Out was renamed to slideIn/Out. Refs #2710
Fixes #2769
Initial checkin of dojo.date. Needs more cleanup for 0.9M2. Refs #2758
Changed selector API for dojo.date. Added dojo.cldr UT. Refs #2758
Fix unit test references so they all run. Refs #2758
format returns null for invalid input. Refs #2860
Handle parse of empty string. Fixes #2930
Part 2 of date refactor, to be continued. Basde on Owen's suggestions. Refs #2758
Get the dojo.date unit tests running again. Refs #2758
apply dojo.date refactor to dijit/dojox. Refs #2758
oops. didn't mean to check in loader. Refs #2758
Replace enum-style args with string literals. Refs #2758
Fixes #2350
More dojo.date refactoring based on Owen's suggestions. Refs #2745
Date refactor -- move helper functions out of dojo.date. Refs #2758
Provide a bit more flexibility to allow null references to be run through the format function, as intended. Refs #2350.
Inline set*OfWeek methods, change paths to get*OfWeek methods to conform to new package conventions. Refs #2758
Thanks, Doug. Missed some regexp special chars. Fixes #3102
Fix millisecond problem on IE by removing timestamp-style arguments, plus some style fixes.Fixes #3112
Replace for loops with dojo.forEach to reduce code. Fix non-strict comparison for month parsing. Fixes #2729
Group space between currency symbol and number with the symbol in the regexp. Fixes #3036
Fixes IE regression. Fixes #2729
added some tabs to make Alex happy :-P dojo.cldr is mostly generated data and therefore really doesn't have any standalone functional tests; dojo.{date,number,currency} ought to include tests which use this data. Refs #2758
Implement options.fractional, set to [true,false] by default for currencies. Fixes #2862, #2860
Forgot to port README for CLDR. Refs #2719.
Refs #3220
Replace Rfc3339/Iso8601 methods with to/fromISOString methods to resemble ECMAScript 4 spec. Fixes #3007
Additional comments. Refs #3007
make iso date unit tests pass with new API. Refs #3007
tests.date.stamp UT was failing on IE. Refs #3007
Use faster regexp methods. Refs #3007
Assume local timezone if none is specified in fromISOString. Fixes #3386
Improve docs. Fixes #3338
Remove instance-based chain/combine methods, fix event connections on combine. Update affected Dijit code. Fixes #3325.
don't need to log these squelches. They're legit. Refs #3453
Break out dojo.Color into its own module. Fixes #3343
missing 'var'. Fixes #3575
Fixes #3605
Replace removeChild with dojo._destroyElement. Refs #1927
Provide translations for dojo.colors. Use mixins to add CSS3 to existing colors in _base. Fixes #3188
Add translation comments, fix a few spellings. Refs #3188.
more spelling fixes. hope I got them all this time. Refs #3188
More efficient color conversion, plus inline docs. Fixes #3667
Fixes #3699
Bogus checkin to test post-commit script. Refs #3699
Bogus checkin to test post-commit script. Refs #3699
Bogus checkin to test post-commit script. Refs #3699
Bogus checkin to test post-commit script. Refs #3699
Bogus checkin to test post-commit script. Refs #3699
Patch to workaround BiDi problems calculating offsets on IE. Fixes #3115
Forgot RTL test file. Refs #3115
Don't try to unload bundles in teardown to restore state. delete isn't sufficient, and we don't do this for any other modules. Fixes #3605
Fixed rgb2hex so that it returns 3 octets, not 4. But I still don't think animateProperty is working right for colors. Fixes #3667
Fixes #3651
Fixes #3699
IE doesn't support iframe.contentDocument. Refs #3720
Ugh. We were off by a scrollbar. Fixed logic in getIeDocumentElementOffset (thanks, Justin) Refs #3720
Put a more descriptive throw in _Templated for missing keys. Don't want to just return an empty string, or the developer may never notice the error. Also allow user to use HTML literals in templates using "!" prefix. Fixes #3700
replace another trim func. Refs #3731
Go back to iterative approach to calculate day/week of year, due to DST bug. Fixes #2587, #2024
dojo.date.difference also fixes #2587, #2024
Fix issue #1 in currency test. Refs #3672
Fix issue no. 1 in currency test for numbers and dates. Refs #3672
Use dojo.fromJson for default case, rather than eval() for clarity and re-use. Refs #2727
Account for the fact that IE doesn't treat nbsp as whitespace in regexps. Refs #3672
am/pm can come before or after the hour. Fixes #3672.
Do whitespace replacement within [] regexp. Fixes #3837
Minor style, spelling changes. Refs #2556
Move source uri hint to end of file (for firebug 1.1) so that it won't throw off the line count in the eval buffer by 1. Refs #3092
Remove bogus char(s). Refs #3938
Rename slideIn/slideOut to wipeIn/wipeOut. Fixes #3917
Rename slideIn/slideOut to wipeIn/wipeOut. Refs #3917
Remove accidental global reference. Refs #4066
Fix parse/regexp with places ranging from 0 to n: "0,n". Fixes #2864, Refs #3906
Initial checkin of OpenAjax hub, r100 (not yet integrated into bootstrap) under Apache License 2.0. Refs #4145
pick up a couple more bytes from array. Use xor bitwise logic on booleans. Refs #3961
Comply with Dojo style. Refs #4145
Use new docparser comment feature for 'faux declaration'. Refs #3961
Fix typo I made in 'faux declaration' of getComputedStyle. Refs #3961
Add comments for isObject plus style mods. Fixes #4424, #3961
Handle "class" and "style" attributes according to IE quirks. Refs #3058
Style and space fix for dojo.isArrayLike. Refs #3961
era was broken. Fixes #4548
Translations for dojo.color. Refs #2389
Fix up German color translations. Refs #2389
Reductions for _base, including:
Fix failure log statement. Fixes #4722
Tolerate no space before am/pm in parse. Fixes #4718
some code reductions. Refs #3961. Throw if json filtered comment fails.
ship a copy of the unicode license with modified ldml. Refs #2719
Just do the registerLibrary call, for now. Fixes #4145
Handle false in parseResults. Fixes #4744
include license text. Refs #2872
it's not a problem with date, and the validation tests pass. strangely this bug seems limited to DateTextBox in Forms? Refs #4760
sorry, didn't understand the original bug report. How's this? (probably close to where we started) Fixes #4744
Perhaps this is slightly better. Refs #4744
In a build, an exact match is required for locale. Fixes #4814
Fix regexp for json comment filtering to accept multilines. Fixes #4829
Test for unmatched substitute. Refs #4763
When formatting time only, do not include a timezone. Fixes #4879
Rename NodeList extension to reflect fx additions. Refs #4480
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]
Fix bugs in _containsValue - wasn't searching the whole list. Use dojo.some. use toString() for regexp match on primitives. Refs #4931. Still needs UT.
oops. remove commented out code. Refs #4931
Alex Russell (338):
git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@7417 560b804f-0ae3-0310-86f3-f6aa0a117693
refs #2550
adding the HTML runner harness. Updating the base test harness.
implements async test harness. Refs #2550
adding getTestCallback() method as discussed with Brian Skinner today in IRC (already doc'd in the porting guide). Almost have the test URL story figured out. Refs #2550
updating with Brian Skinner's excellent suggestions. Refs #2550
changing the names to assert* from is*. Refs #2550
un-eff the browser harness in IE. Refs #2550
ensuring that logging output shows up in the log tab. Refs #2550
adding directories for basic Base APIs and platform specializations. Refs #2500
pulling in the throwaway bootstrap file. Refs #2500
as per private email from James. Refs #2500
porting in the bootstrap for 0.9 modification. Refs #2500
refs #2500
refs #2500
refs #2500
refs #2500
refs #2500
updating the throw-away bootstrapper to reference the new locations of the loader files. Refs #2500
port the command-line tests to run using the most primordial Dojo package loader. Refs #2500. Refs #2550
keep the test system from conflicting w/ Dojo when run in a browser environment. Refs #2550
implements changes that allow both the Rhino and Spidermonkey hostenv's to run the test harness smoke test successfully. Refs #2500
fixes onload code, removes TONS of cruft, and slims the built (browser) bootstrap loader to 11K from 21K. Refs #2500
provide console.* stubs for environments that don't have Firebug. Refs #2500
ensure that all tests get loaded in from tests/_base.js. Refs #2550
ensure that the console is cleared for each test run. Refs #2550
ensure that the play/pause button is in the right state. Refs #2550
dojo.post_load_ --> dojo._postLoad. Refs #2500
dojo.debug --> console.debug. Refs #2500
remove dojo.findModule. It was effing useless. Refs #2500
prevent leakage of an inadvertant global name. Refs #2500
go straight for the document.all case in IE. Refs #2500
ensure that the base loader get added to the mix. Refs #2500
pull in stuff that the Base needs. Refs #2500
beginning port of Deferreds. Refs #2500
refs #2609
initial start at pulling in some of the utility funcs. Refs #2608. Refs #2609
refs #2608. refs #2609
ugg. It's late. Refs #2609
nowhere near working yet. Refs #2610
try harder to get function-only test names, add a minimal test file for the bootstrap, and ensure that test harness self-tests aren't run all the time. Refs #2500
pull in the query system to Base
pull in the query() system to Core
better conformance w/ the refactor document. Refs #2609
refs #2610
adding basic array tests. Still need to add test for lastIndexOf. Refs #2610
removing unused functions. Refs #2610
note to self. Refs #2500
add tests for Deferred and fix Deffered to not use dojo.raise(). Refs #2610. Refs #2609
removing last arg to getObject() after discussion w/ jburke. Refs #2500
from discussion w/ james burke. Refs #2500
ensure that the array methods work correctly on IE/Opera/Safari/etc. Earlier revs were using the removed dj_global and is* functions to tell type. Refs #2610
add NodeList and query to the Base. Refs #2501
start logging error objects directly. Helps us get actual failure info out of exceptions. Huzzah. Refs #2550
brings NodeList and query() up to date. I'm surprised at how small the diff is. Still need to bring in/write tests for them. Refs #2615
fix test-name-finding on Opera. Refs #2550
get debugging output working correctly on the webkit nightlies. Refs #2550
output how many tests need to be run. Refs #2550
tests and updates to the basic lang utilities. Refs #2609
fixing a bug and adding more array tests. Refs #2610
bogus checkin to confirm that #2552 is solved. Refs #2552
adding docs to base loader. Refs #2500
fixing style, updating comments, and un-breaking toJson. Refs #2609
updating docs, expanding description, fixing style. Refs #2609
special-case NodeList in isArray() and use the slightly faster comparators for isFunction. Refs #2609
fix loading on IE. Refs #2609
completing test set for array utilities. Updating utils to use fast-path if available. Fixes #2610.
refs #2597
enable the djConfig attribute on <script> tags that pull in Dojo. Simplifies setting config options. Refs #2500
fixes requireIf's for rhino testing. Refs #2501
make sure that we don't bomb out in non-browser envs. Refs #2609
dojo.raise() is removed in 0.9. Refs #2624
refs #2615
include query() tests. Refs #2615
adds support for:
keep the system from throwing errors when a test page that includes dojo but doesn't have a parent harness loads it. We still get success/failure info at the console. Refs #2550
more fixes to prevent errors with test pages not hosted in harness. Refs #2550
adding dojo.Uri and dojo.moduleUri. Also removing the "walk up" for .* packages. Refs #2500
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.
adding sounds so that success and failure sound like...well...success or failure. Refs #2550
beginning of tests for the NodeList class. Refs #2615
we probably don't want selfTest to always be on when not loading Dojo. Refs #2550
ensure that we actually play the "woohoo!" sound if it all goes well. Rate limits sounds. Refs #2550
more correctness fixes for non-xpath code paths. Refs #2615.
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
a basic summarizer. Refs #2550
seems the cleanup was throwing errors. Fixes getObject() tests on IE. Refs #2500
ensure that we dont' fail when loaded stand-alone. Refs #2550
prevent us from bombing out should we be loaded stand-alone. Refs #2550
adding a first cut at style, DOM, and html utils. Refs #2686
ensure that coords() works at least minimally. Refs #2686
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
adding quirks-mode tests for HTML namespace. Refs #2686
command line tests were b0rken. This fixes. Refs #2500
enable a bit of debugging output for rhino and sm. Refs #2500
porting in dojo.declare() and tests for it. Huge thanks to sjmiles and Steve from TurboAjax for their contribution of this code. Fixes #2692
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.
ensure that object comparison tests can end successfully. Refs #2550
minor updates to address logging issues on Opera and IE. Refs #2550
great catch by Jared Jurkiewicz on async test completion w/ sync results. Refs #2550
dumb error. Thanks again to Jared for catching it. Refs #2550
un-busting NodeList's filter method. Refs #2615
minor change to let root's be IDs. Refs #2615
only branch for setOpacity on IE. Refs #2686
formatting fixes. Correctly detect firefox and IE versions now. Refs #2500
un-fscking NodeList.filter(). Push was pushing *all* the args. Refs #2615
removing async options for _getText. It was completely unused. Refs #2500
fixes byId issue on IE. Refs #2500
fixing strange issues on IE. Refs #2686
IE is a steaming pile. Refs #2686
correctly scope queries. Not sure how I'd missed this. Guess we need more tests for query(). Refs #2615
some reformatting of the fx code to remove use of the dojo._base.fx object. Also enabling it in the default require list for Base. Refs #2710
ensure that we get non-pixel-valued styles without casting and ensure that we do it in a compact and relatively performant way. Refs #2686
ensure that the tests anticipate IE b0rkennes. Fixes more IE6 bone-headedness. Ensures that setting opacity values in IE returns the right value. Refs #2686
Opera reports computed color styles in #xxxxxx format. Test accordingly. Refs #2686
unfscking log output for Webkit and Opera. Refs #2550
make the log output slightly smaller. Refs #2550
use a more accureate success tests. Also make semi-private to allow the xhr* functions to use it directly. Refs #2500
minor style nits. Refs #2609
API location refacotoring, style updates, and reformatting. Refs #2641
ensure that paused groups resume correctly. Refs #2550
first cut of Ajax core + tests. Refs #2711
implement rawXhrPost, add tests for xhrPost(). Refs #2711
code re-ordering to survive the build. M1 tests now pass post-build. Refs #2615. Obsoletes the attached patch.
potential fix for sync requests. Refs #2716. Needs verification
make sure the xhr tests get added to the default set. Refs #2711
refs #2418
give this test more breathing room. Refs #2710
implement NodeList.style() and NodeList.styles(). Refs #2686
adds a delay between test execution. Refs #2721. May fixt it, but it'll need more testing and Jared's verification.
making the console() tests pass on Safari. Refs #2500
making the default CSS file readable. Refs #2597
make body text readable. Refs #2597
make safari/ff work right on OS X. Refs #2597
use our default CSS for the test runner. Refs #2597
use a font that's more available on XP. Refs #2597
starting to make comments readable. Still need more work on this front. Refs #2749
more formatting cleanup. Refs #2749
more NodeList tests. Refs #2615
make our test pages look like dojo. Refs #2597
ensuring that we exercise all the filter() argument sets. Refs #2615
super-trivial diff. Refs #2704
now that we've got lots of test groups, roll them up but make them expandable. Refs #2550
changing the returns of NodeList's style() and styles() functions. Returning a NodeList from them is idiotic. Refs #2615
IE has "issues" with calls to apply() on the COM XHR object. Work around is to directly call into open(). Fixes #2767
committing Scott's new keyboard handling work + tests. Refs #2641. Still needs more unit tests.
I'm a freaking idiot. My apologies to scott and adam for screwing things up for both of them. Refs #2641
fixing runner accuracy in reporting group failure. Refs #2791
moving sounds to the new test dir. Refs #2795
more movement. Refs #2795
moving the browser runner. Refs #2795
final DOH files. Refs #2795
ensure that "doh" has a default mapping (to the anon/committer view layout) in the package system. Refs #2795
tests.* -> doh.* migration. Moving DOH out of Core. Fixes #2795
more tweaking to the defaults. Force IE to cache background CSS images to prevent request flooding. No need to make things unreadably small, 13px is just fine. Refs #2597
removing the Moz x86_64 workaround. FF 1.5 is nearly EOL'd anyway. Refs #2711
adding Ben Lowery's patch for dojo.cookie(). Nice work, Ben. Fixes #2796
ensure that textareas are included in form serialization. Refs #2711
setting native EOL on _base files. Refs #2850
ensure native EOL. Refs #2850
native EOL. Refs #2850
native EOL. Refs #2850
native EOL. Refs #2850
native EOLs. Refs #2850
fix DnD on IE. Refs #2728
fixing formatting for comments. C'mon people, if it doesn't look readable to you, it's not. Refs #2719
roll in the YUI CSS rules now that we've vetted the IP. Should speed up page loading considerably. Fixes #2872.
make sure our test pages look like Dojo test pages. Refs #2597
fixes #2757
break stuff up into individual test fixtures to assist in debugging. Refs #2757
fixes #2913
A modified, dojo-ized, style-guide-compliant version of Firebug Lite for use in
Thanks to Scott Miles for fighting for these methods.
style guide conformance for changeset 8402. Refs #2641
use indexOf instead of regexp's. Bed-lumping _docScroll. Refs #2686
dumb mistake. Refs #2686
another dumb mistake on my part. Refs #2686
patch from Ben Lowery for numeric additions to cookies. Refs #2796
and updated version of html.js from Scott Miles. Passes unit tests and improves performance. Thanks to him for pushing so hard on me to get this right. Refs #2686
cleanup for bed-lumped names. Refs #2686
merging the first part James' patch to add ScriptSrc IO to Core. Refs #2924
merging James' patches (source and tests) for script src IO. Fixes #2911
fixes the tests. Refs #2924
test stub for RPC. Refs #2915
more cleanup from Scott's back-porting. Refs #2686
fixes weirdness w/ nodes that have display="none" on Safari. Refs #2686. Helps to fix a slew of widget-related breakage on shipping Safari.
fixing XHR Post regression added in last rev. Refs #2924
fixes issues w/ context nodes + "> ..." rules. Fixes #2615. New issues on query should be filed under separate cover.
should fix content serialization bug. Brings things closer to style-guide compliance. Refs #2915. Tests are still failing, though.
make sure that the NodeList tests don't bring up the firebug list console when fired up stand-alone. We don't want to screw the results. Refs #2615
animation isn't useful if we can't manipulate colors. Adds dojo.Color class (completely reworked) and adds support for color animations back into the the Base animation system. Wish it were smaller, but it is what it is. Refs #2710
starting port of dojo.behavior to 0.9. Refs #3001
start of work to port to 0.9. Refs #3001
make it possible to declare this store from markup w/ the parser. Fixes #3021
ben's inital port. Refs #2914
merging a (great) patch from peller. Fixes #3033
adding tests for dojo.behavior.
remove spurious debugging. Refs #2710
move the regexes out of the fast path so that there's less chance they'll be recompiled. Drops heavy dojo._Url usage speed by ~20%. Refs #3092
adding test todo file. Refs #3121
make sure things get zindex more correctly on Webkit, Opera, and IE. Refs #3140
give the fx unit tests 15 seconds to finish. They were timing out intermittently before. Fixes #3141
un-effing <em> and <strong> tags so that dojo.css can actually be used in RichText areas. Refs #3010
logging some oversights in testing. Refs #3121
thanks to david schontzler for coming out of retirement to spot some errors in html.js. Refs #2686
adding "json-comment-optional" handleAs type. Refs #2520
fixes #3194. Makes forEach() tollerent of b0rken array params just like the built-in variant. This seems to fix rendering on themeTest.html in which the checkbox widget was passing a null array to forEach.
adding Google Gears detection support. Refs #3252
ensure that repeated showings of a dialog continue to show the background. Improve background show/hide to actually fade things in and out. We want dialogs to be visually attractive. More work on transitions may be in order (e.g., Lightbox effects). Refs #3247
post, put, and delete support from Jared. Fixes #3276
ensure that return order is right on IE/Safari. Fixes #3293
add a connect() method to NodeList so we don't have to do so much forEach()-ing to set up a behavior. Refs #2615
fixing more of the Java-in-JavaScript cruft that pervades the offline code. Ensuring that the _loadedUrls property of the dojo object actually acts as an array. Refs #3252
beginning of move of parser into core. Refs #3365
updates for stubs to improve compat. Refs #3365
some terminology changes to ensure that things "feel" as general as they are. Refs #3365
make query() more resiliant in whitespace parsing for compund queries. Refs #2423
first cut of a <script type="dojo/connect"> system. Refs #3387
source -> event as per discussion w/ Owen. Refs #3387
thanks to Cameron Braid for spotting this typo. Refs #3387
bed-lumping the event connection machinery in the parser. Refs #3193
make sure attribute searches handle all-lower-case variants on IE. Not true case insensitivity, but it's as close as we're gonna get on that browser. Fixes #3438
make sure we're logging errors. Refs #3453
provide animation for node lists. Refs #2615
was missing a passthrough arg. Refs #2615
ensure that connect() works correctly in non-browser hostenvs. Fixes #3530
tests for dojo.parser. Refs #3535
make sure we log our squelches. Refs #3453
adding first-argument preamble plucking. Makes impedence matching easier when you don't want to muge the prototoype's preamble. Refs #3535
updating the parser to:
test for markupFactory(). Refs #3535
making it look a bit better. Refs #3052
adding dojo._destroyElement method. Fixes #2931
implement djConfig.parseOnLoad param. Move tests to use parseOnLoad to signify that they want/need full page parsing onload. Lots of hygene fixes for the dijit test pages. Fixes #3510
adding inline docs for html functions. Fixes #3162
adding isDescendant() and setSelectable() methods. Refs #3121. Still need to update dijit to use the new methods.
turn parsing on in the parser tests ;-). Refs #3682
ensuring the that parser tests pass and that the parser is working for some builtins attrs where it previously failed. Fixes #3682
fixes #78. The name of the ".*" files is now settable via djConfig.packageFileName, which defaults to "__package__". A global, recursive rename is required on the part of users affected by #78, but that's not our issue. mod_rewrite or similar provide a way out.
style nits. comments and docs need fixing badly. Fixes #1837
ensure that XML documents are passed back unserialized on IE, even when it's being lame. Fixes #3294
accepting Eugene's clone() patch. Fixes #3553
adding a toggler class and the start of unit tests for the dojo.fx namespace. Fixes #3641. Refs #3121
slight variable factoring for size. Refs #3961
adding better in-code docs for xhr.js. Fixes #3975
Prevent in-flight leakage on IE. fixes #2357
adding docs for many of the NodeList methods, adding tests for some of them, improving the code structure in general to make it clear that extending NodeList is straightforward, and expanding the unit tests to check for return types from NodeList methods. Still more work to be done there, though. Refs #3244
adding developer docs for dojo.query(). Fixes #3908
fixes to NodeList.map and eliding away the node list single arg ctor method to match IE's (b0rken) behavior. themeTester.html should work on IE now. Fixes #3987
ensure that all unit tests are being run. Fixes #4060
migrate the rather tedious <script type="dojo/method" mode="connect" event="...."> syntax to simply <script type="dojo/connect" event="...">. Fixes #3615
use parseFloat instead of parseInt where appropriate. Fixes #4061
Refs #4080. Makes dojo.declare more extensible
remove some spruious function calls in the fast path on IE. Ensure that form disambiguation code still in play on IE and opera (where it's still, apparently, a problem). Refs #3244
size reductions for NodeList. Refs #3961
clobber cruft function. Refs #3961
no one's using "makeCalled()". Removing it. Refs #3961
size optimizations for loader. Refs #3961
make sure that the doc system picks up _getText but that we don't pay for it otherwise. Refs #3961
some size-related changes and a bit of crusty function removal. Refs #3961
special case the ">" query. Was a major oversight that new tests helped dig up. Refs #3121
IE doesn't recognize "\v" as a whitespace char to be trimmed. Refs #3121
trimming cruft from dojo.Deferred. The toString() was especially useless. Refs #3961
eliminates the native branch for dojo.* array methods. There wasn't a perceptable or testable speed difference and it cost us in bytes. Refs #3961
ensure that type=dojo/connect style scripts work correctly with dijit.Declaration. Fixes #4199
make Joe's license terms 100% specific. Refs #2619
initial cut at a fix for default table styling backoff. Adds new table-specific rule dojoTabular which is opt-in. Refs #4209
start of checkins for syntatic sugar for dojo.NodeList. This doesn't directly add sugar, but other methods will want/need dojo.connectPublisher(). Refs #4205
start of some syntatic sugar for NodeLists. Makes connecting to common events easier as well as changing css class names on a list. Refs #4205.
allow dojo.forEach(), dojo.map(), and related functions to take strings as functions to execute. Need to investigate caching the resulting anonymous functions. Makes operating on NodeLists much easier. Refs #4205
IE methods were being plucked out of the wrong scope. Fixes #4226
NodeList's aren't instances of the parent docuemnt's Array class. Use a test that encodes this data. Refs #3121
make sure that deferreds get results. Refs #3121
fixing scoped execution of connections for Declarations. Refs #4231
make the sorting look right and re-enable row actions. Refs #4217
ensure that dojo.publish() does not stop execution of code following it if the topic doesn't exist. Fixes #4447
add support for onmouseenter and onmouseleave to all DOM Nodes which are dojo.connect()-ed to. Fixes #4307
add onmouseenter and onmouseleave to the shortcuts provided by NodeList. Refs #4307
merging patch from Mike Wilcox (mike at sitepen.com) that adds object inspection and a popup mode to Dojo's integrated Firebug Lite. Excellent patch, needed only the most minor style cleanups. Great work. Fixes #4589
make logging before the console is available not bomb things out. Refs #4589
fixes #4336
D.O.H. uses clearTimeout as well as setTimeout. Support both. Fixes #4621
merging patch from jonu to allow custom errors in Deferreds. Very useful. Fixes #4337
catch the exception in json comment filtering. Refs #3121
re-enable onMouseEnter/onMouseLeave, but this time with some smarts about FF's bugs. Fixes #4307
fixes #2352
make the console usable on IE 6. Refs #4589
make sure that exceptions and such don't fake IE out WRT base URL. Refs #4806
make sure we're accepting string args for the dojo.*Class methods. Refs #4580
updating docs to note string args. Refs #4580. Thanks to ptwobrussell and phiggins for staying on me about it = )
output something saner for most object types. Fixes #4823
Fixes #4821. Fixes #4378. Now NodeLists are just arrays augmented with extra methods. splice() and slice() are still oddballs, but will be fixed shortly (in the same manner).
ensure that dojo.query passes back a node list if it's inadvertently passed in. Fixes #4825
ensure that combinations return a wrapper animation. Also, move all animations to be keyed on a single timing loop for smoother animations when mutliple animations are joined (as in dojo.fx.combine()). Fixes #3477
clobber the "gearsObj" stray global. Refs #4839
clobbery stray global "param" name. Refs #4839
removing a stray global in the test. Refs #4839
usage -> examples. Refs #4820
add spacing for Safari. Fixes #4325
adding first extension file for dojo.NodeList. Refs #4480
making the constructor smaller ('cause we can), adding slice/splice, and moving animations out to dojo.NodeList-ext. Refs #4480. Refs #4205. Fixes #4822
tests for slice/splice. Splice isn't working correctly on IE 6 yet (still digging). Refs #4822. Refs #4205
expanding documentation and reducing file size for dojo.NodeList. Refs #4820
minor doc update. Refs #4820
ensure that if we're in an iframe and the parent has a console that we use it instead. Refs #4823
complete replacement for the tokenization strategy of the query engine. Moved from ad-hoc substring searching to an AST generation/consumption system. The query engine should be significantly more robust in the face of whitespace and funky formatting than before. Code size change should be minimal despite the large-scale change. Expanded tests and a first stab at inline docs for dojo.query. All unit tests pass on FF2, Safari3, and IE 6 and 7. Fixes #4365. Fixes #4640. Fixes #2423.
re-enable query optimizer. Refs #2423
make direct descendant selectors more robust when they occur at the end of a selector. Fixes #4364
make sure we get animations to combine. Fixes #4924
make the bootstrap smaller through scope protection closures now that the doctool is picking everything up. Big props to Neil for making this possible (and safe). Refs #3961
allow colons in IDs, names, etc. Fixes #3520
updating for removed "!=" selector in dojo.query. Also, size reductions. Refs #3961
cleaning up a stray debugging call, removing the non-standard ":contains" selector, fixing ":empty", and adding tons more unit tests. Refs #3121.
ugg. I keep forgetting to re-enable the query optimizer! Refs #3961
docs for dojo.loaded and dojo.unloaded. Refs #4820
make dojo.delegate public and add docs. Refs #4820
add back in docs for deprecated() and experimental(). Refs #4820
updating inline docs such that they get picked up by the parser. Refs #4820
minor nits. Refs #3961. I'm still very unhappy about how much space the gears detection code takes up.
keep "pStart" out of the global namespace. Refs #4839
keep declare() from leaking stray globals when there's no superclass. Updating docs for parser conformance. Refs #4839
go with "example" instead of "usage". Refs #4820
clean up doc formatting and a bit of structure. Also some code size reductions. Refs #4820. Refs #3961
fixes editor drop-downs. Refs #4171
good spot by Neil. Clobbering stray global. Refs #4839
minor doc updates. Refs #4820
minor doc update. Refs #4820
minor doc updates and formatting for debugging. Refs #4820. toJson() no longer tries to handle DOM nodes. Fixes #4186
documentation updates. Refs #4820
documentation updates. Refs #4820
minor formatting updates. Refs #4820
minor doc formatting updates for readability. Refs #4820
clean up doc formatting. Refs #4820
comment formatting cleanup. Refs #4820
update for dojo.cookie() docs. Refs #4820
doc updates to ensure that we capture the optional property bags correctly. Refs #4820
updating Safari version detection code to give us a real major version number. Using that update to ensure that we get/set iframe properties correctly in dojo.io.iframe. Fixes #5012
Using r11393 to create a tag for the 1.0.0 release.
Ben Lowery (16):
fixes #3059. add in proper provide
switch to _base class functions. fixes #3087
fixes #3133. force extractRgb to return an array of number instead of an array of string for rgb(0,0,0) style strings
refs #3133. remove unneeded function wrapper
fixes #3742. add support for native array iteration methods for safari3
refs #3742. fixup little whitespace issue.
refs #3769. add a test case that allows array to be tested from a browser-based environment.
refs #3769, refs #3742. Revert change to enable native array iteration methods
fixes #4586
testcase for delay. refs #4586
Fixes #4741. Reduce timer to 200ms, matching 0.4's impl
Fixes #4647. Comment out calls to console, except for diagnostic call for x-domain.
Fixes #4777. Consistent hash handling and test cases added to dojo.back
refs #2914. Fixes initial state storage by using normalized getHash function, scopes safari2 history hack, speeds up checkLocation just a tick
fix up docs a bit. refs #2914.
they're not wrong, they're just in need of some love. refs #2914.
Bill Keese (24):
Fix typo in previous checkin to this file.
fix typo. refs #2500
Unit test for dojo.map. Not working on IE. Refs #3243.
Fixes #3243, which was failing because dojo.map() wasn't passing the idx and this
Refactor dojo.dnd._getOffset(), fixing problem with border calculation and
More dojo.query() tests.
Every node on IE defines "removeChild" as a native attribute,
Declare url as a string for the benefit of the parser.
Standardize on "label" (not caption). Fixes #3288.
dojo._destroyElement argument doesn't necessarily have a parent node,
Add tests for parsing "checked" and "disabled" attributes. Refs #3633.
Make slideIn()/slideOut() assume a natural height for the node, rather
Fix various IE problems with parameters that are builtin function names,
Following dojo (core)'s lead, make dijit.js include certain modules by default,
Fix comments (evt is obviously not optional). Refs #2556.
Fix *re*-execution of animations with start/end points specified as functions. The function references were getting overwritten on the first execution.
dojo.style(node, "height") can return "auto" or "" on IE rather than a number,
Fix comment to match code. Fixes #3869.
Fix parser bugs reading disabled/checked, and also b="false" and foo="" type
On IE7 Alpha(Filter opacity=100) makes text look fuzzy so remove it altogether.
Fix setSelectable() on IE to affect the selectability of all the subnodes.
make sure that map returns a NodeList. refs #3244.
Fixes #4338: allow setting widget startup methods via <script type="dojo/method" event="foo">
Disable onmouseenter and onmouseout until #4307 is fixed on FF. (Refs #4307.)
Brad Neuberg (2):
fixes #3339: dojo.isGears incorrectly initialized
fixes #3440
Brian Skinner (11):
JsonItemStore: replaced some spaces with tabs, and removed attribute-item in doc strings. refs #2891, #3291
Fixes #3369
fixes #3627
fixes #3629
refs #3632: [dojo.data] in JsonItemStore file format, change {reference: to
refs #3630
fixes #3654
fixes #3669
fixes #3669
this time for sure...
fixes #3873 -- Bug in ItemFileWriteStore that would show up when using a file that did not specify an identifier and then calling newItem() after calling deleteItem(). Changed deleteItem() to place null values in the _arrayOfAllItems, rather than removing elements from the array. Should also improve performance of deleteItem() and revert().
Bryan Forbes (7):
refs #2710
refs #2710
refs #2609
refs #2710
refs #2710
refs #2710
fixes #4239 - code size reduction and optimization for dojo.fx.slideTo.
Douglas Hays (6):
Fixes #3378. Change clientWidth/Height to offsetWidth/Height in _getContentBox and adjust calculations accordingly.
References #3621. Change array delimiter in the parser to comma from semi-colon to align with JSON delimiters and to allow HTML special characters like
References #3621. Fixed parser test page to use commas instead of semi-colons.
Fixes #2982. Changed ele.id to ele.attributes.id.value. Added a testcase for the IE getElementById bug.
References #3985. IE doesn't always set item.selected=true for the value attribute.
References #4034. Change the str2obj to return NaN for value="" wrt number attributes.
Dustin Machi (27):
refs #2915 . Reorg of rpc
refs #2915 . Reorg of rpc
refs #2915 . Reorg of rpc
refs #2915. Reoorg of rpc
refs #2915 . Reorg of rpc
refs #2915 . Reorg of rpc
refs #2915 . Reorg of rpc
port rpc to 0.9 and fix some other tickets along the way, fixes #2750 , fixes #2303 , fixes #2185 , refs #2915. There is still a json serialization bug, but its almost done
fixup a couple of test errors, rpc tests now pass, refs #2915
more work on rpc service. Add string arg back in for automatic retrieval of smd if desired. moved constructor from JsonService to RpcService in preparation for enhancement. add new tests for this functionality. refs #2915
port YahooService to 0.9 as a generic JsonPService, refs #2915
remove trailing comma. Fixes #3322
Rename JsonPService.js to JsonpService.js for consistency with the io system. fixes #3237
update json serializer to produce yaml compliant output. also fixed dependent xhr test. fixes #1889
fix some Rpc bugs. references #3111. references #2915
fixes to some rpc tests and show a useful error for tests that we know are going to fail when accessed from file://. fixes #3111
change the error thrown by a deferred on cancel so we can identify it is of this type. refs #3442
fixes empyt param case in jsonpservice. fixes #3443
add in smd to the rpc obj, fixes #3457
add timeout param to jsonpservice. fixes #3538
fixes #3403
port DeferredList from 0.4 to 0.9. refs #3499
fix scope issue with deferredLists. fixes #4687
fixes deferred list return problem. fixes #4240 execept issue 3 which is the expected behavior though admittedly can be confusing at times.
add inline docs for DeferredList. fixes #3499
update documentation and fix a few minor bugs like comments in the yahoo smd causing the tests to fail. refs #4750
fix rpc so it can accept (convert) a dojo._Url object when passed this as its parameter. Cleaner solution to the last checkin's little test hack. Fixes #4750
Dylan Schiemann (3):
refs #2423, add test showing dojo.query whitespace pickiness
add an additional dojo.query unit test, refs #3427
fixes #2237, handle case for RPCService where an error object should be returned instead of a string
Eugene Lazutkin (87):
ported DnD2 to 0.9 as DnD with all tests, there is a small bug related to dojo.connect(), which will be fixed later; refs #2728.
Fixes #3116 --- undefined variable.
Multiple style bugs prevented dojo.hex2rgb() from workin on IE. Fixes #3119.
Making sure that dojo.blendColor() works under IE, with wider range of arguments; added all 16 HTML4 colors from the CSS3 color module --- we need to support at least those. Fixes #3123.
Updates the alpha value of the "_cache" member. Fixes #3128.
Replaces direct access to className to indirect getAttribute(), which is better supported. Minor performance improvement for dojo.addClass(). Fixes #3225.
Replaces the last instance of direct access to className to indirect getAttribute(). Fixes #3225.
Reverting the previous change. Refs #3227.
Refs #3225. Mostly reverting previous changes.
Minor stylistic changes. Fixes #3227.
Bug: moving items without a current item raises an exception. Fixes #3246.
Bug: an empty drag is possible. Fixes #3230.
Moves the dragged node to the body to avoid esoteric settings on nodes parents. The fix works on FF and Opera, but has some subtle shift on IE. Fixes #3178.
Switched from manual code to dojo.marginBox() for all element movements reducing the code size in the process. Thanks Scott J. Miles! Fixes #3249. Fixes #3255.
Reverting the change to fix #3178. Refs #3178.
Making sure that the correct document is used for move operations. Tahnk you, doughays! Fixes #3298.
Implements enhanced styles of drag detection, and customizable Mover. Includes box-constrained, and parent-constrained movers. A grid mover is implemented as an example of custom mover. Refs #3223. Refs #3224.
Fixing typo (thx Anni Hienola), and slightly restructuring the code to accomodate for new dojo.unsubscribe() syntax. Fixes #3331.
For the lack of better place I ported flickr_demo.html to dojo/tests/dnd/. Fixes #3334.
Added a missing mouse button state change. Fixes #3316.
Increased the distance between the cursor and the avatar. Fixes #3341.
Now ESCAPE cancels the drag. Fixes #2214.
Added docs, changed the API for dojo.dnd2.parentConstrainedMover to make it more flexible, fixed static positioning of a parent, broken absolute positioning of a parent. Refs #3224.
Typo fix. Refs #3297.
More typo fixes. Refs #3297.
Updates to accomodate new refactored html.js, and minor typo fixes. Refs #3224.
IE-specific fixes. Fixes #3224.
Added the customization for copyOnly sources. Refs #3229.
Added global and local classes, so programmers can change UI during the move. Added topics to indicated that the move has started and ended. Fixes #3371.
General cleanup and a typo fix. Thx, Scott. Fixes #3229.
Cleanup. Refs #3229.
Implemented autoscroll. Tested on FF, IE, Op, and Safari -- the last two suffer from giblets --- probably need to file bugs to them. Implemented a condenced version of getViewport(). It is quite small --- probably it should go to html.js.
In order to stop critics I've implemented dojo.dnd.Target for them. Enjoy! Fixes #3568.
Forgot to add one more thing. Refs #3568.
Added a try guard against some FF-related quirks. See the ticket for details. Added a test for this kind of problem. Fixes #3370.
Refactored autoscroll, minor cleanup. Implemented dojo.dnd.autoScrollNodes(), but at the moment it works only on FF --- apparently dojo.html methods do not isolate us good enough from idiosyncrasies of different browsers. Will investigate more. For the new method is not used anywhere. Refs #1597.
Added xhrPut() and xhrDelete() tests. Corrected an IE-specific bug (the trailing comma). Refs #3121.
Added rawXhrPost() test. Refs #3121.
Updated TODO. Refs #3121.
Added testClassFunctions(). Refs #3121.
Implemented an inexpensive space trimming for class strings. Refs #3121. Fixes #3604.
Added more tests for semi-public box functions. Refs #3121.
Added a todo item: need tests for dojo.place(). Refs #3121.
All topic names are normalized from the camel case to the folder case. Fixes #3649.
Removed selectors and filters, switched to dojo.query() selection, implemented the Dojo markup for DnD (no move yet), added examples. Refs #3650.
Minor normalization of user-supplied functions. Refs #3650.
DnD move is adapted to be used with the Dojo markup. Fixes #3650.
After multiple consultations I am committing a table of all named CSS3 colors. It populates (replaces) dojo.Color.named table. Because it is out of the core we don't sweat too much about its size => it is not manually compressed. Fixes #3188.
Implementing moving and cloning nodes, when there is no creator function. Fixes #3664.
Added dojo.trim() (one-liner), and dojo.string.trim(). Thx Steven Levithan. Fixes #3731.
New implementation of dojo.Color as an object, support for common CSS formats, updates to utility functions, optimizations for fx.js, expanded test cases, minor updates to dojox.gfx. Refs #3652.
Added one more test for dojo.Color. Fixed dojo.data test, which used dojo.Color. Refs #3652.
Added full CSS3 component recognition (rgb, rgba, hsl, hsla, and rgb/rgba with percentage values).
Reduced size of dojo.Color, removed almost all type checks, changed the signature of dojo.blendColors(), and updated dojo.fx accordingly, dojo.Color.sanitize() moved to the core, added dojo.colors.makeGrey(), changed tests, added tests for dojo.blendColors(). Thanks, Adam. Fixes #3653.
Replacing the dndItem class with already defined and already in use the dojoDndItem class. Fixes #3846.
Changed zIndex of avatar to 1999 --- it ensures that it is above any pop-up widgets. Minor typo fix in docs. Fixes #654.
Minor cleanup. Refs #3875.
Abstracted access to the data map. Fixes #3923.
Added a parameter to handle form elements. Fixes #4032.
Reverting back changes, which were lost during the dojo.declare cleanup. Refs #4069.
dojo.removeClass() changes the className only if it is different after removal. Refs #4125.
Yes, it was the Firebug-Lite all along, who triggered some bizarre bugs in IE. This simple fix takes care of it by delaying the Firebug CSS loading. Fixes #4157.
Replacing images with a new normalized set. Refs #3100.
Created new dnd.css, images moved to resources, all DnD-related tests and demos are updated, Flickr Viewer is tweaked somewhat. Refs #3100.
More tweaking to Flickr Viewer, removed gif files. Refs #3100.
Removed English text from the default Avatar. Added an example on how to override the text using a custom code to Flickr Viewer. Refs #3100.
Fixed typo in html.js. Tweaked the default DnD avatar for better visibility. Fixes #4210.
Removed reference to dojo.lang.repr() --- it didn't harm, but we can save a few bytes by removing it. Thanks, guest! Fixes #4208.
Now when dojo.dnd.Mover publishes a topic, it passes itself as a parameter, instead of a node. The node is still accessible from it as a "node" member. It gives more flexibility including the access to the latest mouse position, which is updated automatically on every move. Additionally subscribers can customize a mover on the fly.
Splitting Mover and Moveable from move.js. Refs #4430.
Moved topics from Mover to Moveable. Refs #4430.
More moves from Mover to Moveable. Refs #4430.
dnd: typo fix --- fixes #4799, thx jbondc for bring it to my attention.
dnd: fixes #4140, thx blowery for the enhancement suggestion.
dnd: fixes #4673.
dnd: missed one place the first time around, added a test for start/stop events, fixes #4799.
dnd: propagating changes from DnD to Moveable, refs #4673.
dnd: propagating changes from DnD to Moveable, refs #4140.
dnd: implemented optional drag handles for DnD items, added a test demonstrating the usage, fixes #4840, thx manishaNC for the suggestion.
dnd: modified the behavior of the drop in case of moving items withing a source, fixes #4585, thx sarkasm for the suggestion.
dnd: partial refactoring of dnd.move, which preserves the old API, but provides new facilities, refs #3695.
dnd: constraints implemented with special Moveables instead of Movers, refs #3695.
dnd: temporary removing files to change their case. Refs #4430.
dnd: re-adding files back with the correct capitalization. Refs #4430.
dnd: temporary removing two more files to change their case. Refs #4430.
dnd: re-adding files back with the correct capitalization. Refs #4430.
dnd: reflect changed capitalization of some DnD files. Fixes #4430.
Fredrik Johansson (1):
Allow setting a property to false from markup, Fixes #3832
Heng Liu (2):
fixes #2877
fixes #2878
James Burke (76):
Refs #2500. Tests for dojo.getObject()
Refs #2500. Adding some tests for loader.js
Refs #2500. Starting tests for hostenvs. Might not be working in rhino and spidermonkey
Refs #2607. Fixing up baseUrl so it works right after a build.
(merge from 0.4 branch) Fixes #2683. Loading local modules after page load should work now.
Refs #2608: Change _baseUrl to baseUrl to allow developers to make url paths relative to it, also make Uri() constructor private, since we might want to change it to make it simpler. Waiting to see if there are use cases that require its current complexity.
Refs #2608. Changing dojo.global() and doc() to properties for smaller code size and performance. No credible use case to have them as functions.
Refs #2608. Get the unit tests in rhino to work, except for json tests. Rhino does not serialize object properties in the same order as they appeared in the source string. Probably something to do with for/in loops not guaranteed to happen in any particular order. We just get lucky in the browser. Need to possibly rethink the tests for it.
Refs #2608. Fixes json tests so that they pass in Rhino.
(merge from 0.4 branch) Fixes #2683. Did not fix debugAtAllCosts case with previous fix, and I was trying to fix it in the wrong way.
Fixes #2747: _byId was defined after it was first used, and the dojo compressor stripped it out.
Refs #2771. An edge case when loading local and remote modules via xd. Second part of fix comes over when loader_xd.js is ported.
Refs #2911. Get jsonp callbacks working.
Fixes #2989. preventCache is now supported for IO calls
Refs #2911. Get jsonp callbacks working. Forgot a test file.
Refs #2748. In process of porting loader_xd.js to 0.9. Not working yet (particularly for i18n)
Refs #2990. Moving firebug out of base, but keeping it private. Confirmed with Alex.
Refs #2990. Updating firebug console references to the right place.
Refs #3237: changes dojo.io.script's jsonpParam to callbackParamName
Fixes #3065, adds load, error, handle function callback support for io methods.
Fixes #3240: adds guards around module code to avoid redefitions in layered build scenarios
Refs #2748. Getting xd loader working. Not quite there yet.
Refs #3252, matching the part in r9012 about ensuring that the _loadedUrls property of the dojo object actually acts as an array
Refs #2748. Include dojo.i18n in dojo.xd.js. Otherwise, the logic was getting complicated to dynamically load it, and wait to process requireLocalization calls after it is loaded. With dojo.i18n included, dojo.xd.js gzipped is 27146 vs. 25477 without it (dojo.js is 23062 gzipped).
Fixes #3340: Gets rid of an odd activexobject error sometimes showing up in firefox firebug.
Fixes #3340: Second try. Previous attempt bypassed safari (thanks Bill for the catch). Gets rid of an odd activexobject error sometimes showing up in firefox firebug.
Fixes #3388: Converted firebug lite to work as a div in the page instead of an iframe. Now usable in xdomain cases.
Refs #3425. Updating version string
Refs #2912. Starting port of IframeIO. Just doing a copy over first.
Refs #2912. Porting dojo.io.iframe. Not there yet. Also made io arg handleAs understandable in xhr code.
Refs #2912. Porting dojo.io.iframe. Not there yet. Got one very simple test to work. Still needs more tests.
Refs #2912. Got an upload test working. Not part of doh unit tests since it requires user action to select a file to upload. It works in Firefox. Need to test other browsers and add an HTML response test.
Fixes #2912. dojo.io.iframe ported. Tests succeed in IE 6, Opera 9.21, Safari 2.0.4 and FF 2.0
Refs #744. Test for the window.eval issue in IE and Safari.
Fixes #3500. Bad cancel() reference.
Fixes #3509. Timeout path in general for io operations fixed, and specific issues in dojo.io.script were addressed. Thanks to dmachi for the timeout test file.
Fixes #3139. Using the standard dojo.addOnLoad() to initiatilize the console div. Seems to fix the problem.
Fixes #3534. args.url query params are not added to the list of params inside of dojo._ioSetArgs, but query params discovered as a result of dojo._ioSetArgs can be added to the querystring for qualifying http methods. The result is that the input args.url is preserved with its querystring params.
Fixes #3577. Obsolete dojo.render reference.
Fixes #3507: canceled deferreds get an error object with dojoType property of cancel.
Fixes #3526. IO docs. Also updated port guide at http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/io-transports-ajax
Fixes #3588. Use new dojo._destroyElement call instead of removeChild
Fixes #3702. Loading local i18n bundles was failing.
Fixes #3978. Using dojo.doc instead of document inside of dojo.io.script.
References #1140. In the timeout case, remove the script tag immediately instead of waiting for the next 50ms check. Some oddities with some browsers noted in the test page, but I will file bugs with the browser vendors once this test is in the nightlies.
Refs #2319. Remove script elements in the jsonp style of usage that have already succeeded. This is not the fix though, and not sure if there will be a complete one without engaging browser vendors. Even in a test I did before without using dojo, just simple script attachments and removal of nodes when it was done, I saw a few bytes leaked on each call (I think the amount depends on the size of the response in the script).
Fixes #3733: Exposes semi-public method to cancel all pending IO requests.
Fixes #3724. Now IE 6 should pass xhr unit tests. Note that only testing from a server is officially supported, given that the tests try to do PUTs and DELETEs, which do not make sense for local files.
Refs #3733. Need to put the function definition above the call, otherwise bad things happen with shrinksafe.
Fixes #2765: calling dojo.addOnLoad inside a dojo.addOnLoad after doing an xdomain dojo.require() should work now.
Fixes #3743. Need to wait until after browser_hostenv does script tag parsing for djConfig. Doing a copy/paste job in all hostenvs to avoid bloating base by having duplicate check in loader.js.
Refs #2713. Should have been part of previous commit.
Fixes #2713 #4085 #3801. Flattened bundles for i18n layers should work in xd and non-xd load cases now. Also brought over some xd fixes that were made after the 0.9 code was copied from the old trunk.
Fixes #3984: adds a djConfig option to turn off the json-comment warning when using handleAs: 'json' with the xhr calls. Changed the handleAs names for dojo.io.iframe to be consistent with xhr handleAs names. Using dojo.fromJson in the dojo.io.iframe 'json' handleAs logic branch. Added some more unit tests for dojo.io.iframe.
Fixes #3973. Support BASE tags. Does not work with Opera 9.22, but it could be a general issue with Opera, base tags and XHR loading. Still would like to fix the core issue of why we need a dojo._Url call in here, but can't seem to crack it.
Fixes #3845. Needless double transform of form info, but also pointed to an issue with dojo.queryToObject, it was not calling decodeURIComponent for the query names. Fixed that too.
#Fixes #4195. addOnUnload not being called. Resulted from r10151. Adding a simple test and cleaning up docs (thanks to liucougar for pointing that out).
Refs #4183. Porting XHR IFrame Proxy. Cleared core change with Alex.
Refs #4183. Porting XHR IFrame Proxy. Need to pass args object, not URL.
Refs #4224. Removing document.domain references. Tested on FF 2.0.06, Safari 3.0.3, Opera 9.23, IE 6 and IE 7.
Fixes #4288. Bad variable reference from a refactor. Fixes loading if the page uses an xdomain baseUrl and relative paths to that for the modulePaths.
Refs #4331. Adding conditional comments to strip out functions duplicated in dojo.xd.js.
Refs #4398. Add LICENSE file.
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.
Fixes #4259 and #4330. Fixes for form values with multiple names and for selects with multiple selected options
Fixes #3583. Introduces debugAtAllCosts support via dynamically loading loader_xd.js and a debug support file. Requires use of dojo.addOnLoad() to work.
Fixes #4327. Single quotes in the value where causing trouble. Patch from schallm, CLA on file. Thank you.
Fixes #4495. The extra set () should avoid the jslint error.
Refs #739. Have xd loader use same comment removal code as the build system, so behavior is consistent. Also makes xd loader smaller.
Fixes #3944. Prevent bad code that adds things to Object.prototype to cause errors in xdomain loading. Not bullet-proof, if an Object.prototype property is added that is a boolean true, xd loading will fail, but hey, don't do that to Object.prototype.
Refs #4499, removing unused exactOnly argument to dojo._loadModule()
Fixes #4938. Removing .* to __package__.js support.
Refs #3961. requireInto is not ready for prime time yet. In particular, it will not work with xd loading. Removing for now, to help reduce base.
Refs #4820. Format the kwArgs docs for IO methods so they show up nice in the parsed docs.
Refs #4820. Try to avoid the user from hitting a bundle loading error case.
Fixes #4978. Remove duplicate mousemove, and reorder names alphabetically.
Jared Jurkiewicz (46):
Minor update that fixes #2801 Doc updates for clarification and a new
Simple update to UT. refs #2845
Fixes to minor issues such as a var name consistency issue and a spacing nit. fixes #2891
Checking in application of Michael Smith's #2542 sorter patch + UT +
Applying two patches from Michael Smith for minor documentation updates (dojo.data.util.simpleFetch_20070429.patch and dojo.data.api.Read_20070501.patch). refs #2542
Adding in queryIgnoreCase option into JsonItemStore (from dojo.data meeting on 2007.05.01 ) refs #2909
Minor update to JsonItemStore tests to remove functions from the global space. refs #2950
Simple conformance tests for JsonItemStore. refs #3109
Committing in minor updates. refs #3185
Committing in fix for warning about comment filtered Json in JsonItemStore. fixes #3098
Fix to handle null cases, as well as a performance fix + UT. fixes #3153
Putting in performance patch. refs #3261
Updated API files for dojo.data to remove use of dojo.unimplemented. refs #3220
Commiting in minor change to remove the attribute-item concept from the API. fixes #3291
Checking in minor API addition. refs #3207
Adding in getLabel API. refs #3299
Minor doc updates for identity. refs #3358
Trivial cleanup. fixes #3372
Removal of now unused test data. fixes #3362
Updating UT for JsonItemStore. fixes #3361
Minor tweaks to the Notification docs. refs #3358
More minor doc updates. refs #3358
API update for dojo.data.api.Identity. refs #3554
Checking in fix to the date serializer to use dojo.date.stamp to use ISO formats for storage and default serialize/deserialize. fixes #3679
Update to testcases to get around a problem with Rhino running the UT. Further investigation should still be done.... fixes #3729
Fixing minor issue with RPC tests and Rhino. fixes #3730
Updates to custom data type handling. fixes #3792
Trivial fix in ItemFireWriteStore fixes #3824
Patch to 0.9 for form handling issue. fixes #2844
Fixing browser host env to get local file loads working on IE 7 (and providing option to force ActiveX xhr all the time if so desirred.) refs #1990
Adding a small bit to the Write API. fixes #3862
Minor doc update that was missed. refs #3862
Deliberately trying to commit a file that won't pass UTF-8 checks. If this gets in, the check doesn't work. refs #3938
Checking if fix to non-tf8 char. Byte emcodin check didn't catch the bad bytes. Fooey, validator test failed. Restoring to good file. refs #3938
Removing accidental global. refs #4066
Updates to handle multiple fetches odduring at data load time. refs #4067
Minor fix to save. fixes #4394
Minor fix. fixes #4481
Another minor ref fix. refs #4394
Minor fix to sorter. fixes #4491
Updating error message. fixes #4629
Fix for identity problem. Fixes #4691
Minor fix to squelch warnings, refs #4829
Committing in minor enhancement for RPC. fixes #4888
After more looking, I don't think you can do jsonp comment filtered. So reverting #4888. refs #4888
Couple UT. fixes #4931
Karl Tiedt (2):
fixes #4516
fixes #4818
Neil Roberts (7):
Refs #4612. Lines can't start with keywords
Refs #4820. Updated examples and descriptions that use code to work with tomorrow's API tool update.
Refs #4915. Might as well clean up comments as well
Refs #4820. Update documentation
Refs #4820. Cleaning up documentation
Refs #4820. Documentation updates
Refs #4820. Documentation updates
Owen Williams (4):
fixes #2629 -- ads prettyPrint option to dojo.toJson, added JSON tests to harness
fixes #3227 Add dojo.toggleClass method. See bug for details.
fixes #3225 adding quick check so we don't perturb class on removeClass unless class was found
refs #3151
Peter E Higgins (7):
adding default list of dnd-based classes and make tests follow along.
reverting parser.js changes from chengeset 9557. broke: TabContainer,
fixes #3405 - callback goes unused in example in documentation.
fixes #2103 - by documenting the easing object some, and adding more inline docs for core fx + dojo.fx
refs #4611 - small doc fixes to loader.js
refs #4611 - cannot have (lowercased) reserved words as the first word
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.
Robert Coup (3):
Fixes #3801
Revert [9708] and make dojo.requireLocalization smarter about local vs xd when we're in a cross-domain scenario. Break out check for xd or local from _loadPath to support it. Refs #3801
Add a warning instead of throwing an obscure exception if dojo.back.init() hasn't been called. Fixes #3861.
Scott J. Miles (66):
First draft of new connect/event stuff. Refs #2641
Event.js: all browsers: set keyCode to 0 when charCode has a value, norm CTRL-BREAK to CTRL-c where possible, IE: use native keypress for ESC and ENTER
Repair test by using dojo.marginBox to measure height. Refs #2710.
Rearrange dojo.style so it doesn't call getComputedStyle unless needed. Refs #2686.
Help fx.html work in IE: ensure integer endHeight, set overflow: hidden to allow resizing test node. Refs #2848.
Remove vestigal argument to "dispatcher". Refs #2641.
Check for built-in constructors that do not expose "apply". Refs #2691.
Make sure stealth onkeydown listeners are disconnected with their progenitors. Fixes last known missing requirement for event.js. Refs #2641
foo should be "foo", my bad. Refs #2848.
Add another trap for read-only keyCode on IE, refs #2882.
dojo.event.addListener was returning the wrong function, refs #2894.
Another round of revisions to connect and event. Refs #2641.
Fine tuning in connect. Redo IE keyboard magic in event.js so it actually works. Update docs. Refs #2641.
Fix bug (x2) setting stealthKeyDown flag. Thanks Doug. Refs #2641.
On Mozilla, printable chars have a 0 keyCode, trying to simulate that on IE clobbers regular key handling. Refs #2958.
Fix test that was using the console instead of the test object. Refs #2641.
Error trap in 'inherited' was in the wrong place. Refs #2692.
Special event handling for CTRL-ENTER on IE. Refs #2886.
More repairs due to side-effects of trying to clear keyCode as on Mozilla. Just eliminating that part of the normalization for now, it's not necessary. Refs #2886.
Tweaking the box getters and setters to deal with scrollbars, change boxMode to boxModel, assume border-box on IE5.5. Refs #2686.
Make _getMarginBox return proper left/top. Refs #2686.
Fix mixin specifity issue. Additional general optimizations. Refs #3030.
Fix typos. Refs #3030.
Make _getMarginBox left/top always be at least 0 (vs. NaN). Refs #2686.
Messed up and forgot to commit updated test. Refs #3110, #3030.
Change some "this" to "dojo". Library functions are generally callable in any scope. Refs #2686.
Add an exception for a bad hitch, refs #2609.
Trap extra calls to Object constructor. Refs #3030.
Inline docs for subscribe/unsubscribe/publish, refs #3161.
Minor comment edit on subscribe, refs #3161.
Update test for new unsubscribe syntax, refs #3154.
Privatize add/removeListener, client code should just use connect/disconnect. Refs #2934.
Fix _toStyleValue caching, refs #3295.
Non-ideally, remove assertions that are not be on WebKit, allow tests to pass. Refs #3198.
Safari: add a null test and return a golem object from getComputedStyle if necessary. Refs #2686.
Add DnD test for parent_constraints with margins. Refs #3320.
Forgot to account for border when switch between client and offset sizing. Refs #3297.
Add overflow: hidden to parent in DnD test to avoid confusion about the results. Refs #3320.
Unify connect and event listener interfaces. Change disconnect package to hold a direct reference to a listener. Introduce IE6 leak protection for custom (non-DOM) events on DOM-nodes. Refs #3391.
Repair blunder in connect, now connect target should correctly return it's value. Had to effect the change in the leak-proof listener also. Refs #3503.
Refactoring of html.js. Refs #3552.
Restrict Safari margin hack to nodes that are not position: absolute, allowing more tests to pass, refs #3515.
Change addOnUnload events to fire at window.onbeforeunload (except on IE), refs #3567.
Numerous additional tests for html.js courtesy of Steve Orvell (TurboAjax Group). Refs #3566.
Fix test names. Refs #3566.
Prevent _getMarginBox and _sumAncestorProperties from calling getComputedStyle on non style-bearing objects (i.e. document). Refs #3620.
Comments hopefully clarified, refs #2556.
Implement mixin semantic as an inheritance tree to support robust "inherited", refs #4068. Support improved initializer syntax, including deprecation warning for older style, refs #4069.
Reduce footprint of boilerplate constructor by simplifying closure, refs #4068.
Additional (crufty) filter for native toString implementation in dojo.mixin, refs #4071.
Don't select a prototype tree for 'inherited' that doesn't contain the target method at all, refs #4068.
Less zealousness when clobbering keyCodes in preventDefault for IE, refs #4064.
Monster commit to update uses of declare to new cleaner syntax, refs #4069. Changes are 99% syntactic only. If you have a problem, let me know and I will help you fix it asap.
Fix files that got messed up when merging changes, refs #4069.
Make sumAncestorProperties do what it says it will do (+test), fixes #1965.
Make toPixelValue translate 'medium' to 4, hack refs #3874.[[BR]]
[[BR]]Aggressive leak protection on IE7 (which is more broken than we had hoped), fixes #4141.[[BR]]
Comment out unused dependency on PEAR, fixes #4158.
Prevent duplicating 'preamble' in intermediate delegates, fixes #4243.
Call "postscript" method after construction, refs #4243.
Add 'extend' method to declared classes (not instances), fixes #4348.
Repair _watchInFlight loop, fixes #4386.
Style faux pas, refs #4386.
"." becomes "+", fixes #4449.
Ensure non-null 'props' before dereferencing, fixes #4532.
No reason to put intermediate delegates into any namespace. Prefer simply removing this code. Refs #4839.
Tom Trenka (9):
Refs #2597. Start of a default stylesheet. Includes some (but not all!) of YUI Reset, and defines a baseline for content-based materials.
Refs #2597. (Hopefully) proper attribution made WRT YUI Reset; added table definitions and tests.
Refs #2597. Uses @import to pull in YUI reset, to avoid IP issues.
Refs #2597, adds rule for ordered lists.
Refs #2597. Moved test to new test directory.
Refs #2597. Changed font to Tundra default.
Refs #2597. Consolation of some rules.
Fixes #3051. Provides basic inline documentation as to the purpose of the stylesheet, and what it will do to a web page that uses it.
Refs #4209. Testing for the dojo stylesheet change with the addition of the dojoTabular class for tables.
Torrey Rice (1):
removing Myriad Pro from the CSS for various reasons, one being that there are a number of overlapping issues in Firefox. The other being that most people don't have this font anyways so we shouldn't really rely on it as our default font. fixes #4429
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 42fb461 Using r11393 to create a tag for the 1.0.0 release.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list