Introduces a new `station_profile.clublogcron` flag (migration 276) and wires it into station create/edit save flows so users can explicitly enable locations for `/clublog/upload`. Clublog station selection now only includes enabled locations (with fallback to `clublogrealtime` if the new column is not present), and the dashboard shows a warning when Clublog credentials exist but no station is enabled. It also tightens Clublog upload-status query grouping and fixes `Clublog::uploadall` return flow so upload results are returned consistently.
Replace duplicated selectize configuration in create.php and edit.php with a shared initStationReferenceSelect(selector, endpoint, maxItems) helper. The new function centralizes AJAX loading (min 3 chars), fields, and options, and is used to initialize SOTA, WWFF (single-select) and POTA (multi-select) inputs. No functional changes intended—this reduces duplicated code and simplifies future maintenance.
Add support for comma-separated POTA references across the app: bump migration version to 259 and add migration 260 to expand COL_MY_POTA_REF and station_pota to VARCHAR(255). Introduce Pota::split_refs and collect_refs_from_rows to normalize and aggregate multiple refs; refactor Pota counts to compute unique refs per band/mode. Normalize station_pota when saving in Stations and Logbook_model (uses normalize_pota_refs), and adjust POTA search to match refs inside comma-separated values. Update views to render multiple POTA links and hashtags, and add Selectize-based autocomplete for station POTA input on create/edit forms. Also minor change to user_owns_station query (removed user_id where clause).
1/ state update tranlate french language
DONE (with delimitor ")
- account_lang.php
- adif_lang.php
- admin_lang.php
- contesting_lang.php
- eqsl_lang.php
- export_lang.php
- filter_lang.php
- general_words_lang.php
- gridsquares_lang.php
- lotw_lang.php
- notes_lang.php
- qslcard_lang.php
- statistics_lang.php
IN PROGRESS
- awards_lang.php
TO DO
- menu_lang.php
- options_lang.php
- qso_lang.php
- station_lang.php
2/ change add/edit station_profil for tag "gen_find_zone_xxx" (general_words)
--> same consistency for all languages
3/ add tag "gridsquares_gridsquares_worked" (general_words) for all language file
--> exist only for english