* Added Windows, MariaDB and PHP-Versions
* Release 1.0
* Re-added forum link
* add stations_id to eqsl functions
* remove 'v' in Version Dialog
* Update README.md
added Link to demo instance
* Update index.php
* We should be MIT Conform
* [Debug] Added information about when files were last updated, and links to update
* Added custom data format
* Remove leftover-index
* Migration
* Check if index is there
* [LBA] Can disable maidenhead overlay
* [eQSL] only locations with a eQSL nickname should be displayed (#74)
* only locations with a eQSL nickname should be displayed in the dropdown under eQSL Import
* add proper error message
* improve usability
---------
Co-authored-by: Christoph Kottke <dg0tm@darc.de>
* html fixes
* show flashdata if no station has eqsl nick
* removed openssl check, not required
* accumulate stats language
* multilanguage support
* prettier
* Prevent leaking data out of other station_location
* moved qrg to first tab
* Fix a PHP 8.1 deprecated bug.
* [Contesting] Fix for table qso count
* Fixed error when data was empty. Also clear table before inserting again.
* Refactor to get the table to load
* Need to clear datatable when session is deleted
* Prevent Racecondition
* Fixed a few null-checks which will fail on fresh accounts
* Allow for longer gridsquare in station profile
* Show IOTA/SOTA ref on station location tab
* [LBA] Fixed mapping of selected QSOs
---------
Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: Christoph Kottke <dg0tm@darc.de>
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
Co-authored-by: dg0tm <schieberjunge@gmx.net>
I propose change "round" to "ceil" (Round fractions up).
Because I work on an export plugin in EDI file (IARU REGTEST1), the rounding is systematically higher:
"For the amateur bands up to 10 GHz inclusive, points will be scored on the basis of one point per
kilometer, i.e. the calculated distance in kilometers will be truncated to an integer value and 1 km
will be added. " (excerpt from VHF_Handbook_V9.01)
This commit has some further changes to text throughout the application. There are also some small fixes for text formatting. E.g. making sure that the small "helper" text under certain form fields is all consistent in terms of colour, font, etc.