lp:~jstys-z/helioviewer.org/webApp

Created by Jeff Stys and last modified
Get this branch:
bzr branch lp:~jstys-z/helioviewer.org/webApp
Only Jeff Stys can upload to this branch. If you are Jeff Stys please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jeff Stys
Project:
Helioviewer.org
Status:
Development

Recent revisions

817. By Jeff Stys

Removed much of the API-specific backend code.
Kept the necessary subset of PHP classes currently required by the front-end. Should pare this down further over time.

816. By Jeff Stys

Updated the pre-populated YouTube movie description metadata with URLs that point to playing and downloading the movie via the API.

815. By Jeff Stys

Initial Commit
+ External API support using URL from Config.ini file.
+ API version 2 support (arbitrary data source hierarchy).
+ Loading of Event marker pins and region polygons from API URLs instead of static asset urls.
+ Removal of JSONP support (in favor of CORS).
+ Added serialization of event layers

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.

808. By Jeff Stys

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

Fixed the range of year Select menu in the Observation Date UI calendar widget to go from 1990 to the current year (calculated, not hard-coded).

Branch metadata

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

Subscribers