8f488c50f45377adf5183714a922010f470926ab |
|
02-Feb-2012 |
Dav Glass <davglass@gmail.com> |
Updated IO docs so the modules appear better |
6eaf842ae2d196f3e317b5f72f7f51f3ad7465ff |
|
01-Nov-2011 |
TSHA <tsha@yahoo-inc.com> |
Fixed 2531308. |
d9a9e6f0aeb01d41a778560c1d7785c4e5dade10 |
|
16-Sep-2011 |
TSHA <tsha@yahoo-inc.com> |
Update 2531037 -- add object to string serialisation, for upload requests, in io-upload-iframe. |
95eddecf07f5e9807e4422bcef61414d029efb84 |
|
07-Sep-2011 |
TSHA <tsha@yahoo-inc.com> |
Fixed 2531041. |
830bf96b2401a5a5a76fa6a42e21dfc662b72325 |
|
03-Sep-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Reinstate code changes
This is a revert-revert. Code changes made on
the 3.4.0+ branch were reverted on the branch,
then this revert commit merged into master (since
all commits on 3.4.0+ should be documentation, a
blanket merge should be safe), which then reverted
the code changes where they were appropriate.
Short form: this commit allows blanket merges from
3.4.0+ onto master again at the expense of some
git log history confusion for IO.
This reverts commit 9075924bcea60fa6f20409922beab1573624fd2d. |
9075924bcea60fa6f20409922beab1573624fd2d |
|
02-Sep-2011 |
TSHA <tsha@yahoo-inc.com> |
Revert code changes.
This reverts commit fae935a1d05f42297080eb819044d733326dd613. |
fae935a1d05f42297080eb819044d733326dd613 |
|
02-Sep-2011 |
TSHA <tsha@yahoo-inc.com> |
Fixed 2530999. Fixed 2531037. Fixed 2531038. |
a23a8b9cc849a2aa697a3820f45e1b0f652f4e53 |
|
20-Aug-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
s/tabs/spaces/ and other API doc tweaks
Things like {object} or {o} => {Object} |
8bb3e0947cd116fdfd7e78a5f062c7f47e28b7d9 |
|
11-Aug-2011 |
TSHA <tsha@yahoo-inc.com> |
IO API Doc updates only. No code changes. |
904fe53fbfc910d8f047ab4b4191622da50dad36 |
|
22-Jul-2011 |
TSHA <tsha@yahoo-inc.com> |
Fix incorrect IO reference from conn to io, in response object. |
6306f11176f74956449713d94c8cd70635fb703f |
|
22-Jun-2011 |
TSHA <tsha@yahoo-inc.com> |
Fixed missing semi-colon errors per JSLint. |
68b67a7ca77bd6e51a6d67602d38a4cceede1676 |
|
22-Jun-2011 |
TSHA <tsha@yahoo-inc.com> |
Source for implementing 2530370, 2529447, 2529314, 2530373. |
0686099061ace24355c71b77d1194efe34d98d00 |
|
15-Feb-2011 |
TSHA <tsha@yahoo-inc.com> |
Fix 2529553. Original fix did not correctly revert the HTML form attribute values to their pre-upload state. |
06e6581bd37856780d340e8f5fa90602a09da57e |
|
08-Dec-2010 |
TSHA <tsha@yahoo-inc.com> |
Gabe Moothart's pull request to fix 2529610. |
e6de10b0a944539b168544850df21af1a83fa812 |
|
25-Nov-2010 |
TSHA <tsha@yahoo-inc.com> |
Fix #2529553. |
a2d0f15986afef30b833db3884d70718716a6a56 |
|
23-Nov-2010 |
TSHA <tsha@yahoo-inc.com> |
Fix #2529546. Key and value strings are subject to decodeURIComponent in the event the data are already encoded (e.g. querystring-stringify). |
dfc1dd928b3d5c57d0702aaefe5aae2be58ff276 |
|
23-Oct-2010 |
TSHA <tsha@yahoo-inc.com> |
Update enctype attribute logic to account for IE9. |
5e7b6e8d16b2bca98076a60e7bf31aa5120cb110 |
|
22-Jun-2010 |
TSHA <tsha@yahoo-inc.com> |
Refactor code to correct JSLint "undefined function" warnings. Note: diffs will be large due to code reordering. |
6f42fea737f25d5aec664aced717dc5b3768c802 |
|
11-May-2010 |
TSHA <tsha@yahoo-inc.com> |
Fixed #2528646 |
1be417a9d7b48f9299ac2f55b30c9e01f3256e53 |
|
12-Mar-2010 |
TSHA <tsha@yahoo-inc.com> |
Fixed 2528685. |
f977ae84ba0cdcfe192f172e2424042e6e92f2b1 |
|
27-Aug-2009 |
tsha <tsha@yahoo-inc.com> |
Fixed doc error for _resetAttr. |
c18daf42944602585dc5c4f6385e053beec5fae1 |
|
27-Aug-2009 |
tsha <tsha@yahoo-inc.com> |
Fixed 2528063 and implemented 2528024. |
db6bcdca3c01def23cea443aa1bb08552d696ba6 |
|
13-Aug-2009 |
tsha <tsha@yahoo-inc.com> |
Added native XDR support, XML response for XDR transactions, and dependency optimizations. |
95a601536f7d11c82ccf1b5efc37310c89de92fd |
|
24-Jun-2009 |
tsha <tsha@yahoo-inc.com> |
Add explicit px unit declaration to iframe style definitions. |
d4d1924236838dc4f0ab42e281403d13058b2a2a |
|
06-Jun-2009 |
tsha <tsha@yahoo-inc.com> |
Update io-base.js to synchronize with io-xdr.js when calling isInProgress for cross-domain transactions. Removed redundant semi-colons from all io sub-modules. |
7d538a8a52a6edd9bb3401e6f56cf6133476cdd4 |
|
26-Mar-2009 |
tsha <tsha@yahoo-inc.com> |
Fixed #2525999 and #2527819 |
7cb892db705e16b9b453b4e777bb39f6eb880a11 |
|
13-Jan-2009 |
tsha <tsha@yahoo-inc.com> |
Restructured source files and directory structure for YUI3. |