~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to RELEASE

  • Committer: Keith Hughitt
  • Date: 2012-04-02 19:25:08 UTC
  • mto: This revision was merged to the branch mainline in revision 699.
  • Revision ID: keith.hughitt@nasa.gov-20120402192508-mny212t8ulbem849
Preparing for 2.3.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
                    
2
2
                    RELEASE NOTES
3
3
                    
 
4
Helioviewer.org 2.3.0
 
5
======================
 
6
 
 
7
Helioviewer.org 2.3.0 is an major release focusing back-end improvements,
 
8
reuse, and the movie generation experience. Support has been added for
 
9
embedding Helioviewer.org into third-party websites, and JSONP support makes
 
10
it easier for new versions of the front-end to be created which interact
 
11
with the main Helioviewer.org back-end. Similarly, the front-end has been
 
12
rewritten to allow for easier creation of custom front-end clients without
 
13
having to reimplement a tiling system, etc.
 
14
 
 
15
The back-end queueing system (Helioqueuer) has been ported from Ruby to PHP
 
16
to allow for better integration with the rest of the back-end, and the movies
 
17
table structure has been modified for improved time estimation and similarity
 
18
searching. Additional options (frame-rate and movie length) are offered to
 
19
allow users further control over the movies they create and the duration
 
20
option has been moved to a more obvious location.  
 
21
 
 
22
Let us know what you think, or if you have any suggestions. Feedback is always
 
23
welcome.
 
24
 
 
25
New features:
 
26
 
 
27
 * JSONP support
 
28
 * Added option display date from last visit when returning to Helioviewer.org
 
29
 * Added setting to automatically update images every 5 minutes
 
30
 * Added support for embedding Helioviewer.org in other websites
 
31
 * Added support for specifying frame-rate or duration during movie creation
 
32
 * Added support for PROBA-2 SWAP data
 
33
 * Created an installer diagnostic script
 
34
 * Added support for tracking custom events in Google Analytics
 
35
 * Movie and screenshot selection rectangle preserved during visit
 
36
 * Data availability information included in getDateSources response
 
37
   
 
38
Bug fixes:
 
39
 
 
40
 * Fixed bug #691356 JPX Summary file does not exist
 
41
 * Fixed bug #783497 Port Helioqueuer to PHP 
 
42
 * Fixed bug #903360 Error occurs for certain layer orders when attempting to 
 
43
   create AIA/LASCO
 
44
 * Fixed bug #925542 The minimum width of the display window is too big
 
45
 * Fixed bug #624857 After clicking "clear history" unfinished requests are 
 
46
   still processed, and download links displayed
 
47
 * Fixed bug #885795 Add image attribution to about dialog
 
48
 * Fixed bug #888269 Attempt to normalize movie frame-rate instead of duration 
 
49
   when possible
 
50
 * Fixed bug #909795 Normalize date strings for API requests
 
51
 * Fixed bug #909897 Mark movies that have not finished in less than x hours 
 
52
   as Error
 
53
 * Fixed bug #930628 Improve movie creation time estimation
 
54
 * Fixed bug #942547 Validate value for dsun before attempting to process in 
 
55
   front-side
 
56
 * Fixed bug #609219 API should return an error message when an invalid 
 
57
   parameter is specified in a request
 
58
 * Fixed bug #783481 Report mouse coordinates immediately upon activation
 
59
 * Fixed bug #787744 Add a checkSettings method to the UserSettings class to 
 
60
   verify user settings integrity 
 
61
 * Fixed bug #876707 Included creation_time in FFmpeg metadata for mp4/webm 
 
62
   movies
 
63
 * Fixed bug #789515 Reduce filesize of WebM movies
 
64
 
 
65
Library updates:
 
66
 
 
67
 * Flowplayer (3.2.7 => 3.2.8)
 
68
 * jQuery (1.7.0 => 1.7.2)
 
69
 * jQuery UI (1.8.16 => 1.8.18)
 
70
 * jQuery.JSON (2.2 => 2.3)
 
71
 * jQuery imgAreaSelect (0.9.5 => 0.9.8) 
 
72
                    
4
73
Helioviewer.org 2.2.2
5
74
======================
6
75