~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.logger

  • 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
 
Logger Release Notes
2
 
 
3
 
 
4
 
*** version 2.7.0 ***
5
 
 
6
 
* No changes.
7
 
 
8
 
 
9
 
*** version 2.6.0 ***
10
 
 
11
 
* LogWriter source member typo fix
12
 
* LogReader pause(), resume() work when footerEnabled = false
13
 
* Console logging in Safari now receives full message
14
 
* Invalid markup in VERBOSE_TEMPLATE corrected, space re-added after category
15
 
* Corrected problem where messages containing { content } were getting destroyed
16
 
 
17
 
 
18
 
*** version 2.5.2 ***
19
 
 
20
 
* No changes.
21
 
 
22
 
 
23
 
*** version 2.5.1 ***
24
 
 
25
 
* Support object introspection to Firebug.
26
 
* Better performance when rendering messages to LogReader.
27
 
 
28
 
 
29
 
*** version 2.5.0 ***
30
 
 
31
 
* No changes.
32
 
 
33
 
 
34
 
 
35
 
*** version 2.4.0 ***
36
 
 
37
 
* Global window error event no longer being handled by default. Implemented
38
 
 handleWindowErrors() and unhandleWindowErrors().
39
 
 
40
 
 
41
 
 
42
 
*** version 2.3.1 ***
43
 
 
44
 
* No changes.
45
 
 
46
 
 
47
 
 
48
 
**** version 2.3.0 ****
49
 
 
50
 
* Applied new skinning model.
51
 
* Logger singleton no longer clobbers itself.
52
 
* Fixed issues when setting LogReader property footerEnabled to false.
53
 
 
54
 
 
55
 
 
56
 
**** version 2.2.2 ****
57
 
 
58
 
* No changes.
59
 
 
60
 
 
61
 
 
62
 
*** version 2.2.1 ***
63
 
 
64
 
* Updated default ".yui-log-hd h4" font-size to "107%".
65
 
* Fixed synchronicity issue with pause()/resume() calls and the corresponding
66
 
LogReader button state.
67
 
* Better support for "\n" newlines in log messages, while wrapping long lines in
68
 
verboseOutput mode.
69
 
* Added draggable and outputBuffer properties to LogReader.
70
 
* Added showCategory(), hideCategory(), showSource(), hideSource(), and
71
 
clearConsole() methods to LogReader.
72
 
* Support for multiple freestanding LogReader instances.
73
 
* Improved type checking with YAHOO.lang.
74
 
 
75
 
 
76
 
 
77
 
**** version 2.2.0 ***
78
 
 
79
 
* Implemented expand() and collapse() in LogReader class.
80
 
* Better internal browser detection.
81
 
 
82
 
 
83
 
 
84
 
*** version 0.12.2 ***
85
 
 
86
 
* No changes.
87
 
 
88
 
 
89
 
 
90
 
**** version 0.12.1 ***
91
 
 
92
 
* Fixed issues with setting LogReader's "bottom" property.
93
 
 
94
 
 
95
 
 
96
 
*** version 0.12.0 ***
97
 
 
98
 
* Added method formatMsg(oLogMsg) to support custom formatting of log messages
99
 
for output to a LogReader.
100
 
 
101
 
 
102
 
 
103
 
*** version 0.11.3 ***
104
 
 
105
 
* The Logger static method enableFirebug() has been RENAMED to
106
 
enableBrowserConsole().
107
 
* The Logger static method disableFirebug() has been RENAMED to
108
 
disableBrowserConsole().
109
 
* By default, the Logger will not automatically output to Firebug or Safari's
110
 
JavaScript console. To enable this feature, implementers should now explicitly
111
 
call YAHOO.widget.Logger.enableBrowserConsole().
112
 
* Implementers may now cap the size of the YAHOO.widget.Logger stack by setting
113
 
the property YAHOO.widget.Logger.maxStackEntries.
114
 
* Implementers may now control the number of items displayed in each console by
115
 
setting the LogReader properties thresholdMax and thresholdMin.
116
 
 
117
 
 
118
 
 
119
 
*** version 0.11.0 ***
120
 
 
121
 
* Initial release