提交图

295 提交

作者 SHA1 备注 提交日期
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
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
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
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
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
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
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
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
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
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
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