- Авг 10, 2024
- 5
- 0
- $1
This member @igldie6969 contributed to the discussion at post #21 with a short message.
thanks
Посмотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на главный экран.
Примечание: Данная функция может быть недоступна в некоторых браузерах.
This member @igldie6969 contributed to the discussion at post #21 with a short message.
- Fix edge case where clicking 'mark read' on an alert or the 'all' alerts button would miss updating alerts
- Add confirmation prompt when clicking "mark read" for marking alerts as read.
- Add per-user "Prompt on bulk mark read" option. Controlled by the global "Mark-read prompt opt-out" option.
- Require StandardLib v1.22.0+
- Fix bulk alert 'mark read' would fail if there was no unread alerts on the current page but the user had unread alerts
- Fix changing Unread alert icon/Recent alert icon did not trigger XF2.3 font-awesome icons to be consistently added
- Rework how alert read status icon is added to an alert
- Add Just read alert icon style properties to style a just read alert icon and...
Read the rest of this update entry...Fix unsummarizing a summary alert would cause an internal server error if a rare deadlock occurred
Fix possible deadlock interrupting the process which expires too-old alerts
Read the rest of this update entry...php 8.4+ compatibility fixes
Improve XF Cloud support
Fix alert summarizing blocks viewing alerts with "Please enter a number that is no more than 4294967295." when there are more the alert_id > 2^32
This update runs the following schema change, which may take time.
SQL:alter table xf_sv_user_alert_summary modify column alert_id bigint not null;
Fix xf_sv_user_alert_summary entries did not get cleaned up when alerts expired
Fix AlertTotalRebuild job could cause deadlocks or...
Read the rest of this update entry...
- Fix conversation message reactions summarization had a bad link to the conversation message
- Attempt to reduce transaction size when rebuilding alert totals
Read the rest of this update entry...Disable style variation support for Unread alert icon/Just toggled read alert icon/Recent alert icon style properties as this causes unexpected issues with rendering the icon