Michael Cullen
2f85b199be
Logbook model: More changes to prevent strings being inserted into non-string columns
2019-05-17 02:00:06 +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
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
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
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
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
Peter Goodhall
b3ce2c9a27
Changed Dashboard page to latest bootstrap and fixed Awards page
2019-03-20 16:58:06 +00: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
35a40bd953
Implement better frequency handling mechanism
2019-02-26 00:43:14 +01:00
Tobias Mädel
3077fe7c79
Save downlink frequency in the database
2019-02-25 23:17:23 +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
Peter Goodhall
71d8eb22a2
Support Multi Grids for VUCC
2018-12-31 15:43:21 +00:00
Peter Goodhall
02c8b5b68c
Added all ADIF fields on important
...
All ADIF fields are now imporved if file supplies it.
2018-12-31 12:05:41 +00:00
Peter Goodhall
1b3d496aaa
Removed cat_status from controller and model as I believe its not used anymore if it breaks just have to rollback
2018-12-17 22:19:23 +00:00
Tony Corbett, G0WFV
3e471cc4b9
QSO Add: default LoTW status to N if username is defined
2018-12-15 17:05:20 +00:00
Tony Corbett, G0WFV
9b6faf231e
Fix #213 : Eqsl errors in download may not be handled correctly
2018-11-30 19:05:54 +00:00
Peter Goodhall
546aafb757
Removed each() which is depreciated
2018-11-27 15:50:50 +00:00
Andy
c99f6ceb5a
Rename cq to Cq
2018-11-24 21:03:59 +00:00
Andy
abc12df29b
pull from magicbug master
2018-08-08 12:37:21 +01:00
Warren Volz
73e0f1d7d1
fix missing () from num_rows calls
2017-12-01 19:28:32 +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
Andy
0256ba5dd9
Changes to dxcc display
2017-04-21 18:46:26 +01:00
Andy
f7855ef9b1
add COL_PROP_MODE to select statement
2017-04-21 18:44:10 +01:00
Peter Goodhall
6832ec031d
Added Features to allow SatPC32 to act as a Radio interface with Cloudlog
...
This required extra SQL so you'll need to run the SQL query.
ALTER TABLE `cat` ADD `downlink_freq` INT(11) NOT NULL AFTER `mode`, ADD
`uplink_freq` INT(11) NOT NULL AFTER `downlink_freq`, ADD
`downlink_mode` VARCHAR(255) NOT NULL AFTER `uplink_freq`, ADD
`uplink_mode` VARCHAR(255) NOT NULL AFTER `downlink_mode`, ADD
`sat_name` VARCHAR(255) NOT NULL AFTER `uplink_mode`;
2016-11-16 16:59:53 +00:00
Andy
7ba22182c9
Ordering of band was incorrect, 6m and 4m results in wrong place
2016-05-18 11:33:01 +01:00
root
6ffeedebc5
Added CQ Zone award report
2016-04-13 16:33:09 +01:00
Andy
ac625399ff
Read 'comment' field in ADIF import
2016-03-08 14:10:08 +00:00
Andy
29f60115d6
Missing '+' caused totals to be incorrect.
2016-02-29 10:31:16 +00:00
Andy
6bd219f1f2
Update ADIF import prodecure to find country and dxcc
2016-02-28 17:43:45 +00:00
Andy
35363f2374
Stored Proc for DXCC info
2016-02-28 14:09:08 +00:00
Peter Goodhall
bf6ae3c72d
Merge pull request #194 from teabreakninja/master
...
DXCC match on date as well as callsign. Table schema updates
2016-02-25 13:39:11 +00:00
Andy
3459a81098
DXCC match on date as well as callsign. Table schema updates
2016-02-23 22:00:35 +00:00
Peter Goodhall
1678d8c664
Merge pull request #193 from teabreakninja/master
...
addslashes to escape country names with quotes :/
2016-02-22 21:03:12 +00:00
Andy
f7fad2457e
addslashes to escape country names with quotes :/
2016-02-22 16:15:15 +00:00
Peter Goodhall
b18e3630cd
Merge pull request #191 from csete/indent
...
Indent COL_SRX_STRING
2016-02-22 14:54:33 +00:00
Peter Goodhall
53589517b6
Merge pull request #192 from teabreakninja/master
...
Check existing log entries against the new DXCC/Country list
2016-02-22 14:49:07 +00:00
Andy
9752bf7858
Check existing log entries against the new DXCC/Country list
2016-02-22 08:09:50 +00:00
Peter Goodhall
e363808438
Merge pull request #190 from csete/adif
...
Import comments field in addition to notes, also my_rig, tx_pwr and my_gridsquare, when processing ADIF Files.
2016-02-18 20:39:46 +00:00
Alexandru Csete
1979818fb2
Indent
2016-02-18 21:32:26 +01:00
Alexandru Csete
0665a9b86e
Import TX_PWR and MY_GRIDSQUARE from ADIF.
2016-02-18 21:24:17 +01:00
Alexandru Csete
e162044945
Import MY_RIG field from ADIF file.
2016-02-18 21:24:17 +01:00
Alexandru Csete
ad50b55cb6
Import ADIF 'comment' field in addition to 'notes'.
...
PS: Perhaps 'notes' should go into COL_NOTES instead.
2016-02-18 21:24:17 +01:00
Peter Goodhall
b7dd32259b
Merge pull request #189 from teabreakninja/master
...
Update dxcc
2016-02-17 15:46:49 +00:00
Andy
71586bb1e5
New tables for full clublog DXCC import
2016-02-17 15:06:43 +00:00
Peter Goodhall
88f40c229a
Merge pull request #187 from teabreakninja/master
...
DXCC awards has links to show stations worked on that band and country
2016-02-15 17:51:50 +00:00
Andy
34212d2976
DXCC awards has links to show stations worked on that band and country
2016-02-15 17:46:33 +00:00
Peter Goodhall
efa8175452
added 70cm to dxcc list
2016-02-13 18:35:33 +00:00
Andy
98a17832c9
eQSL column now showing correctly
2016-02-13 13:55:16 +00:00
Andy
704dd80594
Merge branch 'master' of https://github.com/teabreakninja/Cloudlog
2016-02-12 22:24:21 +00:00
Andy
1b99fed873
added 4m to the dxcc and removed the duplicate header
2016-02-12 22:23:30 +00:00
Peter Goodhall
ca146c3982
typo
2016-02-12 18:27:36 +00:00
Peter Goodhall
a28da82389
added lotw to outputs for logbook table
2016-02-12 18:26:51 +00:00
Peter Goodhall
51dc10e74d
add eqsl and lotw login names to session
2016-02-12 18:13:47 +00:00
Andy
c40eb37f40
more changes
2016-02-12 16:31:29 +00:00
Andy
05c6e7292f
eQSL upload and sync now working
2016-01-26 15:43:35 +00:00
teabreakninja
b750276dad
Update logbook_model.php
...
Needed to check for existence of 'freq' in log.
2016-01-18 12:31:41 +00:00
Peter Goodhall
6b1bb3861f
Added ability to update propagation mode using free text field fixing issue #126
2016-01-10 01:09:54 +00:00
Jens Abraham
c6fc84e767
Adding LOTW sent and recieved field to the ADIF import
2015-07-26 18:57:43 +01:00
Peter Goodhall
89dd397d9a
removed some arrays being shown in the frontend
2014-10-06 23:06:26 +01:00
Peter Goodhall
3f657de322
Hopefully fixes possible ADIF import bug
2014-09-25 23:09:44 +01:00
Peter Goodhall
6fe357ef3b
fixed bug where M1 was not assigned as england
2014-03-03 17:37:53 +00:00
Peter Goodhall
008471a19d
Automated importing of LoTW users
2014-03-03 17:28:33 +00:00
Corby Krick
3c8d77d012
Making the eQSL update query times fuzzy to account to ops logging slightly different times. We are now +/- 5 minutes.
2013-11-09 15:13:42 -06:00
Corby Krick
fd7557a4c0
Merge remote-tracking branch 'upstream/master'
2013-11-03 13:27:01 -06:00
Corby Krick
8e42f35c29
Have eQSL.cc send working.
2013-11-02 10:29:20 -05:00
Peter Goodhall
00c4ad494c
Change RTTY75 mode on ADIF import to RTTY
2013-10-30 19:56:41 +00:00
Corby Krick
0981686b48
Am now getting the proper HTTP strings. TODO: perform HTTP get, parse results, remove recursiveness I am seeing on the results view.
2013-10-26 11:41:56 -05:00
Corby Krick
4406931674
Working on getting the export running. At the point where I am ready to start trying to do the HTTP posts to eQSL.cc
2013-09-08 15:30:24 -05:00
Corby Krick
4d7a1c7477
Making import_check check time_on +/- 5 minutes. This makes the eQSL import find QSOs.
2013-08-31 11:40:54 -05:00
Corby Krick
f1dc093bf6
The import is getting closer to completion. Next will work on checking for +/- time_on.
2013-08-31 09:54:24 -05:00
Corby Krick
d90facf293
Have the initial pull download working. More work to do on parsing the resulting .adi file and cleaning up the model.
2013-08-25 13:45:09 -05: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
Corby Krick
bc4970fbe4
Adding support for editing the eQSL credentials
2013-08-17 09:08:26 -05:00
Corby Krick
6413b6141d
Fixed a bug where the LoTW password was being cleared even if we left it blank
2013-08-17 08:54:16 -05:00
Peter Goodhall
7dbf66c3a9
if callsign_tags is set to true in config.php the logbook page displays what callsign made the qso based on col_operator or col_station_callsign
2013-08-06 23:24:23 +01:00
Peter Goodhall
8dc25c0d3c
User callsign gets stored against COL_STATION_CALL in the log database
2013-08-06 23:10:02 +01:00
Peter Goodhall
bcb01b7423
Ability to search for QSOs with IOTA refs eg eu-008
2013-08-06 23:02:49 +01:00
Corby Krick
83f6eb41db
Now populating COL_LOTW_QSLSDATE
2013-03-08 18:25:47 -06:00
Corby Krick
048891a69c
Added method for marking QSOs exported for LoTW as sent.
2013-03-06 23:31:19 -06:00
Corby Krick
cbe6635271
Added export_lotw to export an ADIF file of QSOs that have not been uploaded to LoTW
2013-03-04 22:57:29 -06:00
Corby Krick
a7857d316b
Added a function lotw_last_qsl_date() to return the last LoTW QSL received date recorded in the DB. We use that information to only pull back a LoTW report from ARRL that has QSLs since the last QSL (inclusive, unfortunately).
2013-02-23 13:19:29 -06:00
Corby Krick
aee36e9470
Added getter and setters for LoTW username and password
2013-02-21 18:31:31 -06:00
Peter Goodhall
1879853ac8
Mark LOTW Confirms as Sent at the same time
2013-02-16 16:51:07 +00:00
Peter Goodhall
a781c39d26
Added the ability to upload LoTW report adif files and make qsos as confirmed
2013-02-16 16:41:40 +00:00
Peter Goodhall
81bf092416
Added trim to a few more places
2013-02-16 14:49:21 +00:00
Peter Goodhall
59a8eb4def
Added trim to callsign, qra, iota fields
2013-02-16 14:48:27 +00:00
Peter Goodhall
60cde054ae
Added Column Chart to Stats showing QSOs per Year
2013-02-16 14:37:37 +00:00
Corby Krick
3f32c38e9c
Neglected to add to the edit function in the logbook_model, also changed the name of the selector for eQSL.cc receive, to match the convention in the rest of the selectors.
2013-02-11 18:55:11 -06:00
Peter Goodhall
6430b9dc11
Added new function cat_status to take profile_name and profile_url via json
2012-12-10 15:51:41 +00:00
Peter Goodhall
17dfbd3cd8
Removed unused files
2012-11-26 14:54:03 +00:00
Peter Goodhall
cfd307364c
Added function to update the cty db tables
2012-11-19 22:24:10 +00:00
Graham McIntire
951b31a03f
Switched to use search.ham.io
2012-11-14 10:01:51 -06:00
Peter Goodhall
e04e324365
Added the ability to delete radio profiles
2012-11-13 20:14:39 +00:00