2fe13ddab136a6eb6239d89e5e064e09d9e1bb92 |
|
29-Jun-2011 |
Luke Smith <lsmith@lucassmith.name> |
Event names are now correct. Fixes #2530423 |
e14deaf1168ca19b2a15d4f4cfd7c206f35fe7ac |
|
25-Jun-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Only set response,data on event
Y.mix() was being called in such a way that
the cached response included the callbacks, so
future requests with a different callback were
not behaving correctly. Fixes #2529996 |
c1641e80c2d0d5db16cd79f19b76ad8fc1fb4921 |
|
16-Jul-2010 |
Jenny Donnelly <jennydonnelly@yahoo-inc.com> |
[fix #2528969] Set parser execution scope. |
594beada864561d88596137e07159a806aabed66 |
|
12-Jul-2010 |
Jenny Donnelly <jennydonnelly@yahoo-inc.com> |
I <3 unit tests.
DataSourceCacheExtension initializer was being called twice.
Entry property "cache" is now a Date instead of a Boolean. |
92d0d0ba30617ef9e896a624911f3ec5ff28471c |
|
09-Jul-2010 |
Jenny Donnelly <jennydonnelly@yahoo-inc.com> |
DataSourceCache plugin sets default cache.
Fixed broken Y.Plugin.DataSource backward compatibility.
Don't require cache class to be passed to Y.Plugin.DataSource.
Default to Y.Cache if not passed in. |
e4d8ffa5a2367d80114cae95581037557287ee3e |
|
08-Jul-2010 |
Jenny Donnelly <jennydonnelly@yahoo-inc.com> |
New: cache-offline code and tests. |
8392a541bf432ed8d6e1985b6306b83dc898768d |
|
20-Jun-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Cleanup of submodule declarations for apidocs. |
fe0ea97b22b09645b8fd2c2d03492479e030a88c |
|
14-Jun-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Apidoc changes only. |
e0344d655abc7e0c26cdc87df49519dbe067a784 |
|
09-Jun-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
DataSourceCache was adding to cache all the time. Now only adds to cache if not already there. Added .cached property to response object. |
1b9f4f546a2fadf85eb083c6bad09a91cc1341b4 |
|
28-May-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Removing scope property in support of Y.bind(). |
21a3d9293597d65e84324fe57b7158e3d67a46c1 |
|
23-May-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Y.plugin -> Y.Plugin. |
1e0aa6df8881a856ec262f103bfee1c0a05d19b9 |
|
18-May-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
.NAME -> dotless camelCase. |
65b755664437543e907b9557027a4a608cc84c31 |
|
18-May-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Removing extra final serial comma from test file. [fix #1935983] Adding support for DataSource sendRequest cfg for passthrough of io configs like method='POST'. |
3cd3e1a007f7fd6874030808f97ef48e3a950b40 |
|
29-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Plugin ._owner to .get('host') and minor cleanups to fix broken tests. |
57fa1401f6016185ba44150db21aa452d5afc70e |
|
17-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Cleanup of JSON parsing. Moved data.responseText normalization to the datasource-jsonparser plugin since only applicable to xhr datasources. Better error handling. Error case testing. |
e57e61f7de328aaf77fb598c19c73242456c22a0 |
|
16-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Combining namespace() calls into one line. |
404905c7e219f117d5a09626421a02d395bb110e |
|
10-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Removed temporary workaround for bug #2527838: no longer setting _yuifacade to false before mixing data into facade. |
3ab1d84918e2599d8b7cae1fd6632c311c808774 |
|
09-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Mixing event arguments into Facade, including workaround for bug ref #2527838. |
2d05ae30a932507d8c42cef6b78b46e0876a5669 |
|
09-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
apidoc @submodule and moving _queue to xhr ds for now. |
6608a5406cae6b74c06f0a501e189d1fc173dc21 |
|
09-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
apidoc cleanup |
fc8a5e2c3a27106a8544788c397bb7bd7282aaac |
|
09-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Cache 'size' -> 'max', added new readonly 'size' and 'entries' getters. isMatch() -> protected. |
d878e6ff2cceb987580db5144f8d0e6fdc18f78a |
|
08-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
DataParser -> static utility. DataSource-DataParser extension -> DataSourceJSONParser plugin. |
85d511965757454bd8f7dc3e987518eb06e78d8f |
|
08-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Changes per code review: Cache now Plugin not extension. DataSourceCache extends Cache and implements AOP on DataSource CE default functions. Must wrap default functions when publishing CE to support plugged subclasses. DS.Base -> DS. Local. Removed unnecessary namespace() calls. |
be59865ef8ef61e2d370aba9cbded2e2b7ccbc8b |
|
08-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Removed redundant Attribute validation code. |
3db65648daa65959bc625e4f81cee50763625fc9 |
|
08-Apr-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
get/set -> getter/setter |
9e58396d3563168e91dc995170288bc18b84ab6f |
|
27-Mar-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Cleanup for Compressor warnings. |
fde564a2cb44f0d31d9eb8e59bac8c457f7d8ca6 |
|
27-Mar-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
No more DS.Local. Merged it into DS base class. |
c191fe0fba4e4e33644dcda4ab215d50f5d0fcd2 |
|
27-Mar-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Updated datasource-dataparser module to new event model. |
1bc27dc58fd882eb8902cdefa2dde4a8ee2a5bbd |
|
27-Mar-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
_def -> _handle. Response normalization. More event tests. |
9eb0c723ed90ba9c691cd35c025115b361da3eb4 |
|
27-Mar-2009 |
Jenny Han Donnelly <jennydonnelly@yahoo-inc.com> |
Move from util/ to src/ |