~ubuntu-branches/ubuntu/lucid/loggerhead/lucid-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): James Westby, Roland Mas, Jelmer Vernooij, James Westby
  • Date: 2009-08-26 13:18:03 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826131803-0ce1fhaetci8b0c5
Tags: 1.17-0ubuntu1
[ Roland Mas ]
* Use the YUI library provided by libjs-yui. (Closes: #511286)

[ Jelmer Vernooij ]
* Use my debian.org address in Uploaders field.
* Add ${misc:Depends} to please lintian.
* Suggest recent version of paste, which doesn't expose internal port
  numbers in links. (Closes: #507000)
* Bump standards version to 3.8.1.

[ James Westby ]
* New upstream release.
* Drop get-orig-source rule in favour of debian/watch.
* Add python-pkg-resources and python-paste to Build-Depends,
  python-pkg-resources to Depends and python-simplejson to
  Recommends due to dependency changes.

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