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
4eb641f76e
[Menu] Changed Forum URL to github
2021-03-09 14:11:26 +00: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
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
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
33a89cb37a
Merge pull request #867 from phl0/AddSDOKinfo
...
Add SDOK info
2021-02-08 17:10:30 +00: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
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
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
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
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
Andreas
7f80984db0
[DOK autocomplete] Added DOK autocomplete in the QSO entry area
2021-01-20 12:56:53 +01:00
Andreas
584914ca9b
[QSO Dialog] SOTA autocomplete when logging.
2021-01-15 23:55:53 +01:00
Andreas
9e790340d7
[Contesting] Restoring QSO table.
2020-12-28 19:55:51 +01:00
Andreas
11736ea938
[Contesting] Added saving and restoring of contestid, exchangetype and exchangesent.
2020-12-27 09:37:48 +01:00
Peter Goodhall
3fe6a69807
[Config][Maps] Added Openstreetmap tile server settings to options table
2020-12-26 14:58:41 +00:00
Peter Goodhall
3e6998460d
Merge pull request #777 from poll-busily/awards_menu_sort
...
Sort Awards menu alphabetically
2020-12-26 14:29:51 +00:00
Peter Goodhall
32ea0f55f1
[QSO][Radio] Added Band RX to station which is populated based on CAT RX Freq
...
If the radio interface supplies a freq RX then the javascript will populate RX Band.
2020-12-26 14:07:00 +00:00
Paul Beesley
bc386da0ca
Sort Awards menu alphabetically
...
I think that alphabetic sorting makes this menu easier to scan.
2020-12-26 13:31:40 +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
Anthony Di Iorio
18fbb72d19
Spacebar moves to name field
...
Spacebar moves to the name field when you're entering a callsign
Similar to contesting ux, good for pileups.
2020-12-23 03:23:31 -05: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
Peter Goodhall
b40b3a2834
[Contesting] New beta contesting features PR by AndreasK79
...
New feature: Contest logging
2020-12-09 18:05:16 +00: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
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
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
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
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
Adam
bf58232466
Very minor cleanup of text
2020-11-22 19:53:51 -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
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
Andreas
2229a1579b
Logging is working. Contest exchange is being logged. Basic contest logging is now working.
2020-11-17 09:47:57 +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
844ded79d6
Fixed unclosed script tag causing other js functions to fail
2020-11-11 15:08:59 +00: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
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
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
Andreas
bcfe979573
[QSL Card image] jQuery upload, dynamically adding/deleting to table and carousel.
2020-11-01 12:36:02 +01:00
Andreas Kristiansen
b22ed135b3
Merge branch 'master' into qsl_card_upload
2020-10-29 17:55:23 +01:00
Peter Goodhall
bd7fca38b3
Merge PR #676 Normalises all buttons to make things standardised
...
Normalise buttons
2020-10-29 14:59:24 +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
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
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
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
Peter Goodhall
35ed0d3c22
PR AndreasK79/timeplotter_feature
...
New feature: timeplotter
2020-10-18 15:09:05 +01:00
Andreas
66365a7e55
New feature: timeplotter
2020-10-18 00:00:01 +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
2f69d3c4d9
Merge branch 'master' into mode_ajax_activate_deactivate
2020-10-12 15:12:59 +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
Andreas
4aadd4e931
Added button to activate/deactivate in mode list. This is done dynamically with javascript.
2020-10-09 18:29:41 +02: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
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
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
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
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
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
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
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
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
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
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
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
1826ce2ef1
[Menu ] Changed the title to just eQSL
2020-09-14 13:42:00 +01: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
e34107e0e8
Changed LoTW to Logbook of the World in the dropdown menu
2020-09-05 21:59:14 +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
Peter Goodhall
c58784c022
Merge branch 'master' into lotw-sync
2020-09-01 17:49:34 +01:00
Andreas
fe0a757726
Edit QSO is working with bootstrapdialog and ajax.
2020-08-25 22:03:54 +02:00
Andreas
712bbf1840
More work on QSO dialog for WAS award.
2020-08-24 20:16:06 +02: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
f9448bddb2
Started code to read station profiles and find matching certs
2020-08-22 22:26:04 +01:00
Peter Goodhall
4f79330df5
Fixed error where advance search controls wasn't loading
2020-08-21 17:09:48 +01: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
AndreasK79
0fbacec258
Added showing of error messages in GUI when uploading to QRZ.com
2020-08-08 15:52:59 +02: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
Kim Huebel
dfc50b664e
Merge branch 'master' of https://github.com/magicbug/Cloudlog into configurable_modes
2020-05-31 23:40:48 +02: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
9cbd65b0cd
Merge branch 'master' of https://github.com/magicbug/Cloudlog into configurable_modes
...
some futher modifications
2020-05-24 08:51:30 +02: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
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
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
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
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
Stanimir Stoyanov
2eb89c1eff
Auto grid locator
2020-05-08 10:45:06 +03: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
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
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
f1fa575178
Fixed badgesetting on DXCC.
2020-04-13 19:23:19 +02: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
db2cd61b35
Added posibility to manually set dxcc and cq zone in qso entry window.
2020-04-13 10:34:02 +02: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
phl0
e3b2ea5801
Also show 6-digit grids worked and confirmed
2020-04-02 15:59:48 +02:00
AndreasK79
e7d1b3bf27
Added possibility to mark QSOs as exported to LoTW.
2020-04-01 08:43:08 +02:00
Peter Goodhall
453de173bf
forgot to clear the table body when loading new qsos
2020-03-16 17:45:28 +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
47beff6e22
Starting to add popup to gridsquare map (not populated)
2020-03-16 11:20:10 +00:00
Peter Goodhall
85039b8c42
strip gridsquare to just first 4 chars.
2020-03-14 22:13:22 +00:00
Peter Goodhall
a05344a0e3
Added onclick for map so that it returns the gridsquare of the mouse click thinking useful for a popup of the people worked in the square
2020-03-14 22:09:25 +00:00
Peter Goodhall
4ddaa36592
Automatically populate USA state from QRZ if its been supplied
2020-03-07 16:36:21 +00:00
Peter Goodhall
2d0aaba9bc
If SatPC32 radio is unselected reset the propagation select to none
2020-03-02 19:56:12 +00:00
Peter Goodhall
c56aa4fa31
Updated Fancybox library, added function to save images to cloudlog from eqsl
2020-03-01 18:08:17 +00:00
Peter Goodhall
f526eb4078
forgot to add a ; to end of function
2020-02-27 22:18:54 +00:00
Peter Goodhall
3fb2bb6065
Swapped to bootstrap bundle js wanted to start using tooltips
2020-02-27 22:17:42 +00:00
Peter Goodhall
ad694204ef
Small text change
2020-02-20 16:12:31 +00:00
Peter Goodhall
23a64dd489
Corrected some spelling on the Distances worked analyics page
2020-02-20 15:14:24 +00:00
AndreasK79
e6c788a131
Added distanceplotting. Fixes #384 .
2020-02-18 10:49:27 +01:00
AndreasK79
98377c8b4a
Implements a datepicker for exporting your log to an ADIF-file.
2020-02-07 14:17:05 +01:00
Kim Huebel
1edefc1b56
Added ESC-Key for resetting all QSO-Fields (quick-delete at qso-entry)
2019-12-22 21:15:18 +01:00
Kim Huebel
4d2b456c83
Now all should be resetted correct :-)
2019-10-13 23:24:26 +02:00
Kim Huebel
1a20b06f36
reset :-)
2019-10-13 23:20:18 +02:00
Kim Huebel
00060fb12c
now with colored country-label
2019-10-13 23:15:04 +02:00
Kim Huebel
8db0de20ee
Sorry, forgot to reset the css-classes after reset/logging
2019-10-13 23:07:19 +02:00
Kim Huebel
192a63ad4b
Added indicators, if callsign/dxcc is worked on band and mode
...
like the locator-input the callsign-input is colored in red or green
the country-label is enabled with a label that tells us about worked/not wkd
2019-10-13 22:42:41 +02:00
Peter Goodhall
4df3a6ce8b
Merge pull request #370 from dg9vh/improve_search
...
Enhancing advanced search with some more operators and enabling QSO-V…
2019-10-09 21:21:14 +01:00
Kim Huebel
bfd5526e13
Enhancing advanced search with some more operators and enabling QSO-View to link to edit page if logged in.
2019-10-09 18:57:55 +02:00
Peter Goodhall
8cca1bf998
Removed Select2 for now
2019-10-09 17:09:49 +01:00
Peter Goodhall
2fe45434cc
some html id changes
2019-10-08 21:11:13 +01:00
Peter Goodhall
48bb5948b5
Updated to improve storing of seconds against the time
2019-10-06 16:38:54 +01:00
Peter Goodhall
71c3556a8b
Testing select2
2019-10-05 23:17:42 +01:00
Peter Goodhall
22d67eeefc
Header change: notes no longer a dropdown
2019-10-05 22:42:15 +01:00
Peter Goodhall
14d0dd94ef
Only loads quill on Notes Add & Edit
2019-10-05 22:14:52 +01:00
Peter Goodhall
46dfd35815
Added Quill WYSIWYG to Notes, added XSS to user area and Notes
2019-10-05 21:57:44 +01:00
Peter Goodhall
939ef2acb6
Removed MY_ prefixed fields from the dropdown as these are now stored within station profiles
2019-09-25 00:50:47 +01:00
Peter Goodhall
558fe3a08d
left debug stuff on
2019-09-14 20:41:43 +01:00
Peter Goodhall
e81b3c1d5b
Added grouped searching and tidied up the search results
2019-09-14 20:40:17 +01:00
Peter Goodhall
c80f769a7c
set type fields for search and remove any INTL fields as they arent used
2019-09-14 17:42:20 +01:00
Peter Goodhall
c9a473bdb9
Started adding filtered search options (search/filter) using querybuilder "Add Group" doesn't work currently
2019-09-12 00:53:39 +01:00
Peter Goodhall
d6acd34028
Added a public_search config option this allows you to make search available for users not logged in
2019-09-11 17:32:40 +01:00
Peter Goodhall
5e1f7fbce8
Changed browser CAT update to 3 seconds after code refactoring
2019-09-06 17:09:19 +01:00
Peter Goodhall
440ae1a5a2
Changed the CAT Update time to 5 seconds to reduce some cpu load
2019-09-06 16:08:45 +01:00
Peter Goodhall
dd789124a0
When typing a calllsign in the nav search box its uppercase
2019-09-04 22:16:14 +01:00
Peter Goodhall
fe54069d6e
Cleaned up search bugs
2019-09-04 22:11:55 +01:00
Peter Goodhall
b12e6ebb7e
Fixed centered nav the container div needed to be with the nav tags
2019-08-29 22:02:57 +01:00
Peter Goodhall
8d7698b3db
Uncentered navbar as it broke ui and zindex
2019-08-29 21:54:55 +01:00
Peter Goodhall
1288a5c67e
Merge pull request #339 from teabreakninja/master
...
navbar to center, awards table header to sticky
2019-08-29 21:39:48 +01:00
Andy
3bbe108ef1
navbar to center, awards table header to sticky
2019-08-29 20:45:15 +01:00
Kim Huebel
0f81c3f6a8
Exporting QSO-Data for printing QSLs
2019-08-28 21:13:24 +02:00
Peter Goodhall
b23dd5dff1
When you enter a gridsquare it will pan to it rather than sharp move removing shuddering
2019-08-26 15:13:52 +01:00
Peter Goodhall
6a65c26a28
Reset the freq and freq tx fields when no longer using SatPC32 as radio
2019-08-18 16:04:01 +01:00
Peter Goodhall
ae131c6679
If SatPC32 is unselected from radio dropdown clear the sat_name and sat_mode windows
2019-08-18 16:00:15 +01:00
Peter Goodhall
4b6d59d152
Cleaned up html a bit
2019-08-18 15:52:45 +01:00
Peter Goodhall
c0e7103d3a
Set TX/RX Sig reports to default to 599 for psk/rtty
2019-08-18 15:51:31 +01:00
Peter Goodhall
0739790943
Grid worked before now checks based on type SAT or band/mode
2019-08-16 12:25:31 +01:00
Peter Goodhall
02c10858c0
When you change the QRA field in the QSO input, it will check gridsquare and return whether worked or not based on SAT or if sat_name isn't filled out it will do band/mode
2019-08-16 12:06:19 +01:00
Peter Goodhall
b1b4d36f37
Hide callsign suggest after emptying fields
2019-08-15 12:06:24 +01:00
Peter Goodhall
d06785923c
hide suggestions till a callsigns entered
2019-08-15 12:03:15 +01:00
Peter Goodhall
50fc45dd80
Added the start of the callsign suggest feature
2019-08-13 22:02:36 +01:00
Peter Goodhall
eafae062e5
Fixed issue where if DXCC wasn't defined during json callsign call it would cause lookup to fail
2019-08-13 16:11:12 +01:00
Peter Goodhall
d99ea19bb3
Callsign information is only looked up when you enter a callsign equals to or larger than 3 chars
2019-07-25 14:16:09 +01:00
Tobias Mädel
89f97531fe
Fix JS error when using hamqth
2019-07-25 09:11:11 +02:00
Peter Goodhall
c3c2916c1d
Fixed issue with POST errors shown on the upload page before it had even been submitted fixes #311
2019-06-30 00:06:24 +01:00
Peter Goodhall
900b419982
Added then removed icons from notes and analytics because it looked rubbish
2019-06-30 00:01:33 +01:00
Peter Goodhall
6eb71dfe3b
Update header.php
2019-06-29 23:58:23 +01:00
Peter Goodhall
1ce2958cdd
Removed call to kml.js as its not used
2019-06-29 23:21:23 +01:00
Peter Goodhall
8b3d5cf1bb
Added band drop down on the gridsquare band view.
2019-06-28 18:17:54 +01:00
Peter Goodhall
6de6a8ca29
Gridmaps show confirmed squares from Lotw & Paper (not eqsl), the band gridmaps do not show satellite, repeaters or anything internet related
2019-06-28 17:07:34 +01:00
Peter Goodhall
39158336d7
Created a new menu dropdown Analytics to show stats graphs and gridsquares plus new features to come
2019-06-27 15:06:31 +01:00
Peter Goodhall
1734a05ded
Ability to map gridsquares at /gridsquares/
...
You can now see gridsquares on the map at /gridsquares either satellites or by band
2019-06-26 21:11:44 +01:00
Peter Goodhall
57fecec4fc
Removed some whitespace from view/footer.php
2019-06-26 16:52:36 +01:00
Peter Goodhall
2b7bca1ed3
Merge pull request #300 from dg9vh/set-rst
...
Modified Javascript to update RST on mode change via cat-control
2019-06-26 11:09:29 +01:00
Peter Goodhall
91dc6dde94
Ability to turn gridsquare map on and off
2019-06-24 18:21:02 +01:00
Peter Goodhall
e67c1a4688
started code to show gridsquare overlay
2019-06-24 17:32:22 +01:00
Peter Goodhall
4a205f4b7f
Update footer.php
...
Added comment to reset_fields function
2019-06-24 16:18:17 +01:00
Peter Goodhall
914a815aef
Pressing the reset button on the QSO page resets all the correct fields
2019-06-24 16:13:51 +01:00
Peter Goodhall
6ef6680aaa
When typing a gridsquare in the field on the QSO page it will only get bearing and when the field has 4 chars saves useless calculation
2019-06-24 16:02:02 +01:00
Kim Huebel
9163da4676
Modified Javascript to update RST on mode change via cat-control
2019-06-17 21:21:58 +02:00
Peter Goodhall
09cf6c45d2
Fixed issue where IOTA Ref wasn't populated from QRZ
2019-06-16 18:13:19 +01:00
Peter Goodhall
53728a851d
Populate QSL Manager from QRZ in the QSL Via field on the QSO Page
2019-06-16 17:49:39 +01:00
Peter Goodhall
5db81d6089
Displays under the callsign whether persons an lotw user or not
2019-06-16 16:37:26 +01:00
Peter Goodhall
ec5c356cc0
Added a map to the Add QSO page
2019-06-14 00:14:39 +01:00
Peter Goodhall
6d491fd027
Catch date when it rolls to next day
2019-05-25 22:17:35 +01:00
Peter Goodhall
2cdb45d501
Fixed time issue which happened during ui update
2019-05-25 22:11:53 +01:00
Peter Goodhall
da4dc1bf27
Fixed CSS/HTML for the qso information popup
2019-05-25 18:43:32 +01:00
Peter Goodhall
909ffe4459
Fixed the country files update area which was broken due to the interface update
2019-05-25 17:59:19 +01:00
Peter Goodhall
101ffe25d2
Fixed eQSL link
2019-05-22 15:56:39 +01:00
Peter Goodhall
45c2179932
URL for js wasn't the new path on the logbook page.
2019-05-21 16:47:42 +01:00
Peter Goodhall
15b8c54e01
Set favicon
2019-05-21 14:00:39 +01:00
Peter Goodhall
7a78deedf3
QSO Page changed to new ui and deleted old assets
2019-05-21 13:44:22 +01:00
Peter Goodhall
e2ff5d77c1
Logbook interface updated
2019-05-14 16:46:16 +01:00
Peter Goodhall
18c20aa270
Search Interface updated
2019-05-14 11:52:11 +01:00
Peter Goodhall
f5509f8465
Updated footer.php so that map shows correctly on the dashboard instead of disappearing.
2019-05-06 11:06:38 +01:00
Peter Goodhall
faba603051
Update Country Files link in the admin drop down wrong
2019-04-18 22:10:04 +01:00
Peter Goodhall
7cce986807
satellite adif export
2019-04-08 15:36:23 +01:00
Peter Goodhall
616e8c644c
Switched Dashboard to latest Fancybox
2019-03-20 17:47:40 +00:00
Peter Goodhall
b3ce2c9a27
Changed Dashboard page to latest bootstrap and fixed Awards page
2019-03-20 16:58:06 +00:00
Peter Goodhall
0187548829
Converted ADIF pages to Bootstrap 4 and removed the dxcluster controller
2019-01-13 19:11:46 +00:00
Peter Goodhall
b2e70badce
Updated Radio Interface, removed Social (old idea) and switched most UI assets to local js.
2019-01-13 15:59:16 +00:00
Peter Goodhall
9c2959779b
Changed interface elements to Bootstrap 4
2019-01-09 15:18:46 +00:00