~ubuntu-branches/ubuntu/jaunty/moodle/jaunty

« back to all changes in this revision

Viewing changes to lib/yui/history/README

  • Committer: Bazaar Package Importer
  • Author(s): Jordan Mantha, Matt Oquist
  • Date: 2009-02-25 15:16:22 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090225151622-0ekt1liwhv2obfza
Tags: 1.9.4.dfsg-0ubuntu1
* Merge with Debian git (Closes LP: #322961, #239481, #334611):
  - use Ubuntu's smarty lib directory for linking
  - use internal yui library 
  - add update-notifier support back in

[Matt Oquist]
  * renamed prerm script
  * significantly rewrote postinst and other maintainer scripts to improve
    user experience and package maintainability
    (Closes LP: #225662, #325450, #327843, #303078, #234609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
YUI Library - History - Release Notes
 
2
 
 
3
2.6.0
 
4
  * No changes.
 
5
 
 
6
2.5.2
 
7
  * No changes.
 
8
 
 
9
2.5.1
 
10
  * While BHM still does not work with current versions of Opera, we
 
11
    are no longer throwing an exception in Opera -- which, if uncaught,
 
12
    causes execution to stop.  Instead, we're messaging the unsupported
 
13
    browser issue via YAHOO.log.  This will allow other aspects of a BHM-
 
14
    managed script to continue executing in Opera.
 
15
  * Fixed issue with case-sensitive tagName comparisons
 
16
    (SourceForge bug 1868730).
 
17
 
 
18
2.5.0
 
19
  * No changes.
 
20
 
 
21
2.4.0
 
22
  * Added onReady method (similar to the Event utility's DOMReady method)
 
23
  * Fixed SourceForge bugs 1794347, 1490803, 1490818 and 1420015.
 
24
  * Starting with YUI 2.4.0, the necessary markup (see documentation) must be
 
25
    statically created in the HTML document, and passed to the Browser History
 
26
    Manager initialize method. This has two major benefits over older versions:
 
27
      - The Browser History Manager may be initialized much later than before,
 
28
        allowing for the corresponding <script> tag to be embedded at the
 
29
        bottom of the page (which is good for performance)
 
30
      - IE had a tendency to "forget" part or all of the history when returning
 
31
        to a page.
 
32
 
 
33
2.3.0
 
34
  * The Browser History Manager now works on IE if used inside an IFrame
 
35
    (See SourceForge Bug #1729569)
 
36
  * Added multiNavigate method, which allows changing the state of several
 
37
    modules at once, without introducing intermediate history entries
 
38
    (See SourceForge Bug #1713236)
 
39
  * Do not raise an exception when re-registering a module
 
40
    (See SourceForge Bug #1708840)
 
41
 
 
42
2.2.1
 
43
  * Use YAHOO.lang.hasOwnProperty when iterating over the _modules associative
 
44
    array. This way, the browser history manager will play nice with the
 
45
    libraries that add methods to the prototype of the Array object.
 
46
  * Fixed bug related to escaping / unescaping some values.
 
47
  * Added parameters to the register method to look like the addListener method
 
48
    of the Event utility (you can now pass an object that becomes the scope of
 
49
    the onStateChange handler, or is simply passed in to that handler)
 
50
  * Upgraded code presentation to work with Crockford's latest recommendations
 
51
    (which the latest version of JSLint online implements)
 
52
  * Integrated David Bloom's findings to not have to use an external asset
 
53
    (blank.html) on IE (when not going through HTTPS)
 
54
 
 
55
2.2.0
 
56
  * This is the initial release of the browser history manager.
 
57
    This component is considered experimental.  Experimental components
 
58
    are released for community experimentation and feedback; they
 
59
    are not considered appropriate for implementation in mission-
 
60
    critical applications. Please see the YUI FAQ at
 
61
    http://developer.yahoo.com/yui/articles/faq/#experimental
 
62
    for more information about the "experimental" designation.
 
 
b'\\ No newline at end of file'