msweeney
(Matt Sweeney)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Matt Sweeney
- Company
- Y!
- Location
- Sunnyvale, CA
- Member Since
- Dec 08, 2008 (about 1 year)
Following 16 coders and watching 9 repositories view all →
Public Repositories (4)
-
yui3
YUI 3.x Source Tree
Forked from yui/yui3 Wed Feb 25 10:39:11 -0800 2009
Last updated Tue Jan 19 12:24:13 -0800 2010
-
yui3-gallery
YUI3 Gallery Modules
Forked from yui/yui3-gallery Fri Oct 30 02:08:21 -0700 2009
Last updated Wed Oct 28 07:01:59 -0700 2009
-
oocss
Object Oriented CSS Framework
Forked from stubbornella/oocss Wed Jun 24 11:30:44 -0700 2009
Last updated Wed Apr 15 18:19:07 -0700 2009
-
taskspeed
Library / Functional benchmark suite
Forked from phiggins42/taskspeed Thu May 21 11:58:11 -0700 2009
Last updated Fri Apr 10 18:02:51 -0700 2009
Public Activity 
HEAD is a8e07829137dfefabb7b610f693c372b85078c44
x
-
Adam Moore
committed
77233109:
Added Y.Array.forEach as an alias to Y.array.each in the collection package.
-
Adam Moore
committed
b06d2c9d:
aggregate array merge fix [fixes #2528346].
-
Adam Moore
committed
e8ee5956:
Fixed recursion problem when an object passed to Y.clone has a property that is a reference to itself.
-
Adam Moore
committed
ca65ed2d:
restored hasOwnProperty check in merge/mix
-
lsmith
committed
13a5ee37:
Adding a few tests for !important. And a new plain JS test suite initially containing only !important tests. The latter will be useful to test new browser versions for regressions or bug fixes.
-
yui
committed
6919e5ce:
Build: yui3-1699
-
Adam Moore
committed
fbba6767:
Merge branch 'master' of git@yuisource:yui3
-
Adam Moore
committed
9fda45dc:
Moved EventTarget addTarget/removeTarget to the event-custom-complex module because it they have no use outside of bubbling. [fixes #2528303]. Docs now indicate that the event facade is integral to the bubbling functionality included in event-custom-complex [fixes #2528298].
-
yui
committed
efc63e0c:
Build: yui3-1698
-
Adam Moore
committed
489c0c8e:
Y.Object cleanup
-
Adam Moore
committed
16bec62f:
leaving in owns as an alias for hasKey
-
yui
committed
5665f83b:
Build: yui3-1697
-
Adam Moore
committed
43904347:
moved hasOwnProperty check so that Y.Object.size works right when some messes around with Object.prototype [fixes #2528467].
-
Adam Moore
committed
43692b3f:
Y.Array cleanup
-
yui
committed
027e5ea3:
Build: yui3-1696
-
msweeney
committed
d534aaf3:
added test cases
-
msweeney
committed
f6756e64:
Merge branch 'master' of git://github.com/yui/yui3
-
yui
committed
e9f1827f:
Build: yui3-1695
-
Adam Moore
committed
0ae4d5b0:
Merge branch 'master' of git@yuisource:yui3
-
Adam Moore
committed
7dc268cc:
Y.Array.test does not pass functions [fixes #2528345].
And 63 more commits...
HEAD is d4f3d271310ba360199929c7458647a3f6b4a81f
x
-
msweeney
committed
d4f3d271:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
6c2baef0:
reverted style increment/decrement feature
-
yui
committed
42a982b3:
Build: yui3-1694
-
Adam Moore
committed
2ea60759:
API doc update [fixes #2528354].
-
Adam Moore
committed
9191edff:
fixed deep mix/aggregate [fixes #2528405].
-
Adam Moore
committed
3938a703:
Added Rhino env detection [fixed #2528426].
-
Adam Moore
committed
0e96dd14:
Merge branch 'master' of git@yuisource:yui3
-
Adam Moore
committed
b51141cc:
EventTarget::detach always returns the event target [fixes #2528505].
-
yui
committed
ab71b910:
Build: yui3-1693
HEAD is 8bdc285c104389a39aef0490fe6793518e569422
x
-
msweeney
committed
8bdc285c:
ported to YUI3 test
-
msweeney
committed
4143f89e:
Merge branch 'master' of git://github.com/yui/yui3
-
yui
committed
1434f346:
Build: yui3-1691
-
Adam Moore
committed
ff8e78b5:
Fixed the Y.Array HTMLElementCollection fallback in IE to use the start index. [fixed #2528504].
-
Adam Moore
committed
dd3bb831:
Fixed Y.Array(HTMLElementCollection) in Safari by way of adjusting isObject to account for a type reporting bug in that browser.
-
yui
committed
54264fa2:
Build: yui3-1690
-
Adam Moore
committed
7b604197:
Implemented wild card subscriptions for the event prefix. e.g., '*.click' will be notified when a 'tab:click' and a 'tree:click' event fire. [fixes #2528501].
-
Adam Moore
committed
aeed535a:
The log event now isn't configured to emit a facade because that capability may not be there, and the facade only was used because broadcasting used to require it and no longer does.
-
Adam Moore
committed
9cdb1aa8:
test updates
-
yui
committed
50d79729:
Build: yui3-1689
-
Satyen Desai
committed
2d065ee8:
Fixed typo event -> evt in _createUIEvent method
-
msweeney
committed
bd3894e7:
tabview wip
-
yui
committed
6c2daa17:
Build: yui3-1688
HEAD is bd728492e0f91b2cad09e9153d9cd561da80399f
x
-
msweeney
committed
bd728492:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
93cf5197:
updated swapXY
-
yui
committed
61d19176:
Build: yui3-1687
-
msweeney
committed
fac56187:
fix merge
-
msweeney
committed
5196c9af:
shorthand aliases
-
msweeney
committed
6469c0fd:
added swapXY; DOM shorthand
-
msweeney
committed
47615e7f:
added swap method
HEAD is 4cd459fd953fe855248a9e1650ad780829bcda6d
x
-
msweeney
committed
4cd459fd:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
3ca8febf:
byId using allById for IE name/id conflict
-
yui
committed
f986449d:
Build: yui3-1686
-
kloots
committed
15555b1d:
Temporary fix for bug #2528350
-
kloots
committed
a845e007:
Comment removal
-
kloots
committed
4ffdad17:
Comment removal
-
kloots
committed
b4f4b1d4:
Updated to use renamed "defaultChildType" attribute
-
kloots
committed
42deb1c2:
Updated to use renamed "_getUIEventNode" of Widget along with the renamed "children" attribute from Widget-Parent extension
-
kloots
committed
5ade5e81:
- "defaultItemType" attribute renamed "defaultChildType"
-
msweeney
committed
5555d12f:
fixed increment test
-
msweeney
committed
c34c14d6:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
d913de80:
added style increment/decrement [fixes 2525959] and optional px [fixes 2528465]
-
yui
committed
9dbd3485:
Build: yui3-1685
-
msweeney
committed
225d7b49:
fixed merge
-
msweeney
committed
d3cba831:
added siblings docs
-
msweeney
committed
edb3a6d2:
allow for unitless style properties as a Number
HEAD is 3bf70800205342fc3239635147ad23309e49837f
x
-
yui
committed
1b599778:
Build: yui3-1684
-
msweeney
committed
216871c7:
Merge branch 'master' of git://github.com/yui/yui3
-
lsmith
committed
0635bc83:
_processArgs returns null by default, as the 4th+ arguments to on(..) are accessible via sub.args. Subsumed payload parsed from args into sub._extra, since it will be subscription specific info.
-
lsmith
committed
b56e1e0e:
Reimplemented the typing-pause synthetic event using the Y.Event.define(..) poc API to validate the signatures for events that take additional configuration.
-
yui
committed
a9677214:
Build: yui3-1682
-
Satyen Desai
committed
0a17de5c:
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
-
Satyen Desai
committed
16d76b6a:
Removed deprecated calls. Fixes #2528476
-
yui
committed
9ddcf44e:
Build: yui3-1681
-
Satyen Desai
committed
8974a94b:
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
-
Satyen Desai
committed
dc567258:
Removed render inDoc() check for parentNode - allows implementations to render to a parentNodes which are a doc frags. Note, the implementation will be responsible for appending the doc frag somewhere in the document as part of the render lifecycle, since Widget doesn't know where to put it (parentNode, which is the doc frag, serves that role). Fixes #2528502
-
yui
committed
6701540f:
Build: yui3-1680
-
Satyen Desai
committed
f67eac9b:
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
-
Satyen Desai
committed
d57e8af4:
Split 'widget' module into sub-modules. Made kweight optimization pass. Removed moveStyles support (beta feature, which is not currently used/required). Made render event fireOnce. Renamed DOM_EVENTS to UI_EVENTS and changed supporting method names accordingly (DOM_EVENTS added recently, post 3.0 - will require WidgetParent/WidgetChild sync up). 'widget' rollup module funcitonality should remain unchanged apart from moveStyles removal, and DOM_EVENTS related name changes. Ran through test cases and examples on FF/Safari/IE. README has details
-
yui
committed
0b8485e9:
Build: yui3-1679
-
Satyen Desai
committed
ae35b255:
Made init and destroy events fireOnce, so that they invoke subscribers attached after they've been fired (end user can avoid the need to check state before setting up subscribers)
-
msweeney
committed
b6b5f664:
Merge branch 'master' of git://github.com/yui/yui3
-
yui
committed
e34f1e80:
Build: yui3-1678
-
allenrabinovich
committed
2a088126:
yui build after swf-related changes
-
allenrabinovich
committed
f0087843:
SWF-related changes to yui.js
-
allenrabinovich
committed
b5ea9923:
Latest updates to swf, swfdetect
And 5 more commits...
HEAD is 8ba03e3e598a0a2092390cf55d31f26b9042f0db
x
-
msweeney
committed
8ba03e3e:
fixed anim._node lazyInit
-
lsmith
committed
412fb0f2:
POC generic collection generation method. Accepts a homogenous array of objects and returns an object with the API of those objects, but will iterate execution through the constituent items.
-
yui
committed
ce3fb10a:
Build: yui3-1676
-
Adam Moore
committed
b722235c:
Merge branch 'master' of git@yuisource:yui3
-
Adam Moore
committed
5f8408be:
The event target is correct when the same event is fired on a different target while the event is in progress [fixes #2528500]. Removed later() requirement from event-custom.
-
lsmith
committed
5be7e95f:
Generic collection builder method POC. Y.collection(arrayOfObjects) returns an object with methods matching the API of the input objects. Each method iterates the same method call to each item. Discussion topic.
-
yui
committed
1b83dcf4:
Build: yui3-1674
HEAD is 47f421fa8ca10cff02e0ff90a7143399ee5ed610
x
-
msweeney
committed
47f421fa:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
5ef353cd:
mapped NodeList::removeAttribute andadded NodeList::isEmpty
-
msweeney
committed
6026e8fb:
added force option to toggleClass [fixes #2528215]
-
yui
committed
6b9eda88:
Build: yui3-1673
-
msweeney
committed
34119711:
Merge branch 'master' of git://github.com/yui/yui3
-
yui
committed
f4f651be:
Build: yui3-1672
-
Dav Glass
committed
632647c7:
Merge commit 'upstream/master'
-
Dav Glass
committed
9be09be7:
Fixed inner join group issue
-
yui
committed
7151d58e:
Build: yui3-1671
-
Dav Glass
committed
aada64ee:
Drop and Sortable Updates
-
msweeney
committed
f0a0f2d2:
pad toHex with leading zero when needed [fixes #2528357]
-
yui
committed
aa3c777d:
Build: yui3-1670
-
lsmith
committed
3ba61288:
Merge branch 'master' of git@yuisource.corp.yahoo.com:yui3
-
yui
committed
866f7271:
Build: yui3-1669
-
lsmith
committed
9b646fd2:
query -> one, queryAll -> all. Restructured into Y.Slider = Y.extend(Slider, Widget, proto, static) pattern.
HEAD is 9e027014c53d20200b298203f7f5596941d4f647
x
-
msweeney
committed
9e027014:
Merge branch 'master' of git://github.com/yui/yui3
-
yui
committed
96df30a1:
Build: yui3-1667
-
lsmith
committed
b562c277:
Merge branch 'master' of git@yuisource.corp.yahoo.com:yui3
-
lsmith
committed
ea014039:
Whitespace tweaking.
-
lsmith
committed
f7d3e3fb:
Y.get -> Y.one
-
lsmith
committed
1417b08d:
query -> one, queryAll -> all. Restructured into Y.Console = Y.extend(Console, Widget, proto, static) pattern.
-
lsmith
committed
cde38d5b:
query -> one, queryAll -> all. Restructured into Y.Console = Y.extend(Console, Widget, proto, static) pattern.
-
lsmith
committed
7da844b2:
query -> one, queryAll -> all. Restructured into Y.Console = Y.extend(Console, Widget, proto, static) pattern.
-
lsmith
committed
9c3b5844:
replacing Node.getDOMNode with node._node
-
lsmith
committed
2276033d:
Using publish({ ... }) for custom events.
-
lsmith
committed
de863bcc:
Moving console-filters test into console-filters/tests
HEAD is 83e5fee7217673e317f674cebe0c8f6cea857aac
x
-
yui
committed
bec623d9:
Build: yui3-1665
-
kloots
committed
de6311af:
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
-
kloots
committed
305beb81:
Selection model updates and other refinements
-
Dav Glass
committed
35bc6b0c:
Removed plugdd from sortable in favor of sort.delegate.dd.plug()
-
Dav Glass
committed
3a12ee73:
Removed plugdd from delegate in favor of del.dd.plug()
-
yui
committed
a6e1d8f0:
Build: yui3-1664
-
Dav Glass
committed
0fbd2d0d:
Merge commit 'upstream/master'
-
Dav Glass
committed
79768504:
Fixing bad commit
-
yui
committed
2a517639:
Build: yui3-1663
-
Dav Glass
committed
16199363:
Merge commit 'upstream/master'
-
Dav Glass
committed
5846d1e5:
Added opacityNode config option. Fixes #2528494
-
lsmith
committed
11f32943:
Merge branch 'master' of git@yuisource.corp.yahoo.com:yui3
-
yui
committed
f8f8b716:
Build: yui3-1661
-
lsmith
committed
d51eb0fc:
Class based DataSchema (optional module) that replaces Y.DataSchema with a constructor function> Stores schema in the instance. Passes control to apply method of the individual DataSchema.X implementation.
-
kloots
committed
98b92c18:
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
-
kloots
committed
56f9a052:
Conflict resolution with widget
-
kloots
committed
43c9d6b0:
Updates to tablist reference implementation
-
kloots
committed
ef886349:
Updated so that delegated listeners are bound to the parent node of the widget's bounding box.
-
kloots
committed
df6b0bcc:
Updated so that delegated listeners are bound to the parent node of the widget's bounding box.
-
kloots
committed
e687f23d:
Fix for bug 2528446
And 5 more commits...
HEAD is 79f748d7bfa0fe090911359767ffe2f6c25b18a4
x
-
msweeney
committed
79f748d7:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
e94f5c68:
convert empty string node value to empty string [fixes 2528369]
-
Dav Glass
committed
667bc1bd:
Fixes #2528488 - Removed Error Condition for Delegate
-
yui
committed
5fe60054:
Build: yui3-1659
-
Dav Glass
committed
c392781e:
Merge branch 'master' into build
-
Dav Glass
committed
0f75fdc4:
Merge branch 'master' of git@yuisource.corp:yui3 into build
-
Dav Glass
committed
746021b8:
Merge commit 'upstream/master'
-
Dav Glass
committed
ad598bab:
API Doc tidying
-
Dav Glass
committed
ef06b9fa:
Merge branch 'master' into build
-
Dav Glass
committed
4f3bf296:
Merge branch 'master' of git@yuisource.corp:yui3 into build
-
Dav Glass
committed
bab892cb:
Added floated example
HEAD is 1b16584c0a6fa19082f20882937ad5e41ffdbbd0
x
-
yui
committed
1d87f1ea:
Build: yui3-1653
-
lsmith
committed
03934692:
Conflict resolution part 2
-
lsmith
committed
a09f8cc2:
Conflict resolution part 1
-
yui
committed
83a6f666:
Build: yui3-1652
-
Adam Moore
committed
e2544dc2:
Merge branch 'master' of git@yuisource:yui3
-
Adam Moore
committed
d69f32e3:
The event target is set correctly for non-published bubbled events.
-
lsmith
committed
d547954c:
API doc typos. EventHandle.proto.detach now returns number of subscriptions detached. [fixes #2528468]
-
yui
committed
216bde93:
Build: yui3-1651
-
Adam Moore
committed
bbcd1d0c:
event doesn't need to be published to bubble when target has no subscribers [fixes #2528470].
-
yui
committed
dda31ea3:
Build: yui3-1649
-
Adam Moore
committed
f89b4dd6:
inserted nodes get charset="utf-8" by default [fixes #2528434].
-
yui
committed
54b985e7:
Build: yui3-1648
-
yui
committed
55cabb0d:
yui3-1647
-
Dav Glass
committed
7d33f4ed:
Added tests for DD.Delegate
-
Dav Glass
committed
03e90c3a:
Merge commit 'upstream/master'
-
Dav Glass
committed
6de55f37:
Updated API Docs
-
Dav Glass
committed
0a91f8d6:
API Doc updates
-
Dav Glass
committed
4841e5ac:
Refs #2528457 - Added invalid selector passthru to DD.Delegate
-
Dav Glass
committed
c91ba831:
Merge commit 'upstream/master'
-
Dav Glass
committed
713a27b6:
Fixes #2528457 - Added handles and invalid to delegate
And 11 more commits...
HEAD is 61c86d05322669a85d213fd198cdb6ce10407119
x
-
msweeney
committed
61c86d05:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
3bdace86:
allow for multiple IDs and off-doc Selector.test [fixes 2528359]
-
Satyen Desai
committed
1d5bd43e:
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
-
Satyen Desai
committed
35ae8ac5:
Removed outdates RELEASENOTES as per conversation with George
-
yui
committed
0a0963e3:
yui3-1643
-
msweeney
committed
7c39a0d2:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
e6519e3c:
used Y.guid for node stamping in Selector.test [fixes 2528199]
-
yui
committed
9d270306:
yui3-1642
HEAD is b01b6c06d7b3c1fa089b30afd82970c266b28a0e
x
-
Dav Glass
committed
76c15b30:
Merge commit 'upstream/master'
-
Dav Glass
committed
7ab6a02c:
Merge commit 'upstream/master'
-
Dav Glass
committed
fdd6dfe0:
Merge commit 'upstream/master'
-
Dav Glass
committed
4af159e7:
Merge commit 'upstream/master'
-
Dav Glass
committed
86d12163:
Merge commit 'upstream/master'
-
Dav Glass
committed
b76a4f60:
Merge commit 'upstream/master'
-
Dav Glass
committed
b64c2e3e:
Merge commit 'upstream/master'
-
Dav Glass
committed
f35b6265:
Merge commit 'upstream/master'
-
Dav Glass
committed
26559649:
Merge commit 'upstream/master'
-
Dav Glass
committed
fe6448db:
Merge commit 'upstream/master'
-
Dav Glass
committed
34dc2099:
Merge commit 'upstream/master'
-
Dav Glass
committed
01ec9898:
Merge commit 'upstream/master'
-
Dav Glass
committed
237894b8:
Merge commit 'upstream/master'
-
Dav Glass
committed
b597e043:
Merge commit 'upstream/master'
-
Dav Glass
committed
d4ba0b58:
Merge commit 'upstream/master'
-
Dav Glass
committed
81dc47bf:
Merge commit 'upstream/master'
-
Dav Glass
committed
debd9027:
Merge commit 'upstream/master'
-
Dav Glass
committed
dfd5ded9:
Updated dd-plugin
-
Dav Glass
committed
d1a19abe:
Merge commit 'upstream/master'
-
Dav Glass
committed
fbb81658:
Event issue update
And 78 more commits...
HEAD is 4b3422f596d413a5998e791e1927c050691ce27e
x
-
msweeney
committed
4b3422f5:
use attribute notation rather than ID shorthand when modifying queries [fixes 2528195]
-
msweeney
committed
bf3a0b93:
Merge branch 'master' of git://github.com/yui/yui3
-
yui
committed
2d6ec1d0:
yui3-1632
-
kloots
committed
4af2bf71:
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
-
kloots
committed
cfe78e8d:
Merged DOM event properties into Widget UI custom event facades
-
kloots
committed
854a23d9:
Fixed method overlay with Y.WidgetChild
-
yui
committed
1d3722e8:
yui3-1631
-
kloots
committed
5a4a80a7:
Fixes for publishing of widget UI events
-
kloots
committed
1a108719:
Merge branch 'master' of yuisource.corp.yahoo.com:yui3
-
kloots
committed
aacc7c2b:
Fixes for selection functionality
HEAD is 32e941a108a48e67d67ff739a669dbc9a098c533
x
-
msweeney
committed
32e941a1:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
455daaee:
allow NodeList creation from DOMNode [fixes 2528231]
-
yui
committed
2d9239f7:
yui3-1630
-
Adam Moore
committed
5ce205e8:
.
-
Adam Moore
committed
9b399cab:
The path to loader is also determined at load time rather than instantiation time.
-
yui
committed
6b0ceea0:
yui3-1629
-
Adam Moore
committed
7919156d:
Merge branch 'master' of git@yuisource.corp.yahoo.com:yui3
-
Adam Moore
committed
9af08c08:
base determination happens at load time instead of instantiation time
-
yui
committed
b4d3a8c5:
yui3-1628
-
Adam Moore
committed
cb2821f2:
filter tweak
-
Adam Moore
committed
9ca2dc6b:
Merge branch 'master' of git@yuisource.corp.yahoo.com:yui3
-
yui
committed
71f5ead2:
yui3-1627
-
yui
committed
ed0576a4:
Merge branch 'master' of git@yuisource.corp.yahoo.com:yui3
-
yui
committed
99220a17:
yui3-1626
-
Adam Moore
committed
96ea8ab0:
'base' detection tests node src attribute before using it [fixes #2528425]. bootstrapped loader file uses same filter as the yui file. [fixes #2528208].
HEAD is af8c8155eaa3f687b0ccf94873cd419b7fb33e9a
x
-
isaacs
committed
02f29909:
More crystallizationizing.
-
isaacs
committed
d5dbf5d2:
My tests were lying so i set them straight.
-
isaacs
committed
919529cb:
Demo plugin.
-
isaacs
committed
98bf70f6:
At the suggestion of Matt Sweeney, put back the overridable escape/unescape functions.
-
isaacs
committed
9d1acfb1:
Remove Y.Array.map/reduce from yui-array.js and update build files.
-
isaacs
committed
7f2153fa:
Add query string parse dependence on collection module.
-
isaacs
committed
ed2ea783:
Remove "json" from the use() call.
-
isaacs
committed
bf856974:
Add dependence on Collection module.
-
isaacs
committed
73e6f9d1:
Rollback additional map/reduce functionality which is already provided by collection.js.
-
isaacs
committed
0e53673b:
Fixed YArray.reduce. There was a problem when an accumulator was not passed in, because "undefined" is not the same as not passing in an argument.
-
isaacs
committed
fa8e90e0:
First draft of Y.QueryString and tests.
-
isaacs
committed
aad5b17d:
Build that includes Y.Array.map and reduce.
-
isaacs
committed
ad9ab7bd:
Overview of API/object delegation
-
isaacs
committed
b4010d35:
More sketching. Still nothing working.
-
isaacs
committed
d8c505c3:
Add map/reduce to YArray
-
isaacs
committed
c37abbc2:
Trivial. Remove lang=en on html node.
-
isaacs
committed
0e35f6e6:
More sketching. Playing with the YUI3 api in some more depth.
-
isaacs
committed
f2391c13:
Just some style.
-
isaacs
committed
2f3f7447:
Rename "autocomplete" to "sketch" as that more appropriately describes what it is.
-
isaacs
committed
e6580514:
Sketching the shape of the autocomplete API.
And 126 more commits...
HEAD is df930557bcdd69e70bc077afa45f05895681ba6f
x
-
msweeney
committed
df930557:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
ea6a6ecb:
changed Node width and height attrs to offsetWidth/Height; updated docs
-
yui
committed
6352215a:
yui3-1600
-
msweeney
committed
3f481de4:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
31acd994:
changed Node width and height attrs to offsetWidth/Height; updated docs
-
msweeney
committed
46620030:
added node-size and dom-size
-
msweeney
committed
eb2ea4a2:
merged updated align-plugin
-
msweeney
committed
9f92ae86:
updated node-size and dom-size
-
yui
committed
d996dc49:
yui3-1597
-
tsha
committed
66b5d190:
Fix 2528381 [ericf]Fixed issue with Content-Type header being applied to all XHR requests after a POST.
-
tsha
committed
f9408e43:
Merge branch 'master' of git@presentbright.corp.yahoo.com:yui3
-
tsha
committed
ac3aed6a:
fixed issue with Content-Type header being applied to all XHR requests after a POST
-
yui
committed
c1237786:
yui3-1594
HEAD is 013ee75d68997499accbf37a21a780b853cbb3a0
x
-
msweeney
committed
013ee75d:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
a99e3334:
made purge chainable; added docs for destroy and purge
-
yui
committed
924205b5:
yui3-1593
-
Nicholas
committed
8a6ea4f2:
Merge branch 'master' of git@presentbright.corp.yahoo.com:yui3
-
Nicholas
committed
eb4e6097:
Updated build files
-
Nicholas
committed
359c147b:
Updates for better JUnit XML support
-
yui
committed
39837af2:
yui3-1592
HEAD is 66021889d9bd33958c4f095c3586d0a5dfa4b6a7
x
-
msweeney
committed
66021889:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
ac9b1df8:
fixed replace for Node instances; added test cases
-
yui
committed
fbeac51c:
yui3-1590
-
Satyen Desai
committed
5165fd2a:
Merge branch 'master' of presentbright.corp.yahoo.com:yui3
-
Satyen Desai
committed
24d6693d:
Fixed valueFn string support for ComplexAttribute
-
lsmith
committed
dbfc8e9d:
Merge branch 'master' of git@presentbright.corp.yahoo.com:yui3
-
lsmith
committed
626cc983:
Migrating dom tests from yui2 test to yui3 test
-
yui
committed
2e6e4365:
yui3-1588
-
Satyen Desai
committed
86f1d0db:
Merge branch 'master' of presentbright.corp.yahoo.com:yui3
-
Satyen Desai
committed
40ddae4c:
Updated API Docs for setter/validator/getter/valueFn string support. No -min files were hurt in the making of a commit point
-
yui
committed
133ce904:
yui3-1587
-
Nicholas
committed
300ddd61:
Added getName()
-
Nicholas
committed
f54313ff:
Merge branch 'master' of git@presentbright.corp.yahoo.com:yui3
-
Nicholas
committed
a2def847:
Added setName() to TestRunner
-
yui
committed
a69febb3:
yui3-1586
HEAD is a499553fcca451e0de1f1888cfb6a67906263ac9
x
-
Adam Moore
committed
c8b2e9f0:
fixed default DOM event context when in compat mode.
-
yui
committed
dbbc723a:
yui3-1561
-
Nicholas
committed
9062ea13:
Implemented TAP format for YUI Test results
-
Nicholas
committed
bb6e451d:
Removed duplicate XML format definition
-
yui
committed
35cac368:
yui3-1559
-
Adam Moore
committed
0e499d19:
Merge branch 'master' of git@presentbright:yui3
-
Adam Moore
committed
a1cb8c04:
Added NaN check to isDate for Opera [fixes #2527965].
-
yui
committed
19a87910:
yui3-1558
-
Adam Moore
committed
8549ed58:
Merge branch 'master' of git@presentbright:yui3
-
Adam Moore
committed
dcdf332a:
Added global config support (YUI_config). Fixed detach by signature w/o Node [fixes bz3090033].
-
yui
committed
b3f83779:
yui3-1557
-
tsha
committed
3665bb34:
Merge branch 'master' of git@presentbright.corp.yahoo.com:yui3
-
yui
committed
b5e73120:
yui3-1556
-
tsha
committed
5ae54195:
Fixed 2528307.
-
Adam Moore
committed
2b0c798e:
Merge branch 'master' of git@presentbright:yui3
-
Adam Moore
committed
e0a1d83a:
Added Object.some(), Y.some()
-
msweeney
committed
f2e92148:
Merge branch 'master' of git://github.com/yui/yui3
-
msweeney
committed
99030181:
updated build files and loader meta for shim and align plugins
-
msweeney
committed
b0614bd7:
removed argument overloading from align plugin; added scroll to fixed position support; fixed window.node region
-
yui
committed
244354cb:
yui3-1554
And 51 more commits...
Forked repository is at msweeney/yui3-gallery
HEAD is f11262d636cacfdde860f05a02eab7b253fd7952
x
-
msweeney
committed
f11262d6:
Merge branch 'node-stack'
-
msweeney
committed
752e31b9:
initial checkin for align and shim plugins
-
yui
committed
daa184e7:
yui3-1553
-
Adam Moore
committed
cdee94a6:
changed build.properties requires: event -> event-base
-
Adam Moore
committed
d37d645a:
Changed requirements in build.properties
-
Adam Moore
committed
7a6578ed:
Merge branch 'master' of git@presentbright:yui3
-
yui
committed
470d8345:
yui3-1551
-
Adam Moore
committed
ceb83122:
Merge branch 'master' into apm/master
-
Adam Moore
committed
093b9c2a:
Doc update: removed fetchCSS from the list of configuration attributes [bug #2528278].
-
Adam Moore
committed
6a60a429:
Merge branch 'master' into apm/master
-
Adam Moore
committed
f42590c0:
isDate() returns false for date objects containing an invalid date.
-
Adam Moore
committed
72be579b:
Merge branch 'master' of git@presentbright:yui3 into apm/master
-
Adam Moore
committed
838d626f:
substitute has a 'recurse' option to support nested templates (the previous default behavior). Normal operation is now a single level substitution which is tolerant of brackets in the replacement string. [fixes #2526011].
HEAD is f26616e769b382d127ec424499c41fe23aedc4f1
x
-
msweeney
committed
f26616e7:
storing queryRoot from Node::all for use with NodeList::refresh [fixes 2528291]
-
yui
committed
f5d77561:
yui3-1548
-
yui
committed
ef58ddac:
yui3-1546
-
yui
committed
c106f8dd:
yui3-1545
-
yui
committed
94983a41:
yui3-1533
-
Adam Moore
committed
742c2ddd:
Restored original configuration defult for combine: true if the script source or base attribute points to the CDN, false otherwise.
-
yui
committed
207bb1b6:
yui3-1523
-
lsmith
committed
c05010ca:
Moving thumb image onload logic inside a Y.later for now due to IE reporting img.complete == false inside the onload handler. Need to change this to use img.readyState test, but needs more research. Tracked in bug #2528288
-
yui
committed
b4406491:
yui3-1522
-
yui
committed
88ca9ffc:
yui3-1519
-
Adam Moore
committed
69e3c977:
Y.Node.get -> Y.one [fixes #2528287].
-
Adam Moore
committed
8f45291c:
Fixed YUI.use('*') callback when filling in missing dependencies.
-
yui
committed
fb53be81:
yui3-1516
-
kloots
committed
3f3d81b7:
Updates to fix #2528281 and #2528286
-
yui
committed
62f5fd88:
yui3-1503
