Conversation
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`.
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.