Wykres commitów

79 Commity (e044da8df0a84812a6a3dd945d76520d2433c9a6)

Autor SHA1 Wiadomość Data
Peter Goodhall 4f2fc64c01
Merge pull request #1291 from AndreasK79/implode_fix
Implode fix and fix for when the logbooks is empty
2021-11-14 22:29:03 +00:00
Andreas 341e8f4a33 [Days with QSOs] Fix if no QSOs found 2021-11-14 17:49:35 +01:00
Andreas 9e4c97e45b [Accumulated Statistics] Fixed when no QSOs found. 2021-11-14 17:33:24 +01:00
Andreas Kristiansen 7d404c31db
Merge branch 'cloudlog8' into mergesolve 2021-11-13 20:00:48 +01:00
Andreas 36d1b75484 [Contesting] Implemented dupecheck 2021-10-24 16:48:23 +02:00
Andreas 6f266567a1 [Modes] Added buttons for activate / activate all 2021-10-23 19:55:57 +02:00
Andreas 93b6cba00e [Contests] Added buttons for activate/deactivate all 2021-10-23 19:44:41 +02:00
Andreas d44831d3f5 [Contesting] Added selection for copying received exchange over to DOK field in the database. 2021-10-16 16:03:54 +02:00
Andreas b63ebc02be [Contest Logging] Started work on adding DOK to exchange 2021-10-12 13:10:54 +02:00
Andreas 566f112897 [Contesting] Pushed fix so that serial is not set when serial is not used. 2021-10-11 18:54:48 +02:00
Andreas Kristiansen 234ec52f1b
Merge branch 'mastettest' into station_logbooks 2021-10-08 11:48:01 +02:00
Andreas Kristiansen e6df7bc96f
Merge pull request #991 from AndreasK79/sat_blank
[QSO entry] Blanking satellite blanks mode and propagation mode. Fixe…
2021-09-16 19:15:38 +02:00
Andreas f369b172bd [Distances Worked] Updated code (with a rewrite) to support station logbooks 2021-09-12 16:46:16 +02:00
Thomas Werzmirzowsky da14135a5f added support for dark mode to some charts where it was missing 2021-09-10 18:53:24 +02:00
phl0 538fd0f285
Simplify date match regex a little ... 2021-08-30 09:03:39 +02:00
phl0 9bf9faec1e
Also add shortcut for date input 2021-08-29 21:17:43 +02:00
phl0 deb4d6cd53
Implement shortcut for time input during post QSO 2021-08-29 21:08:34 +02:00
Peter Goodhall 2263b73605
Merge pull request #1124 from AndreasK79/map_enhancement
[Gridsquare Map] Tweaked the different zoom levels. Fields are shown …
2021-08-16 10:56:21 +01:00
Peter Goodhall cfc6f36cc4
Merge pull request #1133 from AndreasK79/contesting_exchange_change
[Contesting] Added more exchange options
2021-08-16 10:47:14 +01:00
Andreas e6387c92a5 [Contesting] Spacebar jumping is now working. Filling of QSO table is working. Logging the QSO and exchanges correct is working. 2021-08-13 12:47:17 +02:00
Andreas 6f448e056a [Contesting] Cleaning up the JS code, fixing some bugs and getting everything to work in the GUI. 2021-08-12 19:37:16 +02:00
Andreas 1746f7e581 [Contesting] Fixed a typo that would break function. 2021-08-12 11:56:38 +02:00
Andreas d0a0cad4b7 [Contesting] Added exchange to exchange type. Input fields change according to exchange type. Storing values in localstorage, and restoring on reload. 2021-08-12 11:52:36 +02:00
Andreas a361cfb897 [Contesting] Moved 2 js-functions from footer to the contesting.js file, just to clean things up a bit. 2021-08-11 08:54:24 +02:00
Andreas 041114e85a [Contesting] Added hide/show on exchangefields when selection is made. 2021-08-10 22:32:15 +02:00
Andreas 720cf766f2 [DOK autofill fix] Set option create to true so that entries not found in the DOK list, can be manually added. Fixed #1120 2021-08-08 18:30:07 +02:00
Andreas 9f670aab8c [Gridsquare Map] Tweaked the different zoom levels. Fields are shown at the same time as worked/confirmed gridsquares (but only at certain zoom levels). Also gridsquares are visible at a lower zoom level. 2021-08-07 19:43:56 +02:00
Andreas 1adae9fd88 [Contesting] Started working on adding more possibilities for contest exchange 2021-08-07 10:13:38 +02:00
Andreas 1fa68870ee [WAS US State Map] This moved the HI text on Hawaii on top of the island so that it is displayed when not using dark mode. 2021-05-22 08:50:39 +02:00
Andreas 658641e51b [WAS Map] Added JS from this fork https://github.com/kcaran/us-map to enable labels on all states. Made a minor tweak to show popup with QSOs from clicked state. Tooltip is available, but disabled right now. 2021-05-02 17:25:59 +02:00
Peter Goodhall 31b6788520 [WAS]{SATS} This adds a demo of US State Map showing worked, confirmed
This adds US State map functions to Cloudlog at the moment SATS only.

Can be found at awards/was_map

Using https://newsignature.github.io/us-map/
2021-04-29 22:38:55 +01:00
Andreas 15e42355c8 [QSO entry] Blanking satellite blanks mode and propagation mode. Fixes #983 2021-04-11 21:50:01 +02:00
Peter Goodhall 8ed1141e36 Forgot to remove console debugging code 2021-03-31 16:53:42 +01:00
Peter Goodhall c8b307baf7 [QSO] When entering a callsign the JS will check that the inputted callsign and searched callsign match 2021-03-31 16:51:32 +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 3964acbdc8 [Contesting] Adds Validation to the serial input fields
This commit adds validation to the input fields, so that serial can only be a number and other can be freeform text.

Co-Authored-By: m0pcb <60575997+m0pcb@users.noreply.github.com>
2021-03-14 11:44:42 +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
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 584914ca9b [QSO Dialog] SOTA autocomplete when logging. 2021-01-15 23:55:53 +01:00
Peter Goodhall abaccf4867 When clearing contest session empty the qso table 2020-12-29 16:37:23 +00:00
Peter Goodhall ba3d4a67bf When resetting contest session set the contest name to Other 2020-12-29 16:33:16 +00:00
Peter Goodhall 7b317576da When resetting contest session set contest type to serial 2020-12-29 16:29:43 +00:00
Peter Goodhall f25fb5c0b3 When pressing Reset Contest Session empty allt he input fields 2020-12-29 16:26:52 +00:00
Andreas fec2f3763a [Contesting] Added calling of setRst() when page loads, and on Reset QSO to reset RST. 2020-12-29 14:51:12 +01:00
Andreas 9e790340d7 [Contesting] Restoring QSO table. 2020-12-28 19:55:51 +01:00