Peter Goodhall
4c45cbdba3
Removed Google Maps API from config and added QRZ fields
2018-11-27 00:07:33 +00:00
Peter Goodhall
2505b6cc1e
Set Cloudlog to version 1.7
...
There hasn't been a release of Cloudlog in some time there for I'm tagging the current code base 1.7.
2018-11-27 00:00:12 +00:00
Andy
5959f8d6b8
Merge remote-tracking branch 'upstream/master'
2018-11-24 21:01:33 +00:00
Peter Goodhall
ffda02bf3a
Time zone changes
2018-11-22 14:14:25 +00:00
Peter Goodhall
c138441d38
Set the timezone in the config sample to UTC
2018-11-22 14:11:33 +00:00
Tobias Mädel
80f8c3f158
Added configurable google maps key
2018-11-05 11:56:55 +01:00
Andy
abc12df29b
pull from magicbug master
2018-08-08 12:37:21 +01:00
Warren Volz
85a167eda9
Re-add adif + tq8 mime types, upload path
...
- set ADIF file upload path to ./upload/
- for ADIF my browser uses text/plain, so
add this to the adi/adif types
2017-12-18 00:41:17 -07:00
Warren Volz
2c2e2c97e5
sync installer config template files, fix dbconf sample
...
- syncs config.php and database.php for installer with CI 3.1.6 versions
- syncs sample database config file with CI 3.1.6 (missed before)
2017-12-12 16:57:18 -07:00
Warren Volz
713d2825ad
sync sample config file with codeignitor 3.1.6 changes
2017-12-11 13:23:16 -07: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
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
Peter Goodhall
950a83ef92
converting hertz to mhz on adif export #196
2016-04-02 16:24:28 +01:00
Andy
35363f2374
Stored Proc for DXCC info
2016-02-28 14:09:08 +00:00
Andy
3459a81098
DXCC match on date as well as callsign. Table schema updates
2016-02-23 22:00:35 +00:00
Andy
71586bb1e5
New tables for full clublog DXCC import
2016-02-17 15:06:43 +00:00
Andy
c40eb37f40
more changes
2016-02-12 16:31:29 +00:00
Peter Goodhall
e33c6acd7c
added hamqth to config sample
2016-01-15 23:22:05 +00:00
Peter Goodhall
9982d79c33
set this as version 1.1 in the config sample
2014-10-06 23:07:15 +01: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
Corby Krick
25d777741f
Getting some bits in for downloading eQSL reports.
2013-08-07 18:40:16 -05:00
Corby Krick
d014e24317
Working prototype of LoTW file upload. Needs a bit of polish yet.
2013-03-05 19:19:52 -06:00
Corby Krick
bbfbdd8450
Adding .TQ8 file types.
2013-03-04 22:51:50 -06:00
Corby Krick
24cd4bfe11
These missed commit. Using the LoTW Rcvd mark specified in the DB.
2013-03-02 14:24:16 -06:00
Corby Krick
266cd3f021
Turning on migration, adding a migration to add lotw credentials to the database, and removing a sample migration.
2013-02-24 17:58:36 -06:00
Corby Krick
8a5891fb1b
Adding the CodeIgniter migrations config file.
2013-02-24 17:25:05 -06:00
Corby Krick
950037ada0
Now reading the URL for LoTW download from config file incase they change it.
2013-02-24 15:51:31 -06:00
Peter Goodhall
edcf474201
removed more old code
2013-02-14 23:58:10 +00:00
Peter Goodhall
73892f2b85
removed some error reporting bits
2013-02-14 23:54:31 +00:00
Peter Goodhall
10fd03d006
Merge pull request #109 from rmc47/master
...
Refactoring a bit of the CAT update code
2012-12-13 16:06:32 -08:00
Peter Goodhall
af0a025471
added nicer php error message display in development mode
2012-12-12 22:12:13 +00:00
Robert Chipperfield
e7e0afbfe7
Copy config files to sample versions and ignore them from git so upgrades don't overwrite them
2012-12-10 16:33:02 +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
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
272b3e1380
Stopped Logged in session from expiring
2012-01-07 22:49:12 +00:00
Peter Goodhall
dda5d4dffb
Adjustments to the API page
2011-12-30 11:54:40 +00:00
Peter Goodhall
bc7bc4ff58
Includes install system just go to /install in the browser and follow the on screen instructions
2011-12-20 15:38:43 +00:00
Peter Goodhall
e7c06edec1
added adif
2011-11-19 22:28:05 +00:00
Peter Goodhall
fae53f59f6
Dashboard map now shows SAT name if its available
2011-11-19 19:41:44 +00:00
Peter Goodhall
12706b313c
All sorts of updates
2011-10-18 22:29:50 +01:00
Peter Goodhall
5523f2e2c2
Moved dashboard maps to Google Maps API v3 removing the need for an API key.
2011-09-29 18:07:21 +01:00
Peter Goodhall
5c8fd2ddfe
Added ADIF export functions either whole log or by date.
2011-09-21 14:30:01 +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
8c9f540543
Added button styles to contest area
2011-08-19 21:30:45 +01:00
Andy Smith
74116240dd
More user changes, including profile page
2011-08-19 20:33:37 +01:00
Andy Smith
28ee178dd1
Added error code constants
2011-08-19 17:11:29 +01:00
Peter Goodhall
fe8f8cd5b0
Added example log.sql
2011-08-18 17:26:45 +01:00
Andy Smith
c2a7e45ca5
More user changes. 'user/add' now implemented.
2011-08-18 02:27:53 +01:00
Andy Smith
596f2d5ca0
Turn user authentication off by default.
2011-08-18 01:33:00 +01:00
Andy Smith
081aa4ce07
Modified allowed URL characters to enable API usage
2011-08-18 01:25:06 +01:00
Peter Goodhall
ec190cc61e
Updated codebase added notes, new dashboard, search features
2011-06-17 13:52:00 +01:00
Peter Goodhall
b18cd1b53e
Updated Database info
2011-04-25 16:26:43 +01:00
Peter Goodhall
f2b50c4573
Added Basic Files
2011-04-25 16:24:01 +01:00