Commit Graph

237 Commits

Author SHA1 Message Date
phl0
80d437ad0c Show SAT display name in QSO view if available 2024-12-02 13:33:50 +01:00
Fabian Berg
f67d3e9bbf Merge pull request #1247 from HB9HIL/distance_lp 2024-11-23 10:31:37 +01:00
HB9HIL
3406ffa63b fix some more places where antenna path matters 2024-11-21 15:26:35 +01:00
phl0
78ccb70fc7 Correct wording 2024-11-21 15:06:35 +01:00
HB9HIL
bf61fee980 fix identical ID's 2024-11-20 16:44:54 +01:00
HB9HIL
83b6af7d7b remove debugging 2024-11-20 15:39:09 +01:00
HB9HIL
f0fed3233f Merge remote-tracking branch 'upstream/dev' into pr/HB9HIL/1165 2024-11-17 16:00:55 +01:00
Joerg (DJ7NT)
7dcb3c703a Update application/views/view_log/qso.php
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2024-11-12 12:01:52 +01:00
int2001
cbc75158c4 Added showmail at QSO-Summary 2024-11-12 10:41:35 +00:00
Fabian Berg
a3ab95bdfa Merge branch 'dev' into ant_path 2024-11-10 13:20:22 +01:00
HB9HIL
e3e8db36b0 use context-linked translations 2024-11-06 11:47:58 +01:00
Fabian Berg
3e74c2a15b Merge branch 'dev' into ant_path 2024-11-06 11:40:53 +01:00
phl0
8a53b27b64 Align spacing 2024-11-06 10:05:55 +01:00
phl0
f7f60e07d2 Add default case 2024-11-06 09:53:00 +01:00
phl0
f82888079b Show prop mode in QSO view 2024-11-05 12:03:56 +01:00
HB9HIL
4e40118d74 show col_distance or recalculate. also show path as badge if not null 2024-11-05 10:40:40 +01:00
phl0
2fefcf73ef Remove lower case for NONE on QSO view 2024-10-23 16:10:06 +02:00
phl0
133becb5ee Remove stray whitespace 2024-09-09 08:27:26 +02:00
phl0
ffcea4af76 Add link to general GMA page 2024-09-09 08:26:41 +02:00
phl0
1e68b3bb31 Hide frequency rows in QSO view as well if zero 2024-09-03 14:49:19 +02:00
HB9HIL
1534d21eb9 replace old ht_to_mhz function with new qrg_conversion 2024-08-21 13:58:21 +02:00
phl0
09a3bdaaaa Slash some more zeros 2024-06-26 12:17:48 +02:00
HB9HIL
e454a4d2ef stringify finished views 2024-06-08 09:54:45 +02:00
HB9HIL
99e56a876b stringify 2024-06-07 14:58:23 +02:00
HB9HIL
d7e7c8a79f $this and $ci lang fixes 2024-06-06 21:32:42 +02:00
HB9HIL
133191d93e use <?= for better readability 2024-06-06 20:23:19 +02:00
HB9HIL
0284e6ce19 first big change 2024-06-06 15:41:03 +02:00
int2001
f0a73c9177 config-switch to disable qsl-image-feature 2024-06-06 05:29:15 +00:00
int2001
d28b45077e Show Clublog-QSL in QSO-Detail-View 2024-05-09 17:45:25 +00:00
phl0
316d77f596 Add azimuth and elevation to tweets and toots 2024-04-17 20:39:27 +02:00
phl0
b11b7242ec Add link to DOK districts 2024-03-09 08:12:13 +01:00
HB9HIL
46425b812d fix qso detail links 2024-03-05 08:04:03 +01:00
phl0
5b64e687f9 Omit trailing decimal places 2024-02-22 12:16:16 +01:00
phl0
8d9c802ce1 Add optical indicators 2024-02-22 10:56:52 +01:00
phl0
a301c00d97 Allow logging of Az and El (i.e. fix number format) 2024-02-22 10:28:52 +01:00
HB9HIL
96d49bfee3 Merge branch 'dev' into ans-central-users-data-folder 2024-02-06 12:52:20 +01:00
phl0
4c51b3dd5e Also include SIG and SIG_INFO 2024-02-06 12:42:32 +01:00
int2001
b5db88028f Make consequent use of SIG-References from station_profile 2024-02-05 13:10:45 +00:00
HB9HIL
dd8526811d Dev (#3)
* 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>
2024-02-05 10:44:50 +01:00
phl0
0cd7a71d16 Show IOTA/SOTA ref on station location tab 2024-02-05 08:20:37 +01:00
HB9HIL
39616c6a69 paths libary 2024-02-02 14:57:27 +01:00
abarrau
ae8c2efa4f remove model class on view, use generic function 2024-02-01 16:59:28 +01:00
abarrau
aefd75e94a Merge remote-tracking branch 'upstream/dev' into ans-central-users-data-folder 2024-01-31 22:37:16 +01:00
abarrau
c10c430ab2 userdir for eqsl 2024-01-31 22:36:27 +01:00
phl0
2b0cf11f3c Add link to Clublog log search 2024-01-30 20:09:05 +01:00
phl0
9605e20afb Also use SIG + SIG_INFO in tweets and toots 2024-01-25 16:16:38 +01:00
int2001
97e87de210 Replace ALL lowercase occurences of cloudlog by wavelog 2024-01-17 14:13:23 +00:00
Florian (DF2ET)
16e8901b44 Merge pull request #1 from phl0/trimVuccGrids
Trim VUCC_GRIDS Grids
2024-01-16 11:13:16 +01:00
phl0
0776fd8457 Trim VUCC_GRIDS Grids 2024-01-16 00:28:47 +01:00
Joerg
b31ab534db Merge pull request #81 from phl0/subdivisionTranslations
Basics for state translations
2024-01-15 17:03:13 +01:00