Cloudlog/application/models
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
..
adif_data.php Now populating COL_LOTW_QSLSDATE 2013-03-08 18:25:47 -06:00
api_model.php API query string changes - now uses = instead of square brackets. 2012-01-03 23:30:53 +00:00
cat.php Added Features to allow SatPC32 to act as a Radio interface with Cloudlog 2016-11-16 16:59:53 +00:00
dxcc.php Merge pull request #187 from teabreakninja/master 2016-02-15 17:51:50 +00:00
dxcc_entities.php New tables for full clublog DXCC import 2016-02-17 15:06:43 +00:00
dxcc_exceptions.php New tables for full clublog DXCC import 2016-02-17 15:06:43 +00:00
dxcc_prefixes.php New tables for full clublog DXCC import 2016-02-17 15:06:43 +00:00
index.html Added Basic Files 2011-04-25 16:24:01 +01:00
logbook_model.php Merge pull request #194 from teabreakninja/master 2016-02-25 13:39:11 +00:00
lotw.php Automated importing of LoTW users 2014-03-03 17:28:33 +00:00
note.php Improved MVC layout of code 2011-07-22 01:08:47 +01:00
search.php Ability to search for QSOs with IOTA refs eg eu-008 2013-08-06 23:02:49 +01:00
sota.php Started SOTA tracking comments field - SOTA:# then awards/sota 2012-11-01 01:50:11 +00:00
stats.php Started Custom Stats /statistics/custom works for vhf and up #94 2012-04-23 17:35:19 +01:00
user_model.php add eqsl and lotw login names to session 2016-02-12 18:13:47 +00:00
wab.php Order WAB Awards Results ASC 2012-10-31 22:10:33 +00:00
wacral.php Basic tracking for wacral members WACRAL:# and awards/wacral for acceessing information for awards 2012-11-01 16:39:00 +00:00