Andreas
a4132ee7f3
[WAS MAP] Minor tweaks. Always show button. Fetches band directly from the dropdown instead. Removed unneeded call to summary.
2021-05-01 07:57:08 +02:00
Peter Goodhall
b95ef6d07d
[WAS][Map] Map now available for all bands & sats
2021-04-30 15:27:18 +01:00
Peter Goodhall
2b9dc45b02
When you have selected "SAT" in WAS it will show button to show map
2021-04-29 23:50:45 +01:00
Peter Goodhall
ae4a7e596b
[Contesting] Check if QSOTable is initialised
...
This fixes the javascript error reported in #981 not sure if it solves all the issues though
2021-04-05 17:40:34 +01:00
Peter Goodhall
2396aec9d6
[Debug] If the ENVIRONMENT variable is set to development show debug options
2021-04-05 14:41:47 +01:00
Peter Goodhall
627f1d8013
[Debug] Added a simple debug panel under Admin
...
This debug gives you a quick overview of the server software and whether Cloudlog can write to all the needed folders.
2021-04-05 11:31:41 +01:00
Peter Goodhall
b6aff5ae75
Merge pull request #961 from AndreasK79/sig_datatable
...
[Awards SIG] Added datatable to the QSO list
2021-03-21 13:47:10 +00:00
Andreas
7fdd5b6bec
[Awards SIG] Added datatable to the QSO list
2021-03-21 08:19:38 +01:00
Andreas
997ae932ec
[Main menu] Added user option to hide notes in the main menu. Fixes #942 .
2021-03-20 21:19:07 +01:00
Peter Goodhall
b5ed97869f
[Awards][WAB] Removes legcy code for tracking WAB squares
...
With the implimentation of SIG in cloudlog logging WAB squares using this field is far better suited than prefixing in the comment field.
Therefore old code has been removed use the SIG field instead.
2021-03-20 15:51:53 +00:00
Andreas
ebc4ac0c4b
[Award] SIG added to awards. Based on the work by @daccle.
2021-03-20 11:24:13 +01:00
Peter Goodhall
7ad66ef669
Merge pull request #946 from AndreasK79/quick_lookup_wwff_added
...
[Quick lookup] WWFF added.
2021-03-19 15:03:04 +00:00
Andreas
c8b0e48bcd
[Quick lookup] WWFF added. Did some refactoring to simplify code, and make it easier to add queries.
2021-03-17 18:23:01 +01:00
Andreas
098657c952
[Refactor footer.php] Split timeplotter functions to it's own file
2021-03-17 12:56:04 +01:00
Andreas
cf9e87c627
[Refactor footer.php] Split modes functions to it's own file
2021-03-17 12:51:13 +01:00
Andreas
58f14d407a
[Refactor footer.php] Split contesting names to it's own file
2021-03-17 12:44:39 +01:00
Peter Goodhall
961f766d65
Merge pull request #937 from AndreasK79/quick_lookup
...
[Quick lookup] New feature to quickly check worked/confirmed on band/…
2021-03-16 16:49:38 +00:00
Andreas
616eb0e09b
[Station profile] Fix when editing a station profile with US County set. If state was set, county could not be changed.
2021-03-14 17:30:36 +01:00
Andreas
6af95ae5ed
[QSO Edit] Fix when editing a QSO with US County set. Selectize would not let you erase everything, since comma is used as a delimiter.
2021-03-14 17:16:06 +01:00
Andreas
681cd0af9b
[Quick lookup] New feature to quickly check worked/confirmed on band/mode. Invoked by ALT-L
2021-03-14 10:11:21 +01:00
Peter Goodhall
db80f8baf5
[Nav[ Changed Forum icon
2021-03-12 16:31:12 +00:00
Peter Goodhall
d6b435bb17
Moved none admin items to the callsign dropdown
...
This change moves all non admin items from the dropdown and moves them under the callsign drop down top right.
This allows us to make further changes to the auth system and roles going forward.
2021-03-12 16:22:40 +00:00
Peter Goodhall
e8e7c5f5eb
Merge pull request #931 from AndreasK79/bootstrapdialog_theme_css
...
[Bootstrapdialog] Moved CSS to themes
2021-03-12 16:04:37 +00:00
Andreas
68faa33749
[Bootstrapdialog] Moved CSS to themes and tweaked primary modal to match theme colors. Also added vertical scrollbar when height was greater than browser height.
2021-03-09 20:26:55 +01:00
Andreas
d8756b9ce0
[Refactoring] Split js for Acumulated Statistics into separate js-file.
2021-03-09 18:24:22 +01:00
Andreas
992732e072
[Refactoring] Split js for Distances Worked, Days with QSOs and QRZ Logbook upload into separate js-files.
2021-03-09 18:20:27 +01:00
Peter Goodhall
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