Wykres commitów

287 Commity (fc6bc4f8a755eb32024a0d1a4878779b7648b972)

Autor SHA1 Wiadomość Data
Peter Goodhall 3038034b6a Formatting 2019-10-12 22:40:04 +01:00
Peter Goodhall ab35f34467 SCP check now includes database from Club Log
You can automatically download the SCP from Club Log via index.php/update/update_clublog_scp
2019-10-11 16:42:18 +01:00
Peter Goodhall 5e2690cb97 only send QSOs to eQSL which have a station profile that has an eqsl qth nickname defined 2019-10-07 22:11:51 +01:00
Peter Goodhall 7fbf449bae
Merge pull request #366 from dg9vh/csvexport
Added col_comment to csv-export for printing,
2019-10-06 22:26:26 +01:00
Kim - DG9VH 93309ba501
Correct logic to send eQSLs
now the eQSLs where send if the status is 'N' or NULL
2019-10-06 22:26:14 +02:00
Kim Huebel 2f489f9ee8 Added col_comment to csv-export for printing,
also made comments in cloudlog.php (cosmetics)
2019-10-06 19:52:18 +02:00
Peter Goodhall 5ce70ec532 You can now edit the QSO and change the OPERATOR callsign if its not the one in the login account 2019-10-06 16:08:11 +01:00
Peter Goodhall a2f8947ba7 You can now change Station profile when editing a QSO 2019-10-06 16:00:01 +01:00
Peter Goodhall da9eb5fc4d Include QSOs where COL_EQSL_QSL_SENT is null when uploading to eQSL 2019-10-06 15:40:33 +01:00
Peter Goodhall 523d6b4560 More XSS 2019-10-05 22:16:58 +01:00
Peter Goodhall 61b13860f3 XSS filtering for API Descriptions 2019-10-05 22:09:06 +01:00
Peter Goodhall 1f5317c96a Added xss clean to inputs because interwebs and stupid people 2019-10-05 22:02:28 +01:00
Peter Goodhall 46dfd35815 Added Quill WYSIWYG to Notes, added XSS to user area and Notes 2019-10-05 21:57:44 +01:00
Peter Goodhall a22c0cb149 Assorted Security improvements 2019-10-05 19:35:55 +01:00
Peter Goodhall f22b811e79 XSS Clean inputs on Station controller and model 2019-10-05 19:16:05 +01:00
Peter Goodhall e79a349897 Start of settings 2019-10-04 18:30:55 +01:00
Peter Goodhall f4a0298247 Removed unneeded components from User edit which have moved to station profile screen 2019-10-04 11:37:55 +01:00
Peter Goodhall 6439af3df9 Cloudlog now requires eQSL QTH NIckname to upload QSOs 2019-10-04 11:32:29 +01:00
Peter Goodhall 48f07949fb Added function to edit station profiles 2019-10-03 22:18:14 +01:00
Peter Goodhall 2a8f7f9272 Added a function to assign all QSOs to station profile number 1 and added table field into station profile for eqsl nickname 2019-10-03 12:56:25 +01:00
Kim Huebel 3ee091a9df take station_callsign from station_profile 2019-09-28 17:35:57 +02:00
Kim Huebel 044407fefc considering only the QSOs of the active station profile now. 2019-09-27 23:04:49 +02:00
Peter Goodhall eff165f28e Clublog will upload to logbook based on the station callsign of the station profile 2019-09-26 13:05:28 +01:00
Peter Goodhall 151e82f3ff Dashboard shows qsos and stats for the active logbook only 2019-09-26 12:49:50 +01:00
Peter Goodhall 3697448d56 Stats are only for the active logbook profile 2019-09-26 12:42:19 +01:00
Peter Goodhall 08a2ad5a30 Gridsquare maps are shown based on the active logbook 2019-09-26 12:30:40 +01:00
Peter Goodhall 76e24b545d Added migration to set the station_id to indexed also created a second station model that returns qso count so that sped things up 2019-09-25 00:38:13 +01:00
Peter Goodhall 0a03fa7fbf Awards are shown based on the active station profile 2019-09-25 00:05:45 +01:00
Peter Goodhall f638b82005 When exporting, always use the active station profile 2019-09-24 23:42:01 +01:00
Peter Goodhall 54e4e9677c station callsign information shown in QSO popup windows and search 2019-09-24 23:10:59 +01:00
Peter Goodhall 26e4fd16ef /logbook now shows the station_callsign used 2019-09-24 22:54:37 +01:00
Peter Goodhall ecd7f7f6ac On /station/ next to each profile it gives a QSO count. 2019-09-24 22:19:49 +01:00
Peter Goodhall c6d6058043 Wasn't automatically setting the active station_id as default if user didn't select one in the QSO panel and removed function add() which was left over from old code 2019-09-24 22:05:27 +01:00
Peter Goodhall 142dcb35d8 Removed debug as it should be fixed 2019-09-23 18:36:17 +01:00
Peter Goodhall 8faa8ff84e Fixed typo 2019-09-23 18:35:56 +01:00
Peter Goodhall 55cdbda070 debug check 2019-09-23 18:35:02 +01:00
Peter Goodhall 3341b11875 if station profile isn't selected in qso window it reverts to the logbook set as active in station profile 2019-09-23 18:30:17 +01:00
Peter Goodhall 8c9e50ff85 Extended the Station Profile options these will act as logbooks within Cloudlog 2019-09-23 17:29:22 +01:00
Peter Goodhall e15f3cdde2 Removed yesterdays work decided against its method of implimentation 2019-09-23 16:27:10 +01:00
Peter Goodhall b26b525c20 Added basis for multi logbook 2019-09-22 21:41:23 +01:00
Peter Goodhall 531d165d5d Refactored the CAT lookup code reduced the load times from 0.5152ms to load to a mere 0.0012ms 2019-09-06 16:55:13 +01:00
Peter Goodhall d1b5db4ef2 More work done on search filter option 2019-09-04 23:42:11 +01:00
Kim Huebel 2391ccb859 fixed logical error on eqsl-selection. 2019-09-01 20:54:02 +02:00
Peter Goodhall 09a46b2b66 Fixes #338 Respects the Ignore flag when exporting to eQSL 2019-08-30 21:14:50 +01:00
Kim - DG9VH 85e5c0d5c6
Update Logbook_model.php 2019-08-28 22:27:26 +02:00
Kim Huebel 0f81c3f6a8 Exporting QSO-Data for printing QSLs 2019-08-28 21:13:24 +02:00
Peter Goodhall b9d762c5ab If CQ zones or DXCC not found defaults to null 2019-08-27 16:18:31 +01:00
Peter Goodhall c124a0200c You can now select station profile for ADIF file when importing 2019-08-19 22:25:50 +01:00
Peter Goodhall 74fec04b6b Fixed ADIF bug 2019-08-19 21:50:07 +01:00
Peter Goodhall 406ba9d3da Used a % rather than $ doh 2019-08-19 17:11:00 +01:00