mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Introduce a new Call History feature: adds Callhistory controller, Callhistory_model, migration (create callhistory_files table) and view for uploading/managing call history files. Implements CSV/TXT upload handling, storage per-user, activation/priority controls, checksum, and server-side lookup that scans active files for matching callsigns. Integrates UI: header menu link, contesting and QSO views show call history results inline, and JavaScript to perform lookups and render results with copy-to-SIG functionality. Also updates .gitignore to exclude uploaded callhistory directory and bumps migration_version to 261. |
||
|---|---|---|
| .. | ||
| autoload.php | ||
| bands.php | ||
| cloudlog.php | ||
| cloudlog_data_lists.php | ||
| config.sample.php | ||
| constants.php | ||
| database.sample.php | ||
| doctypes.php | ||
| foreign_chars.php | ||
| hooks.php | ||
| index.html | ||
| lotw.php | ||
| migration.php | ||
| mimes.php | ||
| profiler.php | ||
| routes.php | ||
| smileys.php | ||
| user_agents.php | ||