dojo commits

RevisionAuthorDateDescription
15173(diff)doughays08 Sep 2008 10:08:51

Fixes #7614. References #7097. Remerge Editor change from [14417].

15172(diff)dante08 Sep 2008 10:06:34

refs #7461 - minor doc change in WizardPane

15171(diff)sfoster08 Sep 2008 09:53:38

Refs #5647 Missing test file. This is pretty much a duplicate of the one used by dojox/layout/ContentPane/tests but as the tests are maintained seperately, I figured this should be too.

15170(diff)bill08 Sep 2008 09:46:10

Fixes #7605: dijit.tree.ForestStoreModel throws error on newItem if no initial children. !strict

15169(diff)mwilcox08 Sep 2008 05:52:13

Fixes #7612 Added wmode='transparent' to FLVVideo

15168(diff)elazutkin08 Sep 2008 02:00:27

gfx: fixing degenerated pies (no series, empty series, all non-positive,
only one value, only one positive value), a test case was added as well.
Fixes #7234. Fixes #6982. !strict

15167(diff)elazutkin08 Sep 2008 00:51:54

charting: clarifying theme attributes, specifically reflecting what
attributes are used for gridlines. Fixes #6925. !strict

15166(diff)peller08 Sep 2008 00:34:31

Fixes #5226, regression of boolean attribute handling in _Templated. Thanks, ptwobrussell! Refs #4643

15165(diff)elazutkin07 Sep 2008 23:28:14

gfx: fixes #7346, !strict, thx PetraRock!

15164(diff)bill07 Sep 2008 22:37:49

Fixes #7616: Form.validate() security violation with Air.
!strict

15163(diff)bill07 Sep 2008 22:33:21

Fixes #7611: BorderContainer: does not layout form widgets.

Refactor _setStateClass() to be resilient when classes are added to domNode after the widget has been initialized. This is safer but slower than the old version, which saved the node's original class.

For fear of performance issues it's only writing into domNode.className once; code would have been shorter but possibly slower if it made many calls to addClass() and removeClass().

!strict

15162(diff)elazutkin07 Sep 2008 20:23:50

gfx: allow to use a dojo.Color as a shortcut for a stroke. Fixes #7522. !strict

15161(diff)elazutkin07 Sep 2008 20:18:28

gfx: allow to use an array as a shortcut for a stroke, the array will be
treated as a color definition. Refs #7522. !strict