提交图

918 提交

作者 SHA1 备注 提交日期
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
06297e76e5 Moved Clublog lookup function to Clublog controller 2019-08-16 12:11:46 +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
ea38da1ef9 Added a check so that it will only use the master scp file if uploads/masterscp.txt is readable 2019-08-15 12:00:57 +01:00
Peter Goodhall
bf2b372b41 Update Lookup.php 2019-08-15 11:57:56 +01:00
Peter Goodhall
c84337ad6a
Rename lookup.php to Lookup.php 2019-08-15 11:54:18 +01:00
Peter Goodhall
d6d0e588af Added logbook qsos to the scp lookup 2019-08-15 11:53:32 +01:00
Peter Goodhall
50fc45dd80 Added the start of the callsign suggest feature 2019-08-13 22:02:36 +01:00
Peter Goodhall
933ff98979 Added the ablity to search the contesting master scp database. 2019-08-13 21:22:06 +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
fac032d506 when using apis country_worked or gridsquare_worked you can suppliment band with "all" 2019-07-26 21:53:00 +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
Peter Goodhall
98cc57bcd3 Made save button on edit page screen 2019-07-25 13:50:13 +01:00
Peter Goodhall
a4407ef316 on the Edit user page, changed Clublog username text to email/callsign to match clublog.org due to some confusion by a couple of users. 2019-07-25 13:48:35 +01:00
Tobias Mädel
89f97531fe
Fix JS error when using hamqth 2019-07-25 09:11:11 +02:00
Tobias Mädel
eac07da0c0 Remove static table name from migrations 2019-07-24 10:33:10 +02:00
Peter Goodhall
f181529602 Fixes issue where some qsos arent uploaded to eqsl 2019-07-23 23:21:08 +01:00
Peter Goodhall
830205dcfc Make sure imported ADIF files are set to UTF-8 2019-07-23 20:25:09 +01:00
Peter Goodhall
b0e8e7e1da Update Api_model.php 2019-07-22 16:47:47 +01:00
Peter Goodhall
d775ce17c7 Added API function gridsquare_worked 2019-07-22 16:46:06 +01:00
Peter Goodhall
fe57a7520c SAT name and mode missing from eQSL uploads now fixed. 2019-07-22 16:32:45 +01:00
Peter Goodhall
53d4577b26 Added API function country_worked
function country_worked can be called either as

/api/country_worked/230/40m/ssb

or by leaving mode bank /api/country_worked/230/40m
2019-07-22 16:27:18 +01:00
Peter Goodhall
a62764e69d Added the ability to set the API key description #287 2019-07-09 17:18:19 +01:00
Peter Goodhall
b78259313a Cleaned up old css and javascript 2019-07-08 20:30:19 +01:00
Peter Goodhall
e35c7671ac Removed old JS reference 2019-07-08 20:26:37 +01:00
Peter Goodhall
39d8be0163 Added API.xsl back and changed url 2019-07-08 20:25:10 +01:00
Peter Goodhall
37e38c4433 Cleaned up old files not needed since all the changes at the start of the year 2019-07-08 19:42:03 +01:00
Peter Goodhall
dfd2cd0508 Fixed bug where 4 char confirmed vucc grids were not shown as worked on the map 2019-07-08 19:30:31 +01:00
Peter Goodhall
66455193a8 Added cat_timeout_interval this will be used to display a warning on the QSO panel 2019-07-06 23:35:11 +01:00
Peter Goodhall
a9b939a66c Fixes bug where you can't update QSO information if you didnt set a station profile 2019-07-06 23:06:06 +01:00
Peter Goodhall
4ab8b9ebfa Fixed Frequency typo on the edit display 2019-07-02 17:27:35 +01:00
Peter Goodhall
e660f1640a Make sure that ADIF logs are always handled as UTF-8 encoded to support international langs 2019-06-30 23:29:58 +01:00
Peter Goodhall
d6b447ea1f Added a migration file to create a description in the api table to start #287 2019-06-30 22:26:00 +01:00
Peter Goodhall
2641634892 Fixed issue where FORCE_INT and SWL columns where incorrectly setup by the old HRD schema. 2019-06-30 22:02:07 +01:00
Peter Goodhall
8f4e10dffa Redesigned the edit QSO window and added ability to edit MY Station info 2019-06-30 16:41:03 +01:00
Peter Goodhall
b09584ac49 Added missing config areas for HamQTH 2019-06-30 15:46:03 +01:00
Peter Goodhall
1b94aadfc1 Added a check for QSL Manager on callbook lookup to skip if its not returned 2019-06-30 15:44:09 +01: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
31748e1fde Added the ability to search vucc fields 2019-06-29 23:19:56 +01:00
Peter Goodhall
bd693314c3 improved how freq RX and band rx is handled on import 2019-06-29 23:08:24 +01:00
Peter Goodhall
de9cd471f5 Fixed ADIF issue where band might be wrong 2019-06-29 17:24:13 +01:00
Peter Goodhall
c013d66568 Create cloudlog_data_lists.php
Converting Primary Administrative Subdivision Enumeration list into PHP arrays to use in dropdowns

http://www.adif.org/310/ADIF_310.htm#Primary_Administrative_Subdivision
2019-06-29 15:51:39 +01:00
Peter Goodhall
8b3d5cf1bb Added band drop down on the gridsquare band view. 2019-06-28 18:17:54 +01:00
Peter Goodhall
80ee410d23 automatically load the bands configuration file 2019-06-28 17:55:27 +01:00
Peter Goodhall
92fcde42a0 created a bands configuration file 2019-06-28 17:54:31 +01:00
Peter Goodhall
0f08af367d Update Gridsquares_model.php 2019-06-28 17:39:29 +01:00
Peter Goodhall
ea138a2bd5 Added page titles to gridsquare areas 2019-06-28 17:32:07 +01:00
Peter Goodhall
14a331b942 Update index.php 2019-06-28 17:23:37 +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
f6a636eb15 Fixed type on the gridsquare index page.. should have been satellites in the url 2019-06-26 22:14:55 +01:00
Peter Goodhall
ba412ab07e Updated gridsquares controller to include a todo list 2019-06-26 21:50:28 +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
Kim Huebel
f4068b2c03 Corrected Typo / forgotten pagetitle 2019-06-26 11:07:41 +02:00
Kim Huebel
0eb4d892fd Added new Awards - DOK
This gives us a list of worked DOKs (counted only, if DXCC is 230 = Germany)
2019-06-26 10:17:06 +02:00
Kim Huebel
1c1c2e1f96 repaired accidently modified lines... 2019-06-25 17:19:11 +02:00
Kim Huebel
49fb48a163 Merge branch 'master' of https://github.com/magicbug/Cloudlog into zeroconverter 2019-06-25 17:14:15 +02:00
Kim Huebel
4d30dc426e replaced 0 with Ø in callsigns 2019-06-25 15:28:59 +02:00
Kim Huebel
d096c32082 Storing Station profile and selected CAT-Radio-controller in cookie
The info is stored for 3600*24*99 seconds = 99 days within a local browser
cookie.
2019-06-25 13:46:13 +02:00
Peter Goodhall
13c225cf71 Cleaned up the qso view popup a bit 2019-06-25 11:00:55 +01:00
Peter Goodhall
12e2b15c1e Updated view() function as it was preferencing the old dxcc table 2019-06-25 10:57:54 +01:00
Peter Goodhall
f8998f17a9
Merge pull request #306 from dg9vh/dok - Added DARC-DOK field to QSO window and also other sections
Possibility to add DARC-DOK in existing Database-Field COL_DARC_DOK
2019-06-25 10:51:07 +01:00
Kim Huebel
e419c8af87 bug-fixing on model - forgot to edit edit() 2019-06-25 09:07:42 +02:00
Kim Huebel
d71d592147 Moved location based on CR.
Also made common look&feel at qso-view (forgotten : on some field-labels)
2019-06-25 08:33:31 +02:00
Kim Huebel
73cd07e4c2 Possibility to add DARC-DOK in existing Database-Field COL_DARC_DOK 2019-06-24 23:03:13 +02:00
Peter Goodhall
91dc6dde94 Ability to turn gridsquare map on and off 2019-06-24 18:21:02 +01:00
Peter Goodhall
46e7b87ffb Fixed error where old table was called 2019-06-24 17:34:01 +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
59ccc02fa1 Merge branch 'master' of https://github.com/magicbug/Cloudlog 2019-06-24 16:02:37 +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
Peter Goodhall
0b9767ce7a
Merge pull request #304 from dg9vh/measurements
Enable configuring the measurement base distance is measured in
2019-06-24 15:05:58 +01:00
Kim Huebel
8365b17f7c Enable configuring the measurement base distance is measured in 2019-06-24 15:57:48 +02:00
Peter Goodhall
6aa0e5dfcc Added unit information to qra.php library 2019-06-24 12:10:49 +01:00
Peter Goodhall
9891b44ae3 Within the Edit QSO box before it will delete you must confirm to save mistakes 2019-06-23 16:20:09 +01:00
Peter Goodhall
9a2abd2f1e You can now delete a QSO via the cog dropdown 2019-06-23 16:11:55 +01:00
Peter Goodhall
ac231095c7 Completely removed any display of the time instead of **:** 2019-06-23 16:00:14 +01:00
Kim Huebel
0b7033a1ba Made the whole thing configurable with
application/config/cloudlog.php
2019-06-22 12:34:06 +02:00
Kim Huebel
6288b0a28c Fixed Headline. 2019-06-21 23:45:34 +02:00
Kim Huebel
17d57e071c fixed forgotten Detail-view with time 2019-06-21 23:40:14 +02:00
Kim Huebel
0cc7b36796 Merge branch 'master' of https://github.com/magicbug/Cloudlog into dashboard 2019-06-21 22:34:17 +02:00
Peter Goodhall
d05717c1e6 You can now delete API keys via /api/help 2019-06-21 21:33:21 +01:00
Kim Huebel
3e3ade7c68 Masking QSO-Time on dashboard with **:** of not logged in
To avoid third parties to get to much infos on QSOs.
2019-06-21 22:25:11 +02:00
Peter Goodhall
caf43f2259 Added function for deleting API keys
Added a function to delete API keys in the API model, this will be exposed via the api.php controller with a frontend component
2019-06-21 21:22:22 +01:00
Peter Goodhall
86cf1114ca deleted old code 2019-06-21 15:45:43 +01:00
Peter Goodhall
e29375d92f Created a cloudlog.php config file to move away from using the main config.php file to make it easier 2019-06-21 15:41:23 +01:00
Peter Goodhall
3aeb1e6fe6 Show the actual error from Clublog if there is one 2019-06-20 16:31:00 +01:00
Peter Goodhall
e351185bf1 Added a function to mark all qsos not sent to clublog
markallnotsent is really only needed if theres been a major failure
2019-06-20 15:53:57 +01:00
Peter Goodhall
4816240d9b Catch error didn't like being put in an array 2019-06-20 15:43:58 +01:00
Peter Goodhall
c126df2fb3 Removed debug info that wasn't needed 2019-06-20 15:30:35 +01:00
Peter Goodhall
2368a1c322 Update Clublog.php 2019-06-20 15:27:09 +01:00
Peter Goodhall
9ca408e888 More states of data in the table 2019-06-20 15:26:36 +01:00
Peter Goodhall
76107c72d4 More functions 2019-06-20 15:24:54 +01:00
Peter Goodhall
ef2dfde183 mark qso sent to clublog function 2019-06-20 15:21:05 +01:00
Peter Goodhall
d6acdce80d Possibly fixes the last of the clublog errors 2019-06-20 15:16:53 +01:00
Peter Goodhall
d16874e1b4 Update Clublog.php 2019-06-19 18:03:48 +01:00
Peter Goodhall
f2277f5d57 Update Clublog.php 2019-06-19 17:51:03 +01:00
Peter Goodhall
08735b116f Update Clublog.php 2019-06-19 17:43:35 +01:00
Peter Goodhall
4eb7ea834d Update Clublog.php 2019-06-19 17:42:20 +01:00
Peter Goodhall
0e8f47255a Didnt remove debug Think I shouldnt be coding this eve 2019-06-19 17:39:21 +01:00
Peter Goodhall
f5efb96392 Fixes directory to file issue, within config.php you must state your directory if its not in the main dir. 2019-06-19 17:36:33 +01:00
Peter Goodhall
f28d1686a1 Update Clublog.php 2019-06-19 17:22:28 +01:00
Peter Goodhall
1158582dc4 typo 2019-06-19 17:21:49 +01:00
Peter Goodhall
50ea6a61d9 check for curl errors 2019-06-19 17:21:27 +01:00
Peter Goodhall
f5b8b101a1 Update Clublog.php 2019-06-19 17:19:05 +01:00
Peter Goodhall
6276b17a25 set it to show all php errors 2019-06-19 17:16:17 +01:00
Peter Goodhall
81ae05f476 Check if this is a memory issue 2019-06-19 17:14:07 +01:00
Peter Goodhall
cb2ba3fd8d More code changes 2019-06-19 17:11:15 +01:00
Peter Goodhall
dcf3548cff Sloppy code bugs 2019-06-19 16:57:33 +01:00
Peter Goodhall
62ed493b6c Gave clublog files a random id 2019-06-19 16:51:46 +01:00
Peter Goodhall
fd9b4ed438 This code works locally but not on production 2019-06-19 16:42:04 +01:00
Peter Goodhall
c8a3c8f302 Update Clublog.php 2019-06-19 16:35:29 +01:00
Peter Goodhall
9581049f63 Update Clublog.php 2019-06-19 16:34:26 +01:00
Peter Goodhall
f3b00d4cbb Update Clublog.php 2019-06-19 16:32:42 +01:00
Peter Goodhall
d1e1410e1e Update Clublog.php 2019-06-19 16:31:59 +01:00
Peter Goodhall
5c51631112 Update Clublog.php 2019-06-19 16:23:41 +01:00
Peter Goodhall
a9cb8b8565 Update Clublog.php 2019-06-19 16:21:16 +01:00
Peter Goodhall
66527fa83d error checking 2019-06-19 16:20:19 +01:00
Peter Goodhall
1da6668331 Fixed bug where eqsl user wasn't being shown on the edit page. 2019-06-19 16:15:08 +01:00
Peter Goodhall
ee85bfcbaa Clublog Upload - added validation and marks qsos when sent. 2019-06-19 16:04:15 +01:00
Peter Goodhall
0a065e28c2 Code for sending ADIF files to clublog 2019-06-19 15:39:18 +01:00
Peter Goodhall
cb8bdfc539 Fixed bug, forgot to update a model 2019-06-19 15:24:07 +01:00
Peter Goodhall
94daa81b2c Check Username is provided and valid before allowing clublog uploading 2019-06-19 15:00:16 +01:00
Peter Goodhall
b26e9e4bdb Generate ADIF file for upload to Clublog 2019-06-19 14:48:06 +01:00
Peter Goodhall
5f1790e3d5 Added a blank Clublog model 2019-06-19 14:16:35 +01:00
Peter Goodhall
754098f986 Merge branch 'master' of https://github.com/magicbug/Cloudlog 2019-06-19 14:14:22 +01:00
Peter Goodhall
45a809c331 Added inputs and table columns to start supporting Clublog uploading 2019-06-19 14:14:10 +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
b793325ba9
Merge pull request #299 from Manawyrm/patch-3
also replace hardcoded table name
2019-06-17 18:51:52 +01:00
Tobias Mädel
7d74359455
also replace hardcoded table name 2019-06-17 18:44:50 +02:00
Tobias Mädel
a311be9dd2
fix undefined array index warning 2019-06-17 18:42:57 +02:00
Tobias Mädel
9e422756f9
removed hardcoded table name 2019-06-17 18:39:09 +02:00
Peter Goodhall
294e126d7d Whitespace removed 2019-06-17 15:28:27 +01:00
Peter Goodhall
4c29c960c7 Added HTTP 401 for failed due to no api key and 201 used when qso created successfully 2019-06-17 15:27:58 +01:00
Peter Goodhall
2afa5697c6 Added function to API to allow adding a QSO by sending ADIF 2019-06-17 15:10:43 +01:00
Peter Goodhall
7fef104c35 Testing some changes but wasn't happy with it 2019-06-17 14:29:03 +01:00
Peter Goodhall
b4da6386e0 Cleaned up code a bit 2019-06-17 14:12:39 +01:00
Peter Goodhall
0025c9a4ac If QSL VIA information is already stored for the callsign in the database populate the QSO form instead of QRZ lookup 2019-06-17 11:15:05 +01:00
Kim Huebel
5d31520faf Make Awards - DXCC to show only worked band-slots 2019-06-17 10:10:55 +02:00
Peter Goodhall
9fb7d82702 Created mirgration file to change the logbook table field COL_QSL_VIA from 60 char to 255 2019-06-16 21:45:10 +01:00
Peter Goodhall
183f4348f8
Merge pull request #296 from dg9vh/master
Added more Band-Slots on DXCC-Statistics
2019-06-16 18:20:21 +01:00
Peter Goodhall
09cf6c45d2 Fixed issue where IOTA Ref wasn't populated from QRZ 2019-06-16 18:13:19 +01:00
Kim - DG9VH
f400830170
Merge pull request #4 from magicbug/master
Merge with master
2019-06-16 19:06:17 +02: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
Kim Huebel
cd4c752c8c Added more Band-Slots on DXCC-Statistics 2019-06-16 18:41:02 +02:00
Peter Goodhall
890a5abda6 Before importing activity csv from lotw empty the table 2019-06-16 16:52:32 +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
33151391e2 Made a typo 2019-06-16 15:33:11 +01:00
Peter Goodhall
be6e47d0d5 Logbook options are now a cog dropdown to clean up the interface 2019-06-16 15:29:31 +01:00
Peter Goodhall
b165bbfe8b Merge branch 'master' of https://github.com/magicbug/Cloudlog 2019-06-16 14:31:31 +01:00
Peter Goodhall
6cfbf774cb Added code to import lotw-useractivity.csv for displaying if users on lotw
The csv can be imported by using /index.php/lotw/load_users need to impliment frontend next
2019-06-16 14:31:23 +01:00
Peter Goodhall
c24c1f31a7
Merge pull request #292 from dg9vh/master
added QSL-RCVD-Button
2019-06-15 19:43:32 +01:00
Kim Huebel
42c24dc402 Added QSL-Received-Button 2019-06-15 20:20:20 +02:00
Tom Fanning
a7fc7975a2 Various tweaks required to import an N1MM+ ADIF 2019-06-15 11:45:29 +00:00
Peter Goodhall
ec5c356cc0 Added a map to the Add QSO page 2019-06-14 00:14:39 +01:00
Peter Goodhall
c3bb33ff03 SOTA list displayed in awards based on the SOTA field in the add qso being filled in correctly 2019-06-13 18:40:02 +01:00
Peter Goodhall
ad76b88ac1 Added field for SOTA Ref and its shown in the popups 2019-06-13 18:35:14 +01:00
Peter Goodhall
c836879591 Made country information a badge with blue background just to see if its useful
Changed country text to a badge layout per Bootstrap, thinking being that these could be used for showing things like LOTW and other statuses
2019-06-13 18:15:51 +01:00
Peter Goodhall
4b24dbf3aa Fixed API Key test link 2019-06-13 18:12:18 +01:00
Peter Goodhall
8635724568 Cleaned up the radio interface delete button 2019-06-13 18:09:21 +01:00
Peter Goodhall
c676a35b21 Shifted QSO notifications to the right panel rather than top to keep elements at the same height 2019-06-13 14:39:35 +01:00
Peter Goodhall
4295e1881c Merge branch 'master' of https://github.com/magicbug/Cloudlog 2019-06-13 14:34:42 +01:00
Peter Goodhall
2af86a3fd8 Roughly styled the edit box for new bootstrap (not finished) and added via 2019-06-13 14:34:31 +01:00
Kim - DG9VH
9153b18d06
Fixing bug with & in name of DXCC
An & in the name of a DXCC causes the webserver to ERROR 500.
2019-06-12 20:01:59 +02:00
Peter Goodhall
30c1db5d6a After updating a contact close the modal box and refresh the page. 2019-06-12 17:10:43 +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
cd78bda206 Fixed issue where eQSL username wasn't editable 2019-05-25 16:55:47 +01:00
Peter Goodhall
1f80ccb1b2 Added an icon to save button because pretty. 2019-05-22 22:58:53 +01:00
Peter Goodhall
3ee8f7f14a Check within the browser that callsign is provided before submitting the form 2019-05-22 22:52:01 +01:00
Peter Goodhall
481f617b5a Reduced spacing around the inputs to try improve screen layout on the QSO page. 2019-05-22 22:47:56 +01:00
Peter Goodhall
71353f943f Arrow was pointing the wrong way 2019-05-22 22:27:08 +01:00
Peter Goodhall
7e242c1a17 QSL changed to arrows 2019-05-22 22:22:09 +01:00
Peter Goodhall
99c2fceaed Changed all QSL statuses to arrows 2019-05-22 22:21:52 +01:00
Peter Goodhall
39a8e0e667 Display changes for eqsl status 2019-05-22 22:17:13 +01:00
Peter Goodhall
14d002a219 Forgot to remove some old code after writing it. #lid 2019-05-22 21:50:30 +01:00
Peter Goodhall
c8c6f71859 Fixed issues with timeouts 2019-05-22 17:17:26 +01:00
Peter Goodhall
306c5255ed eQSL username HTML element was set to password which it isn't 2019-05-22 17:07:33 +01:00
Peter Goodhall
97b98d825f Improved eQSL interface 2019-05-22 17:06:47 +01:00
Peter Goodhall
101ffe25d2 Fixed eQSL link 2019-05-22 15:56:39 +01:00
Peter Goodhall
c397716cf2 If LOTW import entry isn't found within the database but its within the ADIF from LOTW QSO record is created. 2019-05-22 15:10:57 +01:00
Peter Goodhall
63532296fc Added extra flags for ARRL Lotw ADIF download
Added extra flags for ADIF download, this is to start supporting populating logbook from empty, updating gridsquares if they don't match.
2019-05-22 14:57:20 +01:00
Peter Goodhall
ce2be72e9f removed js from messages template 2019-05-21 17:05:05 +01:00
Peter Goodhall
9d6ce9194e Cleaned up Lotw Import 2019-05-21 17:02:26 +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
7607393979 Added some css for validation errors on qso page 2019-05-21 13:49:16 +01:00
Peter Goodhall
ae7c84869e Merge branch 'master' of https://github.com/magicbug/Cloudlog 2019-05-21 13:44:31 +01:00
Peter Goodhall
7a78deedf3 QSO Page changed to new ui and deleted old assets 2019-05-21 13:44:22 +01:00
Michael Cullen
fb1e949acf dxcc tables: extend prefix/call field to 32 characters
While importing the clublog data, I noticed there's an entry
with a 11 character callsign. This is longer than the 10 characters
allowed for the field, causing a problem. This commit extends it to
32 characters, which should be more than enough, while also being a
power of 2.

fixes #272
2019-05-17 02:01:55 +01:00