提交图

210 提交

作者 SHA1 备注 提交日期
Corby Krick
fd7557a4c0 Merge remote-tracking branch 'upstream/master' 2013-11-03 13:27:01 -06:00
Corby Krick
e9fdc07b93 Works now if QSLs are not waiting to be downloaded 2013-11-03 13:15:25 -06:00
Corby Krick
0e348f4bb7 changing the comment for the success section 2013-11-03 13:14:09 -06:00
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
Peter Goodhall
75fb99cc4d Fixes issue #149 correctly named files for exporting ADIF 2013-10-30 20:14:11 +00:00
Peter Goodhall
67e99779ac Fixed issue #146 where footer was sitting above other html elements 2013-09-17 23:04:52 +01: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
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
bc4970fbe4 Adding support for editing the eQSL credentials 2013-08-17 09:08:26 -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
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
b0d87e5edf Displaying errors on user login failures 2013-03-24 16:31:45 -05: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
Peter Goodhall
b789e6b979 Tidyed up some UI 2013-03-06 15:29:48 +00: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
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
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
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
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
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
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
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
Robert Chipperfield
d9c935ba88 Set ADIF header field lengths correctly 2012-12-16 13:04:50 +00:00
Robert Chipperfield
5dbfad90e6 Refactor the CAT update code a bit for less repetition 2012-12-13 23:44:12 +00:00
Peter Goodhall
53d27e9844 Maps now centre on stored locator in a user profile if logged in.issue #56 2012-11-30 16:16:43 +00:00
Peter Goodhall
befdae44f0 even more comments 2012-11-30 01:26:58 +00:00
Peter Goodhall
6d194042d7 More comments 2012-11-30 01:25:35 +00:00
Peter Goodhall
a84d90fb23 Added html comments 2012-11-30 01:24:17 +00:00