提交图

370 提交

作者 SHA1 备注 提交日期
Corby Krick
2e557c252b Adding a success message type 2013-11-03 08:44:02 -06:00
Corby Krick
8e42f35c29 Have eQSL.cc send working. 2013-11-02 10:29:20 -05: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
7bb1748332 Fixing a couple of typos 2013-08-31 11:50:04 -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
Corby Krick
07e2d5c6d7 Actually, this needs to do an UPDATE, not an insert... 2013-08-17 10:26:43 -05: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
Corby Krick
25d777741f Getting some bits in for downloading eQSL reports. 2013-08-07 18:40: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
Peter Goodhall
6b3ab6c543 Added Corby to the readme 2013-05-07 02:57:07 +01:00
Peter Goodhall
2dd4217421 Fixed stupid typo 2013-05-07 02:55:38 +01:00
Peter Goodhall
f920e7bba2 changed robs url to github as site no longer works 2013-05-07 02:55:01 +01:00
Peter Goodhall
4904a029bb fixed clublog logo in the readme 2013-05-07 02:52:42 +01:00
Peter Goodhall
01faddd555 Added version info to readme 2013-05-07 02:51:42 +01:00
Peter Goodhall
b3e21d22e5 Adds sat_name to Parcial search results when logging 2013-05-04 23:51:41 +01:00
Peter Goodhall
0efa234d7c CW RST defaults to 599 2013-05-04 23:27:00 +01:00
Peter Goodhall
754acc19ab Changed JT9 to JT9-1 and also set all VHF/UHF data modes to set rsts to -5 by default rather than 59 2013-05-04 23:25:36 +01:00
Peter Goodhall
8db054a5df Added JT9 mode to the post qso area 2013-05-04 23:08:32 +01:00
Peter Goodhall
85710b99e8 Added JT9 to the Add QSO area 2013-05-04 23:08:04 +01:00
Peter Goodhall
828d657304 Merge pull request #136 from skweeker/master
Installer Fixes
2013-04-30 10:23:42 -07:00
Corby Krick
ca8b8e7eb8 Installer now detects the directory and URL for the installation and fills them in for you. 2013-04-29 16:44:22 -07:00
Corby Krick
b868695767 Changing table name to all caps. 2013-04-29 18:16:13 -05:00
Corby Krick
528729d84a Changing the overflow for sticky footer. No scrollbar now unless we need it. 2013-04-29 12:22:01 -05:00
Corby Krick
abdd42bfcc Getting rid of a couple place holder files from CodeIgniter 2013-04-22 19:01:49 -05:00
Corby Krick
66d0bef23a Added a wrapper div and CSS to make the footer stick to the bottom of the page. Docs at cssstickyfooter.com. Closes magicbug/cloudlog#135. 2013-04-21 17:39:54 -07:00
Corby Krick
de041bb6cd Adding the cat table 2013-04-21 13:48:36 -07:00
Corby Krick
00fbf8798e Installer now creates the database.php file. 2013-04-21 10:58:14 -07:00
Corby Krick
484fea42e7 Making the contacts table name all uppercase because the name is uppercase when HRD Logbook creates it. Also removing lotw_user_name and lotw_user_password from the users table, because we add it in later migrations via the migration scripts. 2013-04-21 10:32:09 -07:00
Peter Goodhall
bd39832843 Merge pull request #133 from skweeker/master
Improving error message displays
2013-04-16 15:26:54 -07:00
Corby Krick
1d8116052f Now using the messages partial view to display errors to the user. 2013-03-30 07:50:35 -05:00
Corby Krick
150d7bd3c1 Adding a partial view for displaying messages to the user. 2013-03-30 07:40:13 -05:00
Corby Krick
f230245c36 Removing some JS that wasn't needed on this view. 2013-03-24 16:47:18 -05:00
Corby Krick
9ed103ba52 Removing some JS that wasn't needed on this view. 2013-03-24 16:45:26 -05:00
Corby Krick
9310e17432 Correcting lost user id data 2013-03-24 16:42:36 -05:00
Corby Krick
b0d87e5edf Displaying errors on user login failures 2013-03-24 16:31:45 -05:00
Peter Goodhall
99213ed063 Merge pull request #131 from skweeker/master
LoTW export and upload
2013-03-09 04:54:34 -08:00
Corby Krick
83f6eb41db Now populating COL_LOTW_QSLSDATE 2013-03-08 18:25:47 -06:00
Corby Krick
c118eb71de Merge remote-tracking branch 'upstream/master' 2013-03-06 23:34:08 -06:00
Corby Krick
f3ac92a305 Adding support for LoTW export. 2013-03-06 23:33:39 -06:00
Corby Krick
048891a69c Added method for marking QSOs exported for LoTW as sent. 2013-03-06 23:31:19 -06:00
Peter Goodhall
b789e6b979 Tidyed up some UI 2013-03-06 15:29:48 +00:00
Peter Goodhall
98c0bafdb4 Merge pull request #129 from skweeker/lotw_web_import
Lotw web import
2013-03-06 07:20:50 -08: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
4a96fbe55a Adding uploads/*.ADI, uploads/*.tq8 and uploads/*.TQ8 to ignore list. 2013-03-04 23:01:45 -06:00