~ubuntu-branches/ubuntu/natty/otrs2/natty-updates

« back to all changes in this revision

Viewing changes to var/httpd/htdocs/yui/2.7.0/releasenotes/README.utilities

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2010-08-09 19:43:44 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20100809194344-absef1ut5mfj3qhv
Tags: 2.4.7+dfsg1-1
* Strip out yui from the source in the dfsg version.
  Closes: #591196
* Depend on libjs-yui and link to this package, instead of using the embedded
  yui version. This changes make the flash ticket statistics unuseable!
  Closes: #592146

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
utilities.js - Release Notes
2
 
 
3
 
*** NOTE ***
4
 
 
5
 
This document is not updated with each release.  Changes to
6
 
the utilities.js source are noted in the README
7
 
file for each component that comprises this aggregate:
8
 
 
9
 
README.yahoo
10
 
README.dom
11
 
README.event
12
 
README.connection
13
 
README.animation
14
 
README.dragdrop
15
 
README.element
16
 
README.get
17
 
README.yuiloader
18
 
 
19
 
*************
20
 
 
21
 
The utilities.js file rolls up all of the YUI utility components into a single
22
 
file; it includes the following components:
23
 
 
24
 
* Yahoo Global Object
25
 
* Event
26
 
* Dom
27
 
* Connection Manager
28
 
* Animation
29
 
* Drag & Drop
30
 
* Element
31
 
* Get
32
 
* YUI Loader
33
 
 
34
 
For implementations that use four or more  of these files, it may prove
35
 
more efficient to include utilities.js as opposed to including separate files
36
 
for each component.
37
 
 
38
 
Note: If you require only the Yahoo Global Object, Event Utility and Dom
39
 
collection, consider using the special yahoo-dom-event.js aggregate instead.
40