提交图

199 提交

作者 SHA1 备注 提交日期
whyIsMyNameUsed
23c0e0115a
Update Qrz.php
Not all character works for the qrz-password without urlencode.
2021-05-10 17:59:51 +02:00
Peter Goodhall
422fbd4490 [Frequency Library] Added hz_to_mhz function to the library as its used a lot in Cloudlog 2021-05-06 15:34:30 +01:00
Peter Goodhall
4c9ba52a9b [QRA] Check length of the gridsquare isn't greater than 6 chars
This fixes #934 as Cloudlog bearings only works for squares that are less than 6 chars.
2021-03-30 17:41:56 +01:00
Peter Goodhall
fba5fe92ab
Adds UTF-8 / multi-byte charset support to ADIF parser 2021-03-30 17:01:13 +01:00
Andreas
2d58fdfe18 [Frequency library] Fixed a frequency typo 2021-03-09 14:28:01 +01:00
Peter Goodhall
405c9da68a Temproary turned off setting language in Global Options as fallback to english wasn't working 2021-02-09 17:55:51 +00:00
Peter Goodhall
4770340c45 [Options] Load the default language setting 2021-01-31 13:25:44 +00:00
Mikael Nousiainen
731438c28d Add UTF-8 / multi-byte charset support to ADIF parser 2021-01-15 00:52:50 +02:00
Andreas
339ee6e3a7 [Adif_parser] Bugfix for the feed function that is used by the API. Fixes #779. 2020-12-27 10:36:15 +01:00
Peter Goodhall
0fdce42b33
[ADIF Parser] Modifications done to the ADIF parser to speed it up 2020-12-26 11:35:07 +00:00
Andreas
018bcfebd9 [Print Requested QSLs] Added QSL_VIA to ADIF export. 2020-12-20 22:04:02 +01: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
b2d7565e63
[Options] This fixes previous error where options tables missing by running migrate every page load
run migrate before loading any page content.
2020-12-13 10:42:44 +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
Andreas
41ff9749da [ADIF Parser] Placed split line correct 2020-12-11 23:52:11 +01:00
Andreas
970ae216cc [ADIF Parser] Modifications done to the ADIF parser to speed up ADIF files containing several thousand QSOs. 2020-12-09 08:29:20 +01:00
Peter Goodhall
c6c7dd5cd8 Revert "Merge pull request #725 from AndreasK79/adif_import_speedup"
This reverts commit 62b8d024b6, reversing
changes made to b18777318d.
2020-12-07 19:41:55 +00:00
Peter Goodhall
62b8d024b6
Merge pull request #725 from AndreasK79/adif_import_speedup
[ADIF import] Import speedup with minor modifications in Adif_parser.
2020-12-07 13:27:18 +00:00
phl0
f77d60436d
Only calculate Lat/Lon if QRA loc has even number of chars 2020-12-04 11:30:40 +01:00
Andreas
665050ba6f [ADIF import] Import speedup with minor modifications in Adif_parser. 2020-11-30 20:29:39 +01:00
Daniel Clerc
98f4d45c60 Add SIG and SIG_INFO to AdifHelper 2020-11-17 21:39:05 +01:00
Andreas
2754e05dbe Uppercased every tag. Added MY_SIG and MY_SIG_INFO. This was not included, as this was in a PR at the time. 2020-11-16 19:23:59 +01:00
Andreas
72e8ee4e0a [Adif export] Refactor the view and added a library to make the adif-line. Also a bug fixed in MY_STATE. It was exporting COL_STATE, not COL_MY_STATE 2020-11-14 19:50:27 +01:00
Jeremy Brown
c896e5d909 When using fullname, the space was always inserted between first and last names even when no name was set. This now fixes issues #3 by triming the resultant string. 2020-11-13 13:43:33 -05:00
Jeremy Brown
ace8de82bf Fixes issues #1. Apparently the code I added broke it, and there was a different issue that was causing names not to save. 2020-11-13 13:30:37 -05:00
Jeremy Brown
80f4bc210c Escape names so that names with quotes in them work (aka, nicknames) 2020-11-13 08:01:30 -05:00
Jeremy Brown
30600ae220 Added support for a config flag to determine if we should get full names from qrz. Added error checking for this with the api for import as well. 2020-11-11 14:38:00 -05:00
Jeremy Brown
4064418942 Trying to get full names working correctly 2020-11-11 12:18:37 -05:00
Jeremy Brown
593db48556 Added exception handling when qrz or hamqth is not available/accessible. 2020-11-11 09:17:08 -05:00
Jeremy Brown
4d73a50ef6 Shows full name, but only when logged in (if available) 2020-11-10 20:25:26 -05:00
Kim - DG9VH
530cba37d6
Merge branch 'master' into configurable_modes 2020-05-24 00:09:58 +02:00
Peter Goodhall
2ea3233ee2 Added distance function to QRA library, Added Distance between the Worked Station and Station Profile to QSO Popup 2020-05-23 21:35:46 +01:00
Peter Goodhall
42d7db589c Fixes #510 C4FM was F4M 2020-05-22 15:39:03 +01: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
AndreasK79
8230f60ec5 Added ROS and JT6M 2020-05-08 20:54:12 +02:00
Kim - DG9VH
fa130093e7
Added 'MFSK16' 2020-05-02 21:54:54 +02:00
AndreasK79
7c032d380c Added a few options on ADIF import. Added mode to duplicate check when importing. 2020-04-05 14:23:43 +02:00
Peter Goodhall
7103d74635 Added State lookup for HamQTH and also added US country to returned data 2020-03-07 16:46:31 +00:00
Peter Goodhall
4ddaa36592 Automatically populate USA state from QRZ if its been supplied 2020-03-07 16:36:21 +00:00
Anthony Di Iorio
c2a2f65611 Fix HamQTH session expiry
If HamQTH session has expired after 1 hour, start a new session and retry the search.

Checks against a new error field in the HamQTH library.

https://www.hamqth.com/developers.php
2020-03-03 22:37:16 -05:00
Peter Goodhall
55e63f65ad
Rename electronicqsl.php to Electronicqsl.php 2020-03-01 19:21:58 +00:00
Peter Goodhall
17bd4aac31 Hopefully this fixes it! 2020-03-01 19:15:04 +00:00
Peter Goodhall
a6c4b04b05 Keep breaking things getting annoyed 2020-03-01 19:13:45 +00:00
Peter Goodhall
021acd747b Shouldnt code when sleepy errors! 2020-03-01 18:47:44 +00:00
Peter Goodhall
94219f3b62 Clicking on the received eQSL icon will redisplay the card (rate limited) 2020-03-01 16:59:03 +00:00
Peter Goodhall
5bfab7dec5 Added JS8 2019-12-10 19:35:04 +00:00
Kim - DG9VH
181d1d7a57
Added FT4 to modes 2019-11-11 14:23:31 +01:00
Peter Goodhall
e0851324ff Fixed issue where sometimes EOH was skipped 2019-08-18 15:25:23 +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
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
b4da6386e0 Cleaned up code a bit 2019-06-17 14:12:39 +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
Tobias Mädel
5a19437aed Fetch all callsign information in a single JSON request 2019-02-26 16:37:42 +01:00
Tobias Mädel
2c4e1c595b Fixed default frequencies 2019-02-25 22:08:43 +01:00
Peter Goodhall
df3de16d5a Creation of station profiles
Station profiles allows you to define a profile for where you are operating from including your operating callsign, gridsquare, dxcc, state, cq, itu and sota.

This is then made available via the "stations" tab when adding a QSO as a drop down.
2019-01-01 19:14:25 +00:00
g0wfv
a52d9493a5 Fixed adding non 'SSB','DATA','CW' qso (teabreakninja) 2018-12-16 12:32:59 +00:00
g0wfv
e85ee13ffd Logging: Change to single source file 2018-12-16 12:31:50 +00:00
Andy
096faa3012 Revert "Fixed adding non 'SSB','DATA','CW' qso"
This reverts commit 45f2896a49.
2018-12-16 12:29:50 +00:00
Andy
45f2896a49 Fixed adding non 'SSB','DATA','CW' qso 2018-12-14 19:32:05 +00:00
Peter Goodhall
d200d913a4
Merge pull request #203 from RobertKaldenbach/master
Refactored frequency class
2018-11-26 11:56:25 +00:00
Warren Volz
e384826aea Codeignitor 3.1.6 and corresponding changes
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
  and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00
Robert Kaldenbach
5a2df15c2f Corrected Styling 2017-02-18 14:13:36 -05:00
Robert Kaldenbach
8db85dc69a refactored convent band function 2017-02-18 14:10:32 -05:00
Robert Kaldenbach
55ccdb23d0 Added missing closing bracket 2017-02-17 14:12:52 -05:00
Robert Kaldenbach
33817a7027 Refactoring Class
Using a multidimensional array instead of if else statements should be more efficent
2017-02-17 14:10:31 -05:00
Robert Kaldenbach
228eaed292 Removed dupliate 70cm code 2017-02-17 13:55:40 -05:00
Peter Goodhall
29730632bf removed hamli files 2016-02-11 00:07:25 +00:00
Peter Goodhall
9e6b19bc52 typos 2016-01-15 23:12:42 +00:00
Peter Goodhall
db92a9e89f created hamqth library to query its callbook api 2016-01-15 22:51:05 +00:00
Graham McIntire
6ea51800a9 Fix name change from ham.io to ham.li callsign lookup 2014-06-06 16:46:38 -05:00
Peter Goodhall
c7a076f8a5 automated downloading of clublog cty xml file 2014-03-03 01:26:26 +00:00
Peter Goodhall
96a1f089bc Fixed issue #113 where MixW imports without band due to it not being in the ADIF file this is now figured out within the import script 2013-08-17 16:24:16 +01:00
Peter Goodhall
78bb401204 Added Error protection to hamio search api data returning 2012-11-24 20:20:10 +00:00
Peter Goodhall
cf3ce2cea4 Fixed hamio class to return callbook data correctly 2012-11-24 20:10:25 +00:00
Peter Goodhall
633b270f13 Removed surname and made returned callsign uppercase in hamio search results 2012-11-14 16:17:30 +00:00
Graham McIntire
260c5f341e Fixed moar bugs in hamio 2012-11-14 10:09:01 -06:00
Graham McIntire
f090ff50a0 Fixed bug in hamio 2012-11-14 10:07:02 -06:00
Graham McIntire
951b31a03f Switched to use search.ham.io 2012-11-14 10:01:51 -06:00
Peter Goodhall
b1017b7b3c fixed callbytxt errors when getting qso info 2012-11-14 02:08:24 +00:00
Peter Goodhall
0f6ba82f92 Fixes QRZ API session time outs 2012-11-14 01:16:17 +00:00
Peter Goodhall
93156261e2 Includes QRZ XML Lookup functions if you have a subcription 2012-11-13 17:02:43 +00:00
Peter Goodhall
8784ea0919 Issue #92 - Fixed typo and added extra bands 2012-03-28 14:16:22 +01:00
Peter Goodhall
a4d023d225 Callbook: if gridsquare returned is jj0aa dont display it 2012-01-01 16:41:22 +00:00
Peter Goodhall
00cae77655 Updates to ADIF importing to add 59 to RST fields if there missing 2011-12-22 00:30:44 +00:00
Peter Goodhall
93d5fcc31d Added comment code 2011-11-20 15:29:06 +00:00
Peter Goodhall
f09867716c Improved ADIF code 2011-11-20 15:12:40 +00:00
Peter Goodhall
36b89a5463 Added more clublog code 2011-11-20 14:00:21 +00:00
Peter Goodhall
c9ff2eb900 Added ADIF Features 2011-11-19 22:30:19 +00:00
Peter Goodhall
fae53f59f6 Dashboard map now shows SAT name if its available 2011-11-19 19:41:44 +00:00
Peter Goodhall
2b147c547a Fixes issue #74 2011-11-13 22:11:58 +00:00
Peter Goodhall
3993326b08 Uses Callbytxt to lookup Gridsquare & name if not in logbook 2011-11-08 17:42:59 +00:00
Peter Goodhall
12706b313c All sorts of updates 2011-10-18 22:29:50 +01:00
Peter Goodhall
08b07587c4 Slight changes to the dashboard ui, and created some template librarys for pending coding tasks 2011-09-22 20:58:58 +01:00
Peter Goodhall
7c6c27cce7 Created PHP class Qra.php which has classes to calc lat/lng from qra and also bearing 2011-09-18 14:52:01 +01:00
Peter Goodhall
8c500bae00 Feature: when adding a qso basic freq is calculated from band and mode 2011-09-18 12:21:51 +01:00
Peter Goodhall
06bb0dd7dd Fixed bug in the dashboard modes pie chart 2011-09-13 18:01:19 +01:00
Peter Goodhall
f2b50c4573 Added Basic Files 2011-04-25 16:24:01 +01:00