Wykres commitów

129 Commity (97af7abc4c04ad3e655d04eaaa4ff0234704c4bf)

Autor SHA1 Wiadomość Data
Alessio Caiazza d8c8260097
More robust error handling and cleanup 2022-09-22 08:58:25 +02:00
Alessio Caiazza 27a8d235fd
eQSL import from multiple QTH nicknames 2022-09-22 08:58:14 +02:00
Andreas Kristiansen f49f8a20b9
Merge pull request #1607 from phl0/makeEorUpperCase
Make <eor> tags upper case (now with fixed LotW issue)
2022-09-20 20:42:48 +02:00
phl0 6ef4c52925
Make <eor> tags upper case (now with fixed LotW issue) 2022-09-19 07:29:55 +02:00
Peter Goodhall 39966301f1 Revert "Merge pull request #1603 from phl0/makeEorUpperCase"
This reverts commit 8091869c9d, reversing
changes made to 6e87211fde.
2022-09-18 22:28:04 +01:00
phl0 f8e4bd9dd7
Make <eor> upper case 2022-09-12 09:49:23 +02:00
Andreas 7a4def1f3d [Bands] Changed frequency library to fetch default frequency from DB 2022-09-09 16:53:01 +02:00
Peter Goodhall 59803766d0
Merge pull request #1569 from phl0/refactorWWFF
Separate WWFF stuff into separate fields
2022-08-24 16:01:07 +01:00
Alessio Caiazza 4cbe4b3a11 Extract a SOTA library from QSO controller
SOTA functions are implemented inside the QSO controller, moving this
implementation into a dedicated library will simplify code reuse.
2022-08-17 22:15:06 +02:00
phl0 cc621bebd7
Add MY_WWFF_REF to station profile 2022-08-17 14:33:15 +02:00
phl0 f450392440
Add WWFF_REF to ADIF export 2022-08-17 13:31:25 +02:00
Ondřej Nový e3ceb8ba62 Fix convent_band -> convert_band typo 2022-07-09 20:15:57 +02:00
phl0 8459f31422
Implement profile pic for hamqth 2022-07-03 11:39:05 +02:00
Andreas b76b1e97bf [QRZ] search use_fullname = false - brought over from mater 2022-04-10 17:23:38 +02:00
Peter Goodhall e173d202b9
Merge pull request #1450 from phl0/qrzImage
Show profile pic of QSO partner upon logging
2022-04-05 16:42:46 +01:00
Peter Goodhall 0eb2b6043e [Mapping] calculate midpoint of multi grids for markers 2022-04-04 15:15:24 +01:00
phl0 d7a23d23a4
Pull image from qrz.com and display in QSO log window 2022-04-03 10:28:36 +02:00
Peter Goodhall eaf814b336 [Options] Fixes shoddy get_option() function 2022-03-25 16:14:51 +00:00
Peter Goodhall bfe1b38c86 [QSO] Fixed issue with bearing lookups with VUCC Grids 2022-02-18 13:46:16 +00:00
Peter Goodhall 1b64410649 Check if the config items already in session before running a database query 2022-02-16 22:59:59 +00:00
Andreas c27bc1243a [QRB Calculator] Tweaked the popup output a little bit 2022-02-15 20:28:37 +01:00
Peter Goodhall b40e0e7bfe Merge pull request #1388 from onovy/fix_adif_export
Fix ADIF export
2022-02-06 20:52:56 +00:00
Ryan Zink 6b4a328bc1 Addition of 33cm and 1.25m bands where appropriate, reclassification of some bands as Microwave rather than UHF 2022-01-20 21:10:16 -07:00
Peter Goodhall 7b0862e7be [Global Options] Added Email settings
Added email settings under global options to select whether its using smtp or sendmail on the server.
2022-01-19 14:26:36 +00:00
Andreas 60536c4d5c [ADIF Export] Added contest id to export 2021-10-07 19:15:08 +02:00
Andreas Kristiansen fa1bb549ee
Merge pull request #694 from jsb2092/master
Added support for lookups in services for more detailed information when logged in
2021-10-05 20:58:48 +02:00
Andreas a0e3cbaa91 If a gridsquare in a qso is longer than 6 characters, the QRA library doesn't handle it. This used substring to only use the first 6. 2021-09-16 20:13:08 +02:00
Jeremy Brown 791cc04f62 Merge branch 'master' of https://github.com/magicbug/Cloudlog into magicbug-master 2021-08-05 15:36:28 -04:00
Andreas ea916d88c9 [QRA Library] Fixes #1117. This fixes bearing calculation. Distance was not calculcated if the locator was directly to the north or south of your own locator. 2021-07-31 12:01:14 +02:00
Peter Goodhall 656ff24744 [HamQTH] Fixes issue where certain passwords don't work. 2021-06-07 17:48:27 +01:00
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