- Discussions
- 4 644
- Messages
- 12 049
- Solutions
- 81
- J'aime
- 7 606
- Points
- 198
A collection of improvements to the XenForo Alerts system.
This add-on requires php 5.6 or newer.
This add-on requires XF 2.0.10 or newer.
Do not use MySQL statement-based replication with this add-on
Features :
On accessing alerts above the summerize threshold, fetches all unread alerts and attempts to group them in PHP. On successfully generating summary alerts, 2 queries are done. 1 insert to add the summary alert, 1 updating summerized alerts. Contributing features or bug fixes Please create a Github Pull request via the "More Information" link.
Télécharger V2.6.7 :
Version 2.7.0 Maintainance update :
Rename various templates to match XenForo Resource Standards
The installer does attempt to rename the affected templates to preserve history and custom changes.
Télécharger V2.7.0 :
Version 2.7.1 Maintenance update : Patch hourly alert cleanup to better respect max job run time.
Télécharger V2.7.1 :
Version 2.7.2 Maintenance update :
Even if "Alerts pop-up skips mark read" is set, mark alerts with the content type "user" as read when the alert pop-up is opened. As these alerts never get marked as read by visiting content.
Télécharger V2.7.2 :
Version 2.7.3 Maintenance update : Fix unexpected extra queries when a user doesn't have unread alerts
Télécharger V2.7.3 :
Version 2.7.4 Maintenance update : When pruning alerts; Reduce maximum batch size, and back-off by 1 second between prune attempts
Télécharger V2.7.4 :
Version 2.8.1 - Feature & XF2.2 compatibility update
Requires XenForo 2.1+
Requires php 7.0+
Recommend Warning Improvements 2.5.4 to support "Anonymize warning issuer" feature & Alert Improvements
Recommend Thread Starter Alerts 2.2.0 to support "auto read" feature
Now depends on Standard Library by Xon
Supports XF2.2+
On browser prefetching, do not automatically mark alerts as read.
Add "Alert summarize limit" option to prevent unexpectedly large number of alerts being checked for summarization
Add alert summarize flood-checking to determine if alerts page or alerts pop-up triggers alert summarize
Remove per-alert 'mark read' link, replace with a bulk mark read/unread system supporting selecting by day
Rework alert mark-as-read logic;
On Alerts page and alerts pop-up, only marks viewed alerts as viewed/read rather than all.
Support XF2.2 "auto read" alerts feature (and marks thread starter alerts as auto_read=0), back-ported to XF2.1
Ensure consistent behaviour between XF2.1 & XF2.2
Tweak alert pop-up footer to be consistent between XF2.1 & XF2.2
Version 2.8.2 - Bugfix update : Fix XF2.2 error; "method isRecentlyViewed is not callable on the given object"
Version 2.8.3 - Maintainance update :
Tweak read/unread/recently-read row styling, move read/unread separator as css class rather than inline styling
Restore per-alert 'mark read' link
Télécharger V2.8.3 :
Version 2.8.4 Bugfix :
Fix mark-as-read sets the wrong alert total on returning json
Make "show all" alerts link select the "all" filter
Rebuild user alert totals as as versions 2.8.0 to 2.8.3 had bugs where these where not updated as expected
Update alert pruning patch for large forums to work with XF2.2 pruning, and to update alert totals for users who have expired alerts
Version 2.8.5 Bugfix :
Fix "Call to a member function updateUnreadCountForUser() on null" during hourly cleanup
Remove overlay flag on alert preferences link on alert page
Télécharger V2.8.5 :
Version 2.8.6 Bugfix & maintenance :
Fix an alert count query being deadlock prone.
Rip out XF2.0 support & Content Ratings for XF2.0 support
Update various reaction summary phrases to be more consistent with singular reaction alerts
Update alert mark-as-read option hint phrases to be hopefully less confusing
Add per-alert "mark read" link (like "mark unread", it uses ajax to reload the alert)
In Alerts pop-up page
Fix that just read alerts where being pushed under unread alerts when splitting grouping unread/read alerts
Move recent new alert marker to be under the user avatar
Version 2.8.7 Bugfix : Package correct version of add-on's javascript files, fixes mark read/unread links
Version 2.8.8 Security fix & bugfix :
Fix access check when unsummarizing alerts. This could allow deleting arbitrary alerts for other users, but did not leak contents of that alert.
Fix unsummarizating alerts where not correctly marking the alert as unviewed
Remove redundant separator when floating mark read/unread right
Update phrase used by the reaction summary for a single user giving multiple reactions
Télécharger V2.8.8 :
Version 2.8.9 - Bugfix & Maintenance update
Make global "mark read" work without a overlay or redirect to a new page, and reload alerts on the existing page when invoked
Handle alerts unviewed/unread being out of sync so trigger summarization
For reaction summary alerts
Ensure reactions have stable sorting (new summarizes only)
On generating summary alerts, ensure they are treated as just-read correctly in the UI.
On viewing details, Fix the new alert star was being put under the avatar incorrectly
Télécharger V2.8.9 :
Version 2.8.10 - Maintenance update
Adjust locking ordering in markUserAlertsRead to hopefully be less deadlock prone
Add sanity checking to unread alerts page to automatically rebuild alert counts on no unread alerts being seen
Télécharger V2.8.10 :
Version 2.8.12 - Bugfix & Maintenance update
Adjust lock ordering to reduce/prevent deadlocks between the mark read/unread feature and inserting alerts
Note; this affects stock alerts as well.
Fix that mark read/unread would silently fail if an alert went away
Fix bulk alert toggle could be inconsistent compared to the individual alert toggler with how it manipulates is-read/is-recently-read/is-unread classes
Fix alert/unread/unsummarize alert did not displaying a UI on a GET request
Fix that clicking 'unsummarize' would reload page, now it removes the alert and updates alert totals
Add public account/alert route, allowing nicer URLs for alert specific actions
Rename various templates & phrases to be consistently named
Improve handling of alerts which are not viewable but are still counting a user's read count
Télécharger V2.8.12 :
Version 2.8.13 - Bugfix update
Fix that mark read/unread would remove the checkbox on the alerts page
Push fauxBlockLink to be just around the per-template render to not overlap the minor info row
Télécharger V2.8.13 :
Version 2.8.14 Bugfix update : Fix that alerts css would be injected after extra.less, which made styling difficult
Télécharger V2.8.14 :
Version 2.8.15 Bugfix update : Rework alert pruning to better scale for large & busy forums
Télécharger V2.8.15 :
Version 2.8.17 Bugfix update :
Fix "Call to a member function keys() on array"
Fix that very old alerts could be shown in the alerts pop-up
Increase thickness of border between unread and read alerts
Force unread alerts to be preferred when fetching alerts in the alerts pop-up
Télécharger V2.8.17 :
Version 2.8.19 Maintenance update :
Add CLI command "xf-rebuild:sv-alert-totals" to expose rebuilding alert totals job
Avoid updating alerts which are condinates to be pruned, this should reduce the possibility of the alerts cleanup tasks generating deadlocks.
Télécharger V2.8.19 :
Version 2.8.20 Bugfix update :
Reduce possibility of deadlocks when pruning alert cleanup table
Fix summary alert pagination
Télécharger V2.8.20 :
Version 2.8.22 - Maintenance update :
Another attempt to reduce deadlocks during alert pruning
When editing a post, mark related alerts as read, as this displays changes in post contents to the visitor
If Live Content add-on is installed; only try to mark alerts as read if the visitor has unread alerts
Télécharger V2.8.22 :
Version 2.9.0 - Feature & bugfix update :
- Require php 7.2+
- Require XenForo 2.2+, remove XF2.1 support
- Fix sticky unread alerts could unexpectedly occur due to (effectively undocumented) 'auto read' functionality in XF2.2
- Fix confusion over view_date vs read_date not being correctly used in the expected places
- Fix alerts pop-up not respecting "Days to retain viewed alerts in popup" option in all cases
- Fix 'mark read' functionality could result in inconsistent view/read date for older alerts near the expiry period
- Fix unstaller not correctly removing columns added to xf_user_option
- Fix alert summarization/grouping may not trigger when expected
- Ensure
- Use index hints to control poor index selection on some installs
- Attempt to improve unviewed alert cleanup which can have issues when dealing with very large number of alerts
- Improve UI.X compatibility
- In Alerts pop-up, do not prevent marking alerts as recently read when they are read in that request
- Add various styling options to control alerts styling
- Add styling option to control if just-read-alerts from the alerts pop-up are styled as read or unread, and if to fade from unread to read.
- Visiting the full alerts page no longer marks alerts as read by default, and removes the relevant per-user option ("Alerts page skips mark read").
- Display an font-awesome icon (star with exclamation) on alerts which are unread with auto-read off, rather than a star for recent-ish alerts. With more correct hint text on both
Télécharger V2.9.0 :
Version 2.9.1 Bugfix update : Fix "Alert summarization" option being disabled still showed user's preference options to configure it.
Télécharger V2.9.1 :
Version 2.9.2 Bugfix update :
- Require Standard Library by Xon v1.18.0+
- Fix alert summarizing only triggered on +25 unread alerts instead of the user-defined threshold
- Fix summary alerts in the alert pop-up would be pushed under the just read alerts as if it had been read a while ago
- Adjust "Alert summarize limit" option description text to better describe what a limit of 0 does (ie no limit)
Télécharger V2.9.2 :
Version 2.9.3 - Bugfix :
- Fix both the alerts pop-up and alerts page would mark some alerts as read when it shouldn't.
- This could give the impression of alerts disappearing as the default unread filter on the alerts page would exclude those unexpectedly read alerts.
Version 2.9.4 - Bugfix :
- Fix regression in v2.9.0 where empty content summary alerts was being generated, and incorrectly preferring a per-user summary instead.
- Fix that editing alert preferences when summarization is disabled, would disable some summarization options.
Télécharger V2.9.4 :
Version 2.9.5 - Bugfix update :
- Fix "Alerts pop-up skips mark read" and "Alerts page skips summarizing" user-options did not save as expected
- Fix "Alert resummarize flood check" global option didn't allow selecting 0 to disable it
Télécharger V2.9.5 :
Version 2.10.1 - Feature update :
Télécharger V2.10.1 :
Version 2.10.3 - Bugfix & maintenance update :
Version 2.10.4 : Fix adding a user via the admincp could result in a php type error.
Télécharger V2.10.4 :
Version 2.10.6 - Bugfix update :
- 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
Télécharger V2.10.6 :
Version 2.10.7 - Bugfix update :
- Fix unsetting "Pop-up auto-read" for some XF stock alerts would fail to be respected when those alerts are generated.
Télécharger V2.10.7 :
Version 2.10.8 - Bugfix update :
Version 2.10.9 - Bugfix update : Fix setting "Alerts page skips summarizing" in "User Registration" to false wasn't applied to new accounts.
Télécharger V2.10.9 :
Version 2.10.10 - Bugfix update :
Version 2.10.11 - Minor feature update :
Version 2.10.12 - Maintainance update :
Version 2.10.13 - Minor feature update : Add "Use stock UI for marking alerts as read" style property (default disabled)
Version 2.11.1 - XenForo 2.3 support :
Version 2.12.2 - Bugfix & Feature update :
Version 2.13.0 - Feature & Bugfix update :
This add-on requires php 5.6 or newer.
This add-on requires XF 2.0.10 or newer.
Do not use MySQL statement-based replication with this add-on
Features :
- For threads/conversation/profile pages, automatically marks alerts as read from content on a given page when viewed.
- Mark unread link for individual alerts on the Alerts page.
- Supports the following add-ons:
- Content Ratings
- Global Optional, Alert summerization by selected content type or user
- User Option to prevent marking as read when accessing /accounts/alerts page.
- User Option to prevent summerization when accessing /accounts/alerts page.
- User Option to adjust summerization threshold
- Posts, Conversation, Profile post, profile post comments Likes
- Ratings (From Content Ratings)
- Adds an extra column to xf_alert.
alter table xf_user_alert summerize_id add int(10) unsigned DEFAULT NULL
- 1 extra SELECT query per thread page request when the user has more than zero active alerts.
- If there are alerts to mark as read, then an extra UPDATE is required.
On accessing alerts above the summerize threshold, fetches all unread alerts and attempts to group them in PHP. On successfully generating summary alerts, 2 queries are done. 1 insert to add the summary alert, 1 updating summerized alerts. Contributing features or bug fixes Please create a Github Pull request via the "More Information" link.
Télécharger V2.6.7 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Rename various templates to match XenForo Resource Standards
The installer does attempt to rename the affected templates to preserve history and custom changes.
Télécharger V2.7.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.7.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Even if "Alerts pop-up skips mark read" is set, mark alerts with the content type "user" as read when the alert pop-up is opened. As these alerts never get marked as read by visiting content.
Télécharger V2.7.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.7.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.7.4 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Requires XenForo 2.1+
Requires php 7.0+
Recommend Warning Improvements 2.5.4 to support "Anonymize warning issuer" feature & Alert Improvements
Recommend Thread Starter Alerts 2.2.0 to support "auto read" feature
Now depends on Standard Library by Xon
Supports XF2.2+
On browser prefetching, do not automatically mark alerts as read.
Add "Alert summarize limit" option to prevent unexpectedly large number of alerts being checked for summarization
Add alert summarize flood-checking to determine if alerts page or alerts pop-up triggers alert summarize
Remove per-alert 'mark read' link, replace with a bulk mark read/unread system supporting selecting by day
Rework alert mark-as-read logic;
On Alerts page and alerts pop-up, only marks viewed alerts as viewed/read rather than all.
Support XF2.2 "auto read" alerts feature (and marks thread starter alerts as auto_read=0), back-ported to XF2.1
Ensure consistent behaviour between XF2.1 & XF2.2
Tweak alert pop-up footer to be consistent between XF2.1 & XF2.2
Version 2.8.2 - Bugfix update : Fix XF2.2 error; "method isRecentlyViewed is not callable on the given object"
Version 2.8.3 - Maintainance update :
Tweak read/unread/recently-read row styling, move read/unread separator as css class rather than inline styling
Restore per-alert 'mark read' link
Télécharger V2.8.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix mark-as-read sets the wrong alert total on returning json
Make "show all" alerts link select the "all" filter
Rebuild user alert totals as as versions 2.8.0 to 2.8.3 had bugs where these where not updated as expected
Update alert pruning patch for large forums to work with XF2.2 pruning, and to update alert totals for users who have expired alerts
Version 2.8.5 Bugfix :
Fix "Call to a member function updateUnreadCountForUser() on null" during hourly cleanup
Remove overlay flag on alert preferences link on alert page
Télécharger V2.8.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix an alert count query being deadlock prone.
Rip out XF2.0 support & Content Ratings for XF2.0 support
Update various reaction summary phrases to be more consistent with singular reaction alerts
Update alert mark-as-read option hint phrases to be hopefully less confusing
Add per-alert "mark read" link (like "mark unread", it uses ajax to reload the alert)
In Alerts pop-up page
Fix that just read alerts where being pushed under unread alerts when splitting grouping unread/read alerts
Move recent new alert marker to be under the user avatar
Version 2.8.7 Bugfix : Package correct version of add-on's javascript files, fixes mark read/unread links
Version 2.8.8 Security fix & bugfix :
Fix access check when unsummarizing alerts. This could allow deleting arbitrary alerts for other users, but did not leak contents of that alert.
Fix unsummarizating alerts where not correctly marking the alert as unviewed
Remove redundant separator when floating mark read/unread right
Update phrase used by the reaction summary for a single user giving multiple reactions
Télécharger V2.8.8 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Make global "mark read" work without a overlay or redirect to a new page, and reload alerts on the existing page when invoked
Handle alerts unviewed/unread being out of sync so trigger summarization
For reaction summary alerts
Ensure reactions have stable sorting (new summarizes only)
On generating summary alerts, ensure they are treated as just-read correctly in the UI.
On viewing details, Fix the new alert star was being put under the avatar incorrectly
Télécharger V2.8.9 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Adjust locking ordering in markUserAlertsRead to hopefully be less deadlock prone
Add sanity checking to unread alerts page to automatically rebuild alert counts on no unread alerts being seen
Télécharger V2.8.10 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Adjust lock ordering to reduce/prevent deadlocks between the mark read/unread feature and inserting alerts
Note; this affects stock alerts as well.
Fix that mark read/unread would silently fail if an alert went away
Fix bulk alert toggle could be inconsistent compared to the individual alert toggler with how it manipulates is-read/is-recently-read/is-unread classes
Fix alert/unread/unsummarize alert did not displaying a UI on a GET request
Fix that clicking 'unsummarize' would reload page, now it removes the alert and updates alert totals
Add public account/alert route, allowing nicer URLs for alert specific actions
Rename various templates & phrases to be consistently named
Improve handling of alerts which are not viewable but are still counting a user's read count
Télécharger V2.8.12 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix that mark read/unread would remove the checkbox on the alerts page
Push fauxBlockLink to be just around the per-template render to not overlap the minor info row
Télécharger V2.8.13 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.8.14 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.8.15 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix "Call to a member function keys() on array"
Fix that very old alerts could be shown in the alerts pop-up
Increase thickness of border between unread and read alerts
Force unread alerts to be preferred when fetching alerts in the alerts pop-up
Télécharger V2.8.17 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Add CLI command "xf-rebuild:sv-alert-totals" to expose rebuilding alert totals job
Avoid updating alerts which are condinates to be pruned, this should reduce the possibility of the alerts cleanup tasks generating deadlocks.
Télécharger V2.8.19 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Reduce possibility of deadlocks when pruning alert cleanup table
Fix summary alert pagination
Télécharger V2.8.20 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Another attempt to reduce deadlocks during alert pruning
When editing a post, mark related alerts as read, as this displays changes in post contents to the visitor
If Live Content add-on is installed; only try to mark alerts as read if the visitor has unread alerts
Télécharger V2.8.22 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Require php 7.2+
- Require XenForo 2.2+, remove XF2.1 support
- Fix sticky unread alerts could unexpectedly occur due to (effectively undocumented) 'auto read' functionality in XF2.2
- Fix confusion over view_date vs read_date not being correctly used in the expected places
- Fix alerts pop-up not respecting "Days to retain viewed alerts in popup" option in all cases
- Fix 'mark read' functionality could result in inconsistent view/read date for older alerts near the expiry period
- Fix unstaller not correctly removing columns added to xf_user_option
- Fix alert summarization/grouping may not trigger when expected
- Ensure
xf_user_alert.summerize_id
column has the same column size as xf_user_alert.alert_id
. If alert_id has been to a bigint, this may be an expensive operation;
SQL:
alter table xf_user_alert modify column summerize_id bigint unsigned default null;
- Attempt to improve unviewed alert cleanup which can have issues when dealing with very large number of alerts
- Improve UI.X compatibility
- In Alerts pop-up, do not prevent marking alerts as recently read when they are read in that request
- Add various styling options to control alerts styling
- Add styling option to control if just-read-alerts from the alerts pop-up are styled as read or unread, and if to fade from unread to read.
- Visiting the full alerts page no longer marks alerts as read by default, and removes the relevant per-user option ("Alerts page skips mark read").
- Display an font-awesome icon (star with exclamation) on alerts which are unread with auto-read off, rather than a star for recent-ish alerts. With more correct hint text on both
Télécharger V2.9.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.9.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Require Standard Library by Xon v1.18.0+
- Fix alert summarizing only triggered on +25 unread alerts instead of the user-defined threshold
- Fix summary alerts in the alert pop-up would be pushed under the just read alerts as if it had been read a while ago
- Adjust "Alert summarize limit" option description text to better describe what a limit of 0 does (ie no limit)
Télécharger V2.9.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix both the alerts pop-up and alerts page would mark some alerts as read when it shouldn't.
- This could give the impression of alerts disappearing as the default unread filter on the alerts page would exclude those unexpectedly read alerts.
Version 2.9.4 - Bugfix :
- Fix regression in v2.9.0 where empty content summary alerts was being generated, and incorrectly preferring a per-user summary instead.
- Fix that editing alert preferences when summarization is disabled, would disable some summarization options.
Télécharger V2.9.4 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix "Alerts pop-up skips mark read" and "Alerts page skips summarizing" user-options did not save as expected
- Fix "Alert resummarize flood check" global option didn't allow selecting 0 to disable it
Télécharger V2.9.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Work-around surprisingly expensive add-on live-ness join when fetching alerts and instead filter by content_type
- Fix some bad index selection for newer MariaDB/MySQL versions for various parts of the add-on
- Fix some bad performance when using the 'unsummarize' feature
- Fix bad links for profile-post summary alerts
- Fix formatting of alert summarization threshold option not being a numberbox
- Fix summary alerts could have a "G" as the user avatar for alerts which aren't attributed to a user
- Style compatibility fix where the day-selector on the alerts page could be forced onto a new line
- Rework alert summarization feature to be more performant and use less memory
- Rework alert preferences
- Cleanup various phrasing and add more explainer text to hopefully be less confusing
- Add "Alerting preference defaults" option
- Add simplified interface for alert preferences (no alerts, use defaults, use custom).
- Add per-alert "Alert bell read" option to alert preferences which allows setting if each individual alert is mark-as-read when viewed in the alerts pop-up
- Add support for summarizing XFMG reactions alerts
- Add support for summarizing post quotes alerts
- Add support for summarizing user followed alerts
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- 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)
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.10.4 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- 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
Télécharger V2.10.6 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix unsetting "Pop-up auto-read" for some XF stock alerts would fail to be respected when those alerts are generated.
Télécharger V2.10.7 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- 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.
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.10.9 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- 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
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- 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
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- 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.
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Version 2.11.1 - XenForo 2.3 support :
- Require StandardLib v1.21.0+
- XF2.3 support
- Recommend a minimum of XF2.3.2, as otherwise alert totals do not update as expected
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- 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.
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- 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 give it a tooltip phrase.- This icon is disabled by default for new installs. Upgrades will inherit
Unread alert icon flag
to enable this functionality per-style
- This icon is disabled by default for new installs. Upgrades will inherit
- Update various alert icons to match between XF2.2 and XF2.3, and rename icon style property names to be less confusing
- "Unread" alert icon is now
fas fa-star
(solid star) - "Just toggled read" alert icon is now
fas fa-star-exclamation
(solid star with an exclamation in the middle) - "Recent read alert" icon is now
far fa-star
(hollow star)
- "Unread" alert icon is now
- Add
Vous devez répondre avant de pouvoir voir le contenu des données cachées.