Skip to content

2.8.18. - #3463

Merged
magicbug merged 13 commits into
masterfrom
dev
Aug 15, 2026
Merged

2.8.18.#3463
magicbug merged 13 commits into
masterfrom
dev

Conversation

@magicbug

Copy link
Copy Markdown
Owner

No description provided.

magicbug and others added 13 commits August 14, 2026 12:43
Remember each user's last location per logbook, restore it on switch, and add a quick-switch wizard on Logbook Overview.
Rebase PR #3428 onto dev using OptionsLib and a migration, add language strings, and pass logbook locations after the satellite-orbit gridmap argument.

Co-authored-by: Phillip Hunter <phunter95@gmail.com>
Add Global Options toggle for confirmations on public visitor maps
Bumps [qs](https://github.com/ljharb/qs) to 6.15.3 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `qs` from 6.14.2 to 6.15.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.2...v6.15.3)

Updates `cypress` from 13.8.1 to 15.18.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.8.1...v15.18.0)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.15.3
  dependency-type: indirect
- dependency-name: cypress
  dependency-version: 15.18.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Mode and band changes were replacing Frequency with the band default and clearing Frequency (RX), so QO-100 CW favourites saved an empty downlink.
Load sat modes on recall, restore missing QO-100 RX/TX from satellite data, and drop duplicate favourite element IDs.
This adds a favorite-name workflow in the QSO screen: saving now opens a modal to edit the favorite name, existing favorites get a rename action, and menu items show clearer hints while preserving apply/delete behavior. On the backend, `add_edit_fav` now accepts `option_name` and `old_option_name`, sanitizes input safely, enforces the 45-character limit, and removes the old favorite key when a rename occurs.
Overhaul the visitor/OQRS public-facing pages:

- Add `public_identity_data()` helper in Logbooks_model to centralise slug resolution, removing duplicated lookup logic across Visitor and Oqrs controllers
- Route OQRS per-logbook via slug (e.g. `/oqrs/my-slug`) with `_remap()`, scoping QSO queries to the logbook's stations
- Redesign visitor/index.php with a hero section (callsign, on-air badge, find-in-log form) and cleaner stats cards; remove QSL breakdown tables
- Add visitor_lang.php language file for all visitor UI strings
- Update navbar to show branded callsign, active state on nav links, and correct OQRS/gridsquares hrefs
- Rename `satellites` URL segment to `gridsquares` for the public gridmap, with backwards-compatible fallback in gridmap.js
- Scope radio status display to the logbook owner's user ID
- Various XSS/escaping fixes and removal of redundant session checks on public pages
Introduces a new optional `public_name` field on `station_logbooks` (migration 279) so owners can set a friendly title for public visitor pages without exposing internal logbook names. Adds UI and controller/model handling to save this value, includes language strings, and updates visitor branding logic to prefer callsign, then public name, then internal logbook name. Also handles pre-migration installs by warning when the new column is missing.
Strengthens note diary image uploads with better PHP/server error reporting, checks for missing tables and unwritable directories, optional GD-based resizing, and an increased per-image limit from 2 MB to 8 MB. It also surfaces upload warnings in the notes UI, fixes image accordion state in edit view, adds the manage-categories label, and keeps a forbidden index file tracked under uploads/diary.
Bumps the current migration version to 280 and adds migration `280_tag_2_8_18`. The migration updates the app version in `options` to `2.8.18` and resets `user_options` version dialog confirmation so users see the new version info prompt. The rollback sets the version back to `2.8.17`.
@cursor

cursor Bot commented Aug 15, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@magicbug
magicbug merged commit b4864db into master Aug 15, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant