phpvms/config
B.Fatih KOZ b4d5c0fbcd
Weather METAR/TAF enhancements (#964)
* Update AviationWeather.php

Added the ability to fetch latest TAF report of given icao from ADDS/NOAA

* Update Weather.php

Used updated Metar\AviationWeather service to improve the widget ability and provide raw TAF data for the view

* Style Fix 1

* Update weather.blade.php

Updated blade to match updated Metar\AviationWeather service and the Weather widget controller.

Also fixed the order of temp - dewpoint - humidity - visibility display according to aviation usage.

Widget now displays raw TAF data just below raw METAR data.

* Update Metar inferface and wrap TAF retrieval in cache

* Styles fix

* Add call to getTaf. Don't call AviationWeather directly

* Fix cache lookup strings

* Fix recursion error

* Update weather.blade.php

Used latest weather.blade , added $taf['raw'] after raw metar.

* Compatibility Update

Updated the widget controller to match latest dev (added raw_only to config)

* Update Weather Widget Blade

Made the widget blade compatible with the TAF reports, widget will display raw metar and taf after the decoder, if no metar or taf recieved it will be displayed in its own row. Also added the new option of raw_only to blade, if it is true, metar decoding will be skipped and only raw values will be displayed. ( Useful when displaying multiple wx widgets at the same page for departure, destination and alternate etc )

Co-authored-by: Nabeel Shahzad <nshahzad@live.com>
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2021-02-19 12:45:39 -05:00
..
app.php Installing and managing modules from admin panel (#847) 2020-10-19 10:10:28 -04:00
auth.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
backup.php Shrink backup sizes 2021-02-17 14:38:47 -05:00
broadcasting.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
cache.php Weather METAR/TAF enhancements (#964) 2021-02-19 12:45:39 -05:00
captcha.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
compile.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
cron.php Cleanup the transaction memos 2018-03-06 06:17:45 -06:00
database.php Table prefixes not being added to indexes (#597) 2020-02-28 18:56:01 -05:00
filesystems.php Issue/329 refactor seeding (#337) 2019-08-05 08:27:53 -04:00
flare.php Avoid proc_open use #455 (#456) 2019-12-05 14:17:36 -05:00
gravatar.php Fix formatting and interfaces in nearly every file 2018-03-19 20:50:40 -05:00
ide-helper.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
ignition.php 384 Laravel 6 changes (#385) 2019-09-13 08:05:02 -04:00
importer.php Installing and managing modules from admin panel (#847) 2020-10-19 10:10:28 -04:00
installer.php Update installer.php (#1038) 2021-02-19 08:13:08 -05:00
laratrust.php Check user permissions on the routes #508 (#516) 2020-01-30 09:23:31 -05:00
laravel-widgets.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
logging.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
mail.php mail config - "driver" to "default" 2021-02-10 13:18:02 -05:00
map.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
modules.php Installing and managing modules from admin panel (#847) 2020-10-19 10:10:28 -04:00
money.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
notifications.php 391 Notification refactorings (#441) 2019-11-20 10:16:01 -05:00
opcache.php styleci fixes 2019-05-12 11:35:03 -05:00
phpvms.php Update doc links 2020-10-12 15:15:05 -04:00
queue.php Emails/notifications not sending #675 (#686) 2020-05-09 11:31:25 -04:00
repository.php Refactor and add importer to Installer module #443 (#444) 2019-11-27 09:19:20 -05:00
self-update.php Auto update #449 (#545) 2020-02-10 17:47:46 -05:00
services.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00
session.php Fix session database configuration 2021-02-12 11:43:00 -05:00
themes.php Upsert on ACARS positions #572 (#573) 2020-02-22 16:03:01 -05:00
updater.php Installing and managing modules from admin panel (#847) 2020-10-19 10:10:28 -04:00
vacentral.php 380 vacentral library (#381) 2019-09-05 16:55:51 -04:00
version.yml Initial pass at Laravel 7 support #673 2020-05-15 18:20:23 -04:00
view.php Apply fixes from StyleCI 2018-08-26 16:40:04 +00:00