Alert Improvements by Xon

Alert Improvements by Xon 2.10.13

No permission to download
  • Add "Use stock UI for marking alerts as read" style property (default disabled)
  • When the user's alert count is non-zero, the alert-popup is forced to fetch unread alerts first, and if no unread alerts are discovered this indicates the user's alert count is out-of-sync and needs to be reset.
  • Like
Reactions: VBX Co
  • Add explain text to the "Use custom" value for "Alerting Preferences" per-user option
  • Add "[Alert Improvements] Can customize advanced alert preferences" permission to control is a user can change the following per-user preferences: "Alerts page options"/"Alert pop-up options"/"Alerts summarize threshold"
    Permission granted to Registered user group by default
  • Fix incorrect phrase for default alert type in admincp
  • Fix new alert types could be opted out by default instead of opt-in
  • Fix user's alert preferences may not save with some configurations
  • On alert opt-out list; only render "reset" checkbox for non-default values
  • Fix setting "Alerts page skips summarizing" in "User Registration" to false wasn't applied to new accounts
  • Fixes for grouped/summarized alerts
    • Group by newest alert not oldest when computing alert summary data
    • When gluing together per-content type reaction summary, use ", " not just whitespace.
  • Fix unsetting "Pop-up auto-read" for some XF stock alerts would fail to be respected when those alerts are generated
  • Fix "getSvAlertPref(): Return value must be of type array, null returned" when adding a user via the admincp
  • Force a consistent mysql locking ordering of affected user records when a user receives a reaction
  • Like
Reactions: VBX Co
  • Fix adding a user via the admincp could result in a php type error
  • Fix alerts grouped by user could occur event if the alerts by a user was less than the configured threshold
  • Fix new installs did not migrate alert preferences
  • Fix migrating alert preferences would block the installer
  • Fix alert preferences where not respected during alert migration from stock to add-on configuration
  • Adjust text around the alert pop-up marking alerts as read behavior
  • Use a separate css class for the recent alert marker
  • Convert confusing named "Alerts pop-up does not mark alerts as read" checkbox to "Alert pop-up read behavior" with the options: "Always mark alerts as read"/"Never mark alerts as read"/"Use per-alert configuration"
  • Add style properties "Show recent/unread alert icon on alert" and "Unread/Recent alert icon", disabled by default (previously was enabled)
Top Bottom