提交图

3073 提交

作者 SHA1 备注 提交日期
Andreas
274ecf85cb [QRB Link] Added globe link to dashboard, logbook and qso. Spawns QRB window. 2022-02-19 19:46:07 +01:00
Peter Goodhall
b94eb1909b Update Logbook_model.php 2022-02-18 14:19:05 +00:00
Peter Goodhall
bfe1b38c86 [QSO] Fixed issue with bearing lookups with VUCC Grids 2022-02-18 13:46:16 +00:00
Peter Goodhall
be8771de2e Added some extra bits to handle empty results 2022-02-18 13:30:26 +00:00
Peter Goodhall
3a83145e09 [Dashboard] More optimisation for speed now 70% faster 2022-02-17 14:20:32 +00:00
Peter Goodhall
c44b4d7e4b [Dashboard] Merged 4 SQL queries into one call reducing page load times. 2022-02-17 11:58:09 +00:00
Peter Goodhall
1b64410649 Check if the config items already in session before running a database query 2022-02-16 22:59:59 +00:00
Peter Goodhall
91548afea7 [Dashboard] Removed extra login session check and migration check as its called by auto load
Removed extra login session check and migration check as its called by auto load this speeds up page load time and reduces SQL queries down to  44 for the page which is still too many
2022-02-16 22:27:44 +00:00
Peter Goodhall
88e90d7e50 [Visitor] Started the basic code structure of the controller
The visitor controller will handle allowing the public to see a logbook and some of its data.
2022-02-16 16:56:28 +00:00
phl0
72400c8908
Make a separate log view for activated grids 2022-02-16 17:17:17 +01:00
Peter Goodhall
f717d8820c [Dashboard] If environment is set to development then show the debug toolbar 2022-02-16 16:14:38 +00:00
Andreas
6d87c1bb8d [Search] Commented out hamli. Can't find this library. 2022-02-16 17:00:06 +01:00
Andreas Kristiansen
a7246c0977
Merge pull request #1359 from Werzi2001/version_2_search_logbook
added logbook filter to simple and advanced search
2022-02-16 16:57:11 +01:00
Andreas Kristiansen
9b8a226112
Merge pull request #1405 from phl0/tooltipsForAdvancedSearch
Also add QSL/contest tooltips to advanced search results
2022-02-16 16:50:09 +01:00
Andreas Kristiansen
9f89696e28
Merge pull request #1406 from AndreasK79/qrb_calc
Qrb calculator added
2022-02-16 16:41:25 +01:00
Andreas
0f70c722f2 [QRB Calcuilator] Removed javascript embedded in view 2022-02-16 16:36:32 +01:00
phl0
7c242c7f0b
Revert limit to 500 QSOs 2022-02-16 16:29:50 +01:00
phl0
629bc90052
Revert "Only show the last 500 distinct callsigns"
This reverts commit 8d0984857d.
2022-02-16 16:29:00 +01:00
phl0
e77675c153
Minor layout beauty :) 2022-02-16 14:57:07 +01:00
phl0
8d0984857d
Only show the last 500 distinct callsigns 2022-02-16 12:03:25 +01:00
phl0
af1451b542
Limit results to 500 and get rid of hard coded table name 2022-02-16 08:29:03 +01:00
Andreas
4210a8088e [QRB Calculator] Added local copy of js. Some tweaks and popup to the map. 2022-02-16 08:17:15 +01:00
phl0
6432c7a6e6
Fix detailed QSO listing 2022-02-15 22:45:10 +01:00
phl0
f234ae5bbb
Load eqsl/lotw lang stuff for details view 2022-02-15 22:35:17 +01:00
Andreas
0763e64777 [QRB Calc] Added some error checking and rounding of coordinates. 2022-02-15 22:17:37 +01:00
Andreas
c27bc1243a [QRB Calculator] Tweaked the popup output a little bit 2022-02-15 20:28:37 +01:00
phl0
63b73c9778
Implement separate handling of VUCC squares 2022-02-15 17:09:34 +01:00
Peter Goodhall
6ebf35c71e [LoTW][Cert] Fixed issue with start and end dates were incorrent importing p12s 2022-02-15 15:44:57 +00:00
phl0
a49ec4c42c
Merge remote-tracking branch 'upstream/station_logbooks' into activatedGrids 2022-02-14 15:15:29 +01:00
phl0
a367ba7f31
Use grids from station profiles as source 2022-02-14 15:15:07 +01:00
phl0
d2fdcd6546
Also add QSL/contest tooltips to advanced search results 2022-02-13 23:03:38 +01:00
Andreas
0357eb40df [QRB Calculcator] Working version, with map and path. 2022-02-13 18:08:55 +01:00
Andreas
2418f63b2e Added prefix to dxcc dropdown in station location. 2022-02-12 12:07:36 +01:00
Andreas
89b81b4c85 [QRB Calculator] Added model, view, controller and javascript to spawn dialog. 2022-02-12 11:45:06 +01:00
Andreas
a52827fdc0 Added text (deleted dxcc) to the dropdown so it's easier to choose correct dxcc. 2022-02-11 23:52:41 +01:00
Peter Goodhall
6b0e9b5eeb [Station Logbooks] Swapped layout so that it made more sense visually. 2022-02-11 11:23:33 +00:00
Peter Goodhall
7e8ce93e70 Added html5 input validation to the public slug 2022-02-10 10:57:04 +00:00
Peter Goodhall
56007fcfe4 [Station Logbooks] Code added for saving public slugs
Needs more validation added but its a start!
2022-02-09 22:51:46 +00:00
Peter Goodhall
4f2980a2a7 [Logbooks] Added system to check if a public slug is available 2022-02-09 22:29:29 +00:00
Peter Goodhall
0ae1394756 Add htmx script reference needs to be changed to local 2022-02-09 21:10:30 +00:00
Andreas
73cf21c691 [Migration] Added duplicate check on columns in script 082 2022-02-09 20:05:40 +01:00
Andreas Kristiansen
7debe5f33f
Merge pull request #1397 from AndreasK79/migration_fix
[Migration fix] Renames script 83 to avoid dupliate naming. Fixes scr…
2022-02-09 19:45:43 +01:00
Peter Goodhall
b40e0e7bfe Merge pull request #1388 from onovy/fix_adif_export
Fix ADIF export
2022-02-06 20:52:56 +00:00
Peter Goodhall
9fc05d9cb3 Merge pull request #1387 from onovy/qso_date_off
Fix QSO with time_on < time_off and QSO with date_off field
2022-02-06 20:52:49 +00:00
phl0
5afdbda357
Implement table results view for activated grids 2022-02-06 16:17:21 +01:00
Thomas Werzmirzowsky
b929109428 changed search filter from active logbook to all stations of the user
also changed get_qso($id) accordingly (otherwise no details of the QSOs
from other logbooks can be shown)
2022-02-06 09:41:11 +01:00
Thomas Werzmirzowsky
07fe282fd6 Merge remote-tracking branch 'werzi/station_logbooks' into version_2_search_logbook 2022-02-06 09:18:53 +01:00
Andreas
77217186e5 [Migration fix] Renames script 83 to avoid dupliate naming. Fixes script 85 with existing column and too long constraint on utf8mb4. 2022-02-05 17:15:00 +01:00
Peter Goodhall
dcc4f2b992 Delete 083_create_station_logbook_relationship_table2.php 2022-02-05 12:12:21 +00:00
Andreas
e1438a01a0 [Migration] Renamed to avoid duplicate with script 73. 2022-02-05 12:02:43 +01:00
Peter Goodhall
9d6e875f80 [Maps] Adds ability to save displayed map as png
This uses DOM to Image which doesn't work with IE/Edge at the moment
2022-02-04 14:09:51 +00:00
phl0
1fadec7e7b
Add basic function to show activated grids 2022-02-03 22:09:05 +01:00
Andreas
f0054da867 Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks 2022-02-01 11:01:54 +01:00
Andreas
b534ef1911 [Contesting] Fixed syntax error in band dropdown. Fixes #1386 2022-02-01 11:01:51 +01:00
Peter Goodhall
73d4e8bcff [Station Logbooks] Adds column public_slug this will be used for generating the publicly sharable dashboard in v2 cloudlog 2022-01-26 15:43:44 +00:00
Peter Goodhall
415a24eaf6 Update 084_fix_collate.php
Adds queries back
2022-01-26 14:53:55 +00:00
Peter Goodhall
6efd4869c4
Merge pull request #1383 from phl0/dokSort
Sort DOK by default and add type selection form
2022-01-26 14:27:30 +00:00
Peter Goodhall
6695112e3c
Removed "queries" has this table doesn't exist. 2022-01-26 14:25:08 +00:00
phl0
d42a5dc723
Make formatting a little nicer 2022-01-26 10:21:08 +01:00
phl0
82a39a5667
Sort DOK by default and add type selection form 2022-01-26 09:18:29 +01:00
Ondřej Nový
216aaff844 Cleanup SQL CHARSET and COLLATE
* Set same charset and collate for all tables
* Recommends collate utf8mb4_0900_ai_ci which is MySQL default
2022-01-25 08:28:37 +01:00
Mark Pentler
77042131ce Update index.php
Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
2022-01-24 22:49:36 +00:00
Mark Pentler
3b815e2a5f Update edit.php
Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
2022-01-24 22:49:36 +00:00
Mark Pentler
1e22e693ed Update add.php
Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
2022-01-24 22:49:36 +00:00
Mark Pentler
27f624815e Update profile.php
Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
2022-01-24 22:49:36 +00:00
Ondřej Nový
8cf8276c4f Add missing QSL sent state and method during QSO adding 2022-01-24 22:47:45 +00:00
Ondřej Nový
18b6a7e2cf Fix wrong option values of COL_QSL_RCVD during edit of QSO 2022-01-24 22:45:17 +00:00
Ondřej Nový
d6ea39921a Fixup QSL dates
* don't overwrite COL_QSLSDATE/COL_QSLRDATE on QSO edit
* set COL_QSL_RCVD to N instead of NULL on QSO add
* don't set COL_QSLSDATE/COL_QSLRDATE when COL_QSL_SENT/COL_QSL_RCVD is N
* save time (not only dates) in COL_QSLSDATE/COL_QSLRDATE (data type is
  datetime in DB)
2022-01-24 22:44:26 +00:00
Ondřej Nový
cf0afbc91e Fill search input with searched text 2022-01-24 16:26:52 +00:00
Ondřej Nový
1c7e73ca9e Fix advanced search
* fix is/is not empty
* fix is null/is not null
2022-01-24 16:26:09 +00:00
Ondřej Nový
da739e080f API: Detect wrong JSON and return correct error message 2022-01-24 16:25:16 +00:00
Peter Goodhall
96d7a2537d [API][QSO] Skips check_station_is_accessible() if import is coming from API
Skips check_station_is_accessible() if import is coming from API this is because api qso import doesn't have a session thus automatically fails.

Extra checks must be done on the api calls to make sure things are safe.

Fixes #1381

Co-Authored-By: Florian (DF2ET) <github@florian-wolters.de>
2022-01-24 16:13:25 +00:00
Ryan Zink
6b4a328bc1 Addition of 33cm and 1.25m bands where appropriate, reclassification of some bands as Microwave rather than UHF 2022-01-20 21:10:16 -07:00
Peter Goodhall
1b343f036e [Station Logbooks] Added datatable.js 2022-01-20 14:50:42 +00:00
Peter Goodhall
70c408ac82 [Station Locations] Added datatable.js to allow sorting etc 2022-01-20 14:44:32 +00:00
Peter Goodhall
860adbb7ab Fixes a weird issue 2022-01-20 14:28:12 +00:00
Ondřej Nový
0873062320 Add "Lookup on HamQTH" to drop-down menu. 2022-01-19 20:56:39 +00:00
Peter Goodhall
c6096b2a21 Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks 2022-01-19 14:26:38 +00:00
Peter Goodhall
7b0862e7be [Global Options] Added Email settings
Added email settings under global options to select whether its using smtp or sendmail on the server.
2022-01-19 14:26:36 +00:00
Peter Goodhall
87e6bb95ba
Update 082_add_reset_pass_to_users.php 2022-01-18 17:55:59 +00:00
Peter Goodhall
f7da92ff0c Update 082_add_reset_pass_to_users.php 2022-01-18 17:29:08 +00:00
Peter Goodhall
d2690462ae [Password] Handle resetting based on passcode 2022-01-18 16:14:22 +00:00
Peter Goodhall
4a2f6c0cfa [Login] Added link to forgot password 2022-01-18 15:32:45 +00:00
Peter Goodhall
61fc1fc92b [Password Reset] Creates DB columns and password reset views and process. 2022-01-18 15:29:22 +00:00
Andreas
952f6080a6 [Distances Worked] Bugfix for two locations, where one didn't have any QSOs on selected band. 2022-01-16 17:44:53 +01:00
Peter Goodhall
6d5acdfd11 [CAT] Sets timetamp if one isn't provided (UTC) 2022-01-14 19:22:18 +00:00
phl0
d59e247730
Should be desc here instead of asc 2022-01-14 11:59:04 +01:00
phl0
481deabbd4
Order QSO in map details by time descending 2022-01-14 11:57:15 +01:00
Andreas
d96c365ee1 [Translation] Added Polish language by @pheasantus 2022-01-13 19:34:53 +01:00
phl0
4bdafe185f
This PR adds some eye candy tooltips to QSLs icons as well as contest
exchanges on various sections within cloudlog

Squashed commit of the following:

commit 89edbf3ddadd7d796ba5412388f66d14e3e9ac17
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Jan 12 20:47:17 2022 +0100

    Fix flicker issue on gridmaps page (by LA8AJA)

commit 5b0c2672aadbf0451ec52ecc65745e880b44ef8f
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Jan 12 19:36:31 2022 +0100

    Also show tooltips for contest name

commit 88e091f65ace6bdbae3d605839665fdd457ea943
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Jan 12 19:08:31 2022 +0100

    Enable QSL tooltips also for QSO list in qslprint section

commit 91b81a0b2ba531e867f82197fe1b201e24785dd2
Author: phl0 <florian@florian-wolters.de>
Date:   Tue Jan 11 17:46:38 2022 +0100

    Prevent display of empty date values

commit a66be2dab1d23b15fa41df0a2c9a0c41f455afff
Author: phl0 <florian@florian-wolters.de>
Date:   Tue Jan 11 17:12:43 2022 +0100

    Make tooltip work also for gridsquares section
    Tnx @AndreasK79

commit 92c13483b9c71d55fa3d863d426b300cf008dd31
Author: phl0 <florian@florian-wolters.de>
Date:   Tue Jan 11 15:37:21 2022 +0100

    Implement tooltip hints also for other awards sections

commit 625c0e73c5dd5823301d888be4d0b3419a76f1db
Author: phl0 <florian@florian-wolters.de>
Date:   Mon Jan 10 19:28:47 2022 +0100

    Implement tooltip for awards section

commit 0fe9061ecf3e4b8d9826dee62779e2493124d8a5
Author: phl0 <florian@florian-wolters.de>
Date:   Mon Jan 10 16:57:35 2022 +0100

    Fix bug with extra quotes if manager defined

commit cb8e4d1e4343670a60bc93ac3e87d54d45d0a9fd
Author: phl0 <florian@florian-wolters.de>
Date:   Mon Jan 10 16:18:44 2022 +0100

    Small bugix

commit 5bca33b7a1dca1b89d0921a8e0890fc1aebccedd
Author: phl0 <florian@florian-wolters.de>
Date:   Mon Jan 10 15:42:31 2022 +0100

    Add missing translations for electronic QSL

commit 617f58a6217aa385225eab27bfe577ad55b7ff37
Author: phl0 <florian@florian-wolters.de>
Date:   Mon Jan 10 00:40:32 2022 +0100

    Enable tooltips also for search results

commit 432a1b283a19196618d4c809545d01cef4f630d3
Author: phl0 <florian@florian-wolters.de>
Date:   Mon Jan 10 00:18:33 2022 +0100

    Also QSL method/manager info

commit b43e7a1419c75a199c0a28c9849f2b09e0c62288
Author: phl0 <florian@florian-wolters.de>
Date:   Sun Jan 9 23:28:54 2022 +0100

    Show details for paper QSLs

commit 1759d94d8af7299684265700cec51fe0591623dc
Author: phl0 <florian@florian-wolters.de>
Date:   Fri Jan 7 17:51:17 2022 +0100

    Add tooltip hints for QSL sent/rcvd dates
2022-01-12 20:51:24 +01:00
Andreas
87b287beea [Distances Worked] Small bugfix when no gridsquare found 2022-01-10 18:24:39 +01:00
Thomas Werzmirzowsky
90340a5188 added logbook filter to simple and advanced search 2022-01-09 12:09:35 +01:00
Andreas
bbe3e989b8 [IOTA Award] Added filtering to summary 2022-01-06 20:02:53 +01:00
Andreas
1bedfbb919 [CQ Award] Added filtering to the summary 2022-01-06 19:35:08 +01:00
Peter Goodhall
195f025e3b Update index.php 2022-01-05 22:45:19 +00:00
Peter Goodhall
6d3ed34c1c [Station Logbooks] Typo 🐑 2022-01-05 22:43:54 +00:00
Peter Goodhall
6a99e4c135 [Station Logbooks] Improved the overall layout and intro text 2022-01-05 22:43:04 +00:00
Peter Goodhall
5c071fe85b [LoTW] Remaps all PSK modes correctly for upload. 2022-01-05 22:17:45 +00:00
Peter Goodhall
a64805e68a Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks 2022-01-05 22:05:52 +00:00
Peter Goodhall
0afdf302ea [Migration] Adds 072 to 073 to cover my muck up! 2022-01-05 22:05:50 +00:00
Peter Goodhall
91ebce55bb [LoTW] Add PSK Submodes for 31 and 63
Add PSK Submodes for 31 and 63 theres still a lot more to add

(cherry picked from commit 6b8960bf17)
2022-01-05 20:12:24 +01:00
Hugo Silva
a12531fa60 Fixes error on advanced search with nested groups
(cherry picked from commit 450f710cfd)
2022-01-05 20:07:37 +01:00
Andreas
f43115508c [WAS Map] Map scaling now works on mobile
(cherry picked from commit 2ee1a550b8)
2022-01-05 18:06:44 +01:00
phl0
8409dd03b0
Use station location as base for map 2022-01-05 15:21:26 +01:00
Andreas
902d121015 [WAS Award] Added filtering to summary 2022-01-04 19:13:41 +01:00
Peter Goodhall
1e4f6283e0 [SAT] Change Sat names stored as XW-3(CAS-9) to HO-113 2022-01-04 11:27:36 +00:00
Peter Goodhall
c7a718c337 Update 080_update_cas9_qsos.php 2022-01-04 00:55:10 +00:00
Peter Goodhall
59e4ea0316 [Sats] Change CAS-9 QSOs to HO-113 and set LoTW Sent to N 2022-01-03 18:17:04 +00:00
Andreas
a0645996a2 [WAS Map] Added tag to make the map responsive. Fixes #1346
(cherry picked from commit d852d4ebd0)
2022-01-03 18:39:02 +01:00
Peter Goodhall
38465fce24
Merge pull request #1344 from phl0/fixContestName
Need to load contest lang parts for correct display
2022-01-03 15:10:54 +00:00
Peter Goodhall
ea1f9df4df
Merge pull request #1347 from phl0/addGermanLangTags
Add missing German language tags
2022-01-03 15:10:39 +00:00
phl0
0653c064e3
Fix typo 2022-01-03 16:07:49 +01:00
phl0
c72ebf7ed1
Add missing German language tags 2022-01-03 16:05:47 +01:00
phl0
e8d6b17406
Replace _new by _blank for new windows/tabs 2022-01-03 11:07:29 +01:00
phl0
cfa08fd500
Add link also to display QSO page 2022-01-02 16:52:21 +01:00
phl0
74dd8c7776
Need to load contest lang parts for correct display 2022-01-02 14:21:50 +01:00
phl0
0593f0fee1
Add SOTA icon/link 2022-01-02 12:52:39 +01:00
Peter Goodhall
a4fd746a90
[QSO] Increase the callsign entry box width 2022-01-02 10:21:52 +00:00
phl0
7659e196fc Also show SRX/STX on dashboard
and fix PHP code formatting ;-)
2022-01-01 22:23:46 +00:00
phl0
d43261b544 Make SRX and STX left padded to at least 3 positions 2022-01-01 22:23:46 +00:00
phl0
8d6466334b Added hamqth.com and some tooltips 2022-01-01 21:38:18 +00:00
phl0
a292ce2b28 Align qrz icon next to callsign input box 2022-01-01 21:38:18 +00:00
phl0
4b7ae76baf Add icon link to qrz.com page 2022-01-01 21:38:18 +00:00
Andreas Kristiansen
1ba45fe622
Merge pull request #1329 from Werzi2001/bearing_by_station_profile
use station profile grid locator to calculate distance
2022-01-01 11:11:42 +01:00
Thomas Werzmirzowsky
ea1cf0141a added station profile check to bearing as well (used on change of
callsign, not on change of grid locator)
2021-12-31 17:49:44 +01:00
Andreas Kristiansen
2b1f3b5461
Merge pull request #1312 from Werzi2001/eqsl_lotw_on_dashboard
added eQSL and LotW to the dashboard
2021-12-31 15:26:39 +01:00
Andreas
3b76fb3572 [Dashboard] Added 50% width to the bottom right tables, as this makes them align. 2021-12-31 15:25:42 +01:00
Andreas Kristiansen
e562307e40
Merge pull request #1307 from Werzi2001/version_2_hide_sat_analytics
version 2 hide satellites
2021-12-31 14:27:32 +01:00
Andreas
66e72d035a [DXCC Award] Added filtering to the summary 2021-12-31 14:05:33 +01:00
Andreas
2bc331109c Added clickable link on previous QSOs 2021-12-28 20:08:41 +01:00
imlonghao
3404ff7050 [LoTW] Fix MFSK mode mapping
(cherry picked from commit ac0a4d966d)
2021-12-27 20:26:34 +01:00
Andreas
9e4bd5ff36 [Station location] Changed county limit to 300 to avoid result getting truncated. 2021-12-27 20:24:00 +01:00
Peter Goodhall
050182f2f5 This might fix issues where mysql isn't using UTC
There appears to be an issue when UTC isn't the native time for the MySQL server so instead of using NOW() which is the servers date/time use utc_timestamp instead. this means all interfaces MUST set time stamps as UTC.
2021-12-27 17:25:15 +00:00
Thomas Werzmirzowsky
451fd1e943 use station profile grid locator to calculate distance 2021-12-22 13:31:01 +01:00
Peter Goodhall
a2d4e129d4
Merge pull request #1322 from Werzi2001/version_2_logbook_active_on_create
Version 2 set logbook active on create
2021-12-21 17:49:21 +00:00
Peter Goodhall
cd8a38d717
Merge pull request #1318 from AndreasK79/qrz_logbook_v2_fix
Qrz logbook v2 fix
2021-12-21 17:48:32 +00:00
Peter Goodhall
84427d1a43
Merge pull request #1308 from Werzi2001/version_2_qsl_print_user_check
Version 2 "Print Requested QSLs"
2021-12-21 17:48:09 +00:00
Peter Goodhall
7dc7559165
Merge pull request #1309 from AndreasK79/dxatlas_v2_fix
Dxatlas v2 fix
2021-12-21 17:46:52 +00:00
Andreas
06a29f4743 [LoTW] Bugfix for sync when COL_LOTW_QSLRDATE is not set 2021-12-18 17:50:19 +01:00
Andreas
97e4f6bfe2 [CAT] Fixed a user_id bug when updating the radio entry. 2021-12-12 09:36:33 +01:00
Thomas Werzmirzowsky
278cf3b016 set logbook active on creation of first logbook
set station profile active on creation of first station profile
disabled deletion of active logbook
disabled deletion of active station profile
2021-12-04 17:14:57 +01:00
Andreas
4ac4f612cb [QRZ Logbook] Had to revert a few changes. Can't check user_id everywhere, since that will break cron 2021-11-25 20:43:31 +01:00
Andreas
197eceeb79 [QRZ Logbook] V2 fix for user_id 2021-11-25 20:18:44 +01:00
Thomas Werzmirzowsky
602a63d8c1 added eQSL and LotW to the dashboard 2021-11-19 22:34:58 +01:00
Andreas
ec189c4e75 Added missing model. DXAtlas v2 user_id fix 2021-11-18 09:29:14 +01:00
Andreas
0bd1b87060 [DXAtlas Export] Limit station_locations to logged in user + only export for logged in user 2021-11-18 09:27:45 +01:00
Thomas Werzmirzowsky
821a00dabb added checks to backend and frontend of "print requested qsls" to only
allow access to QSOs of user
2021-11-17 22:30:20 +01:00
Thomas Werzmirzowsky
3f7dbe81f9 fixed typo 2021-11-17 21:53:24 +01:00
Thomas Werzmirzowsky
e344bd0a9b hide satellites selection if there are not satellite QSOs in
statistics
distances worked
gridsquares
2021-11-17 21:48:44 +01:00
Andreas Kristiansen
e044da8df0
Merge pull request #1305 from AndreasK79/search_fix_for_table_not_specified
[Advanced Search] This fix adds table name to column so that query do…
2021-11-17 17:22:37 +01:00
Andreas
763df0b8dd [Advanced Search] This fix adds table name to column so that query doesn't error 2021-11-17 17:17:17 +01:00
Kim - DG9VH
22648f5801
Correct arrow...
incoming eQSL arrow putting into correct direction.
2021-11-17 16:59:36 +01:00
Peter Goodhall
a3e747de9a
Merge pull request #1296 from Werzi2001/dashboard_same_qsos_in_map_as_in_list
map on dashboard now shows the same QSOs as the list below
2021-11-17 14:23:51 +00:00
Peter Goodhall
8f9ab23dc5
Merge pull request #1297 from Werzi2001/version_2_adif_import_export_tasks
adif import/export tasks for version 2
2021-11-16 14:00:14 +00:00
Peter Goodhall
181314f3b0
Merge pull request #1299 from Werzi2001/version_2_kml_logbook_check
added logbook check to KML export
2021-11-16 13:59:49 +00:00
Peter Goodhall
68a9d237d7
Merge pull request #1298 from Werzi2001/version_2_station_create_set_user
set user_id on station location create
2021-11-16 13:59:04 +00:00
Thomas Werzmirzowsky
9a5b136351 added "mark qsl sent" options to qso cog menu 2021-11-16 13:58:15 +00:00
Thomas Werzmirzowsky
6be7536493 added logbook check to KML export 2021-11-15 19:59:26 +01:00
Thomas Werzmirzowsky
6ab3256439 set user_id on station location create 2021-11-15 19:54:01 +01:00
Thomas Werzmirzowsky
309803e252 renamed station profile to station location
only show station locations of user
check station location user in backend
2021-11-15 19:46:20 +01:00
Thomas Werzmirzowsky
6e8729d9dd map on dashboard now shows the same QSOs as the list below (excluding
the ones without gridsquare)
2021-11-15 19:16:54 +01:00
Peter Goodhall
aad1823e15 [Hardware] Allowed all user roles to view 2021-11-14 22:53:35 +00:00
Peter Goodhall
5eac022fae [Print QSL] Allowed all user roles access 2021-11-14 22:52:23 +00:00
Peter Goodhall
e7902db33a Fixed a range of errors 2021-11-14 22:48:39 +00:00
Peter Goodhall
4f2fc64c01
Merge pull request #1291 from AndreasK79/implode_fix
Implode fix and fix for when the logbooks is empty
2021-11-14 22:29:03 +00:00
Peter Goodhall
5441f88394
Merge pull request #1290 from Werzi2001/version_2_qso_qsl_checks
added user checks to previous contacts and qsl management
2021-11-14 22:28:40 +00:00
Andreas Kristiansen
109f40bc23
Merge branch 'station_logbooks' into cloudlog8 2021-11-14 22:01:25 +01:00
Andreas
ea93b69e04 [Statistics] Fixed when no QSOs 2021-11-14 18:46:09 +01:00
Andreas
d71be33ffe [Gridsquares] Fixed if no QSOs 2021-11-14 18:06:49 +01:00
Andreas
cd71d48656 [Distances Worked] Fix for QSOs not found 2021-11-14 17:57:33 +01:00
Thomas Werzmirzowsky
0ff857357c added user checks to previous contacts and qsl management 2021-11-14 17:50:11 +01:00
Andreas
341e8f4a33 [Days with QSOs] Fix if no QSOs found 2021-11-14 17:49:35 +01:00
Andreas
6e6fe817fe [Timeline] Fixed if no QSOs found. 2021-11-14 17:40:36 +01:00
Andreas
9e4c97e45b [Accumulated Statistics] Fixed when no QSOs found. 2021-11-14 17:33:24 +01:00
Andreas
e257ffa109 [Timeplotter] Fixed error when no QSOs found. 2021-11-14 17:20:10 +01:00
Andreas
8719441eb6 [Custom Map] Fixed error if logbook is empty 2021-11-14 17:17:20 +01:00
Andreas
8c7fa355fb [Awards] Fixed implode error when logbook is empty 2021-11-14 17:11:59 +01:00
Peter Goodhall
b58ed8bcbd
Merge pull request #1287 from Werzi2001/version_2_exclude_deleted
exclud deleted DXCC and IOTA by default
2021-11-14 13:11:50 +00:00
Peter Goodhall
08af5c3843 [Dashboard] Fixes errors on clean install where variables have no numbers on the dashboard counts 2021-11-14 13:10:18 +00:00
iddq
6bd4308b01 Added Operator (COL_OPERATOR) to possible columns 2021-11-14 12:04:48 +00:00
Peter Goodhall
37fba45cbc Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks 2021-11-14 12:02:17 +00:00
Ondřej Nový
558e111b5a More robust eQSL.
* download eQSL only once
* don't save empty file
* add entry to DB only for correctly downloaded and saved eQSL
* use redirect instead of "subrequest"
2021-11-14 12:01:59 +00:00
Peter Goodhall
454b3b96f3
Merge pull request #1286 from Werzi2001/version_2_dashboard_todos
Version 2 dashboard todos
2021-11-14 11:58:27 +00:00
Thomas Werzmirzowsky
a3822698c0 exclud deleted DXCC and IOTA by default 2021-11-14 12:58:19 +01:00
Peter Goodhall
8cb990fc30 [API] Allows all users to access 2021-11-14 11:57:21 +00:00
Thomas Werzmirzowsky
239fad0037 Merge branch 'station_logbooks' into version_2_dashboard_todos 2021-11-14 12:46:55 +01:00
Thomas Werzmirzowsky
63dc682e51 adapted dashboard countries and qsl cards statistics for logbooks 2021-11-14 12:45:17 +01:00
Andreas
3ff17fb058 Remove the constructor in the bands-model 2021-11-13 20:08:52 +01:00
Andreas
7dec9a7684 Removed constructor in the newly added bands-model. 2021-11-13 20:04:29 +01:00
Andreas Kristiansen
7d404c31db
Merge branch 'cloudlog8' into mergesolve 2021-11-13 20:00:48 +01:00
Andreas Kristiansen
42fa1a06d0
Merge branch 'station_logbooks' into cloudlog_php8_compatible 2021-11-13 16:03:52 +01:00
Andreas
939434090d [Bands] Consolidated get_worked_bands to it's own model. This will make it easier to have everything in one place, and perhaps also move bands to db. 2021-11-13 15:55:17 +01:00
Andreas
1ce153a2ca [KML Export] Fixed query to get the correct QSOs. Also added an extra check if lat and lng were undefined 2021-11-12 12:45:33 +01:00
Peter Goodhall
92850e821d [Header] Admin dropdown is only displayed to users with Admin role 2021-11-08 22:43:59 +00:00
Peter Goodhall
0ffe57dc63 [Auth] Changed Roles either Administrator or Operator
This is the first step in changes to the AUTH system it will have two roles

- Admin - who can access all the admin tools plus log qsos
- Operator - who can just access the main Cloudlog functions and their own logbooks and locations
2021-11-08 15:28:16 +00:00
Peter Goodhall
3a36b38b82 [Dashboard] Redirect to Login if user isn't logged in 2021-11-08 15:22:17 +00:00
Ondřej Nový
cf706fb17d More robust eQSL.
* download eQSL only once
* don't save empty file
* add entry to DB only for correctly downloaded and saved eQSL
* use redirect instead of "subrequest"
2021-11-07 23:01:10 +01:00
Andreas
b8ce4fa33d Added checks if logbooks exists. Cloudlog would load with an error when starting a new install. 2021-11-06 20:53:36 +01:00
Andreas
1b2a88b355 Removed all constructors in models, since this doesn't work in never CodeIgniter 2021-11-06 20:24:28 +01:00
Andreas Kristiansen
7fe1c8fed9
Merge pull request #1261 from iddq/master
Added Operator (COL_OPERATOR) to possible columns
2021-11-06 16:00:50 +01:00
Andreas Kristiansen
a9f9916315
Update index.php
Changed TD to TH tag in the header.
2021-11-06 15:53:04 +01:00
iddq
8665089fb8 Merge branch 'master' of github.com:iddq/Cloudlog 2021-11-06 12:15:23 +01:00
iddq
fd17cae78d Added Operator (COL_OPERATOR) to possible columns 2021-11-06 12:14:45 +01:00
Andreas Kristiansen
f0b97c148a
Merge pull request #987 from abarrau/master
differents updates
2021-11-04 19:21:52 +01:00
Hakan Koseoglu at jupiter
c2323667da Turkish translation v1.0 2021-11-04 12:55:08 +00:00
Peter Goodhall
c34f80f5e9 [LoTW] Remaps JS8, Q65 and FST4 correctly for LoTW uploads
Fixes #1248 where JS8 QSOs where being uploaded as MFSK
2021-11-04 11:43:17 +00:00
Peter Goodhall
ef6bcea1c0 [LoTW} Remap Satellite LILACSAT-2 to CAS-3H for LOTW uploads 2021-11-04 11:39:51 +00:00
Peter Goodhall
442bdd1455
Merge pull request #1262 from samhjn/feature_merge_back
[i18n] add translation Chinese Simplified
2021-11-03 16:07:40 +00:00
Peter Goodhall
32765fee9a
Merge pull request #1263 from LZ2ISI/patch-2
Added Bulgarian language translation
2021-11-03 16:06:50 +00:00
Peter Goodhall
09e6e29df5
Merge pull request #1264 from LZ2ISI/patch-3
Added Bulgarian language translation
2021-11-03 16:06:41 +00:00
Peter Goodhall
2d69a23ad5
Merge pull request #1265 from LZ2ISI/patch-4
Added Bulgarian language translation
2021-11-03 16:06:29 +00:00
Peter Goodhall
af739f469d
Merge pull request #1266 from LZ2ISI/patch-5
Added Bulgarian language translation
2021-11-03 16:06:19 +00:00
Peter Goodhall
d569c40684
Merge pull request #1267 from LZ2ISI/patch-6
Added Bulgarian language translation
2021-11-03 16:06:07 +00:00
Peter Goodhall
067d1f5d57
Merge pull request #1268 from LZ2ISI/patch-7
Added Bulgarian language translation
2021-11-03 16:05:58 +00:00
Peter Goodhall
94057d5ec1
Merge pull request #1269 from LZ2ISI/patch-8
Added Bulgarian language translation
2021-11-03 16:05:46 +00:00
Ivan
fb0c3781a7
Added Bulgarian language translation 2021-11-03 12:04:12 +02:00
Ivan
591b7d2c4b
Added Bulgarian language translation 2021-11-03 12:02:52 +02:00
Ivan
bfaaf942ee
Added Bulgarian language translation 2021-11-03 12:01:09 +02:00
Ivan
0ddfa89392
Added Bulgarian language translation 2021-11-03 11:59:02 +02:00
Ivan
79ffda06db
Added Bulgarian language translation 2021-11-03 11:57:37 +02:00
Ivan
3835bd33c7
Added Bulgarian language translation 2021-11-03 11:56:02 +02:00
Ivan
cd89168cc7
Added Bulgarian language translation 2021-11-03 11:54:08 +02:00
Ivan
bcf4e5d2d6
Added Bulgarian language translation 2021-11-03 11:52:10 +02:00
ShadowMov
144faa5c4c [i18n] add translation Chinese Simplified 2021-11-03 00:56:30 +08:00
iddq
40a77dbcd2 Added Operator (COL_OPERATOR) to possible columns 2021-11-01 18:38:18 +01:00
iddq
3d883409a1 Added Operator (COL_OPERATOR) to possible columns 2021-11-01 15:22:26 +01:00
Andreas
33868efa4c [Contest Logging] Bugfix for exchange logging. 2021-10-31 17:11:46 +01:00
Thomas Werzmirzowsky
6f39ce940f - QSO create/edit check that station belongs to user
- QSO form only shows stations of user
2021-10-31 10:25:35 +01:00
Thomas Werzmirzowsky
61b41df1d9 created helper methods to check access 2021-10-31 10:17:14 +01:00
Thomas Werzmirzowsky
9ed56e7211 improvements to multi user support of stations/logbooks
- Set active logbooks checks if logbook belongs to user
- Link station to logbook checks that station and logbook belong to user
- Unlink station from logbook checks that station and logbook belong to user
- Edit of logbook only shows stations of user
- Set active station checks if station belongs to user
- find_active and find_gridsquare of Stations model now check user
2021-10-31 09:56:45 +01:00
Andreas Kristiansen
2bf5894744
Merge pull request #1251 from AndreasK79/search_fix_replace
[Search] Replace O with slash when searching
2021-10-28 19:29:20 +02:00
Andreas
6fcb023216 [Search] Replace O with slash when searching 2021-10-28 19:28:22 +02:00
ShadowMov
6d066da791 eqsl: close root div 2021-10-27 23:43:23 +08:00
Andreas
36d1b75484 [Contesting] Implemented dupecheck 2021-10-24 16:48:23 +02:00
Andreas
6f266567a1 [Modes] Added buttons for activate / activate all 2021-10-23 19:55:57 +02:00
Andreas Kristiansen
76d9e639b0
Merge pull request #1245 from AndreasK79/contests_activate_deactivate_all
[Contests] Added buttons for activate/deactivate all
2021-10-23 19:45:49 +02:00
Andreas
93b6cba00e [Contests] Added buttons for activate/deactivate all 2021-10-23 19:44:41 +02:00
Thomas Werzmirzowsky
5f39e99d47 sort logbook and station list by name 2021-10-20 21:26:35 +02:00
Andreas Kristiansen
58a2346de6
Merge pull request #1238 from Werzi2001/station_logbooks_wording
changed wording to station
2021-10-20 18:05:54 +02:00
Kim - DG9VH
451beca21e
Fixed Typo in eqsl_last_qsl_rcvd_date
There was the wrong database-field compared so eqsl_last_qsl_rcvd_date() always delivered 1970/01/01 as date.
2021-10-17 17:19:13 +02:00
Thomas Werzmirzowsky
e66e2007c0 one more change 2021-10-17 11:45:21 +02:00
Thomas Werzmirzowsky
b300106ade changed wording to station 2021-10-17 11:42:33 +02:00
Thomas Werzmirzowsky
f510bc314b added logbook filter to logbook main list 2021-10-17 11:25:01 +02:00
Andreas
53e825d885 [Themes] Fixed form in the view 2021-10-16 19:53:22 +02:00
Andreas Kristiansen
b324aba559
Merge pull request #1232 from AndreasK79/dok_contest
[Contesting] Added option to copy received exchange into Dok field in database
2021-10-16 19:39:12 +02:00
Andreas
d44831d3f5 [Contesting] Added selection for copying received exchange over to DOK field in the database. 2021-10-16 16:03:54 +02:00
ShadowMov
5052f5505c [logbook] fix table header html markup & contest serial info 2021-10-16 00:24:13 +08:00
Andreas
9576f576d9 Fixed down in migration script. 2021-10-15 11:14:28 +02:00
Andreas
99d8de9494 Missing logbook view 2021-10-15 08:58:14 +02:00
Andreas
25c377f801 Rewrote view for dashboard and logbook 2021-10-15 08:56:40 +02:00
Andreas Kristiansen
48a2d3fb7c
Merge pull request #1218 from AndreasK79/small_fixes_for_better_compability
PHP8 fix and folder not found fix
2021-10-15 08:54:49 +02:00
ShadowMov
e21639277d dashboard: fix RSTS/RSTR table header in mobile mode 2021-10-15 00:20:18 +08:00
Thomas Werzmirzowsky
d62ab2e7d4 added check for empty result from list_logbooks_linked
removed "echo" outputs as then the following redirect is not possible
2021-10-12 20:03:14 +02:00
Peter Goodhall
2d2a480fbb Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks 2021-10-12 15:19:41 +01:00
Peter Goodhall
87d5c8e1b0 [Station Logbook] Improved edit interface 2021-10-12 15:19:39 +01:00
Andreas
d174003518 Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks 2021-10-12 13:20:46 +02:00
Andreas
57e5836193 [Migrations] Added checks to see if things exists. Done to avoid trouble when swapping branches. 2021-10-12 13:20:41 +02:00
Andreas
b63ebc02be [Contest Logging] Started work on adding DOK to exchange 2021-10-12 13:10:54 +02:00
Andreas
5fbf307650 [Advanced search] Adds dropdown if not exist when storing queries. Also removes dropdown if empty after delete. 2021-10-11 19:36:52 +02:00
Jesse Rhoads
7eedf970e5 Fix incorrect column header on live contest page 2021-10-09 16:49:35 -04:00
Chris Tabor
3b57245cd9 Fix dxcc_lookup query for dxcc_exceptions 2021-10-09 12:34:09 -07:00
Andreas
99379ec213 PHP8 fix and folder not found fix 2021-10-09 15:25:10 +02:00
Andreas Kristiansen
234ec52f1b
Merge branch 'mastettest' into station_logbooks 2021-10-08 11:48:01 +02: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
Peter Goodhall
e46152003f [Migration] Fixes issue when user_id already exists with the api table. 2021-10-06 11:16:54 +01:00
Andreas
d998a7f8a2 Changed order of migration script to not cause trouble with migration script in master. 2021-10-06 10:36:50 +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
Peter Goodhall
2dcd4f3965 Added comments 2021-09-29 22:02:08 +01:00
Peter Goodhall
650c73f4e6 [LoTW] Fixes issue with sync script running 2021-09-29 22:00:42 +01: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
Peter Goodhall
6bf7d97df8 Removed test function. 2021-09-28 17:21:56 +01:00
Peter Goodhall
8b1770feab [API][CAT] Fixes issue where user_id isn't getting added to the hardware entry 2021-09-28 17:18:04 +01:00
Peter Goodhall
0f57e62a84 Revert "Correct user date formating on QSO pages (Live/Post)"
This reverts commit 77a99780cb.
2021-09-28 16:09:47 +01:00
Peter Goodhall
5f10c52323 Went through logbook and logbook model changing things to logbook linked profiles 2021-09-28 11:21:12 +01:00
Peter Goodhall
f765a1c169 [QSO Entry] Changed worked_grid_before in Logbooks.php to use All station locations 2021-09-28 11:12:35 +01:00
Peter Goodhall
7651517e74
Merge pull request #1190 from AndreasK79/custom_maps_station_logbooks
Custom maps station logbooks
2021-09-27 15:09:21 +01:00
Peter Goodhall
e8be6f8620 Only create the fields in db if they arent there 2021-09-27 15:07:38 +01: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 Kristiansen
99b7290412
Merge pull request #1194 from T012m3n7oR/QSO-custom-date-format
Correct user date formating on QSO pages (Live/Post)
2021-09-23 10:22:30 +02:00
Andreas Kristiansen
b5ac0952ed
Merge pull request #1193 from AndreasK79/uploadpath
@mattmelling configurable updates folder
2021-09-22 14:21:36 +02:00
KT3PJ
77a99780cb Correct user date formating on QSO pages (Live/Post)
The date field will now be populated from the user's preferences, if
this is not set it will fallback to the file config setting.

-Move date format detection to earlier in the index.php file to allow a
single lookup of the format for the entire file.
-Convert hardcode date string to format selection in index.php to allow
the custom format to show on the Post QSO page.
-Convert php format string to jclock format string in footer.php to
allow the custom format to show on the Live QSO page.
2021-09-22 08:18:58 -04:00
Andreas Kristiansen
a2da3753ed
Merge pull request #1111 from T012m3n7oR/master
Add the gridsquare from LotW QSL to the logbook
2021-09-22 13:38:41 +02:00
Andreas
9a6b6263bb [Custom Map] Cleaned up the code a little bit. Swapped station profile name to logbook name in the view. 2021-09-20 22:03:39 +02:00
Andreas Kristiansen
92e45d6735
Merge branch 'station_logbooks' into add_userid_to_api 2021-09-20 19:34:19 +02:00
Andreas Kristiansen
345c753d13
Merge branch 'station_logbooks' into userid_hardware 2021-09-20 19:33:31 +02:00
Andreas Kristiansen
ad045a1a8d
Merge pull request #1187 from AndreasK79/notes_assign_to_user
Notes assign to user
2021-09-20 19:32:59 +02:00
Andreas
51fba79397 [Hardware] Changed page title to be the same as the menu name 2021-09-20 19:32:41 +02:00
Andreas
30ba927c25 [API] Added userid to the API key. 2021-09-20 15:16:53 +02:00
Andreas
586bc969fa [Hardware] Added userid to everything that has to do with hardware. 2021-09-20 15:03:35 +02:00
Andreas
5f2cd9d55d [Notes] Added userid to everything that has to do with show/create/edit/delete note. 2021-09-20 12:24:58 +02:00
Andreas
a554ad07aa [Notes] Added migration script for adding userid to notes. 2021-09-20 12:16:44 +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
a15b9f2a89 Fixes bug where you couldn't save an editted QSO 2021-09-18 17:49:04 +01:00
Peter Goodhall
ecf19488a6 Fixes bug where you couldn't save an editted QSO 2021-09-18 17:46:34 +01:00
KT3PJ
b46368fe06 LotW gridsquare will not be updated if VUCC gridsquares exist. 2021-09-18 12:22:43 -04:00
Andreas
9311e7c85a [Custom Map] Tweaks for station logbooks 2021-09-18 17:59:19 +02:00
Andreas
25bffdce83 [Gridsquare Map] Bugfix. The confirmed fields would not be correct. Or_where seems to work only when where are two conditions in the where statement. 2021-09-17 18:11:25 +02: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
Andreas
708d5dc278 [Themes] Moved bootstrap-dialog.css and selectize.bootstrap4.css to css folder. Moved differences to overrides.css, and made sure to load this after the other css files. Now we only need two files for a theme in Cloudlog. 2021-09-15 23:11:48 +01:00
Peter Goodhall
7e066bb963
Merge pull request #1138 from AndreasK79/theme_cleanup
[Themes] Cleanup
2021-09-15 23:10:24 +01:00
Andreas
e4952101f9 Renamed a file to fix a merge collision in migration files. 2021-09-15 19:33:34 +02:00
Andreas Kristiansen
77da77ffd1
Merge branch 'station_logbooks' into custom_themes 2021-09-15 19:30:34 +02:00
Andreas Kristiansen
1ad0343ed0
Merge pull request #1150 from AndreasK79/dxatlas_grid_export
Dxatlas grid export
2021-09-15 19:15:33 +02: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
Andreas
f369b172bd [Distances Worked] Updated code (with a rewrite) to support station logbooks 2021-09-12 16:46:16 +02:00
Peter Goodhall
38963ce887
Merge pull request #1170 from AndreasK79/quick_lookup_station_logbooks
[Quick Lookup] Updated code to support station logbooks
2021-09-11 16:55:01 +01:00
Peter Goodhall
ddccc622b1
Merge pull request #1169 from AndreasK79/accumulated_station_logbooks
[Accumulated Statistics] Updated code to support station logbooks
2021-09-11 16:54:50 +01: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
Andreas
cad5c1c569 [Quick Lookup] Updated code to support station logbooks 2021-09-10 23:13:25 +02:00
Andreas
33cdbca735 [Accumulated Statistics] Updated code to support station logbooks 2021-09-10 22:59:10 +02:00
Andreas
14bb2db47f [Days With QSOs] Updated code to support station logbooks 2021-09-10 20:04:03 +02:00
Peter Goodhall
88222ca686
Merge pull request #1166 from AndreasK79/timeline_station_logbooks
[Timeline] Updated code to support station logbooks
2021-09-10 18:38:15 +01:00
Peter Goodhall
ff29a60ca9
Merge pull request #1154 from AndreasK79/dok_station_logbooks
[DOK Award] Updated code to support station logbooks
2021-09-10 18:37:58 +01:00
Peter Goodhall
b29dac67cc
Merge pull request #1165 from AndreasK79/timeplotter_station_logbooks
[Timeplotter] Updated code to support station logbooks
2021-09-10 18:29:39 +01:00
Peter Goodhall
3bec428b82
Merge pull request #1162 from AndreasK79/was_station_logbooks
[WAS Award] Updated code to support station logbooks
2021-09-10 18:29:30 +01:00
Peter Goodhall
9fc18f73ff
Merge pull request #1161 from AndreasK79/vucc_station_logbooks
[VUCC Award] Updated code to support station logbooks
2021-09-10 18:29:17 +01:00
Thomas Werzmirzowsky
da14135a5f added support for dark mode to some charts where it was missing 2021-09-10 18:53:24 +02:00
Andreas
9612c02e76 [Timeline] Updated code to support station logbooks 2021-09-10 11:59:41 +02:00
Andreas
88d7e2e132 [Timeplotter] Updated code to support station logbooks 2021-09-10 11:44:05 +02:00
Andreas
45d8f56875 [WAS Award] Updated code to support station logbooks 2021-09-09 23:04:50 +02:00
Andreas
9fef439c86 [VUCC Award] Updated code to support station logbooks 2021-09-09 22:53:25 +02:00
Peter Goodhall
2c0ee14d22
Merge pull request #1160 from AndreasK79/uscounties_station_logbooks
[US Counties Award] Updated code to support station logbooks
2021-09-09 21:52:42 +01:00
Peter Goodhall
d130940d48
Merge pull request #1159 from AndreasK79/sota_station_logbooks
[SOTA Award] Updated code to support station logbooks
2021-09-09 21:52:22 +01:00
Peter Goodhall
ab9553883d
Merge pull request #1158 from AndreasK79/sig_station_logbooks
[SIG Award] Updated code to support station logbooks
2021-09-09 21:52:02 +01:00
Peter Goodhall
4ec4500716
Merge pull request #1157 from AndreasK79/iota_station_logbooks
[IOTA Award] Updated code to support station logbooks
2021-09-09 21:51:39 +01:00
Andreas
9f6feb24a5 [US Counties Award] Updated code to support station logbooks 2021-09-09 22:43:29 +02:00
Andreas
365e79c384 [SOTA Award] Updated code to support station logbooks 2021-09-09 22:35:25 +02:00
Andreas
5cfa97af8a [SIG Award] Updated code to support station logbooks 2021-09-09 22:29:59 +02:00
Andreas
49fc109aa6 [IOTA Award] Updated code to support station logbooks 2021-09-09 22:18:55 +02:00
Andreas
006b721b0e [DXCC Award] Updated code to support station logbooks 2021-09-09 20:59:51 +02:00
Thomas Werzmirzowsky
d0fa23835c added SOTA (SOTA_REF) to possible columns 2021-09-09 18:57:38 +02:00
Andreas
5622c488a7 [CQ Award] Updated code to support station logbooks 2021-09-09 18:14:41 +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
a6422fa341 [Layout] If ENVIRONMENT set to development show dev badge 2021-09-08 22:18:17 +01:00
Andreas
841bec5d31 [CQ Award] Updated code to support station logbooks 2021-09-08 22:07:00 +02:00
Peter Goodhall
3e302f2e5b finalised gridsquare map code for showing grouped locations 2021-09-08 14:32:48 +01:00
Peter Goodhall
0322fc1e69 [Stats] Show Stats for all locations assigned against the logbook 2021-09-08 13:32:53 +01:00
Peter Goodhall
1566c913b7 Deleted unneeded text user already knew they where deleting a station logbook 2021-09-07 18:08:51 +01:00
Peter Goodhall
ce1d7a5351 Code added to have an active logbook and code to set it all up 2021-09-07 18:07:48 +01:00
Peter Goodhall
56e7827fe7 Adds code to create relationship between logbook and location 2021-09-07 17:42:35 +01: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
16b3d89ffe [DX Atlas Gridsquare Export] Changed filename for export. 2021-09-05 14:56:30 +02:00
Andreas
54c4943798 [DX Atlas Gridsquare Export] Added station location select. 2021-09-05 10:43:36 +02:00
Andreas
9c236a935c [DX Atlas Gridsquare Export] Got the filters working. Cleaned up some code and added a few comments 2021-09-05 09:24:36 +02:00
Andreas
84fbcaffb4 [DX Atlas Gridsquare Export] Got file export working. 2021-09-04 20:26:51 +02:00
Andreas
c750d04848 [QSLPrint] Fixed marking of QSLs as sent when station location was all. 2021-09-04 09:42:46 +02:00
Andreas
d397e35d82 [DX Atlas Gridsquare Export] Added a model for the export 2021-09-04 09:30:51 +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
Andreas
2f0cf971c5 [DX Atlas Gridsquare Export] Tweaking of the view. Activated datepicker. 2021-08-30 18:28:20 +02: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
phl0
6446c31cc6
Improve German translation 2021-08-29 16:24:19 +02:00
Andreas
fddc03b4ef [QSLPrint] Bugfix for exporting ADIF and CSV when all is selected in Station Location 2021-08-24 20:10:07 +02:00
Peter Goodhall
efac6b8d80 Base code for getting select options for station locations 2021-08-23 21:56:18 +01:00
Peter Goodhall
831f249938 Built interface to display station locations when editing Station Logbooks 2021-08-23 17:34:00 +01:00
Peter Goodhall
6cc96d2128 [Station Location] Allow user to claim a location and also only show those of the user or non claimed. 2021-08-23 15:50:19 +01:00
Peter Goodhall
605395264e [Station Locations] Adds User_ID to station location to assign it to a user 2021-08-23 15:39:30 +01:00
Andreas
3523d04cdc [Themes] Moved bootstrap-dialog.css and selectize.bootstrap4.css to css folder. Moved differences to overrides.css, and made sure to load this after the other css files. Now we only need two files for a theme in Cloudlog. 2021-08-21 17:17:21 +02:00
Andreas
6164558fff [QSO Edit] Made Contest tab in QSO Edit. Added support for editing contest, serial and exchange. 2021-08-20 12:49:57 +02:00
Andreas
7a6c2c2141 [Gridsquare Map popup] Only let popup work if logged. 2021-08-19 18:16:32 +02:00
Andreas
2d835654dc [Gridsquare Map popup] Changed so that we use the logbook view in the popup. This way, we can see the confirmed status on the QSOs, and we can also add them to the print queue if wanted. 2021-08-19 09:36:56 +02:00
Peter Goodhall
a80089f97c Make sure tables dont exist before running migration 2021-08-16 11:24:16 +01:00
Peter Goodhall
2263b73605
Merge pull request #1124 from AndreasK79/map_enhancement
[Gridsquare Map] Tweaked the different zoom levels. Fields are shown …
2021-08-16 10:56:21 +01:00
Peter Goodhall
cfc6f36cc4
Merge pull request #1133 from AndreasK79/contesting_exchange_change
[Contesting] Added more exchange options
2021-08-16 10:47:14 +01:00
Andreas
e6387c92a5 [Contesting] Spacebar jumping is now working. Filling of QSO table is working. Logging the QSO and exchanges correct is working. 2021-08-13 12:47:17 +02:00
Peter Goodhall
79d9167e8b [Station Logbooks] Added functions to handle editing 2021-08-12 21:10:43 +01:00
Peter Goodhall
ee0a93b48a [Station Logbooks] Added code to create and delete station logbooks 2021-08-12 20:36:01 +01:00
Peter Goodhall
ef65494eb6 [Station Logbooks] Added the basics for the index page 2021-08-12 20:17:18 +01:00
Andreas
6f448e056a [Contesting] Cleaning up the JS code, fixing some bugs and getting everything to work in the GUI. 2021-08-12 19:37:16 +02:00
Peter Goodhall
c9aa90ca1a
Merge pull request #1126 from AndreasK79/dok_manually_add_fix
[DOK autofill fix] Set option create to true so that entries not foun…
2021-08-12 18:13:03 +01:00
Peter Goodhall
ba66f02c4d
Merge pull request #1130 from AndreasK79/hide_delete_button_for_logged_in_user
[User Accounts] Hides delete button for logged in user. Fixes #1128
2021-08-12 18:12:15 +01:00
Andreas
f7a2303713 [User Accounts] Hides delete button for logged in user. Fixes #1129 2021-08-12 13:13:03 +02:00
Andreas
d0a0cad4b7 [Contesting] Added exchange to exchange type. Input fields change according to exchange type. Storing values in localstorage, and restoring on reload. 2021-08-12 11:52:36 +02:00
Andreas
a361cfb897 [Contesting] Moved 2 js-functions from footer to the contesting.js file, just to clean things up a bit. 2021-08-11 08:54:24 +02:00
Andreas
041114e85a [Contesting] Added hide/show on exchangefields when selection is made. 2021-08-10 22:32:15 +02:00
Andreas
ffbc7c4b6d [Custom CSS Theme Support] Added fetching of theme list in options as well. 2021-08-09 15:10:37 +02:00
Andreas
d24eeafcdf [Custom CSS Theme Support] Added user interface for add/edit/delete theme 2021-08-09 14:29:53 +02:00
Andreas
5995b169c6 [Custom CSS Theme Support] Added migration script for creating the theme table 2021-08-09 13:26:04 +02:00
Andreas
a512a984aa [Custom CSS Theme Support] Added support for fetching list of themes from database. 2021-08-09 13:13:41 +02:00
Andreas
600a12f6ad [Gridsquare Map] Renamed id tag for gridsquare map (to be able to split the different maps, and use custom css) 2021-08-09 11:55:10 +02:00
Andreas
720cf766f2 [DOK autofill fix] Set option create to true so that entries not found in the DOK list, can be manually added. Fixed #1120 2021-08-08 18:30:07 +02:00
Andreas
9f670aab8c [Gridsquare Map] Tweaked the different zoom levels. Fields are shown at the same time as worked/confirmed gridsquares (but only at certain zoom levels). Also gridsquares are visible at a lower zoom level. 2021-08-07 19:43:56 +02:00
Andreas
1adae9fd88 [Contesting] Started working on adding more possibilities for contest exchange 2021-08-07 10:13:38 +02:00
Peter Goodhall
e254753bec [Migration] Creates table station_logbook_relationship table for many to many setup 2021-08-06 17:57:40 +01:00
Peter Goodhall
c05d8f8fe0 [Migration] Creates station_logbook table in database. 2021-08-06 17:52:04 +01:00
Jeremy Brown
791cc04f62 Merge branch 'master' of https://github.com/magicbug/Cloudlog into magicbug-master 2021-08-05 15:36:28 -04:00
Pat Lang
4c9ed28972
Merge branch 'magicbug:master' into master 2021-08-05 12:27:05 -04:00
Andreas
ea916d88c9 [QRA Library] Fixes #1117. This fixes bearing calculation. Distance was not calculcated if the locator was directly to the north or south of your own locator. 2021-07-31 12:01:14 +02:00
Peter Goodhall
bad229dd09
Merge pull request #1116 from AndreasK79/mm_dxcc_fix
[QSO Entry] Maritime Mobile identification fix
2021-07-30 13:49:17 +01:00
Andreas
946f11d538 [QSO Entry] Maritime Mobile identification fix 2021-07-30 09:06:53 +02:00
Andreas
608b09c973 [Quick lookup] Rewrote the view for easier editing. 2021-07-29 12:38:41 +02:00
Andreas
0015d4a1cf [DX Atlas Gridsquare Export] Initial work begun for export 2021-07-29 12:05:52 +02:00
Andreas
78f11d62c6 [Quick lookup] Added clickable links so that you can see the qso information that lies behind the W/C in quick lookup. 2021-07-29 10:38:27 +02:00
Peter Goodhall
347327c3c9
Merge pull request #1112 from AndreasK79/qslprint_enhancement
[QSL Print] Added button to see list of QSOs with callsign. Can add t…
2021-07-28 18:11:49 +01:00
Peter Goodhall
01440b3e83
Merge pull request #1109 from AndreasK79/awards_was_mode_filter
[Awards WAS] Added mode filtering.
2021-07-28 18:11:22 +01:00
Andreas
38d6112b4c [Awards DXCC] Added fix for summary that didn't check if col_dxcc > 0. Fixed a small bug in a query and added some checks for col_dxcc > 0, just to be sure 2021-07-28 18:51:44 +02:00
Peter Goodhall
c4d5e5ed33 [QSO Edit] Added Ability to select None as DXCC when editting 2021-07-28 13:29:23 +01:00
Peter Goodhall
c10ba57cc5 [QSO Entry] Added Ability to select None as DXCC option
None as DXCC option is used for /MM style stations
2021-07-28 13:26:20 +01:00
Peter Goodhall
30937eaf75 [Station Profile] Added DXCC "None"
The DXCC ID 0 is used for stations who are /MM
2021-07-28 13:11:50 +01:00
Andreas
f96b608b52 [QSL Print] Added button to see list of QSOs with callsign. Can add them to print queue from this list. 2021-07-28 11:10:15 +02:00
KT3PJ
614452b07e Add the gridsquare from LotW QSL to the logbook
The gridsquare from the QSL will now update the log if the gridsquare
was not previously populated, or if the LotW gridsquare is more
specific than what previously existed.  Previously the gridsquare was
not being used from the LotW QSL record.

This will enable the map above the logbook to more accurately display
where the QSL was with instead of default values.

 - Add 'qsl_gridsquare' to the logbook_model.php:lotw_update
   implementation.
 - Refactor code in lotw_update to remove duplicate code.
 - Add gridsquare into the LotW output table on what is imported.
2021-07-27 18:49:54 -04:00
Andreas
88c4a10d35 [Awards WAS] Added mode filtering. 2021-07-27 12:11:41 +02:00
Andreas
0996f957fd [Awards IOTA] Added mode filtering. 2021-07-26 13:13:16 +02:00
Andreas
b2f2b329c4 [Awards CQ Zone] Added mode filtering. 2021-07-26 09:00:52 +02:00
Peter Goodhall
1c49a36ffd
Merge pull request #1102 from AndreasK79/awards_dxcc_qso_details_fix_cleanup
[Awards] Fixed DXCC QSO details to also filter on modes
2021-07-25 22:54:00 +01:00
Andreas
aa010ca7cc [Awards] Fixed CQ Zone map so that is uses the correct function to display contacts. 2021-07-25 14:24:47 +02:00
Peter Goodhall
cdf8f1325d [LoTW] If Cert expired show expired warning in red 2021-07-25 12:17:13 +01:00
Andreas
8b370c9783 [Awards] Fixed DXCC QSO details to also filter on modes. Made a generic function to display QSOs. It's now used for DXCC, WAS, IOTA, CQ, VUCC. This is also done in preparation for adding mode filter to WAS, IOTA and CQ Award. 2021-07-24 14:31:16 +02:00
Andreas
2d86c70e53 [Date format] Fixed displaying of correct date format in qso widgets and in the previous contacts table in live/post qso. 2021-07-23 19:26:10 +02:00
Andreas
62b0d4058e [QSL Print] Fixed correct order in table headers. Fixed formatting of time and date. Added some translations. 2021-07-23 11:04:39 +02:00
Peter Goodhall
1d9d0d5be2
Merge pull request #1098 from AndreasK79/print_qsl_queue
[QSL Print Queue] Expanded the functionality with a table. You can now delete from table, and you can choose station profile.
2021-07-22 21:22:02 +01:00
Andreas
0595737e30 [QSL Card] Fixed so that enter does not close the modal when in the input field. 2021-07-22 21:23:04 +02:00
Andreas
093112d9a1 [QSL Card] Added more QSO information to the QSL Card overview table. 2021-07-22 21:13:13 +02:00
Andreas
3e9fb468c5 [QSL Print] Removed text which were not relevant. 2021-07-22 17:24:28 +02:00
Andreas Kristiansen
1215a15141
Merge branch 'master' into print_qsl_queue 2021-07-22 17:20:09 +02:00
Andreas
c0a2134f62 [QSL Print] Delete now works. Added a working station profile selector, which changes table and links when changed. 2021-07-22 17:16:49 +02:00
Andreas
edd518cabc [QSL Card] Feature for adding more QSOs to a QSL Card 2021-07-22 07:55:34 +02:00
Andreas
4e5144066e [PHP8] Fixes for some errors that PHP8 puts out. Fixes #882 2021-07-20 15:07:55 +02:00
Peter Goodhall
d118c5fef5
Merge pull request #1091 from AndreasK79/kg4_identification_fix
[DXCC identification] Implemented exception for KG4
2021-07-19 17:59:05 +01:00
Andreas
2e3990fb2a [Gridsquare Map] Added support for searching in COL_VUCC_GRIDS when clicking on gridsquares in map. Fixes #1089 2021-07-18 12:42:58 +02:00
Andreas
057d851ee0 [DXCC identification] Implemented exception for KG4 2021-07-18 12:21:57 +02:00
Peter Goodhall
e63f3c8c6f [LoTW] Updated Satellite Remapping 2021-07-14 21:47:37 +01:00
Peter Goodhall
9ab72d30f7 [Dashboard] Fixes issue with map not loading 2021-07-14 13:53:23 +01:00
Peter Goodhall
08623f4667 [Map][Custom] Allows filtering custom map by band 2021-07-14 11:37:06 +01:00
Peter Goodhall
ad7525aae8
Merge pull request #1085 from AndreasK79/fix_timeline_iota_query
[Timeline] SQL Bugfix for certain MySQL configurations.
2021-07-14 10:49:05 +01:00
Paul Stoetzer
972894e7fd
Update list of US states to include the DC
This change will allow hams operating in the District of Columbia to properly set their station location.
2021-07-13 22:25:02 -04:00
Andreas
583ecb7040 [Timeline] SQL Bugfix for certain MySQL configurations. 2021-07-11 21:32:14 +02:00
Peter Goodhall
792cf242cd
Merge pull request #1082 from jtmnt/master
Add timestamp to 'cat' update, to enforce timestamp update in mysql when other values have not changed.
2021-07-11 17:51:03 +01:00
phl0
87a9511f0a
Add German translations for account pages 2021-07-09 15:19:19 +02:00
jtmnt
b18e1013f3 Add timestamp to 'cat' update, to enforce timestamp update in mysql when other values have not changed. 2021-07-05 22:23:35 +03:00
Peter Goodhall
87fcf34435 [Logbook] Added Lookup on QRZ to the dropdown 2021-06-11 16:18:58 +01:00
Peter Goodhall
31ef5565b9 [Logbook] Added dropdown item to mark QSL Card as not required. 2021-06-11 16:14:34 +01:00
Peter Goodhall
def0ed9f4b [Logbook] Adds QSL Card Requested to the dropdown for each qso 2021-06-11 16:05:49 +01:00
Peter Goodhall
719581e6ec [Custom Maps] Fixes #1055 where time wasn't handled. 2021-06-11 14:41:28 +01:00
Peter Goodhall
656ff24744 [HamQTH] Fixes issue where certain passwords don't work. 2021-06-07 17:48:27 +01:00
Peter Goodhall
1fdeeea684 Merge branch 'master' of https://github.com/magicbug/Cloudlog 2021-06-07 17:28:28 +01:00
Peter Goodhall
5ac5d60880 Handles issue with QSO info popup with lat long errors #1058 2021-06-07 17:28:26 +01:00
abarrau
4669d4535d Merge branch 'magicbug:master' into master 2021-05-24 08:25:37 +02:00
Andreas
164a395b76 [Award US counties] A small SQL fix if when sql_mode=only_full_group_by is on. Fixed #1037 2021-05-22 08:47:24 +02:00
Andreas
b80aaf4458 [QSLPrint] Added function for deleting QSOs from print queue. 2021-05-22 08:45:24 +02:00
Leroy Diaz
604178e1e8 Update Spanish general_words lang file
For "translating" column headers added in
https://github.com/magicbug/Cloudlog/pull/1019
2021-05-17 19:35:56 +01:00
Leroy Diaz
ded6a142ca Translate account_lang to Spanish 2021-05-17 19:35:46 +01:00
whyIsMyNameUsed
23c0e0115a
Update Qrz.php
Not all character works for the qrz-password without urlencode.
2021-05-10 17:59:51 +02:00
abarrau
2fa4452946 Merge branch 'magicbug:master' into master 2021-05-10 12:08:39 +02:00
oh1jw
05555d62ed New Finnish language file (account_lang.php)
New Finnish lines to general_words_lang.php
2021-05-08 14:34:08 +03:00
Andreas
bf1e42bd2b [User selectable columns] Need to change the content as well. The title was correct. 2021-05-08 10:37:33 +02:00
Andreas
cfd6253dfc [QSL Print Queue] Expanded the view with a table to see which QSOs are ready for print. 2021-05-08 10:29:47 +02:00
Andreas
f0ec15b1ee [User selectable columns] Gridsquare fix. Now shows COL_VUCC_GRIDS if COL_GRIDSQUARE is empty/null 2021-05-07 08:18:45 +02:00
Andreas
de5c65c121 [User selectable columns] Added a fifth column, used only in logbook view. Also fixed a bug when adding user accounts. 2021-05-07 08:03:25 +02:00
Peter Goodhall
9692adc75a [QSO Popup] Cleaned up code 2021-05-06 15:44:38 +01:00
Peter Goodhall
c6d2e701fe Added Library Frequency to autoload
Added frequency to autoload and changed the Radio Status to use the library.
2021-05-06 15:36:52 +01:00
Peter Goodhall
422fbd4490 [Frequency Library] Added hz_to_mhz function to the library as its used a lot in Cloudlog 2021-05-06 15:34:30 +01:00
Andreas
da279ffedf [User selectable columns] Added translations for the new texts added. Started a new language file for user accounts. 2021-05-06 12:58:55 +02:00
Andreas
5bc59883ed [User selectable columns] Added some translations. 2021-05-06 12:39:14 +02:00
Andreas
159aa0562d [User selectable columns] Added the possibility to configure some of the columns shown in the dashboard and in the logbook. 2021-05-05 17:52:42 +02:00
Peter Goodhall
4fb2d03913 [Global Options] Added the option to define the Radio Timeout Warning
Radio timeout warning is used to alert users when a radio interface has disconnected and is providing stale info for logging.
2021-05-03 14:50:33 +01:00
Peter Goodhall
bbdd0eadde [Dashboard] Adds Radio Status showing radios active in the last 15mins 2021-05-03 14:06:56 +01:00
Peter Goodhall
31b5439bc1 Update map.php 2021-05-02 22:29:20 +01:00
Peter Goodhall
9c731730b6 Update map.php 2021-05-02 22:27:39 +01:00
Peter Goodhall
141f3243d1
Merge pull request #1015 from AndreasK79/was_map_more_tweaks
[WAS Map] Added JS from this fork https://github.com/kcaran/us-map to…
2021-05-02 22:16:58 +01:00
Andreas
658641e51b [WAS Map] Added JS from this fork https://github.com/kcaran/us-map to enable labels on all states. Made a minor tweak to show popup with QSOs from clicked state. Tooltip is available, but disabled right now. 2021-05-02 17:25:59 +02:00
Peter Goodhall
50d64af400 [eQSL] Log Upload responses as debug messages in log 2021-05-02 16:20:31 +01:00
Peter Goodhall
615ee09402 [eQSL] Adding eQSL upload response to output 2021-05-02 16:16:14 +01:00
Peter Goodhall
8d15346d9b
Merge pull request #1012 from AndreasK79/was_map_tweak
[WAS MAP] Minor tweaks. Always show button. Fetches band directly fro…
2021-05-02 15:28:22 +01:00
Andreas
64827f4506 [ADIF Import] Added option to always use login call as operator. Request by OE3IDE. 2021-05-01 19:52:13 +02:00
Andreas
66e26ad8cb [WAS MAP] Moved the map button to the right of the two other buttons. 2021-05-01 09:42:32 +02:00
Andreas
a4132ee7f3 [WAS MAP] Minor tweaks. Always show button. Fetches band directly from the dropdown instead. Removed unneeded call to summary. 2021-05-01 07:57:08 +02:00
Peter Goodhall
de5671ef57 added some code comments 2021-04-30 16:25:38 +01:00
Peter Goodhall
b95ef6d07d [WAS][Map] Map now available for all bands & sats 2021-04-30 15:27:18 +01:00
Peter Goodhall
2b9dc45b02 When you have selected "SAT" in WAS it will show button to show map 2021-04-29 23:50:45 +01:00
Peter Goodhall
23ecffafd0 [WAS Map] Hide the smaller state legend. 2021-04-29 22:52:31 +01:00
Peter Goodhall
df7fa373bc US State Map colours changed 2021-04-29 22:46:07 +01:00
Peter Goodhall
31b6788520 [WAS]{SATS} This adds a demo of US State Map showing worked, confirmed
This adds US State map functions to Cloudlog at the moment SATS only.

Can be found at awards/was_map

Using https://newsignature.github.io/us-map/
2021-04-29 22:38:55 +01:00
Peter Goodhall
480015d482
Merge pull request #982 from wvolz/dxcc-table-cleanup
Correct dxcc exceptions table name
2021-04-23 20:19:51 +01:00
Andreas
fdcf04b117 [Adif export] Bugfix. Programversion showed incorrect length. Fixed line endings in view. Fixes #997. 2021-04-21 12:23:01 +02:00
Warren Volz
346b28754e fix display lookup so Nebraska looks for NE not ME 2021-04-10 00:19:02 -06:00
abarrau
7ed5a89253
load custom.css from assets path 2021-04-10 05:21:22 +02:00
abarrau
1ca1bc13e9
load custom.css from assets path 2021-04-10 05:20:42 +02:00
abarrau
de52e91cde
load custom.css file from third_party 2021-04-10 05:03:44 +02:00
abarrau
5c9fd1a3e6
load custom.css file from third_party 2021-04-10 05:02:01 +02:00
Warren Volz
0fcd7eb07e Correct dxcc exceptions table name 2021-04-05 15:26:20 -06:00
Peter Goodhall
ae4a7e596b [Contesting] Check if QSOTable is initialised
This fixes the javascript error reported in #981 not sure if it solves all the issues though
2021-04-05 17:40:34 +01:00
Peter Goodhall
2396aec9d6 [Debug] If the ENVIRONMENT variable is set to development show debug options 2021-04-05 14:41:47 +01:00
Peter Goodhall
627f1d8013 [Debug] Added a simple debug panel under Admin
This debug gives you a quick overview of the server software and whether Cloudlog can write to all the needed folders.
2021-04-05 11:31:41 +01:00
Peter Goodhall
b87e3fafbd [LoTW] Removed the BETA warning system seems to be functioning OK 2021-03-31 16:02:34 +01:00
Peter Goodhall
f41e1fbcea
[Callbook][Update] Check for and populate blank Gridsquares from either QRZ or HamQTH
Check for and populate blank Gridsquares from callbook whether that is QRZ or HamQTH.

This will update missing grids if both COL_GRIDSQUARE & COL_VUCC_GRIDS is empty within the database table.

You can run this function using index.php/update/check_missing_grid
2021-03-31 15:47:51 +01:00
Peter Goodhall
c20c9bb59f Make sure that VUCC_Grid hasn't been filled in before adding a gridsquare to the COL_gridsquare 2021-03-31 15:41:11 +01:00
Andreas
035525e0ad [Migration script] Typo in the script name. 2021-03-31 11:56:44 +02:00
Randy T
f1b5f00bcd
Add function for Gridsquare Update 2021-03-30 21:12:55 -04:00
Randy T
b39715e0c5
Add function for Gridsquare Update 2021-03-30 21:04:49 -04:00
Peter Goodhall
4c9ba52a9b [QRA] Check length of the gridsquare isn't greater than 6 chars
This fixes #934 as Cloudlog bearings only works for squares that are less than 6 chars.
2021-03-30 17:41:56 +01:00
Peter Goodhall
e3ba7411aa
Merge pull request #969 from AndreasK79/import_speedup
[ADIF Import] Reworking the logic for fetching the QRZ API Key, skips…
2021-03-30 17:08:30 +01:00
Peter Goodhall
4b38e392c4
[Awards CQ] Added index for speedup
[Awards CQ] Added index for speedup. Removed some unused code and red…

Merge pull request #968 from AndreasK79/cq_award_optimize
2021-03-30 17:07:10 +01:00
Peter Goodhall
fba5fe92ab
Adds UTF-8 / multi-byte charset support to ADIF parser 2021-03-30 17:01:13 +01:00
Andreas
1eedb7f2c9 [ADIF Import] Reworking the logic for fetching the QRZ API Key, skips 1 call to db for each qso imported. 2021-03-28 14:53:38 +02:00
Andreas
5979cceb33 [Awards CQ] Added index for speedup. Removed some unused code and reduced number of queries by a few. 2021-03-27 14:28:29 +01:00
Peter Goodhall
51ff9c1734 [Langs] Changed Station Profile to Station Location 2021-03-24 18:02:00 +00:00
Peter Goodhall
141d27f008 [Station Locations] Missed a title that needed changed 2021-03-24 18:00:31 +00:00
Peter Goodhall
673228bc4c [Station Locations][Edit] Changed the UI ahead of further improvements 2021-03-24 17:58:54 +00:00
Peter Goodhall
48c20fcc1d [Station Profile] This has now changed to Station Location 2021-03-24 17:22:32 +00:00
Peter Goodhall
b6fcce67eb [QSO Info Popup] Fixed Div windows to correctly collaspe so maps below on mobile 2021-03-24 17:16:16 +00:00
Peter Goodhall
32f8b35c58 whitespace in file logbook model 2021-03-24 16:52:20 +00:00
Peter Goodhall
db3221107a [QSO] Improved font-size on Previous Contacts for alignment 2021-03-21 14:10:45 +00:00
Peter Goodhall
a896370cc5 [QSO] Removed the QSO Map heading above the map
Removed the QSO Map heading above the map as it felt unnecessary, it also frees up some space for some ideas about showing RIG information on the QSO page.
2021-03-21 14:04:52 +00:00
Peter Goodhall
f090902156
Merge pull request #962 from oh1jw/master
Finnish language update and WWFF general word insertion
2021-03-21 13:47:50 +00:00
Peter Goodhall
b6aff5ae75
Merge pull request #961 from AndreasK79/sig_datatable
[Awards SIG] Added datatable to the QSO list
2021-03-21 13:47:10 +00:00
oh1jw
c6281d7a2d Revert "MODE column to SIG award"
This reverts commit 0dca869cb3.
2021-03-21 13:33:17 +02:00
Andreas
a7c7316c30 [Awards SIG] Added mode to the QSO-list view. Thanks to @oh1jw. 2021-03-21 11:58:36 +01:00
oh1jw
0dca869cb3 MODE column to SIG award
Added MODE column to SIG award search results. Sometimes different modes are treated as different QSOs.
2021-03-21 12:49:50 +02:00
oh1jw
191093ba16 Added WWFF reference to general_words_lang.php
Added WWFF reference line
2021-03-21 12:47:05 +02:00
oh1jw
346214a318 Update Finnish general_words_lang.php
updated the Finnish language file to the English language level and updated a few translations to be more natural. Note! Added WWFF reference line!
2021-03-21 12:46:10 +02:00
oh1jw
9b423df3ce Updated finnish language files
Updated Finnish language files
2021-03-21 12:43:34 +02:00
Andreas
7fdd5b6bec [Awards SIG] Added datatable to the QSO list 2021-03-21 08:19:38 +01:00
Andreas
31e8eb9ac6 [Main menu] And nice to include the migration script as well. 2021-03-20 22:35:51 +01:00
Andreas
997ae932ec [Main menu] Added user option to hide notes in the main menu. Fixes #942. 2021-03-20 21:19:07 +01:00
Peter Goodhall
fb679a6117 [Search] Show Station Profile to all users when displaying search results 2021-03-20 16:15:03 +00:00
Peter Goodhall
b5ed97869f [Awards][WAB] Removes legcy code for tracking WAB squares
With the implimentation of SIG in cloudlog logging WAB squares using this field is far better suited than prefixing in the comment field.

Therefore old code has been removed use the SIG field instead.
2021-03-20 15:51:53 +00:00
Peter Goodhall
cb922cfd02 [Awards][Wacral] Removes WACRAL view will be handled by SIG
This was legacy code when tracking WACRAL members use the SIG field and awards views system
2021-03-20 15:49:40 +00:00
Peter Goodhall
023766063e
[Awards][Sigs] Creation of the Sig area within the Awards dropdown with data grids and ADIF export
Creation of the Sig area within the Awards dropdown that shows each unique SIG option in the database and the ability to see the references along with exporting them as ADIF.
2021-03-20 15:38:34 +00:00
Andreas
94980ec285 [Award] Changed to correct view when exporting (not that it does matter, they are equal). 2021-03-20 11:43:32 +01:00
Andreas
ebc4ac0c4b [Award] SIG added to awards. Based on the work by @daccle. 2021-03-20 11:24:13 +01:00
Mike KJ4Z
8152dd9a64 Adding support for FT4 2021-03-19 15:55:58 -07:00
Peter Goodhall
7ad66ef669
Merge pull request #946 from AndreasK79/quick_lookup_wwff_added
[Quick lookup] WWFF added.
2021-03-19 15:03:04 +00:00
Peter Goodhall
86fdeaca45
Merge pull request #945 from AndreasK79/refactor_footer_php
Refactor footer php
2021-03-19 15:02:37 +00:00
Peter Goodhall
71745a2ea8 [LoTW] Adds Code to LOTW QSO upload to remap mode 2021-03-18 17:16:03 +00:00
Peter Goodhall
90d1655c09 Update Lotw.php 2021-03-18 17:08:01 +00:00
Peter Goodhall
657fa1065a Merge branch 'master' of https://github.com/magicbug/Cloudlog 2021-03-18 17:06:24 +00:00
Peter Goodhall
a33a094f3b [LoTW] Creates a map_mode function for converting ADIF modes to lotw modes
LoTW has a weird habbit of using on standard modes this matches those to ADIF modes
2021-03-18 17:06:21 +00:00
Peter Goodhall
172b3fb18b
Merge pull request #920 from oh1jw/patch-1
Update log.php
2021-03-17 17:36:53 +00:00
Peter Goodhall
2f73813481
Merge pull request #919 from oh1jw/patch-2
Update log_ajax.php
2021-03-17 17:36:22 +00:00
Andreas
c8b0e48bcd [Quick lookup] WWFF added. Did some refactoring to simplify code, and make it easier to add queries. 2021-03-17 18:23:01 +01:00
Andreas
098657c952 [Refactor footer.php] Split timeplotter functions to it's own file 2021-03-17 12:56:04 +01:00
Andreas
cf9e87c627 [Refactor footer.php] Split modes functions to it's own file 2021-03-17 12:51:13 +01:00
Andreas
58f14d407a [Refactor footer.php] Split contesting names to it's own file 2021-03-17 12:44:39 +01:00
Peter Goodhall
961f766d65
Merge pull request #937 from AndreasK79/quick_lookup
[Quick lookup] New feature to quickly check worked/confirmed on band/…
2021-03-16 16:49:38 +00:00
Andreas
616eb0e09b [Station profile] Fix when editing a station profile with US County set. If state was set, county could not be changed. 2021-03-14 17:30:36 +01:00
Andreas
6af95ae5ed [QSO Edit] Fix when editing a QSO with US County set. Selectize would not let you erase everything, since comma is used as a delimiter. 2021-03-14 17:16:06 +01:00
Peter Goodhall
014027eaf2 [QSO Popup] Adds QSO Confirmation date for LoTW and eQSL if available
This commit uses code from @ofadam which was part of his PR

Co-Authored-By: Adam <adam@ofadam.com>
2021-03-14 15:11:21 +00:00
Peter Goodhall
675920044c [QSO Popup] Made Map 100% of the switch of the div and improved spacing 2021-03-14 15:03:48 +00:00
Peter Goodhall
341c014a8e Moved Cookie set to before QSO Save
This might fix #938
2021-03-14 14:41:24 +00:00
Andreas
d23464aa5f [Quick lookup] Fix if user inputs longer grid than 4 characters. 2021-03-14 11:56:45 +01:00
Andreas
850b00447a [Quick lookup] Added xss_clean to input. 2021-03-14 11:50:21 +01:00
Andreas
681cd0af9b [Quick lookup] New feature to quickly check worked/confirmed on band/mode. Invoked by ALT-L 2021-03-14 10:11:21 +01:00
Peter Goodhall
db80f8baf5 [Nav[ Changed Forum icon 2021-03-12 16:31:12 +00:00
Peter Goodhall
d6b435bb17 Moved none admin items to the callsign dropdown
This change moves all non admin items from the dropdown and moves them under the callsign drop down top right.

This allows us to make further changes to the auth system and roles going forward.
2021-03-12 16:22:40 +00:00
Peter Goodhall
e8e7c5f5eb
Merge pull request #931 from AndreasK79/bootstrapdialog_theme_css
[Bootstrapdialog] Moved CSS to themes
2021-03-12 16:04:37 +00:00
Andreas
68faa33749 [Bootstrapdialog] Moved CSS to themes and tweaked primary modal to match theme colors. Also added vertical scrollbar when height was greater than browser height. 2021-03-09 20:26:55 +01:00
Andreas
d8756b9ce0 [Refactoring] Split js for Acumulated Statistics into separate js-file. 2021-03-09 18:24:22 +01:00
Andreas
992732e072 [Refactoring] Split js for Distances Worked, Days with QSOs and QRZ Logbook upload into separate js-files. 2021-03-09 18:20:27 +01:00
Peter Goodhall
3733fca792
Fixes issue with create button not showing 2021-03-09 16:50:06 +00:00
Peter Goodhall
4eb641f76e [Menu] Changed Forum URL to github 2021-03-09 14:11:26 +00:00
Peter Goodhall
1b273904b1 [Station Profile] Moved Create Station Profile to the top of the table in case user has a long list 2021-03-09 14:07:35 +00:00
Peter Goodhall
4f2a146e3b [Station Profiles] Cleaned up the table information 2021-03-09 14:04:49 +00:00
Peter Goodhall
c64228a992 Merge branch 'master' of https://github.com/magicbug/Cloudlog 2021-03-09 13:52:35 +00:00
Peter Goodhall
613d6a6d13 Change DXCC tables to UTF8mb4 this fixes #924 2021-03-09 13:52:24 +00:00
Peter Goodhall
fbb749717b
Merge pull request #928 from AndreasK79/typo_frequency_library
[Frequency library] Fixed a frequency typo
2021-03-09 13:40:23 +00:00
Peter Goodhall
41f6b54336 Cleaned up how state & county was being handled 2021-03-09 13:36:51 +00:00
Peter Goodhall
7c85d1834d Merge branch 'master' of https://github.com/magicbug/Cloudlog 2021-03-09 13:30:14 +00:00
Peter Goodhall
cbaee1cc49 [QSO View] Fixed bug where a single comma was displayed 2021-03-09 13:30:13 +00:00
Andreas
2d58fdfe18 [Frequency library] Fixed a frequency typo 2021-03-09 14:28:01 +01:00
Peter Goodhall
6a5eae830f
Merge pull request #878 from leroydiazg/start-qso-details-translations
Add support for QSO Detail translations
2021-03-09 13:04:18 +00:00
Peter Goodhall
22b1accdd8
Merge pull request #927 from AndreasK79/adif_choose_station_profile
[Adif Export] Added possibility to choose station profile when export…
2021-03-09 11:58:40 +00:00
Peter Goodhall
d13b742c55
Merge pull request #897 from AndreasK79/sota_fill_name_and_grid
[QSO Dialog] Auto-fill location and locator when SOTA is chosen.
2021-03-09 11:56:12 +00:00
Andreas
6f07bb3a4b [Adif Export] Added possibility to choose station profile when exporting or marking QSOs. 2021-03-08 20:20:05 +01:00
Peter Goodhall
8cfeac3284
Merge pull request #922 from oh1jw/patch-3
Added missing general words and translated them to German.
2021-03-07 17:37:37 +00:00
Peter Goodhall
2533d03026
Merge pull request #904 from oh1jw/patch-5
Update notes_lang.php
2021-03-07 17:31:50 +00:00
Peter Goodhall
29adfca0fb
Merge pull request #903 from oh1jw/patch-4
Update qso_lang.php
2021-03-07 17:31:16 +00:00
Peter Goodhall
b2f9bca7f5
Merge pull request #902 from oh1jw/patch-3
Update general_words_lang.php
2021-03-07 17:30:57 +00:00
Peter Goodhall
ad39e1e6c7
Merge pull request #901 from oh1jw/patch-2
Update contesting_lang.php
2021-03-07 17:27:32 +00:00
Andreas
46d8136668 [QSO Edit] Notes would not work if you edit a qso while being in the qso entry area. 2021-03-07 17:31:54 +01:00
oh1jw
a2e6739b0b
Update general_words_lang.php
Some editing based on good corrections by DL6NM
2021-03-01 18:47:04 +02:00
oh1jw
8980cf1127
Update general_words_lang.php
I added missing general words and translated them to German, then re-edited one line.
2021-03-01 17:23:48 +02:00
oh1jw
5ac5847ac2
Update general_words_lang.php
Added missing general words and translated them to German.
2021-03-01 17:13:54 +02:00
oh1jw
ed90ea51f6
Update log_ajax.php
The RST fields at table header came from wrong lang line.
2021-03-01 16:35:34 +02:00
oh1jw
8700e8848f
Update log.php
The RST fields at table header came from wrong lang line.
2021-03-01 16:33:47 +02:00
oh1jw
5b3b5ac40b
Update notes_lang.php 2021-03-01 00:45:09 +02:00
oh1jw
0f94f34300
Update qso_lang.php 2021-03-01 00:40:50 +02:00
oh1jw
e8cb5823d3
Update general_words_lang.php 2021-03-01 00:33:58 +02:00
oh1jw
8adefd8512
Update contesting_lang.php 2021-03-01 00:26:39 +02:00
Andreas
bbb4c01b71 [QSO Dialog] Added translation for the dropdown select. 2021-02-26 12:45:46 +01:00
Andreas
7c04327268 [QSO Dialog] Auto-fill location and locator when SOTA is chosen. This is fetched from the API. This can be turned on/off in the user settings.
Did a refactor at the same time and moved a lot of javascript from footer.php to qso.js.
2021-02-26 10:37:43 +01:00
Leroy Diaz
6fc3207b01 Fix typo 2021-02-21 22:31:34 +00:00
Leroy Diaz
ace41de194 Translate "Edit QSO" to Spanish 2021-02-21 22:31:34 +00:00
Leroy Diaz
44327fe949 Add missing "Edit QSO" translation 2021-02-21 22:31:34 +00:00
Peter Goodhall
a3d3599f00 Fixed errors where general_words was used and mismatched
Based on the code seems this is untested
2021-02-21 14:43:21 +00:00
Peter Goodhall
29581e9f70
[Contesting] PR #885 from AndreasK79 - Contest Names now stored and controlled via a SQL Table
Contest names can now be controlled via the frontend, make sure to add ones that are compatible with ADIF unless you want to use issues
2021-02-17 16:13:37 +00:00
Andreas
3812a02762 [Contesting] Migration file is needed as well 2021-02-12 23:28:09 +01:00
Andreas
adaa7f3f8a [Contesting] Contests can be added/edited/deleted inside Cloudlog. Used for choosing Contest in Contest Logging 2021-02-12 23:27:08 +01:00
Peter Goodhall
69609e9cb8
Removed some code temporary 2021-02-10 10:56:04 +00:00
Peter Goodhall
405c9da68a Temproary turned off setting language in Global Options as fallback to english wasn't working 2021-02-09 17:55:51 +00:00
Peter Goodhall
855410af6b [Search] Search is now available for public via enabling via Global Options
This change removes the need for the option in cloudlog.php config and makes public search enabled via the frontend interface
2021-02-09 17:52:23 +00:00
Peter Goodhall
18f8933d7a [Options] Frontend Code added to enable or disable public search 2021-02-09 17:46:47 +00:00
Peter Goodhall
91f53dddd2 Added Migration to allow Global Search
This will allow code to be added to allow non logged in users to access the search button thats currently controlled via cloudlog.php config file
2021-02-09 17:33:20 +00:00
Ryan Zink
1fd891f0c4 Update satellite distances worked combo box to sort by satellite name 2021-02-08 22:56:16 -07:00
Leroy Diaz
c299ac4e7b Add Spanish translations for QSO Details lightbox 2021-02-08 21:23:08 +00:00
Leroy Diaz
56c77f3bd2 Add support for translations to 'QSO Details' lightbox 2021-02-08 21:23:08 +00:00
Andreas
f122a284d7 This fixes the PHP8 warnings. Fixed #873 2021-02-08 21:46:53 +01:00
Andreas
49347c48cf Removed unused nav_bar.php. This was changed over to the main navigation in header.php a while back. 2021-02-08 21:34:30 +01:00
Andreas
9a081ad0af Removed unused file and duplicate id on frequency in edit_ajax.php 2021-02-08 21:30:57 +01:00
Peter Goodhall
59ef57f450
Merge pull request #875 from leroydiazg/remove-duplicated-translations
Remove duplicated lines in translation files
2021-02-08 19:55:39 +00:00
Peter Goodhall
690cdff9e8
Merge pull request #874 from leroydiazg/fix-spanish-translation
Fix Spanish 'general words' translations
2021-02-08 19:54:58 +00:00
Leroy Diaz
ac4dff5e9f Remove duplicated lines in translation files. 2021-02-08 19:42:06 +00:00
Leroy Diaz
d5fcf7de09 Fix Spanish 'general words' translations 2021-02-08 19:30:06 +00:00
Peter Goodhall
33a89cb37a
Merge pull request #867 from phl0/AddSDOKinfo
Add SDOK info
2021-02-08 17:10:30 +00:00
Andreas
29d2656c1f [US Counties] Added state in detail view 2021-02-08 13:42:25 +01:00
Andreas
c35d0d257e Fetches state from previous QSO. Fixes #854 2021-02-08 13:40:07 +01:00
Peter Goodhall
0d2fe0a43b
Merge pull request #869 from AndreasK79/us_counties
US Counties award added
2021-02-08 00:57:18 +00:00
Peter Goodhall
5835623e95
Merge pull request #870 from AndreasK79/county_fixes
[US Counties] Switched field in database, as col_cnty is the correct …
2021-02-08 00:55:57 +00:00
Andreas
fc6641f567 [US Counties] Switched field in database, as col_cnty is the correct one. Also corrected format for county. It should be saved as state,county 2021-02-07 17:15:32 +01:00
Peter Goodhall
fb17de1c58 Bug selectize.destroy(); was causing js inside Cloudlog to break 2021-02-07 14:44:29 +00:00
Andreas
7642ab874f [Awards][US Counties] Can see list of counties now, and QSOs when clicked on county. 2021-02-07 15:22:03 +01:00
Andreas
e558abf890 [Awards][US Counties] Added US Counties Award. Only totals so far. 2021-02-07 00:03:05 +01:00
phl0
a4a9217e37
Minor changes (variable naming and comments) 2021-02-04 16:46:11 +01:00
oh1jw
75a9684cd3
Update general_words_lang.php
updated translation
2021-02-03 15:21:45 +02:00
phl0
5597927c64
Also provide SDOK info for logging German DOKs 2021-02-03 12:28:58 +01:00
Peter Goodhall
89d579489a
[QSO Dialog] County has been added.
Adds USA County
2021-01-31 16:49:54 +00:00
Andreas
44a1dd5691 [QSO Entry] County can now be saved and changed when editing a QSO. 2021-01-31 15:27:56 +01:00
Andreas
7892846e8a [QSO Entry] Added county with autocomplete to the form. 2021-01-31 15:02:23 +01:00
Peter Goodhall
d2aec5d159 [Options][Appearance] You can now select the default language. 2021-01-31 13:41:46 +00:00
Peter Goodhall
4770340c45 [Options] Load the default language setting 2021-01-31 13:25:44 +00:00
Peter Goodhall
67ba28d145 [Migration] 061 adds language to the options table default to english 2021-01-31 13:24:25 +00:00
Peter Goodhall
0d2dab1afe [Nav] Changed Analytics - Maps to Custom Maps 2021-01-31 13:17:09 +00:00
Andreas
28d30de120 [Distances Worked] You can now choose satellite. Also cleaned up some code. 2021-01-30 23:25:13 +01:00
Peter Goodhall
59616f1f5c [QSO] small improvement to json lookup jsonlookupcallsign 2021-01-29 20:20:01 +00:00
Peter Goodhall
b8d2032ed6 [QSO] Fixes #557 Where /P wasn't handled properly 2021-01-29 20:11:35 +00:00
Peter Goodhall
2063332455 Merge branch 'master' of https://github.com/magicbug/Cloudlog 2021-01-27 19:17:16 +00:00
Peter Goodhall
e5ad2630a0 [Station Profile] Added warning that QRZ Logbook requires paid subscription #351
This addresses comment that QRZ logbook needs a paid subscription to function fixes #351
2021-01-27 19:17:14 +00:00
Peter Goodhall
9dab00b979
Merge pull request #852 from AndreasK79/dok_sota_autoupdate
Added autoupdate for DOK and SOTA file used for autocompletion
2021-01-26 20:36:42 +00:00
Andreas
ee7eabde76 Added autoupdate for DOK and SOTA file used for autocompletion 2021-01-26 17:54:31 +01:00
Peter Goodhall
1820fd1ca3 [User][Edit] Added some extra date formats 2021-01-26 15:22:15 +00:00
Andreas
43a78f499c [Station profile] US Counties dropdown added 2021-01-24 15:29:29 +01:00
Andreas
d38884d765 [QSO Edit] Added DOK and SOTA autocomplete to the QSO edit area. 2021-01-23 06:59:20 +01:00
Peter Goodhall
95cbf95b91
[QSO Dialog] PR #831 AndreasK79 Adds autocomplete to SOTA & DOK 2021-01-22 23:27:39 +00:00
Peter Goodhall
f03824e239
Merge pull request #826 from leroydiazg/fix-label-id
Fix QSO form labels
2021-01-22 23:25:04 +00:00
Peter Goodhall
c0fe8d94f4
Merge pull request #823 from oh1jw/patch-7
Create lotw_lang.php
2021-01-21 00:17:51 +00:00
Peter Goodhall
4d0d30a2f3
Merge pull request #822 from oh1jw/patch-6
Create notes_lang.php
2021-01-21 00:17:32 +00:00
Peter Goodhall
8b80a367b6
Merge pull request #820 from oh1jw/patch-4
Create general_words_lang.php
2021-01-21 00:17:15 +00:00
Peter Goodhall
ccee805d7a
Merge pull request #819 from oh1jw/patch-3
Create qslcard_lang.php
2021-01-21 00:16:44 +00:00
Peter Goodhall
ed8a377e89
Merge pull request #821 from oh1jw/patch-5
Create contesting_lang.php
2021-01-21 00:16:28 +00:00
Peter Goodhall
203e2d0759
Merge pull request #818 from oh1jw/patch-2
Create qso_lang.php
2021-01-21 00:16:01 +00:00
Peter Goodhall
18a89cfa0f
Merge pull request #817 from oh1jw/patch-1
Add finnish translation
2021-01-21 00:15:18 +00:00
Peter Goodhall
3f6fac6d76
Merge pull request #836 from do6np/multilingual
Some minor changes in German translation
2021-01-20 23:37:04 +00:00
Peter Goodhall
f2de8d1dd4
Merge pull request #834 from ClaudeMa/master
More french translation
2021-01-20 23:36:42 +00:00
Peter Goodhall
b04f97f54d
Merge pull request #832 from ok1cdj/master
Added Czech Language translation
2021-01-20 23:35:43 +00:00
Peter Goodhall
42251835c9
Merge pull request #825 from leroydiazg/add-spanish-translation
Add Spanish translation
2021-01-20 23:35:19 +00:00
Andreas
7f80984db0 [DOK autocomplete] Added DOK autocomplete in the QSO entry area 2021-01-20 12:56:53 +01:00
Andreas
55591ca4c9 Added seconds to import function in logbook model 2021-01-18 12:19:57 +01:00
do6np
ba7dd9c79d Some minor changes in German translation 2021-01-17 18:22:10 +01:00
claude
b80ddf2bee French translation LoTw and Notes 2021-01-17 11:56:03 +01:00
claude
2173fa0d56 added Index.html missing 2021-01-17 11:55:14 +01:00
ok1cdj
94f9fd7d9f Added Czech Language translation 2021-01-16 13:04:55 +01:00
Andreas
584914ca9b [QSO Dialog] SOTA autocomplete when logging. 2021-01-15 23:55:53 +01:00
Mikael Nousiainen
731438c28d Add UTF-8 / multi-byte charset support to ADIF parser 2021-01-15 00:52:50 +02:00
Leroy Diaz
516d3ecddd Fix labels for edit QSO view 2021-01-13 21:56:40 +00:00
Leroy Diaz
d6480b775d Fix labels 'for' property in QSO view 2021-01-13 21:31:12 +00:00
Leroy Diaz
3eb2ff29a4 Fix notes panel content id
Use the same id for the notes panel as in QSO edit view
to avoid conflict with the textarea
2021-01-13 21:31:12 +00:00
Leroy Diaz
556042229a Do not translate basepath warning
As seen in system translations.
2021-01-13 20:47:19 +00:00
Leroy Diaz
39641ce278 Translate contesting lang file to Spanish 2021-01-13 20:47:19 +00:00
Leroy Diaz
0996bf1219 Translate General words lang file to Spanish 2021-01-13 20:47:19 +00:00
Leroy Diaz
cdd5eec576 Translate LOTW lang file to Spanish 2021-01-13 20:47:19 +00:00
Leroy Diaz
642256aa1c Translate Notes lang file to Spanish 2021-01-13 20:47:19 +00:00
Leroy Diaz
d65774c6ad Translate QSL lang file to Spanish 2021-01-13 20:47:19 +00:00
Leroy Diaz
d6b0f715aa Translate QSO lang file to Spanish 2021-01-13 20:47:19 +00:00
Leroy Diaz
1a0c7a3dd3 Add Spanish translations from CodeIgniter Community
As recommended in CodeIgniter documentation [1], the
files were copied to the application folder instead of
the system folder.

More info: https://github.com/bcit-ci/codeigniter3-translations

[1] https://codeigniter.com/userguide3/libraries/language.html
2021-01-13 18:49:05 +00:00
o1hjw
126a4a27f9
Update notes_lang.php 2021-01-13 00:16:19 +02:00
o1hjw
8d4fe15462
Update lotw_lang.php
some fixes
2021-01-13 00:14:29 +02:00
o1hjw
1d6e2ab3f4
Create lotw_lang.php 2021-01-13 00:09:32 +02:00
o1hjw
801ab333d6
Update general_words_lang.php 2021-01-12 23:44:52 +02:00
o1hjw
dbe5d431e5
Create notes_lang.php 2021-01-12 23:41:54 +02:00