Jesse Rhoads
|
7eedf970e5
|
Fix incorrect column header on live contest page
|
2021-10-09 16:49:35 -04:00 |
|
Andreas
|
e0e80fb680
|
[Contesting] Fixed so that correct gridsquare was shown in the view. Also removed some unused code in the controller.
|
2021-10-07 21:42:19 +02:00 |
|
Andreas
|
60536c4d5c
|
[ADIF Export] Added contest id to export
|
2021-10-07 19:15:08 +02:00 |
|
Peter Goodhall
|
c6f9a5a3ae
|
[Search] Fixed incorrectly closed stristr
|
2021-10-07 15:08:28 +01:00 |
|
Andreas
|
c369cf9647
|
[Modes] Fixed form. In certain cases, creating a mode would not work
|
2021-10-07 12:14:17 +02:00 |
|
Andreas
|
349f3ee1ca
|
[Contesting names] Bugfix in the form for creating contests and stopped loading of contesting.js when editing contestnames.
|
2021-10-06 20:24:14 +02:00 |
|
Andreas Kristiansen
|
7a6bdf3fbc
|
Merge pull request #1212 from AndreasK79/storing_queries
Storing queries
|
2021-10-06 10:28:19 +02:00 |
|
Andreas
|
7c56741b92
|
[Advanced search] Changed to migration 71 to not have problems later when merging station_logbooks.
|
2021-10-06 10:19:45 +02:00 |
|
Andreas Kristiansen
|
fa1bb549ee
|
Merge pull request #694 from jsb2092/master
Added support for lookups in services for more detailed information when logged in
|
2021-10-05 20:58:48 +02:00 |
|
Andreas
|
9365f551a7
|
Removed lines that should not be there. Problably comes from a merge.
|
2021-10-05 19:24:50 +02:00 |
|
Andreas Kristiansen
|
4b8e9db1b1
|
Merge pull request #1205 from Byloth/master
[FIX] Solved a SQL syntax problem while using the latest MariaDB version.
|
2021-10-04 13:25:36 +02:00 |
|
Matteo Bilotta
|
c1854515c7
|
[FIX] Solved a SQL syntax problem while using the latest MariaDB version.
|
2021-10-04 12:32:20 +02:00 |
|
Andreas
|
3baffed23e
|
[Advanced search] Edit of stored query description can now be done. Formatted code a bit.
|
2021-10-03 20:06:08 +02:00 |
|
Thomas Werzmirzowsky
|
43f96fab9d
|
"Mark QSL Card Not Required" sets status to Ignore but sets red arrow
which reflects status No. Changed color to grey.
|
2021-09-29 21:51:42 +02:00 |
|
Andreas
|
62402c02a4
|
[QSLPrint] Added QSL-status to the QSOList
|
2021-09-27 10:49:18 +02:00 |
|
Andreas
|
7979431d95
|
[Advanced search] Added migration script.
|
2021-09-25 20:13:06 +02:00 |
|
Andreas
|
97b5b1b2c8
|
[Advanced search] Polished things up a bit by using alert and dialog to convey messages.
|
2021-09-25 20:06:14 +02:00 |
|
Andreas
|
17170433e0
|
[Advanced search] Only run a query which contains select, but not delete or update. Done for safety precautions.
|
2021-09-25 19:49:28 +02:00 |
|
Andreas
|
0717fa74ff
|
[Advanced search] When saving a query, we add this to the dropdown.
|
2021-09-25 18:08:31 +02:00 |
|
Andreas
|
d71ba5a0c6
|
[Advanced search] When deleting a query, it will be removed from the dropdown.
|
2021-09-25 17:46:08 +02:00 |
|
Andreas
|
223ba0ca21
|
[Advanced search] You can now save a query for re-use.
|
2021-09-25 17:40:15 +02:00 |
|
Andreas
|
915a470d8c
|
[Advanced search] Adif export for search result.
|
2021-09-23 20:18:47 +02:00 |
|
Andreas
|
d56cb4b20a
|
[QSO Edit] Fixed duplication of state in county when saving edited QSO. Fixes #1178
|
2021-09-19 20:01:32 +02:00 |
|
Andreas
|
a77f76c2e0
|
[QSO Edit] Fixes editing for county/sota/dok if you are editing QSO in Live/Post QSO
|
2021-09-19 19:51:45 +02:00 |
|
Andreas
|
98cfc18e84
|
[QSO] By limiting this to 100, a lot counties never got displayed.
|
2021-09-18 19:12:42 +02:00 |
|
Peter Goodhall
|
ecf19488a6
|
Fixes bug where you couldn't save an editted QSO
|
2021-09-18 17:46:34 +01:00 |
|
Andreas
|
a0e3cbaa91
|
If a gridsquare in a qso is longer than 6 characters, the QRA library doesn't handle it. This used substring to only use the first 6.
|
2021-09-16 20:13:08 +02:00 |
|
Peter Goodhall
|
7e066bb963
|
Merge pull request #1138 from AndreasK79/theme_cleanup
[Themes] Cleanup
|
2021-09-15 23:10:24 +01:00 |
|
Peter Goodhall
|
0ff9070fbe
|
Merge pull request #1171 from Werzi2001/login_form_bootstrap
Login form bootstrap
|
2021-09-14 21:55:57 +01:00 |
|
Peter Goodhall
|
55d11e9f7e
|
Merge pull request #1135 from AndreasK79/gridsquare_map_popup_change
[Gridsquare Map popup] Changed so that we use the logbook view in the…
|
2021-09-14 21:55:21 +01:00 |
|
Peter Goodhall
|
816e05d19f
|
Merge pull request #1155 from Werzi2001/sota_field_in_logbook
Added SOTA (SOTA_REF) to possible columns
|
2021-09-14 21:54:59 +01:00 |
|
Peter Goodhall
|
c3f0c0c3c2
|
Merge pull request #1167 from Werzi2001/dark_mode_charts
Added support for dark mode to further charts
|
2021-09-14 21:53:54 +01:00 |
|
Peter Goodhall
|
9e19bfe2c6
|
Merge pull request #1153 from Werzi2001/eqsl_password_query_string
eQSL request changed from GET to POST
|
2021-09-14 21:53:28 +01:00 |
|
Peter Goodhall
|
e60bee857f
|
Merge pull request #1137 from AndreasK79/edit_contest_data_on_qso
[QSO Edit] Made Contest tab in QSO Edit. Added support for editing co…
|
2021-09-14 21:52:13 +01:00 |
|
Thomas Werzmirzowsky
|
7207592276
|
fix to retrieval of eqsl images. callsign can contain /. therefore
change to only pass id
|
2021-09-13 15:27:00 +02:00 |
|
Thomas Werzmirzowsky
|
fa8070a27e
|
using max width is better than w25 on mobile devices
|
2021-09-11 12:54:19 +02:00 |
|
Thomas Werzmirzowsky
|
0e30ebaa89
|
changed login form to use bootstrap layout
|
2021-09-11 12:47:00 +02:00 |
|
Thomas Werzmirzowsky
|
da14135a5f
|
added support for dark mode to some charts where it was missing
|
2021-09-10 18:53:24 +02:00 |
|
Thomas Werzmirzowsky
|
d0fa23835c
|
added SOTA (SOTA_REF) to possible columns
|
2021-09-09 18:57:38 +02:00 |
|
Thomas Werzmirzowsky
|
7988f917f3
|
changed to POST request in order to not send password in query string
|
2021-09-09 17:55:51 +02:00 |
|
Peter Goodhall
|
7329bd2c9d
|
[eQSL] Fixes Upload Text #1132
|
2021-09-07 17:09:19 +01:00 |
|
Peter Goodhall
|
b8a106d187
|
[LoTW] Removing the option to import new qsos from LoTW
Removing the option to import new qsos from LoTW this is because LoTW keep changing how they output and its not predictable.
|
2021-09-07 17:01:55 +01:00 |
|
Andreas
|
f4b29bd601
|
[QRZ Logbook] Updated the rest of the code to work with the new placement for the marking of QSOs.
|
2021-09-05 17:11:58 +02:00 |
|
Andreas
|
0377fe1989
|
[QRZ Logbook] Changed view. Moved marking of QSOs uploaded from ADIF Export to QRZ Logbook.
|
2021-09-05 16:49:53 +02:00 |
|
Andreas
|
c750d04848
|
[QSLPrint] Fixed marking of QSLs as sent when station location was all.
|
2021-09-04 09:42:46 +02:00 |
|
Peter Goodhall
|
1ca1ab8513
|
Revert "Merge pull request #1144 from CHTJonas/master"
This reverts commit c67e0a92e6, reversing
changes made to 23ccd119b9.
|
2021-09-01 11:50:50 +01:00 |
|
Charlie Jonas
|
033971ad09
|
Further clarify timestamp format in comments
|
2021-08-31 18:37:33 +01:00 |
|
Charlie Jonas
|
2daf46d870
|
Use UTC timestamps for CAT control
|
2021-08-31 18:27:41 +01:00 |
|
Peter Goodhall
|
23ccd119b9
|
Merge pull request #1141 from AndreasK79/qsl_print_bugfix
[QSLPrint] Bugfix for exporting ADIF and CSV when all is selected in …
|
2021-08-30 13:35:34 +01:00 |
|
Peter Goodhall
|
8eebe41990
|
Merge pull request #1142 from phl0/fixStelle
Improve German translation
|
2021-08-29 15:58:26 +01:00 |
|