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
Andreas Kristiansen
c2d4439928
Merge branch 'master' into refactor_adif_export
2020-11-16 19:24:49 +01:00
Andreas
2754e05dbe
Uppercased every tag. Added MY_SIG and MY_SIG_INFO. This was not included, as this was in a PR at the time.
2020-11-16 19:23:59 +01: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
Peter Goodhall
a6466b481e
Merge pull request #701 from ofadam/patch-1
...
Change to show submode if available - otherwise mode
2020-11-16 17:40:51 +00:00
Jeremy Brown
4ed092b955
Fixed an issue that I had fixed for imports when the QRZ session key had expired lookups would fail. Now it does the same thing for manually entering QSOs
2020-11-16 10:00:47 -05:00
Adam
5e9542e73f
Change to show submode if available - otherwise mode
...
This change matches the initial dashboard view.
2020-11-15 20:20:35 -06:00
Jeremy Brown
bf24cff4aa
Fix for #2 , if dxcc info is not in the adif, and the user wants to get it from the adif, we will still look it up if it's not included.
2020-11-14 15:40:22 -05:00
Andreas
72e8ee4e0a
[Adif export] Refactor the view and added a library to make the adif-line. Also a bug fixed in MY_STATE. It was exporting COL_STATE, not COL_MY_STATE
2020-11-14 19:50:27 +01:00
Jeremy Brown
c896e5d909
When using fullname, the space was always inserted between first and last names even when no name was set. This now fixes issues #3 by triming the resultant string.
2020-11-13 13:43:33 -05:00
Jeremy Brown
ace8de82bf
Fixes issues #1 . Apparently the code I added broke it, and there was a different issue that was causing names not to save.
2020-11-13 13:30:37 -05:00
Jeremy Brown
a5561236b1
Add a check when doing QRZ lookups to see if the session is valid, if not, create a new session and try again.
2020-11-13 10:57:48 -05:00
Jeremy Brown
064075980b
Check to see if dxcc is set on import to avoid errors
2020-11-13 08:02:17 -05:00
Jeremy Brown
80f4bc210c
Escape names so that names with quotes in them work (aka, nicknames)
2020-11-13 08:01:30 -05:00
Jeremy Brown
9718ae672e
Fixed code that I accidently deleted
2020-11-11 18:48:30 -05:00
Jeremy Brown
f70b249710
Fixed code that I accidently deleted
2020-11-11 18:46:10 -05:00
Jeremy Brown
7c2c6cf4f0
Checks to see if eithere the name and gridsquare is set on import, and if neithere is not set, it will do the lookup. If both are set in the adi for import, no lookup will be done.
2020-11-11 18:42:32 -05:00
Jeremy Brown
4d555ca886
Merge remote-tracking branch 'upstream/master'
...
Updating fork with latest from upstream repo
2020-11-11 18:11:32 -05:00
Jeremy Brown
30600ae220
Added support for a config flag to determine if we should get full names from qrz. Added error checking for this with the api for import as well.
2020-11-11 14:38:00 -05:00
Daniel Clerc
01578c4f40
Readds TX_PWR and COMMENT to adif export
2020-11-11 18:38:11 +01:00
Daniel Clerc
4c1088da5e
Fix form name tag to avoid overwriting sota field
2020-11-11 18:19:31 +01:00
Jeremy Brown
4064418942
Trying to get full names working correctly
2020-11-11 12:18:37 -05:00
Daniel Clerc
137c4d95ec
Add sig/sig_info to adif exportall function
2020-11-11 18:15:14 +01:00
Daniel Clerc
59af8dd7f1
Add sig/sig_info to function reassign in Stations model
2020-11-11 18:10:33 +01:00
Daniel Clerc
27418ea0a5
Add set migration to 55 in config/migration
2020-11-11 18:10:32 +01:00
Daniel Clerc
f41af318b9
Add migration for sig and sig_info fields
2020-11-11 18:10:32 +01:00
Daniel Clerc
8412095d3c
Add sig and sig_info fields to edit and create view
2020-11-11 18:10:32 +01:00
Daniel Clerc
54531b08c5
Add sig and sig_info fields to model
2020-11-11 18:10:32 +01:00
Peter Goodhall
844ded79d6
Fixed unclosed script tag causing other js functions to fail
2020-11-11 15:08:59 +00:00
Jeremy Brown
593db48556
Added exception handling when qrz or hamqth is not available/accessible.
2020-11-11 09:17:08 -05:00
Peter Goodhall
3237d0b514
Merge pull request #691 from daccle/add_tx_pwr_and_comment_to_export
...
Adds TX_PWR and COMMENT to adif export
2020-11-11 12:10:18 +00:00
Peter Goodhall
4604b1abc7
Typo dont code when feeling unwell
2020-11-11 12:09:50 +00:00
Peter Goodhall
068f6b09b8
Adds comment to satellite adif export
2020-11-11 12:07:38 +00:00
Jeremy Brown
8660d3d3ce
Does a lookup on qrz/hamqth on api or when entering by hand. Names and grid squares are returned and populated if not already set. Full names are set since they are not shown unless logged in.
2020-11-10 22:13:25 -05:00
Jeremy Brown
4d73a50ef6
Shows full name, but only when logged in (if available)
2020-11-10 20:25:26 -05:00
Daniel Clerc
2be31034be
Adds TX_PWR and COMMENT to adif export
2020-11-09 09:27:56 +01:00
Andreas
14e69ed43a
Javascript: changed to local copies of files.
2020-11-08 11:26:38 +01:00
Andreas
e83e7340f5
[Contest logging] Started work on the logging form.
2020-11-08 10:46:08 +01:00
Peter Goodhall
e072305591
[QSL Card] /qsl added padding to the top
2020-11-04 14:48:22 +00:00
Peter Goodhall
219c11d4d5
[QSL Cards] Added notification on storage usage to /qsl
2020-11-04 14:46:42 +00:00
Peter Goodhall
0d5b15847e
Merge pull request #682 from poll-busily/header-user-icon
...
Use icon next to logged-in username
2020-11-04 14:35:48 +00:00
Peter Goodhall
bc74942323
Merge pull request #683 from poll-busily/misc-text
...
Further tweaks to text and text formatting
2020-11-04 14:35:24 +00:00
Andreas Kristiansen
7fe23d4409
Merge branch 'master' into qslcard_small_fixes
2020-11-04 09:19:12 +01:00
Peter Goodhall
254f7f3f2a
[eQSL] Added Tools this allows you to mark all QSOs as sent to eQSL if manually uploaded
...
Thanks to M0TAZ for requesting this option, if you have lots of QSOs on a fresh install, use this function to mark all QSOs as uploaded to eQSL when you manually upload ADIF to eQSL.
2020-11-03 16:06:35 +00:00
Peter Goodhall
f6c8a03c5d
[QSL Card] When selecting file to upload offer file browser or camera.
2020-11-03 13:52:14 +00:00
Peter Goodhall
03529db78b
[QSL Management] Added notification on the max file size you can upload
2020-11-02 17:23:41 +00:00
Paul Beesley
5d23802e16
Further tweaks to text and text formatting
...
This commit has some further changes to text throughout the application. There are also some small fixes for text formatting. E.g. making sure that the small "helper" text under certain form fields is all consistent in terms of colour, font, etc.
2020-11-02 09:34:29 +00:00
Paul Beesley
593569ab69
Tweak user drop-down menu content
...
Make the user icon solid to match the other icons in this menu. Rename the "Profile" entry to "Account" as that's the term used elsewhere.
2020-11-02 09:19:32 +00:00
Paul Beesley
77a8143dc0
Replace text with user icon in header bar
...
I noticed that on smaller screens (iPad, etc) the header bar gets a bit squashed. This patch doesn't fix that entirely but we can save a little space by using an icon instead of "Logged in as" text next to the callsign of the logged-in user.
2020-11-02 09:16:24 +00:00
Andreas
8f37c06971
[QSLCard] Removed unused file. Added view qsl inside qso dialog, so that you know which file to delete (else you had to go to view qsl page and delete from there).
2020-11-01 21:45:47 +01:00
Peter Goodhall
4d193fc07f
[LOTW] Moves the temp upload file folder for signed files to /uploads/lotw
2020-11-01 15:53:54 +00:00
Peter Goodhall
356296c953
[QSLCard] PR #677 from AndreasK79 this adds QSL Card management features for uploading QSL card images
...
This adds basic document management for QSL cards into Cloudlog which can be used when viewing QSO record.
You might need to make sure /assets/qslcard is writeable and deletable by PHP
2020-11-01 15:52:04 +00:00
Andreas
bcfe979573
[QSL Card image] jQuery upload, dynamically adding/deleting to table and carousel.
2020-11-01 12:36:02 +01:00
Peter Goodhall
344e1202ae
[QRZ Logbook] Comment added to ADIF pushed to QRZ Logbook.
...
Added comment to ADIF that is pushed to QRZ logbook
2020-10-30 17:33:11 +00:00
Andreas
1986c79033
Added comment to ADIF that is pushed to QRZ logbook
2020-10-30 18:29:25 +01:00
Peter Goodhall
6de9ff69b0
Changed Migration so that it checks if qsl_images exists as i kept getting errors jumping around branches :)
2020-10-30 16:11:41 +00:00
Andreas
82ad08d290
Added front and back image upload at the same time.
2020-10-29 20:18:51 +01:00
Peter Goodhall
48679662de
[API][QSO] Adds field "station_profile_id"
...
This adds the field station_profile_id to the QSO API this is the number thats shown when you are editing a profile.
2020-10-29 18:10:46 +00:00
Peter Goodhall
f974105329
Fixed migration file was malformed PHP, changed some text in the tabs
2020-10-29 17:34:59 +00:00
Andreas Kristiansen
b22ed135b3
Merge branch 'master' into qsl_card_upload
2020-10-29 17:55:23 +01:00
Peter Goodhall
855c34f955
Merge branch 'master' of https://github.com/magicbug/Cloudlog
2020-10-29 16:45:12 +00:00
Peter Goodhall
ecaba0768e
[eQSL] Fixes issue of Sat name/mode not being sent.
...
Fixes #675
2020-10-29 16:45:09 +00:00
Peter Goodhall
bd7fca38b3
Merge PR #676 Normalises all buttons to make things standardised
...
Normalise buttons
2020-10-29 14:59:24 +00:00
Peter Goodhall
e306b8a8a0
Fixes Migration VUCC index to long
2020-10-29 14:52:34 +00:00
Peter Goodhall
3e2ab2fb45
Merge pull request #673 from AndreasK79/vucc_callsign
...
Vucc award enhancement
2020-10-29 14:42:36 +00:00
Peter Goodhall
3f3863488f
Merge pull request #672 from AndreasK79/timeline_more_options
...
Expanded timeline with more options.
2020-10-29 14:40:52 +00:00
Andreas
6b1f30cb0d
New feature: QSL card image upload
2020-10-28 23:20:03 +01:00
Paul Beesley
c65ce673aa
Normalise button styles
...
Blue Solid = Add something, activate something, or perform any other primary action.
Blue Outline = Edit, change or update something.
Red = Delete something or make an irreversable change.
Grey = Deactivate something.
Yellow = Reset something or clear a field.
Green = Retained for search.
Added icons where it made sense to do so.
2020-10-27 20:51:24 +00:00
Paul Beesley
2f55f0a812
Use buttons for backup page actions
2020-10-27 20:51:23 +00:00
Peter Goodhall
6f9fe7d0e1
This might fix eQSL sat upload weirdness
2020-10-27 20:46:57 +00:00
Andreas
0ff51dfd4d
Added a line break here. Find it visually much more appealing in the table with one call on each line.
2020-10-25 17:46:39 +01:00
Andreas
5a380a2cf1
Added migration file for index on col_gridsquare and col_vucc_grids to speed up VUCC award a bit.
2020-10-25 15:17:06 +01:00
Andreas
690ee4dcb4
Enhanced VUCC award to also see only confirmed or worked gridsquares. The worked gridsquares has the calls in the table.
2020-10-25 14:59:03 +01:00
Andreas
b33898abdb
Expanded timeline with more options.
2020-10-23 12:25:16 +02:00
Peter Goodhall
e8b660b775
PR #670 from poll-busily - Normalise all the Admin pages so they all match the same format
...
Normalise styles of admin pages
2020-10-22 16:27:04 +01:00
Peter Goodhall
7e1c216e20
PR #668 from AndreasK79 - Adds CSV Export for Awards Data
2020-10-22 16:22:30 +01:00
Jim Ancona
523cf61811
Put LOTW uploads in uploads/lotw
2020-10-21 16:04:14 -04:00
Paul Beesley
2ebf33a084
Update admin page titles
...
Trying to bring the page title into line with the Admin menu dropdown entry or vice-versa, depending on which one is most used
2020-10-20 22:03:37 +01:00
Paul Beesley
0b94674289
Normalise page / card header styles for admin pages
...
Bring the style of page and card headers into alignment with the LotW admin page.
2020-10-20 21:42:43 +01:00
Andreas
499d1804d2
Awards cleanup. Several details_ajax.php removed, and directed awards to use awards/details.php instead.
2020-10-19 19:24:11 +02:00
Andreas
dbee35466e
Added CSV-export to various tables.
2020-10-19 19:16:42 +02:00
Andreas
6f70c92b7c
Added csv-export on dxcc-award table.
2020-10-19 14:10:58 +02:00
Matthias Jung
89ef272918
Added Contest Fields to ADIF Export
...
The contest field (stx, srx) were missing in the ADIF export. This fixes #665 .
2020-10-18 23:15:56 +02:00
Peter Goodhall
53bb79291b
[Edit QSO] Added RX Band to Edit box if its been provided
2020-10-18 21:43:59 +01:00
Peter Goodhall
8f4609f060
[Logbook] Made the table big again, was far to cramped as table-sm was visually hard to read
2020-10-18 21:30:56 +01:00
Peter Goodhall
906d956e3e
#664 Adds Freq & RX Freq to the edit display
2020-10-18 21:29:20 +01:00
Peter Goodhall
ef3c3c724f
Update qso.php
2020-10-18 15:47:14 +01:00
Peter Goodhall
5f331b651f
[QSO Window] Country names not full uppercase
2020-10-18 15:40:26 +01:00
Peter Goodhall
2862b7851a
[QSO Window] Added Share QSO Via Twitter
2020-10-18 15:38:49 +01:00
Peter Goodhall
35ed0d3c22
PR AndreasK79/timeplotter_feature
...
New feature: timeplotter
2020-10-18 15:09:05 +01:00
Peter Goodhall
166789e57d
Merge pull request #662 from AndreasK79/dashboard_needed_dxcc_fix
...
Fixed a couple of bugs in countries breakdown on dashboard.
2020-10-18 15:06:42 +01:00
Peter Goodhall
b5112c8de9
Merge pull request #661 from AndreasK79/cq_total_summary
...
Added total to CQ award summary
2020-10-18 15:05:49 +01:00
Peter Goodhall
80f3ba173b
Merge pull request #660 from AndreasK79/was_total_added_to_summary
...
Added total to WAS summary
2020-10-18 15:04:36 +01:00
Peter Goodhall
d2d2e96197
Merge pull request #659 from AndreasK79/iota_total_on_summary
...
Added total count for summary in Iota award
2020-10-18 15:04:23 +01:00
Peter Goodhall
dbb095c7c1
Merge pull request #658 from AndreasK79/Total_added_to_dxcc_award
...
Added total for the DXCC award.
2020-10-18 15:02:42 +01:00
Andreas
66365a7e55
New feature: timeplotter
2020-10-18 00:00:01 +02:00
Andreas
a58c913449
Fix for DXCC count on qsl/eqsl/lotw on dashboard.
2020-10-16 20:11:45 +02:00
Andreas
68c8b3889c
Fixed a couple of bugs in countries breakdown on dashboard.
2020-10-16 20:02:54 +02:00
Andreas
1af82d5dea
Added total to CQ award summary
2020-10-15 12:27:45 +02:00
Andreas
503ac06599
Added total to WAS summary
2020-10-15 12:24:20 +02:00
Andreas
bea973b34d
Removed an extra tag that shouldn't be there in the table.
2020-10-15 09:52:54 +02:00
Andreas
dbdbbdebf3
Added total count for summary in Iota award
2020-10-15 09:49:55 +02:00
Andreas
1696656082
Added total for the DXCC award.
2020-10-14 13:03:21 +02:00
Andreas
daeeeb4e2f
Added Datatable to the table in timeline
2020-10-14 12:22:13 +02:00
Andreas
337caa1424
Added AJAX-delete of mode as well.
2020-10-13 12:38:44 +02:00
Andreas
529c81575c
Dialog with ajax to create a new mode.
2020-10-13 12:24:19 +02:00
Andreas
d2a668dde2
Added Datatable to the mode list.
2020-10-12 20:45:48 +02:00
Peter Goodhall
9abc79081d
[Dashboard][SetupChecklist] Started code to bring a setup checklist for new installs to cloudlog
2020-10-12 16:14:28 +01:00
Peter Goodhall
4a1fc0b035
Merge branch 'master' of https://github.com/magicbug/Cloudlog
2020-10-12 15:35:23 +01:00
Peter Goodhall
49e02bef84
[QSO] DXCC Dropdown uppercase first letter instead of full caps less shouty
2020-10-12 15:35:19 +01:00
Peter Goodhall
7d7156de6d
[Logbook] make country names less shouty and uniformed
2020-10-12 15:32:21 +01:00
Peter Goodhall
e5ce202dd4
Merge pull request #654 from AndreasK79/iota_award_summary
...
Added summary for the IOTA award.
2020-10-12 15:16:04 +01:00
Peter Goodhall
07a9cb87bd
Merge pull request #653 from AndreasK79/cq_award_summary
...
Added summary for the CQ award.
2020-10-12 15:15:44 +01:00
Peter Goodhall
9f3eec5f1a
Merge pull request #650 from AndreasK79/station_profile_changed_button_text
...
Changed text on button to clarify it's function.
2020-10-12 15:15:23 +01:00
Peter Goodhall
2f69d3c4d9
Merge branch 'master' into mode_ajax_activate_deactivate
2020-10-12 15:12:59 +01:00
Peter Goodhall
6c9fdc12e3
Merge pull request #646 from AndreasK79/station_profile_add_iota_dropdown
...
Added an IOTA-dropdown in edit/create station profile. We have the ta…
2020-10-12 15:11:06 +01:00
Peter Goodhall
a313ceb307
Merge pull request #644 from AndreasK79/datatable_for_cq_and_was
...
Added Datatable to CQ and WAS award.
2020-10-12 15:09:37 +01:00
Peter Goodhall
76691aaa6d
Merge pull request #643 from AndreasK79/accumulated_stats
...
New feaure: Accumulated stats for DXCC, WAS, IOTA or WAZ
2020-10-12 15:08:42 +01:00
Peter Goodhall
d0dabf1779
Merge pull request #642 from AndreasK79/distances_bugfix
...
Changed title on distances worked graph. Removed a hardcoded value in…
2020-10-12 15:05:25 +01:00
Peter Goodhall
10303fd2de
Merge pull request #638 from AndreasK79/bootstrapdialog_cleanup
...
Cleaned up unused files and functions when moving to bootstrapdialog.
2020-10-12 15:04:57 +01:00
Andreas
99df3c8290
Added summary for the IOTA award.
2020-10-11 14:54:23 +02:00
Andreas
161798c44d
Added summary for the CQ award.
2020-10-11 14:46:35 +02:00
Peter Goodhall
6e47db1595
Merge pull request #647 from poll-busily/english-lang-fixes
...
Minor punctuation tweaks for English language
2020-10-10 16:25:11 +01:00
Andreas
f7a7f3e244
Changed text on button to clarify it's function.
2020-10-09 19:30:27 +02:00
Andreas
4aadd4e931
Added button to activate/deactivate in mode list. This is done dynamically with javascript.
2020-10-09 18:29:41 +02:00
Paul Beesley
d941b1796c
Fix typo in description.php
...
describle -> describe
2020-10-08 23:26:35 +01:00
Paul Beesley
d210e030c4
Fix typo in radio view
...
functons -> functions
2020-10-08 20:27:13 +01:00
Andreas
f3f09503fc
Added loading indicator on show button.
...
Datatable added to the table, and included Datatable-files everywhere, since Datatable will be implemented several places.
2020-10-08 12:14:15 +02:00
Andreas
dd200871cc
Mode and period has been added.
2020-10-08 11:45:41 +02:00
Paul Beesley
e10980804e
Minor punctuation tweaks for English language
...
Fixing up a couple of grammatical quirks.
2020-10-07 17:49:41 +01:00
Andreas
d38aa6eb51
Added an IOTA-dropdown in edit/create station profile. We have the table with IOTA, so I added a dropdown to make it a bit more user-friendly.
2020-10-06 23:47:39 +02:00
Andreas
f1ddfc42af
Added Datatable to CQ and WAS award.
2020-10-06 22:01:29 +02:00
Andreas
20dc1caa27
Implemented dynamic loading of chart and table. Band and award is now selectable.
2020-10-06 21:12:14 +02:00
Andreas
eaf83a5b02
Changed title on distances worked graph. Removed a hardcoded value in the js-function (one that wasn't used)
2020-10-04 21:47:50 +02:00
Andreas
e80c9b8ef8
Added mode, view and controller for accumulated stats.
2020-10-04 21:41:01 +02:00
Andreas Brain
cf4efcced0
Include QSOs on Sunday of the current week, fixes #639
2020-10-04 15:23:13 +02:00
Andreas
9f517736fd
Cleaned up unused files and functions when moving to bootstrapdialog.
...
Fixed CQ Awards map to use bootstrapdialog.
Changed size of headers to be the same in all detail_ajax files that are loaded in bootstrapdialog from awards.
Increased size of modal-log to 900px.
Added a close qso-dialog when deleting qso within edit qso dialog.
Also changed last table in qsostreak to table-sm (forgot in last pr).
2020-10-03 23:19:09 +02:00
Andreas
f0f89de57d
Datefix + added table-sm to tables.
2020-09-30 22:53:09 +02:00
Peter Goodhall
2623588c87
[Advanced Search] Fixes issue when saving changes you lose the filter settings (Issue #507 )
2020-09-30 17:19:11 +01:00
Peter Goodhall
c763efbe94
Merge pull request #634 from AndreasK79/tweaked_edit_qso_layout
...
Tweaked the edit qso layout a little bit to make better use of space.…
2020-09-30 17:08:43 +01:00
Andreas
a741f8c4d1
Tweaked the edit qso layout a little bit to make better use of space. That means 2 columns side by side, instead of one big one.
2020-09-29 13:19:50 +02:00
Andreas
59acc2afa4
Split award menu into dropdown and removed navbar form each award. Done this to clean up pages and to save screen estate.
2020-09-29 12:45:40 +02:00
Peter Goodhall
72da0645a1
Started building an english language file for Cloudlog so far dashboard has been done.
2020-09-28 19:16:22 +01:00
Peter Goodhall
7d13b480f1
Merge branch 'master' of https://github.com/magicbug/Cloudlog
2020-09-28 14:47:18 +01:00
Peter Goodhall
d25a61468f
[Menu] When clicking on Profile on the dropdown it takes you to edit.
2020-09-28 14:47:13 +01:00
Peter Goodhall
e19cadd0f2
[Users] when viewing edit window on mobile boxes where to small
2020-09-28 14:45:50 +01:00
Peter Goodhall
859595b878
PR from AndreasK79 changing the popups to bootstrapdialog
...
This commit changes Cloudlogs popups from Fancybox to bootstrapdialog
2020-09-28 14:39:10 +01:00
Andreas
ca70049444
Timeline fixed.
2020-09-25 18:22:13 +02:00
Andreas
67417b39af
Last one?
2020-09-24 21:40:29 +02:00
Peter Goodhall
5f63a2ae75
[UX] Added two extra themes Dark & Blue selectable via User Profile plus the standard theme
2020-09-24 20:08:06 +01:00
Peter Goodhall
e6ab52ee25
Missing migration config file change, added IF statements to catch users who arent logged in
2020-09-24 20:03:05 +01:00
Andreas
d60c01df11
Fixed previous contacts.
2020-09-24 20:49:38 +02:00
Peter Goodhall
c16a2defc7
Merge pull request #627 from AndreasK79/datatable_added_to_dxcc_iota_vucc
...
Datatable added to tables in DXCC, IOTA and VUCC (in band page).
2020-09-24 19:39:19 +01:00
Andreas
f494b55491
Added bootstrapdialog in dashboard, logbook and search. I think that should cover it.
2020-09-24 20:22:09 +02:00
Andreas
5c452a7025
Added local copies of JS and CSS for DataTable.
2020-09-24 18:55:02 +02:00
Andreas
447e6b76a1
Added a blue theme as well. These themes are based on themes found here: https://bootswatch.com
2020-09-23 18:19:28 +02:00
Andreas
97fd1b137a
New feature: theme is user selectable.
2020-09-23 10:59:49 +02:00
Peter Goodhall
7851f1e102
Update header.php
2020-09-22 21:30:02 +01:00
Andreas
a759675800
Datatable added to tables in DXCC, IOTA and VUCC (in band page).
2020-09-22 21:08:26 +02:00
Peter Goodhall
1d2ab37c76
Update header.php
2020-09-22 19:38:39 +01:00
Peter Goodhall
433c3f3279
[UI] Top menu is no longer fixed this fixes menu issues on mobile
2020-09-22 19:36:49 +01:00
Peter Goodhall
aea14b3f9a
Merge pull request #626 from AndreasK79/awards_compact_tables
...
Changed to h2 for title, and table-sm for table to compacts tables a …
2020-09-22 19:32:38 +01:00
Andreas
4d490edaa3
Changed to h2 for title, and table-sm for table to compacts tables a bit.
2020-09-22 14:27:52 +02:00
Peter Goodhall
f3e927317c
Doh forgot the ";" at the end of echo
2020-09-21 17:45:12 +01:00
Peter Goodhall
235c977040
Added Migration to delete the LoTW User List table and removed some unneeded coded
2020-09-21 14:10:55 +01:00
Peter Goodhall
d4a164fc94
[LOTW] LoTW user lookup switched from importing CSV to database to PHP reading it directly reducing MySQL load
2020-09-21 14:02:50 +01:00
Peter Goodhall
2c44517370
Merge pull request #625 from AndreasK79/current_streak
...
Current streak is added.
2020-09-21 11:53:43 +01:00
Peter Goodhall
827911a96f
Merge pull request #624 from AndreasK79/was_dialog_minor_fixes - Brings new UI to Awards Area
...
This commit brings improved UI changes to the awards area when displaying extra data.
2020-09-21 11:51:20 +01:00
Andreas
e4cddcdfdc
Current streak is added.
2020-09-21 10:52:13 +02:00
Andreas
13cdb9fd06
Added bootstrapdialog for VUCC award.
2020-09-20 14:09:46 +02:00
Andreas
7e7f5ce63e
Added bootstrapdialog for DOK award.
2020-09-20 13:57:14 +02:00
Andreas
c06baf39e3
Added bootstrapdialog for IOTA award.
2020-09-20 11:09:22 +02:00
Andreas
f138d84dc1
Added bootstrapdialog for CQ award.
2020-09-20 11:02:29 +02:00
Andreas
fe5ccb0ea2
Added bootstrapdialog for DXCC award.
2020-09-20 06:00:54 +02:00
Andreas
a65b19f991
Fixed display QSO for WAS-details as well. Changed so that bootstrapdialog is included on every page. Will start implementation on bootstrapdialog on other awards.
2020-09-18 12:17:41 +02:00
Peter Goodhall
61982c216a
Added empty value so user is forced to select
2020-09-16 21:02:00 +01:00
Peter Goodhall
b5774a76b0
Cleaned up the HTML for adding users
2020-09-16 21:00:16 +01:00
Peter Goodhall
305f8d3eb6
[User] Added missing logic to actually save date format and also measurement when creating a user
2020-09-16 20:54:26 +01:00
Kim Huebel
58e69f7ef4
Added some more date-formats and added date-format-chooser into user-add-dialog.
2020-09-16 21:22:37 +02:00
Andreas
70bd3fd2b3
Added blank option if measurement base is not set in db or config file.
2020-09-16 19:56:29 +02:00
Andreas
9696a1199c
Changed the dropdown selects to look the same (custom-select).
2020-09-16 10:17:58 +02:00
Peter Goodhall
45ceb90609
[eQSL] Commented Code
2020-09-15 22:50:59 +01:00
Peter Goodhall
9ce97d1236
[eQSL] Errors if no eQSL Nicknames have been defined with Station Profiles ( Fixes #613 )
2020-09-15 22:49:05 +01:00
Peter Goodhall
75a4870ad9
[Users] Made Date Format defineable in the user profile and changed all the code in the system to follow selection
2020-09-15 22:04:47 +01:00
Peter Goodhall
5bab5dab14
Added comments to code and general clean up
2020-09-15 21:20:01 +01:00
Peter Goodhall
16ab6c8dc1
[Javascript] Split out JS code for ADIF and Notes pages
2020-09-15 21:09:18 +01:00
Peter Goodhall
d4aa6c9405
[Javascript] added base and site_urls as global vars
...
Added base and site_urls as global vars, this is the start of trying to put javascript into seperate files to make it easier to maintain.
2020-09-15 21:02:33 +01:00
Andreas
02f76113ab
Selects measurement_base from config-file when creating a new user.
2020-09-15 21:02:36 +02:00
Peter Goodhall
bd16b14dd0
Changed all text for QRZ to refer to the QRZ Logbook which is what its for making it clearer.
2020-09-15 17:56:15 +01:00
Peter Goodhall
dd09ca6350
Cleaned up the edit account area and gave it a new interface
2020-09-15 17:04:38 +01:00
Peter Goodhall
f98063fd56
Merge pull request #615 from AndreasK79/measurement_base
...
Measurement base moved to station_profile
2020-09-15 16:32:50 +01:00
Peter Goodhall
ccc8dbbc3c
Class type typo in the migration class should be "add_users_measurement_base"
2020-09-15 16:30:16 +01:00
Andreas
05a327bead
Selects measurement_base from config-file when creating a new user.
2020-09-15 11:16:47 +02:00
Andreas
9d4c40e44c
Measurement_base in config is now fallback if not set in user profile.
2020-09-14 20:24:57 +02:00
Peter Goodhall
1826ce2ef1
[Menu ] Changed the title to just eQSL
2020-09-14 13:42:00 +01:00
Andreas
04032ad72c
Merge branch 'measurement_base' of https://github.com/AndreasK79/Cloudlog into measurement_base
2020-09-14 12:32:23 +02:00
Andreas
6c07de7f2c
Changed it over to user profile. Fetches data from session instead.
2020-09-14 12:29:02 +02:00
Andreas Kristiansen
86643ca74d
Merge branch 'master' into measurement_base
2020-09-13 14:46:08 +02:00
Andreas
d38deea64a
Changed files to use measurement_base from station_profile
2020-09-13 14:42:49 +02:00
Andreas
e487ebdd45
Migration file added.
2020-09-13 13:57:21 +02:00
Peter Goodhall
1290fb8073
Merge PR #614 from AndreasK79 - Improved WAS Dialog popups with bootstrap4-dialog
...
Improved WAS javascript dialog windows and also added bootstrap4-dialog as we move away from Fancybox
2020-09-13 11:57:53 +01:00
Peter Goodhall
a95232c46a
[Stats] Removed DrawQSLChart as it was throwing an error due to not being used
2020-09-13 11:52:48 +01:00
Andreas
6e12336f89
Added the handling of measurement_base in the station_profile.
2020-09-13 11:45:49 +02:00
Andreas
a6e32226cc
File for loading details about WAS QSO in JS was missing.
2020-09-13 08:16:36 +02:00
Peter Goodhall
3f22d47e5b
Merge pull request #612 from AndreasK79/10_longest_streaks
...
10 longest streaks added to days with qsos
2020-09-12 21:42:43 +01:00
Andreas
fda81b3304
10 longest streaks added to days with qsos
2020-09-10 18:09:31 +02:00
Peter Goodhall
6bb5e0087c
[LoTW] Improved error reporting
2020-09-08 00:49:54 +01:00
Peter Goodhall
caed5b61ec
Update Lotw.php
2020-09-08 00:48:27 +01:00
Peter Goodhall
07be28b848
Update Lotw.php
2020-09-08 00:47:53 +01:00
Peter Goodhall
99a4c8489a
[LoTW] It will let you know if theres nothing to upload for the station profile in the output
2020-09-08 00:45:58 +01:00
Peter Goodhall
5e8d0109a0
Update Lotw.php
2020-09-08 00:33:41 +01:00
Peter Goodhall
f526cb6bcf
[lotw] minor bugs
2020-09-08 00:31:22 +01:00
Peter Goodhall
0b31b54664
extra check on empty field
2020-09-08 00:30:16 +01:00
Peter Goodhall
8f3abf6652
Minor Improvements
2020-09-08 00:20:27 +01:00
Peter Goodhall
c0700eb102
Checking some LOTW bits
2020-09-08 00:12:11 +01:00
Peter Goodhall
8009271d1a
Yay code comments
2020-09-06 21:08:49 +01:00
Peter Goodhall
590b527ea5
[Station Profile] Improved button text to make it clearer.
2020-09-06 20:59:25 +01:00
Peter Goodhall
8f943f21fc
[LoTW] Canadian Provinces added to TQ8 Export
2020-09-06 20:52:35 +01:00
Peter Goodhall
e20f1c58ca
[LoTW] Removed test code and added comments
2020-09-06 20:38:45 +01:00
Peter Goodhall
93c53c1e1e
[LoTW] Removed Debugging Code
2020-09-06 20:33:12 +01:00
Peter Goodhall
b96f73b4a1
[LoTW] Typo when mapping SAT_names
2020-09-06 20:32:41 +01:00
Peter Goodhall
ee03991b6d
Update Lotw.php
2020-09-06 20:28:21 +01:00
Peter Goodhall
8f5b537309
Update Lotw.php
2020-09-06 20:27:23 +01:00
Peter Goodhall
9b2da775ae
Update Lotw.php
2020-09-06 20:26:19 +01:00
Peter Goodhall
1f00716cce
[LOTW] Map Sat Names to LOTW Sat Names
2020-09-06 20:18:26 +01:00
Peter Goodhall
954e31ef97
[LOTW] Error in the code
2020-09-06 17:45:13 +01:00
Peter Goodhall
7630db5c3a
[LoTW] Added extra error if LoTW data is missing
2020-09-06 17:44:06 +01:00
Peter Goodhall
a79ef3398c
[LoTW] After running /lotw_upload to upload TQ8s download any matches using lotw_download() function
2020-09-06 17:35:45 +01:00
Peter Goodhall
6e7984b8dc
[lotw] changed login info encoding to urlencode
2020-09-06 17:33:15 +01:00
Peter Goodhall
44edb1361b
[LOTW] Run through every Cloudlog user with LOTW user info and download and match QSOs
2020-09-06 16:55:30 +01:00
Peter Goodhall
2fdda56338
[LOTW] missed a couple of rawurlencode on user/pass fixed
2020-09-06 16:43:49 +01:00
Peter Goodhall
b891154176
[LOTW] encode password in case special chars used
2020-09-06 16:42:14 +01:00
Peter Goodhall
6f3ecdd305
[lotw] Add Station_Callsign of the QSO match to the table
2020-09-06 16:37:03 +01:00
Peter Goodhall
cc8a0ae9ab
Update Lotw.php
2020-09-06 16:32:02 +01:00
Peter Goodhall
62d009f274
Removed unrequired code
2020-09-06 16:31:04 +01:00
Peter Goodhall
d58f0ed8b1
Automatic download currently needs an ID of where the logins stored (this will be changed)
2020-09-06 16:28:33 +01:00
Peter Goodhall
6d521505b7
Update Lotw.php
2020-09-06 16:27:36 +01:00
Peter Goodhall
1e3b085886
Building function for automatic lotw downloads
2020-09-06 16:26:15 +01:00
Peter Goodhall
752d73b7a2
[Search] Make sure Country name capitalistion is consistant
2020-09-05 23:34:56 +01:00
Peter Goodhall
048a86a581
[logbook] Convert the first character of each word in country name to upper case to be consistant
2020-09-05 23:33:23 +01:00
Peter Goodhall
2d2af35536
Added AISAT-1 as AISAT1 in the LOTW Sat name map
2020-09-05 22:03:30 +01:00
Peter Goodhall
e34107e0e8
Changed LoTW to Logbook of the World in the dropdown menu
2020-09-05 21:59:14 +01:00
Peter Goodhall
0c1e7cab42
LoTW Area changed icon and button style made it nicer
2020-09-05 21:55:45 +01:00
Peter Goodhall
ebd408b425
Improved LOTW commenting on code
2020-09-05 21:42:55 +01:00
Peter Goodhall
8cfa51fa24
Added OpenSSL is required Warning to LOTW pages if modules missing
2020-09-05 21:42:07 +01:00
Peter Goodhall
7f19c1b0a4
Merge pull request #607 from m1geo/master
...
Update ADIF import to parse MHz and output Hz
2020-09-05 17:50:51 +01:00
Kim Huebel
9ffe54be80
Fixed bug in Advanced Search
...
Actually there was an issue if the field 'submode' was not filled. Mode was not shown correctly. Now fixed.
73 de Kim
DG9VH
2020-09-04 22:14:47 +02:00
George Smart
d991deb14e
Update ADIF import to parse MHz and output Hz
...
Simplify the ADIF importer's handling of frequencies. The ADIF spec states frequency supplied in MHz. New importer code converts this MHz to Hz.
2020-09-04 15:38:49 +01:00
Matthias Jung
51344d56b4
Fixed small typo and ampersand in LOTW description
2020-09-04 14:42:20 +02:00
Peter Goodhall
7195538e5a
Started the code that will replace satellite names with LOTW suitable names based on the name mapping
2020-09-03 23:20:22 +01:00
Peter Goodhall
249c659430
Adjusted lotw_cert query to stop group by error that some where seeing if MySQL Servers running in strict
2020-09-03 23:05:38 +01:00
Peter Goodhall
9fce8fe76c
Improved IF statements for DXCC US when dealing with tq8
2020-09-03 16:34:47 +01:00
Peter Goodhall
f056e3f9a9
Open link in a new tab
2020-09-02 21:24:49 +01:00
Peter Goodhall
4666b63312
Changed the LoTW Github wiki page
2020-09-02 20:29:07 +01:00
Peter Goodhall
827e663238
Merge branch 'master' of https://github.com/magicbug/Cloudlog
2020-09-02 20:28:28 +01:00
Kim Huebel
b2b8840ac6
Typo...
2020-09-02 21:07:07 +02:00
Kim Huebel
20ddd8114b
removed php-warnings on LoTW-Import...
...
If selected date is today or date in future, php notices appear and these iritates users. This patch removes the warnings on unset variables and puts out a clear message to check selected date.
2020-09-02 21:04:03 +02:00
Peter Goodhall
7ebf7cdc2f
Added some help information
2020-09-02 15:09:07 +01:00
Peter Goodhall
de19042277
Merge pull request #586 from AndreasK79/dropdown_for_cq_itu_station_profile
...
Dropdown for cq itu station profile
2020-09-02 15:02:54 +01:00
Peter Goodhall
1dca0564dc
Added some minor auth changes and removed dud code
2020-09-02 14:48:13 +01:00
Peter Goodhall
60a684d01b
Weird casing typo on LOTW
2020-09-02 14:25:27 +01:00
Peter Goodhall
6814c38ed4
Create folder /uploads/lotw/certs if it doesnt exist.
2020-09-02 14:02:58 +01:00
Peter Goodhall
b128f50cb2
US County added to the signing if available
2020-09-02 13:57:52 +01:00
Peter Goodhall
793ce241ad
Update adif_export.php
2020-09-02 13:54:08 +01:00
Peter Goodhall
eb5d1c40ca
Update adif_export.php
2020-09-02 13:53:43 +01:00
Peter Goodhall
19ef98f032
Added back state and county to lotw
2020-09-02 13:50:14 +01:00
Peter Goodhall
5d645b0844
dont upload if no qsos are present
2020-09-02 12:02:29 +01:00
Peter Goodhall
c419c9a326
Removed US stae as it was breaking
2020-09-02 11:50:41 +01:00
Peter Goodhall
947cfc57d8
removed us county for now
2020-09-02 11:48:55 +01:00
Peter Goodhall
1940f0c730
typo on isset
2020-09-02 11:46:54 +01:00
Peter Goodhall
636af12d66
move on if LOTW cert isnt found
2020-09-02 11:45:50 +01:00
Peter Goodhall
33055f5ab0
Merge pull request #594 from magicbug/lotw-sync
...
Lotw sync
2020-09-02 11:26:03 +01:00
Peter Goodhall
9bce835377
Removed LIMIT from query, added Date checks for LOTW QSO upload
2020-09-02 11:22:08 +01:00
Kim Huebel
e367dec6cd
Bugfixing edit modes
...
I forgot to add the submode to the edit-function :-)
2020-09-01 22:58:56 +02:00
Peter Goodhall
24719a6b99
Added a BETA Warning to LoTW Sync
2020-09-01 18:13:26 +01:00
Peter Goodhall
e1af904162
Added support for US County in TQ8 export
2020-09-01 18:05:02 +01:00
Peter Goodhall
70ae1e48a8
Cleaned up some html
2020-09-01 18:02:31 +01:00
Peter Goodhall
c58784c022
Merge branch 'master' into lotw-sync
2020-09-01 17:49:34 +01:00
Peter Goodhall
a1137f92d5
Tried to make migs match
2020-09-01 17:45:39 +01:00
Peter Goodhall
3a7ab319da
Merge pull request #591 from dg9vh/bugfix_modes
...
enlarged submodes-field, updated cropped submodes to original content
2020-09-01 10:53:38 +01:00
Peter Goodhall
bd7ef2ec6c
Changed IFs to include isset
2020-08-31 21:55:50 +01:00
Peter Goodhall
e2fd678f58
#592 Fixes LoTW error when doing QRZ Logbook Uploads in real time
2020-08-31 21:13:38 +01:00
Kim Huebel
ea46b95cc0
enlarged submodes-filed, updated cropped submodes to original content
2020-08-31 17:11:43 +02:00
Peter Goodhall
ac74f6f34f
Merge pull request #589 from AndreasK79/bugfix_band_casing
...
Fixed casing on band import, and band select in edit.
2020-08-31 10:18:26 +01:00
Andreas
2af06ed216
Fixed casing on band import, and band select in edit.
2020-08-30 21:59:02 +02:00
Peter Goodhall
f8b6a6e83a
Revert "Merge pull request #584 from AndreasK79/longest_streak"
...
This reverts commit ae11d17ff0 , reversing
changes made to ccac7f1828 .
2020-08-29 17:04:46 +01:00
Peter Goodhall
7663684ba7
Revert "dayswithqsos added "col_time_on" to "getDates" to see if it fixes error"
...
This reverts commit 30f0b6b3e7 .
2020-08-29 17:04:34 +01:00
Peter Goodhall
30f0b6b3e7
dayswithqsos added "col_time_on" to "getDates" to see if it fixes error
...
Change to see if it fixes #582
2020-08-29 16:57:47 +01:00
Peter Goodhall
ae11d17ff0
Merge pull request #584 from AndreasK79/longest_streak
...
Implemented displaying of the 10 longest streaks in the log of the ac…
2020-08-29 14:06:51 +01:00
Peter Goodhall
ccac7f1828
Merge pull request #587 from AndreasK79/bugfix_in_logbook_model_qrz
...
Found a space that should not be there.
2020-08-29 14:04:52 +01:00
Andreas
cc541aba61
Found a space that should not be there.
2020-08-29 13:50:22 +02:00
Andreas
d2a977e301
Placed CQ and ITU side by side in edit and create station profile.
2020-08-29 12:57:14 +02:00
Andreas
cf6144bd5a
Added dropdown for CQ and ITU zone when creating and editing station profile.
2020-08-29 12:51:53 +02:00
Andreas
9aa0b0d3e6
Implemented displaying of the 10 longest streaks in the log of the active station profile
2020-08-29 09:11:03 +02:00
Peter Goodhall
28d770973b
Added Migration to create a county field inside the Station Profile table
2020-08-26 23:23:15 +01:00
Peter Goodhall
a83a6fd3d0
Added TQ8 signing of Station State
2020-08-26 23:02:00 +01:00
Peter Goodhall
65e701da8a
Added extra validation on LOTW tq8 on freq field
2020-08-26 22:50:05 +01:00
Peter Goodhall
232f8144fe
Added code comments to thank PY2RAF
2020-08-26 21:26:37 +01:00
Peter Goodhall
eb8e4c0971
removed unneeded code
2020-08-26 21:23:28 +01:00
Peter Goodhall
91c172f315
Update Last_Upload field inside lotw_cert table when tq8 upload is successful
2020-08-26 21:20:58 +01:00
Peter Goodhall
25f620a486
Builds and uploads TQ8 File to LOTW, Marks QSOs as sent to LOTW if successful
2020-08-26 21:04:17 +01:00
Peter Goodhall
94f3060419
Adds main cert & fixes some typos
2020-08-26 16:31:35 +01:00
Peter Goodhall
02f0a741b5
Update adif_export.php
2020-08-25 22:55:24 +01:00
Andreas
5fc4c65ff9
Added missing file.
2020-08-25 22:04:54 +02:00
Andreas
fe0a757726
Edit QSO is working with bootstrapdialog and ajax.
2020-08-25 22:03:54 +02:00
Peter Goodhall
042475a989
ADIF Export for LOTW ready for signing
2020-08-25 17:50:52 +01:00
Peter Goodhall
047636b674
Basics for ADIF TQ8 headers added based on database info
2020-08-25 15:53:20 +01:00
Andreas Kristiansen
37a7a20af5
Merge branch 'master' into award_was_summary
2020-08-24 20:24:06 +02:00
Andreas
712bbf1840
More work on QSO dialog for WAS award.
2020-08-24 20:16:06 +02:00
Peter Goodhall
7be6b74935
Merge pull request #581 from AndreasK79/dxcc_summary_last_fix
...
Hopefully fixed DXCC summary.
2020-08-24 16:42:16 +01:00
Peter Goodhall
655d44587e
Gridsquare maps now full width with zoom level of 3
2020-08-23 16:50:25 +01:00
Peter Goodhall
a2f572809a
Made the world map full width on the /logbook page to match dashboard
2020-08-23 16:42:23 +01:00
Peter Goodhall
c646aba73d
Made the dashboard map fullwidth rather than contained.
2020-08-22 23:34:15 +01:00
Peter Goodhall
6ea224ccd2
Added alert for QSO Panel notes saying its not exported data
2020-08-22 23:26:37 +01:00
Peter Goodhall
a204d192d1
QSO tabs all one line again
2020-08-22 23:25:08 +01:00
Peter Goodhall
f9448bddb2
Started code to read station profiles and find matching certs
2020-08-22 22:26:04 +01:00
Peter Goodhall
ee3ac62f03
removed test code from controller
2020-08-21 17:20:51 +01:00
Peter Goodhall
7a7372647f
Removed some database calls that wasn't used
2020-08-21 17:15:35 +01:00
Peter Goodhall
4f79330df5
Fixed error where advance search controls wasn't loading
2020-08-21 17:09:48 +01:00
Andreas
9ced2f4791
Hopefully fixed DXCC summary.
2020-08-19 17:42:42 +02:00
Andreas
f7cb30e3b9
Had to remove band from query as well.
2020-08-19 17:30:37 +02:00
Peter Goodhall
f418778947
Revert "Merge pull request #579 from AndreasK79/dxcc_summary_fix"
...
This reverts commit 0365a87476 , reversing
changes made to 87bb8be156 .
2020-08-19 16:25:59 +01:00
Peter Goodhall
0365a87476
Merge pull request #579 from AndreasK79/dxcc_summary_fix
...
Split the query for the dxcc summary in two. Some configurations of m…
2020-08-19 16:24:31 +01:00
Andreas
49a6ca53e1
Fixed summary to include SAT. Also split the query for the was summary in two. Some configurations of mysql didn't like this type of query.
2020-08-19 17:23:24 +02:00
Peter Goodhall
87bb8be156
Made /modes table responsive for mobile devices
2020-08-19 16:19:56 +01:00
Peter Goodhall
c715231ef1
Revert "Merge pull request #577 from AndreasK79/award_was_summary"
...
This reverts commit 488a4e1748 , reversing
changes made to a81ab1001e .
2020-08-19 16:14:19 +01:00
Andreas
48980c0566
Split the query for the dxcc summary in two. Some configurations of mysql didn't like this type of query.
2020-08-19 17:14:08 +02:00
Peter Goodhall
fa19166da9
Revert "Merge pull request #578 from AndreasK79/award_dxcc_summary"
...
This reverts commit 3935971e3c , reversing
changes made to 640d0c151b .
2020-08-19 13:42:20 +01:00
Andreas
cccdb16d74
Added summary for DXCC award
2020-08-19 13:11:17 +02:00
Andreas
e30ea7a493
Added JS for dialog
2020-08-19 07:57:35 +02:00
Peter Goodhall
b5d1a7c96b
Merge branch 'master' into configurable_modes
2020-08-18 16:22:26 +01:00
Peter Goodhall
84e794ab5f
Fixed issue where sub mode in adifs files was out of alignment
2020-08-18 16:18:55 +01:00
Andreas
c8b999659c
Added summary on the WAS award page.
2020-08-18 14:41:16 +02:00
Peter Goodhall
fade52b18e
Added intro to uploading p12 and padlock icon
2020-08-17 21:38:16 +01:00
Peter Goodhall
5179a72c37
Added Last Upload DataTime field to LoTW_certs table to store when last sync took place
2020-08-17 17:09:00 +01:00
Peter Goodhall
90831f407b
Added all the parts to allow uploading p12 files into Cloudlog plus storing the data
2020-08-17 17:02:54 +01:00
Andreas
1f224d20e8
Added counter in award table for WAS and CQ.
2020-08-16 20:31:07 +02:00
Peter Goodhall
7852fbe6d1
Code to create PEM output and read cert data
2020-08-13 23:34:10 +01:00
Peter Goodhall
fc3ea9fff1
Code to read p12 and get pem
2020-08-13 23:03:25 +01:00
Peter Goodhall
c780de0b7d
Code comments because its a nightmare without them
2020-08-13 17:28:22 +01:00
Peter Goodhall
1296656dd6
Created the start of the frontend to display uploaded certificates.
2020-08-13 17:24:07 +01:00
Peter Goodhall
c86d95af60
Created an "lotw_certs" table to hold p12 cert data for lotw sync
2020-08-13 16:43:07 +01:00
Peter Goodhall
2e266f3412
auto load the lotw config file
2020-08-13 00:17:12 +01:00
Peter Goodhall
66f40bc0eb
forgot the discription its late.
2020-08-13 00:15:23 +01:00
Peter Goodhall
adc4f896d3
Created an LOTW config file.
2020-08-13 00:14:44 +01:00
Peter Goodhall
5f2542e9f1
example of singing a QSO properly for lotw upload.
2020-08-12 23:53:24 +01:00
Peter Goodhall
03b25d00d5
Fixed backup features
2020-08-10 23:26:02 +01:00
Peter Goodhall
65ec84a982
Update exportsat.php
2020-08-10 23:16:00 +01:00
Peter Goodhall
38b34538be
Update exportall.php
2020-08-10 23:14:42 +01:00
Peter Goodhall
9368dfb55f
Removed some spacing
2020-08-10 23:12:05 +01:00
Peter Goodhall
89054af0ea
Import the state from LoTW if its provided #561
2020-08-10 23:07:55 +01:00
Peter Goodhall
65f7ae92cf
Fixes #541 TX PWR period issue on import
2020-08-10 22:44:49 +01:00
Peter Goodhall
fc1430f86a
Adds BAND_RX, FREQ_RX, SOTA_REF
...
Fixes #547 SOTA Ref missing on ADIF export
2020-08-10 22:24:01 +01:00
Peter Goodhall
d97ef43972
Fixes #555 STATE is always imported in uppercase
2020-08-10 22:03:38 +01:00
Peter Goodhall
be2b5e4fdc
Removed QSO_Random Cloudlog on import
...
Fixes #558 Cloudlog doesn't handle QSO Random its mishandled a by a lot of applications.
2020-08-09 18:13:52 +01:00
Peter Goodhall
7485b9d3b4
Merge pull request #571 from AndreasK79/qrz_upload_error_logging
...
Added a bit better error handling. Writing errors to logfile now, if …
2020-08-08 17:50:22 +01:00
AndreasK79
059246922b
Added Canadian provinces to state in Station Profile. Fixes #569
2020-08-08 16:01:19 +02:00
AndreasK79
0fbacec258
Added showing of error messages in GUI when uploading to QRZ.com
2020-08-08 15:52:59 +02:00
AndreasK79
cea2cb3ea8
Added a bit better error handling. Writing errors to logfile now, if turned on in config.
2020-08-08 08:47:02 +02:00
Peter Goodhall
ddfb3f5958
Merge pull request #554 from joshuarubin/no-auth-to-update-lotw-users
...
don't require auth to update lotw users
2020-08-06 11:51:58 +01:00
Peter Goodhall
427cd64c65
Merge pull request #562 from jtmnt/master
...
use measurement_base for distance calculation in views/view_log/qso.php
2020-08-06 11:51:27 +01:00
Kim - DG9VH
ab8876c883
Added 6cm into band selectbox
...
6cm was not listed...
2020-07-24 20:48:08 +02:00
es2ice
0d2daee7eb
use measurement_base for distance calculation
2020-07-16 22:53:24 +03:00
Joshua Rubin
d118f0f3d2
don't require auth to update lotw users
...
required for cron
Signed-off-by: Joshua Rubin <me@jawa.dev>
2020-07-01 00:34:51 -06:00
Peter Goodhall
36621b1e23
Merge pull request #550 from dg9vh/patch-7
...
Correcting QSL-count-behavior
2020-06-26 13:46:48 +01:00
Kim - DG9VH
eacabceec0
Correcting QSL-count-behavior
...
There was a bug in counting QSL-cards send, received and requested (by request or queue) for printing...
Looked like a c&p-bug, now corrected.
2020-06-26 14:05:42 +02:00
Kim - DG9VH
13e6b66d54
Fixed confusing behavior...
...
... when clicking on the "Mark imported/exported QSOs as uploaded to LoTW"... orifinally clicking on the export-label sets the marker on import, which was a bug by doublicated IDs on the HTML-entities.
2020-06-26 13:43:44 +02:00
AndreasK79
62e961747d
Added option for adif export to only export those not flagged as exported.
2020-06-23 09:22:37 +02:00
Peter Goodhall
797fd6db58
Cleaned up eQSL import screen
2020-06-17 15:17:46 +01:00
Peter Goodhall
5732cba6cc
Testing new checkbox layout
2020-06-17 15:11:05 +01:00
Peter Goodhall
a441377f19
Cleaned up the LoTW import screen
2020-06-17 15:05:21 +01:00
Peter Goodhall
008ff154ed
Changed QSO window pin to red dot.
2020-06-17 14:49:04 +01:00
Peter Goodhall
6d84a760b9
Changed QSO View Map pin to round dot
2020-06-17 14:37:17 +01:00
Peter Goodhall
94bef8da3a
Changed Map icon to round dot on dashboard and logbook
2020-06-15 16:59:27 +01:00
Peter Goodhall
2393954b99
Merge pull request #537 from mbridak/fix_dxcc_exceptions
...
Fix calls showing in the wrong dxcc region.
2020-06-13 15:37:01 +01:00
Michael Bridak
cabe79a664
Fix calls showing in the wrong dxcc region.
...
Added checks to dxcc_exceptons.
2020-06-12 18:11:42 -07:00
Kim - DG9VH
78f0126412
Updating requested-counter to include queued QSLs also
...
As if we extended the coloring of outgoing QSL cards to include queued cards also to get yellow and include them also to the list of "to be printed" cards, we have to count them also in the summary.
2020-06-11 08:18:19 +02:00
Peter Goodhall
0e15b79f4e
Fixes #533 where POST date/time has spaces
2020-06-05 21:50:09 +01:00
Peter Goodhall
5092f9b0dc
Merge pull request #531 from AndreasK79/reset_saved_time_and_date_on_post_qsos_after_24_hours
...
Resets date and time on post qso if the saved date and time was set f…
2020-06-04 22:11:55 +01:00
AndreasK79
cac020c4ea
Resets date and time on post qso if the saved date and time was set for more than 24 hours ago.
2020-06-04 22:29:20 +02:00
Peter Goodhall
48f9e86097
Merge pull request #527 from dl6nm/improve-add-user
...
Improve add user form
2020-06-04 21:19:24 +01:00
Peter Goodhall
30a9be330a
Merge pull request #529 from dg9vh/notes
...
Notes
2020-06-04 21:18:39 +01:00
Peter Goodhall
0e6aec7b8b
Merge pull request #530 from AndreasK79/qrz_fixes
...
Fixes for uploading modified QSOs to QRZ.com
2020-06-04 21:10:22 +01:00
AndreasK79
13c66289b4
Fixes for uploading modified QSOs to QRZ.com
2020-06-04 21:56:32 +02:00
Kim - DG9VH
394ed759f3
Merge pull request #6 from dg9vh/patch-4
...
Update index.php
2020-06-03 22:18:10 +02:00
Kim - DG9VH
b61a9fe50f
Merge pull request #5 from dg9vh/patch-3
...
Update edit.php
2020-06-03 22:17:28 +02:00
Kim - DG9VH
2efdcddaf9
Update index.php
2020-06-03 21:53:25 +02:00
Kim - DG9VH
0935ab2ef6
Update edit.php
2020-06-03 21:51:38 +02:00
Kim - DG9VH
2aff5b6d96
Update Logbook_model.php
2020-06-03 21:49:36 +02:00
dl6nm
b92ea294c9
Added missing closing brace
2020-06-02 22:41:30 +02:00
dl6nm
4e70f77c20
Also keep timezone form data on error
2020-06-02 22:34:08 +02:00
Kim Huebel
a091de639a
Added correct submode-import to ADIF-Import
2020-06-01 07:56:16 +02:00
Kim Huebel
dfc50b664e
Merge branch 'master' of https://github.com/magicbug/Cloudlog into configurable_modes
2020-05-31 23:40:48 +02:00
dl6nm
ece7fe534f
Keep form data in user/add view on error
2020-05-31 22:03:19 +02:00
dl6nm
0642c70013
Set eQSL navigation tab "Upload QSOs" to the active one after import finished
2020-05-26 22:31:27 +02:00
dl6nm
a4f43f5b42
Fixed special character password errors on eQSL export and image
2020-05-26 21:56:12 +02:00
Peter Goodhall
d5a21e951b
Merge pull request #519 from dg9vh/reworked_qsl_printing
...
reworked QSL-Indicators and print-functions
2020-05-26 16:07:53 +01:00
dl6nm
b71dd5468c
Fixed problem on eQSL authentication with special characters #520
2020-05-26 10:32:56 +02:00
Kim Huebel
6813237c59
reworked QSL-Indicators and print-functions to not only use "R" but also
...
look for "Q" (Queued)... this is logically better if you initiate QSL-sending
by your own... R is for requested by other station to send...
Now we are back to ADIF-Specs-logic :-)
2020-05-25 23:05:21 +02:00
Peter Goodhall
0c11f4e9a7
Made callsign in the QSO popup bold
2020-05-24 23:15:07 +01:00
Peter Goodhall
9af164a41d
Made changes to the QSO information popup
2020-05-24 23:12:58 +01:00
Peter Goodhall
1cc0280650
Made date picker css local rather than a cdn
2020-05-24 22:43:18 +01:00
Peter Goodhall
1430aae552
Changed a few bits of code to clean it up
2020-05-24 22:40:37 +01:00
Kim Huebel
49e605090e
Made submodes visual clearer in selectbox using => as marker.
2020-05-24 11:13:40 +02:00
Kim Huebel
b44fe44f03
Merge branch 'configurable_modes' of https://github.com/dg9vh/Cloudlog into configurable_modes
2020-05-24 09:08:57 +02:00
Kim Huebel
9cbd65b0cd
Merge branch 'master' of https://github.com/magicbug/Cloudlog into configurable_modes
...
some futher modifications
2020-05-24 08:51:30 +02:00
Kim - DG9VH
530cba37d6
Merge branch 'master' into configurable_modes
2020-05-24 00:09:58 +02:00
Kim Huebel
396eaab53a
Added Submode-Support in Logging/ADIF-Export etc.
2020-05-24 00:06:08 +02:00
Peter Goodhall
2ea3233ee2
Added distance function to QRA library, Added Distance between the Worked Station and Station Profile to QSO Popup
2020-05-23 21:35:46 +01:00
Peter Goodhall
42d7db589c
Fixes #510 C4FM was F4M
2020-05-22 15:39:03 +01:00
Peter Goodhall
340adbaad5
On eQSL Import "Pull eQSL data for me" is selected by default to save button press
2020-05-22 12:12:34 +01:00
Peter Goodhall
0978769c77
On LOTW Import "Pull LoTW data for me" is selected by default saving a mouse press
2020-05-22 12:11:34 +01:00
Peter Goodhall
1ef515074c
Changed LOTW menu text to Lotw Import #496
...
Changed LOTW menu text to Lotw Import , this will of course be changed back once sync for uploading has been added which is becoming a priorty
2020-05-21 21:18:57 +01:00
Peter Goodhall
1c82450266
Added dropdowns for SAT NAME & Mode along with the free flow inputs this addresses #335
2020-05-21 21:01:43 +01:00
Peter Goodhall
df9ab47227
Made some text tweaks to QRZ views
2020-05-20 21:58:36 +01:00
Peter Goodhall
6121cda219
Merge pull request #502 from AndreasK79/qrz_upload_ui
...
UI for uploading QSOs to QRZ.com Added 2 css files for dynamic loadin…
2020-05-20 21:48:46 +01:00
AndreasK79
97440b2161
UI for uploading QSOs to QRZ.com Added 2 css files for dynamic loading button. https://github.com/loadingio/ldButton/tree/master/dist and https://github.com/loadingio/loading.css/tree/master/dist
2020-05-20 19:43:13 +02:00
Kim Huebel
ece34b756a
Added all modes in edit mode...
2020-05-17 15:08:21 +02:00
Kim Huebel
8f1dcf3db6
Make modes customizable and editable
...
As per request of some users, sometimes new modes or missing modes had to be
added into the code.
As that hardcoded lists are not eary maintainable, we created a new table with
all modes and submodes listed and make this list editable.
Now one can activate or deativate modes from beeing shown within the select-
list in QSO Window.
2020-05-17 14:57:28 +02:00
Peter Goodhall
dbb722cd5d
Added Forum to the menu under profile along with help
2020-05-17 12:43:30 +01:00
Peter Goodhall
618194ff34
CAT Timeout: Handle timeout over multiple days better
2020-05-12 23:18:16 +01:00
Peter Goodhall
45f6c3d6a0
Forgot to readd selecting radio ID when i was debugging
2020-05-12 23:08:05 +01:00
Peter Goodhall
5e6e65301c
QSO Panel: CAT Timeout Warning Message #310
...
This adds a warning that Cloudlogs not received any recent data from CAT Interface this timeout is defined in the cloudlog.php configuration file
$config['cat_timeout_interval'] = 1800;
The default has been changed to 30mins.
2020-05-12 22:51:56 +01:00
Peter Goodhall
468419245a
Merge branch 'master' of https://github.com/magicbug/Cloudlog
2020-05-12 19:02:04 +01:00
Peter Goodhall
bdf290af69
Added Migration check when logging in
...
Fixes problem where Dashboard is skipped the migration isn't run which could be an issue when SQL changes happen.
Thanks AD7D for reporting.
2020-05-12 19:01:38 +01:00
Peter Goodhall
1b0de2d26b
Merge pull request #494 from AndreasK79/master
...
Mass upload for QRZ.com, suitable for a cron job.
2020-05-12 18:49:28 +01:00
AndreasK79
f7a9c3507b
Mass upload for QRZ.com, suitable for a cron job.
2020-05-12 19:11:29 +02:00
Peter Goodhall
756499b2b3
Merge pull request #490 from stratoss/auto_grid_locator
...
Automatically work out Gridsquare from the location field based on geocoding.
2020-05-10 15:10:40 +01:00
Stanimir Stoyanov
596d662c41
auto_qth_qso to be false by default
2020-05-09 19:44:07 +03:00
Stanimir Stoyanov
4372e36072
auto_qth_qso to be false by default
2020-05-09 19:41:02 +03:00
Peter Goodhall
8d284228be
Merge pull request #492 from AndreasK79/Added_modes
...
Added ROS and JT6M. Fixes #491
2020-05-08 19:56:17 +01:00
AndreasK79
8230f60ec5
Added ROS and JT6M
2020-05-08 20:54:12 +02:00
Stanimir Stoyanov
256635919f
Ability to disable the auto QTH filler based on the location string
2020-05-08 14:52:53 +03:00
Peter Goodhall
0ea2ea5178
Changed text on the QRZ Logbook API inputs on station profile and added link to qrz for api
2020-05-08 12:07:33 +01:00
Stanimir Stoyanov
2eb89c1eff
Auto grid locator
2020-05-08 10:45:06 +03:00
Peter Goodhall
960f544726
Merge pull request #489 from AndreasK79/qrz_push
...
Added pushing of QSOs to QRZ.
2020-05-07 20:32:14 +01:00
AndreasK79
2ca086eda7
Marks QSOs with upload status and timestamp. Edited QSOs are marked as M.
2020-05-07 21:10:27 +02:00
AndreasK79
f1ad1d1d6e
Added pushing of QSOs to QRZ.
2020-05-07 17:35:58 +02:00
Peter Goodhall
7c3646cb67
Merge pull request #487 from dg9vh/ignored_qsl
...
Ignored QSLs are greyed arrowed...
2020-05-06 21:57:11 +01:00
Peter Goodhall
272248d711
Merge pull request #485 from AndreasK79/keep_date_time_on_post_qso
...
Saves date and time and keeps it when entering POST QSOs. Fixes #463 .
2020-05-06 21:56:54 +01:00
Kim Huebel
f157378f9f
Ignored QSLs are greyed arrowed...
2020-05-02 22:15:25 +02:00
Kim - DG9VH
fa130093e7
Added 'MFSK16'
2020-05-02 21:54:54 +02:00
AndreasK79
1f1382353d
Forgot to remove some debugging stuff.
2020-05-02 18:08:14 +02:00
AndreasK79
ca3398e808
Saves date and time and keeps it when entering POST QSOs. Fixes #463 .
2020-05-02 16:54:13 +02:00
AndreasK79
9895494237
Added option if you want to import missing QSOs. If yes, try to locate station_id, if missing, do not import. Chose to use only 4 chars in gridsquare and like in query, to have the highest success in finding a station_id, since 6 char gridsquares can be entered, as well as multiples gridsquares. Fixes #407 .
2020-05-01 13:29:02 +02:00
Peter Goodhall
9674ea2a9d
Merge pull request #481 from AndreasK79/dxcc_timeline
...
Added DXCC timeline.
2020-04-28 16:39:13 +01:00
AndreasK79
a9c957e683
Added fix for import of not found LoTW matches. Fixes #480 .
2020-04-28 13:01:46 +02:00
AndreasK79
e2d84f2332
Added DXCC timeline.
2020-04-28 10:53:11 +02:00
Peter Goodhall
ac3b0475bc
Merge pull request #479 from AndreasK79/lotw_report_datepicker
...
Added datepicker for LoTW report download. Fixes #465 .
2020-04-25 22:12:47 +01:00
AndreasK79
adbc7f68ce
Added datepicker for LoTW report download. Fixes #465 .
2020-04-25 23:11:13 +02:00
Peter Goodhall
8827d5cadd
Fixed #478 ADIF Array keys are automatically changed to lower case, for some reason made sanitsier check uppercase 👎 all fixed
2020-04-25 22:04:36 +01:00
Peter Goodhall
a393ead899
forgot to remove debug #fail
2020-04-25 21:52:16 +01:00
Peter Goodhall
3f7d68aced
Fixed SQL error
2020-04-25 21:51:44 +01:00
Peter Goodhall
03b00b223b
Changed DaysWithQSO to Time_ON which is the field Cloudlog uses for Date/Time of qsos
2020-04-25 21:45:11 +01:00
Peter Goodhall
8ffe57fcf6
Merge pull request #475 from AndreasK79/days_with_qso
...
Added statistics for number of days with qso each year.
2020-04-25 16:20:14 +01:00
Peter Goodhall
de93daa3d6
Merge pull request #477 from AndreasK79/all_added_to_gridsquare_map
...
Added all to the gridsquare select. Fixes #470 .
2020-04-25 16:19:19 +01:00
AndreasK79
949c421a61
Added all to the gridsquare select. Fixes #470 .
2020-04-25 08:36:44 +02:00
AndreasK79
653549e3c2
Always run setRst to set mode when qso page is loaded. Fixes #474
2020-04-25 08:09:29 +02:00
AndreasK79
6dcdcca0bf
Added statistics for number of days qrv each year.
2020-04-24 23:29:01 +02:00
AndreasK79
9257417c71
Small bugfix in the propagation setting in qso entry
2020-04-22 18:43:51 +02:00
Peter Goodhall
c8a5c2624b
Merge pull request #464 from AndreasK79/edit_qso_improvements
...
Edit qso improvements
2020-04-22 15:29:45 +01:00
Peter Goodhall
4a0e8547a2
Merge pull request #461 from AndreasK79/dxcc_choice
...
Added posibility to manually set dxcc and cq zone in qso entry window.
2020-04-22 15:24:03 +01:00
phl0
09437551e6
Only show details box if there is a QSO at all
2020-04-22 12:12:51 +02:00
phl0
9b1a570c25
Some minor spelling beauty :)
2020-04-21 11:48:43 +02:00
phl0
3b01617768
Add QSO count and Locator to details table
2020-04-20 21:05:00 +02:00
Kim Huebel
d50414ce4b
jumping back to Callsign after reset via ESC
...
After resetting fields on ESC-key jump back to callsign-field.
closed https://github.com/magicbug/Cloudlog/issues/466
2020-04-19 22:08:38 +02:00
AndreasK79
a0eee12275
Improved the edit QSO window with dropdowns. DXCC and CQ can now be changed as well.
2020-04-17 12:38:01 +02:00
Peter Goodhall
f1232ee9d2
Merge branch 'master' of https://github.com/magicbug/Cloudlog
2020-04-14 13:20:59 +01:00
Peter Goodhall
667105d876
if tx not set make field null
2020-04-14 13:20:53 +01:00
Anthony Di Iorio
9b1385f82f
Removed 15 QSO limit on satellite confirmed on LOTW ADIF
2020-04-13 16:39:36 -04:00
AndreasK79
f1fa575178
Fixed badgesetting on DXCC.
2020-04-13 19:23:19 +02:00
Peter Goodhall
6bc90c8dc6
Added Transmit Power field to QSO panel under Station power is defined in watts
2020-04-13 16:47:58 +01:00
AndreasK79
4877ac7564
Moved DXCC/CQ to general. Fixed IOTA-populating. Fixed so that map location does not change if locator is filled.
2020-04-13 16:57:58 +02:00
AndreasK79
53a793ea00
Changed form-control to custom-select, as that was used other places.
2020-04-13 14:42:21 +02:00
AndreasK79
e974260913
Added IOTA-dropdown in QSO entry
2020-04-13 14:37:09 +02:00
AndreasK79
db2cd61b35
Added posibility to manually set dxcc and cq zone in qso entry window.
2020-04-13 10:34:02 +02:00
Peter Goodhall
8aae7299fc
Station Profile - IOTA Field - Added link to the IOTA World website reference list
2020-04-10 21:34:45 +01:00
Peter Goodhall
625f828bd5
If TX Powers stored in the database it will be shown on the QSO popup under "Station Information"
2020-04-09 15:44:15 +01:00
Peter Goodhall
353f860319
Hidden the CNTY fields in LOTW not required currently
2020-04-08 17:10:59 +01:00
Peter Goodhall
70831269e5
Added MY_STATE to the ADIF export
2020-04-08 17:04:01 +01:00
Peter Goodhall
48f6ea69bb
Added US state to station profile options
2020-04-08 17:00:25 +01:00
Peter Goodhall
d9ec5ec514
Final code commits for MY fields for tQSL
2020-04-08 15:00:48 +01:00
Peter Goodhall
8858fd1806
Added further tQSL fields to export
2020-04-08 14:53:20 +01:00
Peter Goodhall
752a8b48d3
Fixes ADIF so that the MY fields are set which tQSL can automatically use to select location
2020-04-08 14:47:25 +01:00
Peter Goodhall
f6d8d02357
Added US State and County to the local data look up for the API lookup function
2020-04-07 00:07:17 +01:00
Peter Goodhall
5042ce3f8c
Benchmarking data added to controller function and new callsign lookup call to speed up load times
2020-04-06 23:58:26 +01:00
Peter Goodhall
db0d0db60d
Started a new callsign lookup function that will replace the current one, this will handle dxcc lookup correctly and return all data as json objects for cloudlog and third party usage
2020-04-06 23:38:02 +01:00
Peter Goodhall
923e03d4a5
Fixed issue #444 when resetting previous contacts didn't clear back to the main list now resolved
2020-04-06 22:03:55 +01:00
Peter Goodhall
a4e89235e3
Fixes /API/QSO after ADIF improvements (Fixes issue with Pushing ADIF to Cloudlog)
2020-04-06 11:06:37 +01:00
Peter Goodhall
4a94d3ba21
Removed more invalid dxcc checking for dashboard items.
2020-04-05 22:03:00 +01:00
Peter Goodhall
08440a0449
Fixed dashboard country stats as it included DXCC Invalid
2020-04-05 22:01:26 +01:00
AndreasK79
7c032d380c
Added a few options on ADIF import. Added mode to duplicate check when importing.
2020-04-05 14:23:43 +02:00
Peter Goodhall
4b5e41fc24
Added statistics to /api/statistics gives todays, total, month and year totals in json output
2020-04-03 16:41:21 +01:00
phl0
e3b2ea5801
Also show 6-digit grids worked and confirmed
2020-04-02 15:59:48 +02:00
Peter Goodhall
8fd62424f7
Merge pull request #452 from AndreasK79/LoTW_marking_on_export
...
Added possibility to mark QSOs as exported to LoTW. Fixes #446 .
2020-04-01 13:58:52 +01:00
AndreasK79
e7d1b3bf27
Added possibility to mark QSOs as exported to LoTW.
2020-04-01 08:43:08 +02:00
Peter Goodhall
17dcf68d3c
Fixed bug where Month total on dashboard wasn't always displaying correctly.
2020-03-31 15:27:29 +01:00
Peter Goodhall
0a7b59608b
Merge pull request #449 from AndreasK79/WAS_fix
...
Fixed a few bugs in the WAS award
2020-03-31 15:21:30 +01:00
AndreasK79
bfe1a40260
Fixed a few bugs in the WAS award
2020-03-31 07:43:33 +02:00
Peter Goodhall
5281bfde98
Merge pull request #448 from AndreasK79/CQ_award_enhancements
...
Enhanced the CQ award with a table and form.
2020-03-30 20:33:19 +01:00
AndreasK79
2cfd8efdf2
Enhanced the CQ award with a table and form.
2020-03-30 21:03:38 +02:00
Peter Goodhall
4f467e7256
Merge pull request #447 from AndreasK79/master
...
Rewrote WAS (Worked All States) to the same design as DXCC And IOTA.
2020-03-30 12:06:02 +01:00
AndreasK79
cde55ab338
Rewrote WAS (Worked All States) to the same design as DXCC And IOTA.
2020-03-29 00:36:18 +01:00
Peter Goodhall
b8c8255568
Merge pull request #441 from AndreasK79/dxcc_sat_fix
...
Fixed for DXCC award. Removed SAT QSOs from each band. SAT should only count fo…
2020-03-21 11:11:28 +00:00
AndreasK79
ebe58443b5
Fixed using the wrong column in query to filter out SAT qsos.
2020-03-21 08:19:42 +01:00
AndreasK79
bf12d931b4
Fixed for DXCC award. Removed SAT QSOs from each band. Only counts for SAT.
2020-03-21 07:53:12 +01:00
Peter Goodhall
2ed763ec53
Changed IOTA in the nav to uppercase
2020-03-20 20:02:11 +00:00
Peter Goodhall
7d1fc66097
Changed migration table number
2020-03-20 20:00:36 +00:00
Peter Goodhall
9250eb816d
Merge branch 'master' into IOTA_award_added
2020-03-20 19:56:37 +00:00
Peter Goodhall
714a59aae3
Created migration file to add IOTA reference table and records
2020-03-20 19:50:11 +00:00
Peter Goodhall
e1e0190e17
Merge branch 'master' of https://github.com/magicbug/Cloudlog
2020-03-20 17:32:39 +00:00
Peter Goodhall
f2e0e8d581
Updated CSS layout for awards nav
2020-03-20 17:32:33 +00:00
AndreasK79
ead4e960de
Cleaned up some code and filtered out sat qso when band not like SAT.
2020-03-18 19:26:26 +01:00
AndreasK79
efdaf6284f
Removed SAT qsos when viewing qsos with a gridsquare, and band is not SAT
2020-03-17 14:39:34 +01:00
AndreasK79
01588e6e64
Fixed a typo in the IOTA-form.
2020-03-17 14:33:42 +01:00
Peter Goodhall
453de173bf
forgot to clear the table body when loading new qsos
2020-03-16 17:45:28 +00:00
Peter Goodhall
84419c24ff
Cleaned up the code a bit
2020-03-16 17:41:42 +00:00
Peter Goodhall
4cff817526
Clicking on a gridsquare on the gridsquare area when square is 4 char log shows who you worked.
2020-03-16 17:35:14 +00:00
Peter Goodhall
b1048246b2
remove satellite qsos from details view in vucc if SAT is not the selected output
2020-03-16 15:32:16 +00:00
Peter Goodhall
b5b7ba4abe
filter sat qsos from vucc totals
2020-03-16 15:30:20 +00:00
Peter Goodhall
766ece3e5c
removed code change
2020-03-16 15:28:51 +00:00
Peter Goodhall
8088140669
testing removing sat numbers from 2/70 numbers
2020-03-16 15:27:34 +00:00
Peter Goodhall
c1d2bd5e2f
Merge pull request #436 from AndreasK79/master
...
VUCC award added.
2020-03-16 11:24:27 +00:00
Peter Goodhall
47beff6e22
Starting to add popup to gridsquare map (not populated)
2020-03-16 11:20:10 +00:00