Wykres commitów

737 Commity (101ffe25d2ea7766b3b1156071af193ef0b32bb9)

Autor SHA1 Wiadomość Data
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
Peter Goodhall 09327d84c3
Merge pull request #273 from mich181189/master
Fixes issues with DXCC file updating
2019-05-20 00:12:15 +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
Michael Cullen 2f85b199be Logbook model: More changes to prevent strings being inserted into non-string columns 2019-05-17 02:00:06 +01:00
Michael Cullen af3f405d7f Update Controller: More empty strings where NULLs should be 2019-05-17 01:59:56 +01:00
Peter Goodhall f17690ad4c Didnt remove break point woops 2019-05-16 23:02:56 +01:00
Peter Goodhall bc44d5d485 Fixed country bug 2019-05-16 23:01:57 +01:00
Peter Goodhall faf2d4156e Issue where CQ zone index errored 2019-05-16 22:49:43 +01:00
Peter Goodhall 3f464c5499 band rx var must be provided 2019-05-16 22:07:05 +01:00
Peter Goodhall 5eff3f015b Less code to get the max post size from php.ini :) 2019-05-16 16:19:56 +01:00
Peter Goodhall 645eb395ce Typo 2019-05-16 16:12:37 +01:00
Peter Goodhall 40ad2c138f Removed dash as its not used for options seperation 2019-05-16 16:11:00 +01:00
Peter Goodhall e4f6242a1d Renamed the icon favicon for standardisation 2019-05-16 16:09:31 +01:00
Peter Goodhall 9a49b1c207 Improved Error reporting on ADIF upload and display the maxmium file size for upload the web server supports 2019-05-16 16:03:52 +01:00
Peter Goodhall 78b16e921b Merge branch 'master' of https://github.com/magicbug/Cloudlog 2019-05-16 08:31:36 +01:00
Peter Goodhall 1f8daf0681 Checks freq field is supplied in the ADIF record before trying to create a band from it 2019-05-16 08:31:30 +01:00
Peter Goodhall 514184934d
Merge pull request #271 from mich181189/master
Logbook Model: Fix empty strings which should be nulls
2019-05-16 08:22:20 +01:00
Peter Goodhall e2ff5d77c1 Logbook interface updated 2019-05-14 16:46:16 +01:00
Peter Goodhall 1ce6fdba73 Microwaves breaking DXCC Award chart fixed 2019-05-14 13:08:41 +01:00
Peter Goodhall 660ee53636 3cm causing error on dxcc awards tracking 2019-05-14 13:01:50 +01:00
Peter Goodhall 18c20aa270 Search Interface updated 2019-05-14 11:52:11 +01:00
Peter Goodhall a0163d6002 Corrected comments which werent correct 2019-05-14 11:25:57 +01:00
Peter Goodhall df2430b77b Couple of extra tweaks to dashboard 2019-05-14 11:24:45 +01:00
Peter Goodhall 589d56a231 Notes User Interface updated 2019-05-13 18:28:16 +01:00
Peter Goodhall d7d25fff58 Final change for Stats area 2019-05-13 18:05:21 +01:00
Peter Goodhall ff70847e50 Fixed typo 2019-05-13 17:38:12 +01:00
Peter Goodhall cca5b0ae3b Changed Statistics to Bootstrap 4 layout 2019-05-13 17:37:01 +01:00
Peter Goodhall a3f12f0510 Cleaned up the dashboard on mobile
Added padding to the sections, RST information hidden on mobile and QSL information only shown when logged in.
2019-05-13 14:04:16 +01:00
Michael Cullen 45237c18b8 Logbook Model: Fix empty strings which should be nulls
Some non-string fields were being populated by an empty string, causing problem
on ADIF import.
2019-05-12 00:44:48 +01:00
Peter Goodhall 843aafba61 Merge branch 'master' of https://github.com/magicbug/Cloudlog 2019-05-06 11:07:26 +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 3def5359ad
Merge pull request #269 from m1geo/master
Updated the $db_config_path not-writable error
2019-04-23 17:56:37 +01:00
George Smart db557f0b0b
Updated the $db_config_path not-writable error
A slightly more informative error message for when $db_config_path isn't writable.
2019-04-23 17:44:09 +01:00
Peter Goodhall 836c4de60c Updated radio page to show how to use external radio interfaces this needs more detail 2019-04-19 01:19:44 +01:00
Peter Goodhall 0e2e496b8b Added warning to LOTW import as some people expected it to populate an empty log and it doesnt at the moment 2019-04-19 01:10:58 +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 dec57bc395 added adif extra text warning 2019-04-08 15:52:41 +01:00
Peter Goodhall 2eb028b683 Added padding 2019-04-08 15:51:17 +01:00
Peter Goodhall 31f7eb15d5 Added Satellite ADIF buttons 2019-04-08 15:50:36 +01:00
Peter Goodhall 9c3a84ab8b minor changes to satellite export 2019-04-08 15:47:03 +01:00
Peter Goodhall 7cce986807 satellite adif export 2019-04-08 15:36:23 +01:00