Roy Anderson
077a7aed1e
HTTPS access to Google Maps API on demand
...
Enable HTTPS access to Google Maps API.
This is necessary as middleman attackers may obtain location information from user's requests.
For users in China, Google and its subdomains are blocked.
2018-03-31 21:31:24 +08:00
Daniel Richman
7eb701a4a1
Hide NOTAMS option
2012-12-25 23:28:23 +00:00
Daniel Richman
2435bb74d4
Add time delta selection
2012-12-25 12:34:26 +00:00
Daniel Richman
2a12933009
Undo accidental commit of config.inc.php
2012-12-25 00:31:12 +00:00
Daniel Richman
1fc73b9510
Fix bugs, tidy, add UI stuff
2012-12-25 00:28:42 +00:00
Daniel Richman
e3581880f6
Be far more strict towards, and let the user know about, errors
2012-12-24 23:04:46 +00:00
Daniel Richman
103334cfab
More realistic delta square
2012-12-24 18:29:34 +00:00
Adam Greig
09c5ceef65
add data for pawan 1200g
2012-09-09 18:39:04 +01:00
Adam Greig
723dbe6772
rename EARS to Elsworth
2012-09-07 08:52:58 +01:00
Daniel Richman
9cf2dc514b
Commit changes from kraken
2012-08-24 20:48:11 +01:00
Daniel Richman
342f54019f
Include the entire traceback in progress.json
2012-08-24 20:46:21 +01:00
Daniel Richman
d41a2ff99c
Fixes to stats->counting typos
2012-07-24 16:25:34 +01:00
Adam Greig
814d26f984
instrument some php
2012-07-13 00:41:27 +01:00
Daniel Richman
369151d64f
Redirect all output; including predictor binary
2012-07-12 17:29:35 +00:00
Daniel Richman
d5b3b02eed
Show debug window when there's an error
2012-07-12 17:13:07 +00:00
Daniel Richman
6b2d8724ef
Add python logging, catch unhandled exceptions, configurable virtualenv
2012-07-12 17:04:15 +00:00
Daniel Richman
7c07f572e5
Fix command/shell injection vuln
2012-07-12 16:41:33 +00:00
Upuaut
6fcda65711
Changes to launch sites
2012-07-12 14:58:03 +00:00
Adam Greig
4919de268c
do not put units into the predictor box
2012-04-03 00:15:16 +01:00
Adam Greig
5faf228e8f
fix gui issue with too-long error message
2012-04-01 01:01:40 +01:00
Adam Greig
ee5c5fddad
fix js error in calc; update about box with calc info
2012-04-01 00:58:17 +01:00
Adam Greig
1eede59ca4
Update burst calc stuff
2012-04-01 00:50:34 +01:00
Jon Sowman
3c923385ae
Fixed positioning of the burst marker image
2012-03-30 09:46:28 +01:00
Jon Sowman
b91f9ffa72
Remove newline at the end of the php config include that was breaking the KML
2012-03-14 13:04:23 +00:00
Jon Sowman
cffb6f2815
Fix launch point hover times being wrong for non-UTC zones - closes #76
2012-03-10 15:21:26 +00:00
Jon Sowman
22abb370f7
Fixed newline at start of KML breaking it, closes #82
2012-03-10 15:01:16 +00:00
Adam Greig
0118864920
Add a new max-height to input box, fixes #86
2012-01-27 11:55:26 +00:00
Adam Greig
7de89cf8fb
Fix input box CSS to prevent Run button being hidden. Closes #84
2012-01-27 09:27:38 +00:00
Daniel Richman
bd2bf925b7
Check that the timestamp key exists first
2011-11-22 21:08:36 +00:00
Daniel Richman
71f2e3fd6d
Forbid zero or negative ascent/descent rates
2011-09-02 12:10:57 +01:00
Robert Harrison
1847edc9b5
Initial KML overlay working
2011-08-19 13:18:52 +01:00
Robert Harrison
a3829058f2
Updated about box
2011-08-19 10:26:22 +01:00
Robert Harrison
313daefcd6
NOTAM stuff
2011-08-19 09:25:11 +01:00
Daniel Richman
7f1a244f89
Hacky/temporary fix for issue #77 . The real bug is still at large
2011-06-22 17:28:20 +01:00
Daniel Richman
9ac0aa0e6e
Have predict.py fork for itself, and use an alarm to prevent hung processes
2011-04-30 11:10:43 +01:00
jonsowman
d65d54791b
Removed jquery include as we load it from the google cdn
2011-01-15 14:28:31 +00:00
jonsowman
77a01b8e68
Restructured the javascript directory tree for tidyness
2011-01-15 14:27:04 +00:00
jonsowman
c1bef45724
Links in the launch card to, for example, the burst calculator, or use saved launch sites, now highlight the relevant values in the form on hover
2011-01-15 01:28:21 +00:00
jonsowman
2983c59277
Rearranged the launch card and made a better burst calc activation link, and updated styling to reflect these changes - closes #67
2011-01-15 01:10:14 +00:00
jonsowman
8040ec2b1a
Shortened burst calculator errors such that the content does not overflow the div window when they are shown - closes #66
2011-01-15 00:15:08 +00:00
jonsowman
91f21399d2
Commented all functions in the main javascript include file
2011-01-14 23:50:07 +00:00
jonsowman
20e5ddb350
Include js event handling code in the index page
2011-01-14 23:49:51 +00:00
jonsowman
8f3badce6d
Move event handling code to its own file since there is so much of it
2011-01-14 01:10:05 +00:00
jonsowman
8fce7a03b7
Renamed js config to keep a consistant name convention, and tidied up comments in index page
2011-01-14 00:38:26 +00:00
jonsowman
73da93853f
Moved all Google Maps functions to their own js include file, leaving only functions explicitly related to the predictor itself in pred.js
2011-01-14 00:32:40 +00:00
jonsowman
f5584e4e7a
Moved displaying old predictions code into its own function, and tidying up the document ready function
2011-01-13 17:48:04 +00:00
jonsowman
e7e17e10e2
Condensed code for displaying old predictions in preparation for moving it to its own function for neatness
2011-01-13 17:24:14 +00:00
jonsowman
ea2f430c00
Exported all the cookie related functions from the main .js include file to their own one
2011-01-13 16:54:37 +00:00
jonsowman
bbfc8fad8c
Moved the UI control functions into their own .js include file
2011-01-13 16:37:01 +00:00
jonsowman
16db92d0ed
Burst calculator and constants in their own window, with UI elements for activating and using them
2011-01-13 16:11:22 +00:00