1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
RELEASE NOTES
Helioviewer.org 2.0.2
======================
Helioviewer.org 2.0.2 is an incremental release adds initial support for
processing and displaying SDO AIA images. Other changes include:
* Fixed bug #541880: "ie8: Manually entering time or date triggers
icon-picker"
* Fixed bug #334085: "Pop-up sometimes not completely viewable"
* Fixed bug #322857: "Sandbox dimensions do not update right away when
layers are removed."
* Fixed bug #532141: "Add option to get all frames instead of specifying a
cadence"
* Added scripts/update.py - A new tool for routine ingestion of new data.
Helioviewer.org 2.0.1
======================
Helioviewer.org 2.0.1 is an incremental release which in addition to adding
backwards support for SOHO v0.6 JPEG 2000 data also includes the following
changes:
* Fixed bug #541883: Helper tooltips remain open even after clicking button
* Fixed bug #357217: Image layers from previous sessions are sometimes loaded
in wrong order
* Fixed bug #391581: Number of layers allowed at any given time should be
limited
* Fixed bug #539848: IE8 Link button does not generate a valid link
* Fixed an issue preventing Chrome Frame Installer from displaying in IE
* Updated jQuery UI 1.7.1 => 1.8
* Updated jQuery.json => 2.2 (Better native JSON support)
* Improved support for running in distributed-mode.
* Added support for outputting messages from PHP to Firebug via the FirePHP
library
* Removed deprecated backup server functionality (no longer necessary)
Helioviewer.org 2.0.0
======================
Helioviewer.org 2.0.0 is a major rewrite of the original version of
Helioviewer.org including a large number of changes to both the server-side and
front-end componenets. The main difference between this version and earlier
version of Helioviewer are the JPEG 2000 (JP2) tiling engine. While previous
versions had very strict requirements regarding the properties of the images to
be processed (which required many images to be rescaled and padded and also
include additional derrived header information), this release is able to accept
a much wider range of images for input.
In addition to the modifications to the tiling engine, other major changes
include:
* Modular server-side capable of running only the desired set of components.
* Front-end rewritten entirely in jQuery.
* Improved support for Internet Explorer (IE), Safari, Chrome, and Opera
web browsers.
* Better JHelioviewer integration.
* New layout.
* Database performance boost.
* Easier setup and configuration including a graphical installer.
* Easier sharing.
* More secure.
This release also includes a number of bug fixes to the earlier version
including a long-standing tiling bug which would occasionally result in missing
tiles.
|