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 |
Corby Krick
|
bc17566e49
|
Added a view for uploading TQ8 (LoTW signed files). Working on the controller for functionality yet.
|
2013-03-04 22:59:33 -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
|
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
|
364bb9541e
|
Adding a primary key just for SQL sanity sake :)
|
2013-02-26 22:10:14 -06:00 |
Corby Krick
|
f630dde7ce
|
Moving LoTW config elements to a config table in the database. The config table is created and populated via migration. Removing the config elements from the sample config file.
|
2013-02-26 22:04:35 -06:00 |
Corby Krick
|
c614c5a89d
|
Added a call that runs CI migration if we need to migrate up or down.
|
2013-02-25 21:11:49 -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
|
94603ca9b4
|
Adding more CodeIgniter migration stuff that was missing.
|
2013-02-24 17:56:37 -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 |
Corby Krick
|
a3a195b6ea
|
Mapping database values to items in the list was incorrect for a couple of entries.
|
2013-02-24 15:42:53 -06:00 |
Corby Krick
|
105507e389
|
Mapping database values to items in the list was incorrect for a couple of entries.
|
2013-02-24 15:42:47 -06:00 |
Corby Krick
|
b4ba9e2f84
|
Fixing a couple typos.
|
2013-02-23 18:40:06 -06:00 |
Corby Krick
|
bed4dccb88
|
Merge pull request #1 from tmcarthur/lotw_web_import
Extract loading logic to private method from Travis KD0HCE
|
2013-02-23 15:49:15 -08:00 |
Travis McArthur
|
b3f03dc3c9
|
Extract loading logic to private method
|
2013-02-23 16:42:18 -07:00 |
Corby Krick
|
8b002b7415
|
Have downloading working! Now to see if I can do something about this redundant code...
|
2013-02-23 13:25:36 -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
|
8b86756498
|
We are now pulling the LoTW username and password from the user_model and using those values to build out our URL. I also removed some notes and added a couple TODO reminders.
|
2013-02-22 18:57:44 -06:00 |
Corby Krick
|
8761d52bb7
|
Submitting LoTW fetch on the import form will download a file from LoTW and stick it in the uploads directory. Working on building the LoTW report download link.
|
2013-02-22 18:30:33 -06:00 |
Corby Krick
|
6cd66a6a4a
|
Helps to save the file before committing, but it was just comments anyway...
|
2013-02-21 20:19:58 -06:00 |
Corby Krick
|
ab56594bdb
|
Added radio buttons to the import form. Working on adding functionality for LoTW API.
|
2013-02-21 20:13:42 -06:00 |
Corby Krick
|
8399f95a7a
|
Adding .gitignore for .adi files in the uploads directory.
|
2013-02-21 19:54:03 -06:00 |
Corby Krick
|
aee36e9470
|
Added getter and setters for LoTW username and password
|
2013-02-21 18:31:31 -06:00 |
Corby Krick
|
ea47d327fc
|
Added LoTW username and password fields to edit user screen.
|
2013-02-21 18:20:13 -06:00 |
Corby Krick
|
fbaabac51f
|
Merge remote-tracking branch 'upstream/master' into lotw_web_import
|
2013-02-20 19:29:52 -06:00 |
Peter Goodhall
|
44558d7d39
|
Moved edit QSO to Bootstrap style, made QSL infos into tabs, and adjusted layout still needs work
|
2013-02-20 23:23:30 +00:00 |
Corby Krick
|
5b56e9575e
|
Adding two fields to the users table for LoTW username and password. We'll need an upgrade script to alter the table for existing installations.
|
2013-02-16 14:21:13 -06:00 |
Peter Goodhall
|
1879853ac8
|
Mark LOTW Confirms as Sent at the same time
|
2013-02-16 16:51:07 +00:00 |
Peter Goodhall
|
dd06829ce3
|
Show LOTW status in the QSO popup window
|
2013-02-16 16:49:03 +00:00 |
Peter Goodhall
|
8551c63767
|
Added LoTW Import to the Admin menu
|
2013-02-16 16:43:46 +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
|
be931f3a68
|
Fixed overflow of the bearings onto two lines when adding QSOs
|
2013-02-16 15:02:30 +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 |
Peter Goodhall
|
3141300186
|
Merge pull request #125 from skweeker/master
trim gridsquares before sending to Qra
|
2013-02-15 07:07:47 -08:00 |
Corby Krick
|
1e548f4c26
|
I've confirmed that case-sensitivity was not the root cause of the mapping issue -- it was carriage returns at the end of the string. When I tested by changing the gridsquare to upper-case in my database, the carriage return got removed. This gave us a false positive that it was a case issue. I have tested withwith XX11xx grid squares and have confirmed that case makes no difference.
|
2013-02-14 20:21:26 -06:00 |
Corby Krick
|
29c760db56
|
Added a trim() to gridsquares to strip off any sort of new-line characters that might be hanging out at the end of the string.
|
2013-02-14 20:07:24 -06:00 |
Peter Goodhall
|
86ce285665
|
Made gridsquare uppercase when sending it to QRA
|
2013-02-15 00:35:38 +00:00 |
Peter Goodhall
|
52ddb1a69a
|
Tidied up code
|
2013-02-15 00:27:27 +00: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
|
ecc32a2b02
|
Merge pull request #124 from skweeker/edit_qso_qsl_dropdowns
Added menu items for paper QSLs, and menus for eQSL.cc and LoTW in the edit section
|
2013-02-14 09:37:28 -08: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 |
Corby Krick
|
1384926f72
|
Added menu items for paper QSLs, and menus for eQSL.cc and LoTW. Need to be prettied up with some CSS.
|
2013-02-09 14:58:34 -06:00 |
Peter Goodhall
|
4d85ca9237
|
Fixed Error showing on ADIF upload page. Issue #122
|
2013-01-23 14:02:47 +00:00 |
Peter Goodhall
|
0dc26a12f2
|
Added better warning for when a KML file cannot be written.
|
2012-12-18 00:50:53 +00:00 |