lp:helioviewer.org

Created by Keith Hughitt and last modified
Get this branch:
bzr branch lp:helioviewer.org
Members of Helioviewer.org Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Helioviewer.org Developers
Project:
Helioviewer.org
Status:
Mature

Recent revisions

818. By Jeff Stys

+ Absorbed external JQuery and JQueryUI dependencies.

817. By Jeff Stys

Addressed bug #1425966
"Crash when viewing movie generated using sourceId instead of obs/ins/det/meas"
https://bugs.launchpad.net/helioviewer.org/+bug/1425966

816. By Jeff Stys

Updated parameters, removed debug code

815. By Jeff Stys

+ Fixed bug #1421754
  "Helioviewer fails to load when no "visible" image layers are specified Edit"
  https://bugs.launchpad.net/helioviewer.org/+bug/1421754

+ Updated "Help" link in footer.

814. By Jeff Stys

Addressed bug (#1383413) "SPoCA coronal hole detections remain highlighted when other coronal hole detections are highlighted"

+ Removed code from the API that deleted left and right parens from frm_name fields stored in the event cache JSON files.
+ Added escaping of invalid characters from CSS and JQuery selectors found in FRM_Name fields.

813. By Jeff Stys

Addressed bug (#1383440) "Link button does not use requested date/time"

+ Removed the "getMiddleObservationTime" method.
+ The link share button now always uses the current request time for the 'date' parameter in the URL query string.

812. By Jeff Stys

Addressed bug (#1383309) "Static asset URL not read from Config.ini file"

+ Added 'static_asset_url' parameter to the example Config.ini file (Config.Example.ini)
+ Updated the Config.js script to make the value of 'static_asset_url' available within the JavaScript context
+ Updated URL generation for event marker pin PNGs to respect the value of 'static_asset_url'
+ Updated URL generation for extended region polygon PNGs to respect the value of 'static_asset_url'

811. By Jeff Stys

Fixed bug #1381712 "Data coverage page returns no results when changing date"
https://bugs.launchpad.net/bugs/1381712

+ Picking a end date from the popup menus no longer result in "resolution=[object%20Object]" in the url .
+ URL redirects are no longer hard-coded to the "helioviewer.org" domain.

810. By Jeff Stys

Added two APIs, updated API docs, added database methods to enable movie re-generation, modified data coverage timeline statistics database table, skip missing JP2 files during JPX generation and log missing filenames, updated flowplayer from version 3.2.8 to version 5.4.6, optimized event marker PNG file sizes.

CREATE TABLE `data_coverage_30_min` (
  `date` datetime NOT NULL,
  `sourceId` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`date`,`sourceId`),
  KEY `index1` (`date`),
  KEY `index2` (`sourceId`),
  KEY `index3` (`sourceId`,`date`),
  KEY `index4` (`date`,`sourceId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8

809. By Jeff Stys

Addressed bug #1361344
https://bugs.launchpad.net/helioviewer.org/+bug/1361344

getEvents API's ar_filter option no longer filters out non-AR type events that have valid ar_noaanum values.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.