Issue fixes (#413)

* Auto lookup missing airports closes #404

* Ensure flight ICAOs are capitalized closes #404

* Update htaccess in root closes #412

* Update htaccess in root closes #412

* StyleCI fix
This commit is contained in:
Nabeel S
2019-10-23 12:01:31 -04:00
committed by GitHub
parent 97baf98d04
commit 7a34756188
14 changed files with 113 additions and 24 deletions

View File

@@ -12,6 +12,13 @@
options: ''
type: text
description: 'Email where system notices, etc are sent'
- key: general.auto_airport_lookup
name: 'Automatic airport lookup'
group: general
value: true
options:
type: boolean
description: If an airport isn't added, try to look it up when adding schedules
- key: general.check_prerelease_version
name: 'Pre-release versions in version check'
group: general