提交图

7 提交

作者 SHA1 备注 提交日期
Peter Goodhall
12127b8d85 Fix DXCC country matching case sensitivity
Updated SQL queries in Workabledxcc controller and model to use case-insensitive matching for DXCC country names by comparing UPPER(COL_COUNTRY) to UPPER(?). This resolves issues where country names with different cases were not matched correctly.
2025-08-11 15:12:14 +01:00
Peter Goodhall
9fb5feffe7 Make DXCC entity matching case-insensitive
Updated batchWorkedQuery and related logic to perform case-insensitive matching for DXCC entities using UPPER() in SQL WHERE conditions. This ensures entities are matched regardless of case, improving reliability of lookups.
2025-08-11 15:08:59 +01:00
Peter Goodhall
9b17ff9250 Optimize DXCC list queries and add DB indexes
Refactored Workabledxcc controller and model to batch DXCC entity and worked/confirmed status lookups for improved performance. Added migration to create composite indexes on DXCC-related columns to further speed up queries. Updated migration version to 205.
2025-08-11 14:50:56 +01:00
DJ3CE
f03ad1d0b0 Switch dxped-url config to options-table 2024-04-04 19:50:53 +02:00
DJ3CE
07ba06d104 Make dxped-url configurable 2024-03-27 11:33:16 +01:00
Peter Goodhall
868865354d Update Workabledxcc_model.php 2024-02-17 20:47:00 +00:00
Peter Goodhall
0db9b37f73 Adds DXpeditions this week to dashboard 2024-02-17 17:54:35 +00:00