提交图

675 提交

作者 SHA1 备注 提交日期
Peter Goodhall
fa940894fe [LoTW][Translate] Reformatted all the text to use lang files for translation 2021-01-11 16:05:15 +00:00
Peter Goodhall
f507acde67 [Notes][Translate] Added Code to support translating UI to other langs 2021-01-11 15:22:48 +00:00
Peter Goodhall
7b5bde7eac [QSL Card Image][Translated] Translated /qsl ready for international support. 2021-01-05 17:06:39 +00:00
Peter Goodhall
885a382a9f [QSO][Translate] Added Translate Code to the main QSO entry screen for english
QSO entry window is now ready for international translation, uses general words and custom words from the qso_lang file.
2021-01-05 16:56:42 +00:00
Peter Goodhall
5623b004c1 [Contesting][Translate] Converted Contest Interface to use Translate system with english words.
Contesting now ready for translating into languages other than english
2021-01-05 16:14:50 +00:00
Andreas
9e790340d7 [Contesting] Restoring QSO table. 2020-12-28 19:55:51 +01:00
Peter Goodhall
df82d5ff26 [QSO] Added RX Band to the stored session data, held till reset. 2020-12-28 13:53:44 +00:00
Peter Goodhall
7abb6013fd [LoTW][Sync] You can now select the DXCC for the p12 certificate on upload 2020-12-28 13:42:26 +00:00
Peter Goodhall
a503bc7b63 [LoTW] Mark Imported QSOs as sent to LOTW
When importing LoTW QSOs into a fresh cloudlog install mark QSOs as sent to LoTW so they dont get reuploaded.

Thanks to K7TAB for pointing this bug out

Fixes #772

Co-Authored-By: k7tab <76535253+k7tab@users.noreply.github.com>
Co-Authored-By: Peter Goodhall <84308+magicbug@users.noreply.github.com>
2020-12-26 14:28:52 +00:00
Peter Goodhall
9fb4accd5e Nothing exciting just cleaned up code formatting on lotw.php controller. 2020-12-26 12:21:23 +00:00
Peter Goodhall
7e8be5e266 [LoTW][Upload] Make sure Station Profile and Cert DXCCs match 2020-12-26 12:08:43 +00:00
Peter Goodhall
8a2d62e50c
[ADIF import] Skip QRZ Logbook upload when importing ADIF from import and LoTW 2020-12-26 11:34:14 +00:00
Paul Beesley
8ba41812ad Tweaks to text
Touches page titles, some table headers (capitalisation mostly), menu items.
2020-12-23 13:01:20 +00:00
Peter Goodhall
cf1f3487c6 [Global Configs] Addresses issue #765 2020-12-22 12:33:28 +00:00
Peter Goodhall
13367c5a65
[Awards][DXCC] Can now choose by mode 2020-12-21 17:45:52 +00:00
Andreas
d9ef7fe7d8 [DXCC Award] Reworked summary so that it shows all the bands regardless of what is chosen in the form above. 2020-12-14 09:49:49 +01:00
Peter Goodhall
568d7cc307 [Options] Added code comments 2020-12-13 16:59:08 +00:00
Peter Goodhall
a012d73df2 [Options] Adds new Save & Update funcs to OptionsLib, Creates /options with the abilty to change the theme globally 2020-12-13 16:55:10 +00:00
Peter Goodhall
8dfaf47c79 [Options] Greates OptionsLib library, sets default theme and others
This commit does a couple of things

- Creates OptionsLib which stores the 'Options' within the CI config system prefixed with "options_"
- Loads the OptionsLib automatically
- Adds function to OptionsLib for selecting the active stylesheet.
- Adds function to get an option_value that isn't automatically loaded.
2020-12-12 22:03:42 +00:00
Andreas
44909aec5d [DXCC Award] Adding mode to selection 2020-12-11 23:45:06 +01:00
Andreas
01e4971050 [eQSL] Fixed displaying of QSO in table. Fixes #745. 2020-12-11 12:06:15 +01:00
Andreas
ae1c82815f [ADIF import] Skip QRZ Logbook upload when importing ADIF from import, and LoTW. 2020-12-11 10:49:33 +01:00
Peter Goodhall
c6a17bdf3f [eQSL] Removed displaying QSO ID issue resolved 2020-12-10 17:06:38 +00:00
Peter Goodhall
7134608949 Update Eqsl.php 2020-12-10 17:04:53 +00:00
Peter Goodhall
af8b4617a2 Update Eqsl.php 2020-12-10 17:02:04 +00:00
Peter Goodhall
a3a628ae04 Added QSO ID to eQSL upload table to debug 2020-12-10 17:00:38 +00:00
Peter Goodhall
b40b3a2834
[Contesting] New beta contesting features PR by AndreasK79
New feature: Contest logging
2020-12-09 18:05:16 +00:00
Peter Goodhall
fa48db4263 [Map][Custom] /map/custom you can select to dates to map QSOs 2020-12-07 17:28:19 +00:00
Peter Goodhall
9d4ab310d2 [Maps] Added a view to show all logged QSOs of an active profile on a map /map 2020-12-07 16:32:12 +00:00
Peter Goodhall
ee74829fee Merge branch 'themes' of https://github.com/poll-busily/Cloudlog into pr/734 2020-12-07 13:56:21 +00:00
Peter Goodhall
467bace222 When saving profile changes your returned to Edit Account for the logged in profile 2020-12-07 13:53:01 +00:00
Peter Goodhall
cee3d0c6b1
Merge pull request #730 from AndreasK79/adif_import_export_gui_tweak
[ADIF Import / Export] GUI tweaking.
2020-12-07 13:29:25 +00:00
Andreas
b2750b827f [KML Export] Bugfix, as it was not working. Also made a GUI with options for what you want to export. 2020-12-06 13:21:35 +01:00
Andreas
b03a753ab6 [ADIF Import / Export] GUI tweaking. Split into tabs. Added option for marking QSOs as exported to QRZ Logbook when importing from ADIF. 2020-12-04 14:52:00 +01:00
Peter Goodhall
71e6503881
Merge pull request #719 from AndreasK79/adif_export_adifhelper
Refactoring: implemented AdifHelper in Club Log export, satellite exp…
2020-11-28 20:01:45 +00:00
Peter Goodhall
de491981d4 Improved some text output rendering 2020-11-28 20:00:07 +00:00
Adam
f7a9e63832
Very minor language updates 2020-11-22 20:04:33 -06:00
Peter Goodhall
47e8adda89
Merge pull request #715 from AndreasK79/distplot_measurement_base
[Distance plotting] This now follows chosen distance measurement. MAP…
2020-11-21 21:33:54 +00:00
Peter Goodhall
1994b9f36e
Merge pull request #717 from AndreasK79/mark_uploaded_to_qrz
[QRZ Logbook] Added mark QSOs as uploaded.
2020-11-21 21:32:10 +00:00
Andreas
256dddc1f6 [QRZ Logbook] Added mark QSOs as uploaded. 2020-11-21 22:06:25 +01:00
Andreas
85c5a09a20 [QRZ Logbook] Bugfix for mass upload. Rewrote export to use AdifHelper. 2020-11-21 14:25:02 +01:00
Andreas
3e59cd3651 [Distance plotting] This now follows chosen distance measurement. MAP file added for broken highstock.js. 2020-11-20 11:55:55 +01:00
Peter Goodhall
388bfb848a Revert "Merge pull request #706 from ofadam/patch-1"
This reverts commit 9647fa917e, reversing
changes made to e7d0d00e89.
2020-11-17 17:40:55 +00:00
Peter Goodhall
9647fa917e
Merge pull request #706 from ofadam/patch-1
Display submode if available
2020-11-17 17:39:00 +00:00
Peter Goodhall
e7d0d00e89 Fixed issue with ADIF export when exporting all the log 2020-11-17 17:35:48 +00:00
Andreas
2229a1579b Logging is working. Contest exchange is being logged. Basic contest logging is now working. 2020-11-17 09:47:57 +01:00
Adam
6128c2a3ef
Display submode if available
This looks for submode first on the "MODE:" display fields – matching how the logbook itself functions.
2020-11-16 18:50:40 -06:00
Adam
2b5a424a78
Display submode if available
This looks for submode first on the "MODE:" display fields – matching how the logbook itself functions.
2020-11-16 18:46:18 -06:00
Andreas
e557d92c47 Tweaking of logging form. Added some logic in javascript, and started on a function for saving the qso in the controller. 2020-11-16 19:20:45 +01:00
Andreas
e83e7340f5 [Contest logging] Started work on the logging form. 2020-11-08 10:46:08 +01:00