提交图

1702 提交

作者 SHA1 备注 提交日期
Andreas
018bcfebd9 [Print Requested QSLs] Added QSL_VIA to ADIF export. 2020-12-20 22:04:02 +01:00
Andreas
cc3f646144 [Print Requested QSLs] Bugfix for ADIF export. Fixed #761 2020-12-20 21:22:52 +01:00
Andreas
a51ce5946f [Contest Mode] Contest name added 2020-12-18 23:27:47 +01:00
Ryan Zink
71f98ab0e1 Case correction on timeplotter for satellite contacts 2020-12-14 23:22:51 -07: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
b2d7565e63
[Options] This fixes previous error where options tables missing by running migrate every page load
run migrate before loading any page content.
2020-12-13 10:42:44 +00:00
Andreas
2005ff7f55 [DXCC Award] Adjusted queries for mode. 2020-12-13 09:18:47 +01: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
41ff9749da [ADIF Parser] Placed split line correct 2020-12-11 23:52:11 +01: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
be6550723c [Global Options] Created Migration for table "options" and added theme and default
This will be for global variables, anything that needs to stick for every user, default theme, dates etc etc etc
2020-12-10 17:45:44 +00: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
1703de63a9 Update Logbook_model.php 2020-12-10 16:50:54 +00:00
Peter Goodhall
a3b395db69 [EQSL][Upload] Check to make sure to only select records with callsigns in them 2020-12-10 16:46:15 +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
Andreas
970ae216cc [ADIF Parser] Modifications done to the ADIF parser to speed up ADIF files containing several thousand QSOs. 2020-12-09 08:29:20 +01:00
Andreas
f784507435 [Contest logging] CAT added. Split some of the JS into it's own file. Frequency is also saved. 2020-12-07 21:26:16 +01:00
Peter Goodhall
c6c7dd5cd8 Revert "Merge pull request #725 from AndreasK79/adif_import_speedup"
This reverts commit 62b8d024b6, reversing
changes made to b18777318d.
2020-12-07 19:41:55 +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
c00e33af55 Added extra warnings and cleaned up the display 2020-12-07 13:54:15 +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
Paul Beesley
b635de6ac3 Add Darkly dark theme
And rename Dark to Cyborg (Dark)
2020-12-07 13:42:15 +00:00
Paul Beesley
002de3292b Add Cosmo theme
MIT license from Bootswatch
2020-12-07 13:42:14 +00:00
Paul Beesley
5c1ebf6ec9 Clean up dark theme compatibility 2020-12-07 13:42:14 +00:00
Paul Beesley
d842164691 Add Superhero (new dark theme) to test changes
Now we should be able to drop in a new theme folder with minimal changes.
2020-12-07 13:42:14 +00:00
Paul Beesley
e99e0da84d Change the way themes are processed
Place themes in subfolders and use the folder name in the DB instead of the path to a single CSS file
2020-12-07 13:42:13 +00:00
Peter Goodhall
b98959f67b
Merge pull request #728 from AndreasK79/export_highstock
[Timeplotter and Distances Worked] Export has been added to the highs…
2020-12-07 13:31:35 +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
Peter Goodhall
62b8d024b6
Merge pull request #725 from AndreasK79/adif_import_speedup
[ADIF import] Import speedup with minor modifications in Adif_parser.
2020-12-07 13:27:18 +00:00
Paul Beesley
a6682a857a Add Darkly dark theme
And rename Dark to Cyborg (Dark)
2020-12-07 09:55:31 +00:00
Paul Beesley
2abd81c3dd Add Cosmo theme
MIT license from Bootswatch
2020-12-07 09:55:30 +00:00
Paul Beesley
7375ba34f9 Clean up dark theme compatibility 2020-12-07 09:55:30 +00:00
Paul Beesley
ff403dc456 Add Superhero (new dark theme) to test changes
Now we should be able to drop in a new theme folder with minimal changes.
2020-12-07 09:55:30 +00:00
Paul Beesley
301483bddf Change the way themes are processed
Place themes in subfolders and use the folder name in the DB instead of the path to a single CSS file
2020-12-07 09:55:30 +00:00
Peter Goodhall
b18777318d
Merge pull request #724 from daccle/fix_typo_in_german_translation
Fix typo in German translation
2020-12-06 21:25:28 +00:00
Peter Goodhall
e3d2575606
Merge pull request #729 from phl0/fixQraBearingFunction
Only calculate Lat/Lon if QRA loc has even number of chars
2020-12-06 21:25:03 +00:00
Peter Goodhall
39ab2c9e89
Merge pull request #731 from AndreasK79/kml_export
[KML Export] Bugfix, as it was not working.
2020-12-06 21:24:38 +00:00
Andreas
f8fbbfd268 [Timeline] Bugfix in form 2020-12-06 13:24:22 +01: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
phl0
f77d60436d
Only calculate Lat/Lon if QRA loc has even number of chars 2020-12-04 11:30:40 +01:00
Peter Goodhall
c1b0d49ae7
Merge pull request #726 from AndreasK79/reload_disable_on_save_qso
[Edit QSO] Disabled reload of page when editing and saving QSO while …
2020-12-02 16:39:57 +00:00
Andreas
d1163bc2aa [Timeplotter and Distances Worked] Export has been added to the highstock plotting. 2020-12-02 14:49:14 +01:00
Andreas
a9ab3c01f7 [Edit QSO] Disabled reload of page when editing and saving QSO while in Live QSO/Post QSO 2020-11-30 20:39:25 +01:00
Andreas
665050ba6f [ADIF import] Import speedup with minor modifications in Adif_parser. 2020-11-30 20:29:39 +01:00
Daniel Clerc
452855b2fc Fix typo. 2020-11-30 16:36:10 +01:00
Peter Goodhall
9a07722675 [Station Profile] Made table responsive within the design so its scrollable 2020-11-28 20:11:25 +00: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
Peter Goodhall
204e4f45a9
Merge pull request #720 from phl0/AddGermanLanguage
Add German language
2020-11-28 19:44:23 +00:00
Peter Goodhall
49c0ea4e92
Merge pull request #718 from ofadam/patch-1
Very minor language adjustments
2020-11-28 19:43:36 +00:00
Andreas
2def452260 [VUCC] fixed some warnings if variable was empty. 2020-11-27 12:50:47 +01:00
phl0
37573f388e
Add German language
Squashed commit of the following:

commit 316a6729925f4ca29e1e50d0b7f3adf93244388f
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Nov 25 16:28:19 2020 +0100

    Add German content

commit 80b66962126347da0c1c500738a3a84970eadf85
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Nov 25 16:16:57 2020 +0100

    Add system parts for German

commit 48920520306ba3b12e859e0e8e2bda6ff6ebd5b9
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Nov 25 15:48:48 2020 +0100

    Add basics for German translation
2020-11-25 16:31:59 +01:00
Andreas
7952ec76f7 Refactoring: implemented AdifHelper in Club Log export, satellite export and backup of ADIF. 2020-11-23 19:52:30 +01:00
Adam
8c0f1d33af
Very minor language changes 2020-11-22 20:05:26 -06:00
Adam
f7a9e63832
Very minor language updates 2020-11-22 20:04:33 -06:00
Adam
a84b8f6de1
Very minor language cleanup 2020-11-22 20:01:20 -06:00
Adam
3b6f9e4d99
Very minor language updates 2020-11-22 19:58:12 -06:00
Adam
d669adba8c
Very minor language updates 2020-11-22 19:56:52 -06:00
Adam
bf58232466
Very minor cleanup of text 2020-11-22 19:53:51 -06:00
Adam
545ef6933f
Really minor language cleanups 2020-11-22 19:46:02 -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
727231d9cd [Distance plotting] Added default in switch. 2020-11-20 12:14:30 +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
38e9c18b37 trying to fix tx power error when saving 2020-11-19 16:17:34 +00:00
Peter Goodhall
a4cb766479 Station Profile Create - QRZ Real Time always No by default 2020-11-18 22:58:41 +00:00
Peter Goodhall
e843ef76ba Fixed issue where edit wasn't functioning correctly 2020-11-18 22:18:58 +00:00
Peter Goodhall
d336a801b7
QRZ Real time upload is false by default 2020-11-18 19:53:58 +00:00
Peter Goodhall
438352f519
Merge branch 'master' into fix_edit_transmit_pwr 2020-11-18 16:18:42 +00:00
Peter Goodhall
522d589527
Merge pull request #705 from daccle/add_SIG_and_SIG_INFO_fields
Add the possibilty to log SIG and SIG_INFO
2020-11-18 16:16:13 +00:00
Peter Goodhall
bfcf87218b
Merge pull request #710 from daccle/AndreasK79/local_copy_js
Use local copies of JS and CSS assets
2020-11-18 16:12:28 +00:00
Peter Goodhall
ea91773090 Changed Dropdowns to Yes/No 2020-11-18 14:19:21 +00:00
Andreas
e149d34ba1 [QRZ Logbook] option for realtime logging added 2020-11-18 11:50:15 +01:00
Daniel Clerc
3a3b53bc58 Add SIG and SIG_INFO to edit logbook model 2020-11-17 22:29:06 +01:00
Daniel Clerc
da342674f5 use local js and css in qso/edit and edit_ajax 2020-11-17 21:51:35 +01:00
Daniel Clerc
98f4d45c60 Add SIG and SIG_INFO to AdifHelper 2020-11-17 21:39:05 +01:00
Daniel Clerc
0b3af61fb1 Add SIG and SIG_INFO to adif export 2020-11-17 21:37:28 +01:00
Daniel Clerc
8d85ab230a Add SIG and SIG_INFO to edit qso views 2020-11-17 21:35:44 +01:00
Daniel Clerc
f803561376 Add SIG and SIG_INFO to logbook model and qso view 2020-11-17 21:35:43 +01:00
Daniel Clerc
58a552ce23 add SIG and SIG_INFO to view_log 2020-11-17 21:35:43 +01:00
Daniel Clerc
963f58f0ee add tx_power to LogbookModel/edit function 2020-11-17 21:29:03 +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
Daniel Clerc
29809b2836 adds TX_PWR to qso edit dialog 2020-11-16 21:01:54 +01:00