/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/io/README

  • Committer: Martin Albisetti
  • Date: 2008-12-30 19:20:39 UTC
  • Revision ID: argentina@gmail.com-20081230192039-kc2spvli08fo09sx
Upgrade YUI3 to PR2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
**** version 3.0.0 PR1 ***
 
1
*** version 3.0.0 PR2 ***
 
2
 
 
3
* IO is now comprised of several modules, allowing users to specify and
 
4
implement only the needed modules.  These modules are:
 
5
 
 
6
- io-base.js: This is the IO base class, using XMLHttpRequest as the transport.
 
7
- io-xdr.js: This sub-module extends IO to enable cross-domain transactions
 
8
using Flash as the transport.
 
9
- io-form.js: This sub-module extends IO to enable the serialization of an HTML
 
10
form as transaction data.
 
11
- io-upload-iframe.js: This sub-module extends IO, to allow file uploads with an
 
12
HTML form, using an iframe transport.
 
13
- io-queue.js: This sub-module extends IO to add transaction queuing
 
14
capabilities.
 
15
 
 
16
* [FIXED] SF2262707.  If defined in the configuration object, user-specified,
 
17
HTTP "Content-Type" headers will correctly override POST default headers, for
 
18
HTTP POST transactions.
 
19
 
 
20
* XML is not supported as a response datatype when using sub-modules io-xdr.js
 
21
and io-upload-iframe.js.
 
22
 
 
23
*** version 3.0.0 PR1 ***
2
24
 
3
25
* Initial Release
 
26
 
 
27