- Discussions
- 4 644
- Messages
- 12 049
- Solutions
- 81
- J'aime
- 7 606
- Points
- 198
A Collection of improvements to XF's reporting system. Fully phrased.
On install, all existing warnings are copied into a new warning change tracking log and associated with reports. This process occurs as a background task, and is non-disruptive.
Note; when reports are sent to a forum, the warning<->report links can not be created!
Feature list:
Télécharger V2.4.2 :
Version 2.4.3 bugfix :
Fix compatibility with XF2.1+ report mentions & add-on report comment alerts.
Télécharger V2.4.3 :
Version 2.4.4 Bugfix :
Fix error deleting a thread reply ban not created via issuing a warning
Fix that issuing a thread reply ban via thread reply ban interface would ignore the 'resolve report' option
Compatibility fix for Report Centre Essentials when "View oldest report contents" option is enabled
Version 2.4.5 - bugfix : Fix error when removing a thread reply bans without an expiry.
Télécharger V2.4.5 :
Version 2.4.6 Bugfix :
Fix "Accessed unknown getter 'username' on XF:Report" when Report Centre Essentials is not installed
Fix disclosure of reporter's username in search results if a user is permitted to see report comments but not the reporter's username.
Télécharger V2.4.6 :
Version 2.4.8 Maintainance update :
Add per-warning "Skip reply bans" option
Fix various report count user criteria ("Undefined index: count" error)
Télécharger V2.4.8 :
Version 2.4.9 Bugfix update :
Remove extra
Fix reports criteria (missing "days" input)
Télécharger V2.4.9 :
Version 2.5.2 Bugfix update : Fix missing react alert opt-out phrase
Télécharger V2.5.2 :
Version 2.5.3 Bugfix update : Fix incorrect phrase for news feed support for report comment reactions
Version 2.5.4 Bugfix update :
Fix searching by warning point ranges when 'Search Improvements' and XFES are both installed.
Only show warning point search in report comments if Search Improvements addon (free) is installed.
If installed, Require Search Improvements v2.3.1
Télécharger V2.5.4 : .
Version 2.5.5 Bugfix update :
Fix issuing a reply-ban from warnings did not respect the can-reply-ban permission for display. However, the permission was checked before trying to apply the reply-ban.
Télécharger V2.5.5 :
Version 2.6.0 - XF2 Compatibility update :
Requires php 7.0+
Now depends on Standard Library by Xon
Supports XF2.2
Télécharger V2.6.0 :
Version 2.6.1 - Compatibility update :
Support for Report Centre Essentials v2.4.0+
Fix N+1 query behaviour when viewing report alerts & report reactions
Télécharger V2.6.1 :
Version 2.7.0 - Bugfix & Maintenance update
Update a number of methods to use php 7.0 type hinting, potentially a breaking change for 3rd party add-ons extending Report Improvements
Rename options to have more consistant naming
Limit assigning reports to only to users who can view & update a report (rather than just view it)
Fixes Non-moderators who can update reports;
Fix N+1 query behaviour
Improve query fetching non-moderators so it now checks that users have the view reports permission before loading the user records, and to respect the "never" permissions.
XenForo permission checks where still done on the list of users
Add "Maximum non-moderator users who can handle reports" option
This help prevents out-of-memory errors on viewing reports when unexpectedly loading thousands or tens of thousands of user records
Télécharger V2.7.0 :
Version 2.7.1 - Maintenance update
Improve queue when discovering non-moderators who can be assigned reports, and implement caching around this list.
Adds an index to xf_permission_entry table
Caching requires an XenForo caching provider to be setup.
Still appears to produce a sub-standard query plan for older versions of MySQL, but is "better" than 2.7.1
Télécharger V2.7.1 :
Version 2.7.2 - Bugfix update
Fix error when trying to issue a reply-ban with a warning without an expiry
Improvements for 'non-moderators who can have reports assigned' feature
Run basic permission cleanup after upgrades/installs
Another attempt at reducing performance impact, focusing on older MySQL versions
Télécharger V2.7.2 :
Version 2.7.3 - Bugfix update :
Fix N+1 queries when loading post reports.
Do a direct node permission check rather than per-forum canView php call if the option "Reports respect view-node permission" is set
Fix N+1 query behaviour from loading report titles
Télécharger V2.7.3 :
Version 2.7.4 - Maintenance update : Fix double-encoding of cache values, which is surprisingly expensive
Télécharger V2.7.4 :
Version 2.7.5 Bugfix update : Ensure report comment alerts respect the "view reporter username" permission
Télécharger V2.7.5 :
Version 2.7.6 Bugfix update : Fix rejoining a reported conversation
Télécharger V2.7.6 :
Version 2.7.7 Compatibility update : In search, allow grouping report comments by report. Only really useful for upcoming ElasticSearch Essentials update.
Télécharger V2.7.7 :
Version 2.8.0 - Feature update :
Force global namespace for functions which are known to be optimizable to bytecode in php
Implement php 7 type hinting
Add option "Resolve report - Alerts" configure alerting default when rejecting/resolving reports
Add "Send resolution alert" checkbox when issuing/deleting/expiring warnings and issuing thread reply bans
Télécharger V2.8.0 :
Version 2.8.1 - Bugfix update : On making non-closing report comments; do not record a comment as sent if the 'send alert' checkbox is set, despite not actually sending the alert
Télécharger V2.8.1 :
Version 2.9.0 - Feature & bugfix update :
Fix "Call to undefined method XF\Entity\User::canReportSearch()" that can occur during upgrading
When a post is being reported; inject 'user has been warned for this post' notice, and a 'has been reply-banned' notice if SV/ThreadReplyBanTeeth add-on is installed.
Télécharger V2.9.0 :
Version 2.9.1 - Bugfix update : Fix report comment alert would miss-classify warning operation types as new warnings
Télécharger V2.9.1 :
Version 2.9.2 - Bugfix update :
Fix report title's been indexed into search as escaped
Re-indexing reports/reports comments really only matters if using ElasticSearch Essential's exact title match feature.
Fix double escaping when rendering report titles in search results
Télécharger V2.9.2 :
Version 2.10.5 - Feature update :
Version 2.10.6 - Bugfix update : Fix "Call to a member function hydrateRelation() on null" error when a reply-ban references a hard-deleted thread
Télécharger V2.10.6 :
Version 2.10.7 - Bugfix update :
Fix leaving a report in an open state when issuing a thread replyban and warning and the option to resolve the report is used.
Télécharger V2.10.7 :
Version 2.10.8 - Bugfix update :
Fix various report comment action links being incorrectly generated.
This adds an explicit
If using Report Centre Essentials, update to v2.6.5+
If using Content Ratings for XF2.1+ Reports , update to v1.2.0+
Télécharger V2.10.8 :
Version 2.10.9 - Bugfix update :
Fix additional blank form row when reporting a post on a non-reported/warned/thread banned user
Fix 'Attempt to read property "user_id" on null' on report search results for deleted users when the viewer can not view reporter's usernames
Fix error reverting edit history for a report comment.
Télécharger V2.10.9 :
Version 2.10.10 : XF2.2.8 compatibility update for reverse report comment feature.
Télécharger V2.10.10 :
Version 2.10.11 - Bugfix update :
Fixes for discovering non-moderators that can be assigned to reports
Support Report Center Essentials per report queues permissions
Prevent catastrophically bad performance when the site has a very large number of users
Télécharger V2.10.11 :
Version 2.10.12 Bugfix update :
Do not log new report comments as 'edits' into the moderator log
Prune moderation log of incorrect 'edit' entries
Télécharger V2.10.12 :
Version 2.10.13 Bugfix update : Fix that "resolve report" checkbox could be shown to users who can't resolve reports when issuing warnings
Télécharger V2.10.13 :
Version 2.10.14 - Bugfix update :
php 8.2 compat fixes
Fix issue when issuing a warning which would result in the warning details to not be populated on selecting a warning type.
Télécharger V2.10.14 :
Version 2.11.0 :
Require XenForo 2.2+
Migrate
Strongly recommend 64bit php !
Télécharger V2.11.0 :
Version 2.11.1 - Bugfix update :
- Fix function type error when viewing reports if Report Centre Essentials add-on is not installed or when other add-ons may modify the comments list.
Télécharger V2.11.1 :
Version 2.11.2 - Bugfix update :
Fix "Method canResolveLinkedReport is not callable on the given object" error when Warning Improvements is not installed when issuing a warning.
Télécharger V2.11.2 :
Version 2.12.0 - Feature update :
Add 'report' button to items in the approval queue which support reports
Add report filtering options to the approval queue
No longer includes reported content by default
Add filter for whether to include reported content, with option to save a filter set as default
Add a 'load more' button to the approval queue
Télécharger V2.12.0 :
Version 2.12.1 : Work-around for buggy report data when indexing reports.
Télécharger V2.12.1 :
Version 2.12.2 - Bugfix update :
Fix out of date add-on option phrase
Fix reporting users from the approval queue
Télécharger V2.12.2 :
Version 2.12.3 Bugfix update : Fix missing column default causing errors when the add-on is disabled.
Télécharger V2.12.3 :
Version 2.12.6 - Bugfix update :
Fix being unable to set "Maximum non-moderator users who can handle reports" to zero
Fix some report centre permissions (view/edit/view attachment) where not assigned to moderators on install
Harden the new-install code path of the installer to only add report queue permissions to the stock Moderator/Administrator groups if they have the dependent permissions, not any user-group which may have moderator only permissions
Add CLI command "sv-dev:export-report-users" to export non-moderators for a report
Fix report assignment list would not include non-moderators who had been allowed the "view report queue" and "update report" permissions at the report queue level (when Report Centre Essentials is installed & active)
Fix possible misleading "Potential miss-configuration detected. X users have access to handle/update this report via permissions" being logged
This is the result of the report assignment list could include non-moderators who had been denied the "view report queue" and "update report" permissions at the global level.
These users could not see, be alerted by or interact with the report, they where just being added to the dropdown as being assignable. Actual permission checks prevented them doing anything with the report they could potentially be assigned to.
Télécharger V2.12.6 :
Version 2.12.7 - Bugfix update :
- Fix editing another user's report comment would change the user of that report comment
- The permission for this was not granted by default to any group.
Télécharger V2.12.7 :
Version 2.13.0 - Feature update :
- php 8.2 compatibility update
- If installed, require Search Improvements v2.6.0+
- Support Search Improvements v2.7.0+ search term display.
Télécharger V2.13.0 :
Version 2.13.2 Bugfix update :
- Fix public content banner not being captured when a warning is created
- Fix warning in report did not indicate if the banner was the same as the public warning title
- Add missing search terms ("With warnings" and "Warned users: X") on results page
Télécharger V2.13.2 :
Version 2.13.3 Bugfix update : Fix error blocking deleting a warning when the content it was linked to has been hard-deleted.
Télécharger V2.13.3 :
Version 2.14.4 - Feature update :
This update will require a full search rebuild, truncating the index before re-indexing.
Version 2.14.5 - Bugfix update : Fix internal server error when a warning with a title > 255 characters was issued.
Télécharger V2.14.5 :
Version 2.14.6 - Bugfix update :
- Fix type error when indexing reports when 3rd party content returns returns null instead of something string-like
- Fix error on search results page as the result of a add-on conflict.
Removes @NixFifty's Ticket support for search result terms as this is moved to v2.6.0 of the Tickets add-on
Version 2.14.7 - Bugfix update : Fix searching reports from NixFifty's Tickets by category.
Télécharger V2.14.7 :
Version 2.14.8 - Bugfix update :
- Improve warning search results appearance to correctly attribute who the warning is for, and who issued it
- Fix warning search not finding records as expected.
- Requires rebuilding search index for the Warnings content type to fix bad search references.
- Does not require a full-reindex of everything.
Télécharger V2.14.8 :
Version 2.14.9 - Bugfix update :
- Fix installer would throw an error if a report for a post had it's thread hard-deleted
- Fix new report comments alert where not fully anonymized when Alert Improvements was installed
- Fix reaction alerts for report comments could be partially anonymized when they shouldn't
Télécharger V2.14.9 :
Version 2.14.10 - Bugfix update :
- Fix broken reports could block search indexing, only report if the site is in debug mode
- Fix error "Unknown behavior 'XF:IndexableContainer' " blocking replying to a report.
Télécharger V2.14.10 :
Version 2.14.11 - Bugfix update :
- Fix new installs not assigning all report queue permissions to default moderator/administrator user-groups correctly.
Télécharger V2.14.11 :
Version 2.14.12 - Maintenance & bugfix update :
- Require Search Improvements v2.10.0+
- Improve how report comments & warnings are filtered out of search results when using XFES without ElasticSearch Essentials
- ElasticSearch 5.x compatibility fix
Télécharger V2.14.12 :
Version 2.14.14 - Bugfix update :
- Fix that report quick search didn't search reported content
- Improve new-install work-flow by immediately rebuilding permissions for affected moderators instead of after various rebuild-tasks which may take considerable time
Télécharger V2.14.14 :
Version 2.14.15 - Bugfix update :
- Fix "Column 'warning_definition_id' cannot be null" error when issuing a warning with a reply-ban on some MySQL configurations.
Télécharger V2.14.15 :
Version 2.14.16 - Bugfix update :
- Fix report assigned label being a raw phrase string instend of being rendered
- Improve UI when issuing a warning on content which does not have a warning
Télécharger V2.14.16 :
Version 2.15.0 - Feature & Maintenance update :
Version 2.16.2 - Feature update :
Version 2.16.3 - Bugfix update :
- Fix possible error when using XFES and searching via report states
- Fix report search result having bad word wrapping of the reported content's title when including the report status
Télécharger V2.16.3 :
Version 2.17.3 - Feature & bugfix update :
Version 2.17.4 - Bugfix update :
Version 2.18.0 - Feature update :
Version 2.18.1 - Bugfix update : Fix report comment reaction alerts had the content's avatar instead of the actioning user
Télécharger V2.18.1 :
Version 2.18.2 - Bugfix update :
Version 2.18.3 - Bugfix update :
Version 2.19.5 - XenForo 2.3 support :
Version 2.19.6 - Bugfix update : Fix possible XF2.3 error on report notifications
Télécharger V2.19.6 :
Version 2.20.0 - Feature update :
Version 2.20.1 - Bugfix update :
Version 2.20.3 - Bugfix update : Fix @Z61's Member Notes add-on integration when viewing a report.
Télécharger V2.20.3 :
Version 2.20.4 :
Version 2.20.5 : Fix approval queue did not show user/post reports as expected.
Télécharger V2.20.5 :
Version 2.20.6 - Bugfix update :
Version 2.20.7 - Bugfix update :
On install, all existing warnings are copied into a new warning change tracking log and associated with reports. This process occurs as a background task, and is non-disruptive.
Note; when reports are sent to a forum, the warning<->report links can not be created!
Feature list:
- Improve performance of Report Center by reducing stock XenForo N+1 query behaviour
- Permission based access to the report center:
- Default permissions set for groups (global/content) for groups with warn or edit basic profile permissions.
- New Permissions:
- View Report center
- Comment on open report
- Comment on closed report
- Update a report's status
- Assign report
- See reporter username
- Sends an Alert to moderators who have commented/reported on a report.
- Only sends an alert if the previous alert has not been viewed
- Report Alerts link to the actual comments for longer reports
- Report Alerts include the title of the report
- Links Warnings to reports.
- Visible from the warning itself, and when issuing warnings against content.
- Link reply bans to reports
- Log reply bans into report system
- Optional Issue a reply-ban on issuing a warning (default disabled)
- Link Reports to Warnings.
- Logs changes to Warnings (add/edit/delete), and associates them with a report.
- Automatically create a report for a warning.
- When issuing a Warning, option to resolve any linked report.
- Optional ability to log warnings into reports when they expire. This does not disrupt who the report was assigned to, and does not re-open the report.
- Report Comment Likes.
- Resolved Report Alerts are logged into Report Comments (as an explicit field).
- Search report comments
- Optional ability to search report comments by associated warning points, and warned user. (Requires Enhanced Search Improvements add-on)
- Reverse order of report comments (default disabled)
- Optional auto-reject/resolve sufficiently old reports (default disabled)
- Show content date when viewing a report
- Show forum for post reports in report list
- Permission-based ability to join a reported conversation
Télécharger V2.4.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix compatibility with XF2.1+ report mentions & add-on report comment alerts.
Télécharger V2.4.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix error deleting a thread reply ban not created via issuing a warning
Fix that issuing a thread reply ban via thread reply ban interface would ignore the 'resolve report' option
Compatibility fix for Report Centre Essentials when "View oldest report contents" option is enabled
Version 2.4.5 - bugfix : Fix error when removing a thread reply bans without an expiry.
Télécharger V2.4.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix "Accessed unknown getter 'username' on XF:Report" when Report Centre Essentials is not installed
Fix disclosure of reporter's username in search results if a user is permitted to see report comments but not the reporter's username.
Télécharger V2.4.6 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Add per-warning "Skip reply bans" option
Fix various report count user criteria ("Undefined index: count" error)
Télécharger V2.4.8 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Remove extra
:
character from various criteria phrasesFix reports criteria (missing "days" input)
Télécharger V2.4.9 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.5.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Version 2.5.4 Bugfix update :
Fix searching by warning point ranges when 'Search Improvements' and XFES are both installed.
Only show warning point search in report comments if Search Improvements addon (free) is installed.
If installed, Require Search Improvements v2.3.1
Télécharger V2.5.4 : .
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix issuing a reply-ban from warnings did not respect the can-reply-ban permission for display. However, the permission was checked before trying to apply the reply-ban.
Télécharger V2.5.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Requires php 7.0+
Now depends on Standard Library by Xon
Supports XF2.2
Télécharger V2.6.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Support for Report Centre Essentials v2.4.0+
Fix N+1 query behaviour when viewing report alerts & report reactions
Télécharger V2.6.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Update a number of methods to use php 7.0 type hinting, potentially a breaking change for 3rd party add-ons extending Report Improvements
Rename options to have more consistant naming
Limit assigning reports to only to users who can view & update a report (rather than just view it)
Fixes Non-moderators who can update reports;
Fix N+1 query behaviour
Improve query fetching non-moderators so it now checks that users have the view reports permission before loading the user records, and to respect the "never" permissions.
XenForo permission checks where still done on the list of users
Add "Maximum non-moderator users who can handle reports" option
This help prevents out-of-memory errors on viewing reports when unexpectedly loading thousands or tens of thousands of user records
Télécharger V2.7.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Improve queue when discovering non-moderators who can be assigned reports, and implement caching around this list.
Adds an index to xf_permission_entry table
Caching requires an XenForo caching provider to be setup.
Still appears to produce a sub-standard query plan for older versions of MySQL, but is "better" than 2.7.1
Télécharger V2.7.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix error when trying to issue a reply-ban with a warning without an expiry
Improvements for 'non-moderators who can have reports assigned' feature
Run basic permission cleanup after upgrades/installs
Another attempt at reducing performance impact, focusing on older MySQL versions
Télécharger V2.7.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix N+1 queries when loading post reports.
Do a direct node permission check rather than per-forum canView php call if the option "Reports respect view-node permission" is set
Fix N+1 query behaviour from loading report titles
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.
Télécharger V2.7.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.7.6 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.7.7 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Force global namespace for functions which are known to be optimizable to bytecode in php
Implement php 7 type hinting
Add option "Resolve report - Alerts" configure alerting default when rejecting/resolving reports
Add "Send resolution alert" checkbox when issuing/deleting/expiring warnings and issuing thread reply bans
Télécharger V2.8.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.8.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix "Call to undefined method XF\Entity\User::canReportSearch()" that can occur during upgrading
When a post is being reported; inject 'user has been warned for this post' notice, and a 'has been reply-banned' notice if SV/ThreadReplyBanTeeth add-on is installed.
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.
Fix report title's been indexed into search as escaped
Re-indexing reports/reports comments really only matters if using ElasticSearch Essential's exact title match feature.
Fix double escaping when rendering report titles in search results
Télécharger V2.9.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- If installed, strongly recommend updating to Warning Improvements v2.7.3+ after installing this add-on
- If installed, strongly recommend updating to Report Centre Essentials v2.6.4+ after installing this add-on
- Fix incorrectly stating a new report will be created when issuing a warning
- Fix edge case where report resolve alerts where not sent as expected when issuing warnings
- Reduce N+1 query behaviour with many thread reply bans on a report
- Reshuffle permissions to support per-report queue permissions.
- Requires Report Centre Essentials to activate per-report queue permissions, and per-report queue permissions analysis
- Log the user's IP when a user makes a report or a moderator comments on a report
- Log warning public banner into reports
- Add preview support for report comments
- Add edit support for report comments
- Add attachment support for report comments
- Support using Persistent Alert add-on's
xf_user_alert.sv_container_id
when checking for report comment alerts for hopefully improved performance on alerting.
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.10.6 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix leaving a report in an open state when issuing a thread replyban and warning and the option to resolve the report is used.
Télécharger V2.10.7 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix various report comment action links being incorrectly generated.
This adds an explicit
reports/comment
route and updates various templates this add-on has to use itIf using Report Centre Essentials, update to v2.6.5+
If using Content Ratings for XF2.1+ Reports , update to v1.2.0+
Télécharger V2.10.8 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix additional blank form row when reporting a post on a non-reported/warned/thread banned user
Fix 'Attempt to read property "user_id" on null' on report search results for deleted users when the viewer can not view reporter's usernames
Fix error reverting edit history for a report comment.
Télécharger V2.10.9 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.10.10 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fixes for discovering non-moderators that can be assigned to reports
Support Report Center Essentials per report queues permissions
Prevent catastrophically bad performance when the site has a very large number of users
Télécharger V2.10.11 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Do not log new report comments as 'edits' into the moderator log
Prune moderation log of incorrect 'edit' entries
Télécharger V2.10.12 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.10.13 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
php 8.2 compat fixes
Fix issue when issuing a warning which would result in the warning details to not be populated on selecting a warning type.
Télécharger V2.10.14 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Require XenForo 2.2+
Migrate
xf_report_comment.ip_id
column to 64bit integer to support the xf_ip.ip_id
column being 64bit in a future updateStrongly recommend 64bit php !
Télécharger V2.11.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix function type error when viewing reports if Report Centre Essentials add-on is not installed or when other add-ons may modify the comments list.
Télécharger V2.11.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix "Method canResolveLinkedReport is not callable on the given object" error when Warning Improvements is not installed when issuing a warning.
Télécharger V2.11.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Add 'report' button to items in the approval queue which support reports
Add report filtering options to the approval queue
No longer includes reported content by default
Add filter for whether to include reported content, with option to save a filter set as default
Add a 'load more' button to the approval queue
Télécharger V2.12.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.12.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix out of date add-on option phrase
Fix reporting users from the approval queue
Télécharger V2.12.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.12.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Fix being unable to set "Maximum non-moderator users who can handle reports" to zero
Fix some report centre permissions (view/edit/view attachment) where not assigned to moderators on install
Harden the new-install code path of the installer to only add report queue permissions to the stock Moderator/Administrator groups if they have the dependent permissions, not any user-group which may have moderator only permissions
Add CLI command "sv-dev:export-report-users" to export non-moderators for a report
Fix report assignment list would not include non-moderators who had been allowed the "view report queue" and "update report" permissions at the report queue level (when Report Centre Essentials is installed & active)
Fix possible misleading "Potential miss-configuration detected. X users have access to handle/update this report via permissions" being logged
This is the result of the report assignment list could include non-moderators who had been denied the "view report queue" and "update report" permissions at the global level.
These users could not see, be alerted by or interact with the report, they where just being added to the dropdown as being assignable. Actual permission checks prevented them doing anything with the report they could potentially be assigned to.
Télécharger V2.12.6 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix editing another user's report comment would change the user of that report comment
- The permission for this was not granted by default to any group.
Télécharger V2.12.7 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- php 8.2 compatibility update
- If installed, require Search Improvements v2.6.0+
- Support Search Improvements v2.7.0+ search term display.
Télécharger V2.13.0 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix public content banner not being captured when a warning is created
- Fix warning in report did not indicate if the banner was the same as the public warning title
- Add missing search terms ("With warnings" and "Warned users: X") on results page
Télécharger V2.13.2 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.13.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
This update will require a full search rebuild, truncating the index before re-indexing.
- Require php 7.2+
- Require Standard Library by Xon v1.18.0+
- Require Search Improvements v2.9.0+ (was previously an optional dependency, now hard required)
- Fix report resolve alert reason wasn't indexed
- Fix reports with hard-delete content would not be re-indexed when required
- Fix public banner wasn't capture for new warnings
- Fix support for user renames/deletes/merges
- Fix assigning a report to a non-moderator was unreliable depending due to unstable sorting of the non-moderator list
- Fix the report assignable lists could become stale when permissions where changed
- Fix assignable user list could sometimes be unsorted
- Track user who assigned a report to another user (limited back-dating on install)
- Enrich @NixFifty's Tickets reports to display coontent date like post reports do
- Improvements which require ElasticSearch (aka Xenforo Enhanced Search)
- Search by min/max number of comments, sort by number of comments
- Overhaul Report/Warning search. Many new criteria, a number require ElasticSearch Essentials.
- Split Report search tab into Report and Warning search tabs
- Rework most criteria, old search links will not work
- New report criteria: Reported user/With assigned/By assigner/Participants/Reported for content in/Comment count/With report state/etc
- New warning criteria: Warned user/Warning issuer/"Search only the latest version"/Warning log type/Warned for content in/Warning definition/Expiry date
- If you are searching by expiry date, you probably want "Search only the latest version" checked!
- Support searching reports/warnings by "Reported/Warned for content in", ie reports/warnings from a given forum.
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.14.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix type error when indexing reports when 3rd party content returns returns null instead of something string-like
- Fix error on search results page as the result of a add-on conflict.
Removes @NixFifty's Ticket support for search result terms as this is moved to v2.6.0 of the Tickets add-on
Version 2.14.7 - Bugfix update : Fix searching reports from NixFifty's Tickets by category.
Télécharger V2.14.7 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Improve warning search results appearance to correctly attribute who the warning is for, and who issued it
- Fix warning search not finding records as expected.
- Requires rebuilding search index for the Warnings content type to fix bad search references.
- Does not require a full-reindex of everything.
Télécharger V2.14.8 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix installer would throw an error if a report for a post had it's thread hard-deleted
- Fix new report comments alert where not fully anonymized when Alert Improvements was installed
- Fix reaction alerts for report comments could be partially anonymized when they shouldn't
Télécharger V2.14.9 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix broken reports could block search indexing, only report if the site is in debug mode
- Fix error "Unknown behavior 'XF:IndexableContainer' " blocking replying to a report.
Télécharger V2.14.10 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix new installs not assigning all report queue permissions to default moderator/administrator user-groups correctly.
Télécharger V2.14.11 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Require Search Improvements v2.10.0+
- Improve how report comments & warnings are filtered out of search results when using XFES without ElasticSearch Essentials
- ElasticSearch 5.x compatibility fix
Télécharger V2.14.12 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix that report quick search didn't search reported content
- Improve new-install work-flow by immediately rebuilding permissions for affected moderators instead of after various rebuild-tasks which may take considerable time
Télécharger V2.14.14 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix "Column 'warning_definition_id' cannot be null" error when issuing a warning with a reply-ban on some MySQL configurations.
Télécharger V2.14.15 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix report assigned label being a raw phrase string instend of being rendered
- Improve UI when issuing a warning on content which does not have a warning
Télécharger V2.14.16 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Improve approval queue filter for mobiles when including/exluding reported content
- Allow configuring defaults in approval queue for add-on options
- When @NixFifty's Tickets add-on is installed, add 'exclude users without tickets' filter to approval queue
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix "All reports by user" moderator search
- Requires re-indexing of report comments
- Fix approval queue would report an incorrect total number of items
- Improve display of warning/reply-ban details in reports on mobiles
- Add report search option "Deleted/Warned content: include/exclude/only"
- requires re-indexing reports/report comments
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix possible error when using XFES and searching via report states
- Fix report search result having bad word wrapping of the reported content's title when including the report status
Télécharger V2.16.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix reports could be kicked out of a closed state when logging a warning changes
- Fix new install permission changes did not correctly apply for sites which user per-user permissions
- Support Forum reply-ban by xon add-on (paid)
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix "Maximum non-moderator users who can handle reports" option being ignored and defaulting to 1000
- Fix edge-case where users where unexpectedly returned as being assignable to a report when unexpected data was in the xf_user_group_relation table
- Increase cache time for report assignable list from 5 minutes to 1 hour, and add active expiring when permissions are changed
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Add "Rich text user report" option (default disabled)
- Add "Disable embeds in user reports" option (default enabled)
- Explicitly entered embeds/images as bb-code are rendered as raw bb-code.
Recommende Media Sites add-on with the option "Media embeds BB code" set to "Use a custom BB code with a media attribute"
- Explicitly entered embeds/images as bb-code are rendered as raw bb-code.
- Approval queue now supports linking from a thread/ticket to the reported first post/message
- Requires explicit support to find the first content (ie post) for some container (ie thread)
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.18.1 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Workaround XF bug when a hinted event handler is called without any hint
- Compatibility fix with Report Center Essentials v2.12.0 and earlier. Recommend updating to Report Center Essentials v2.12.1+
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix server error when the an approval queue entry exists but the content has been hard deleted (this shouldn't happen)
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Require StandardLib v1.21.0+
- Restore XF2.1 support
- XF2.3 support
- php 8.4+ compatibility fixes
- Fix "Resolve report" would display on the "manage reply bans" page even if the user couldn't resolve any reports
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.19.6 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Display warnings/warning actions (Warning Improvements)/member notes (@Z61's Member Notes addon) for the reported user when viewing a report
- Add "svSearchImprov_search_container.report" phrase for better phrasing support on Advanced search page
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix incorrect phrase usage for direct messages with XF2.3
- When viewing a report, show a 'user info tab' by default instead of a list of warnings to avoid page jank & excessive scrolling
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.20.3 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix displaying points for a deleted warning in the reports comments
- Fix approval queue counts would be recomputed every time the approval queue was viewed
- Fix reports would be incorrectly fetched when recomputing approval queue counts
- Fix N+1 query behavior when adding reports to approval queue items
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Télécharger V2.20.5 :
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix post report view permission check would fail if the original forum the report was generated from was deleted
- Fix approval queue 'report content' feature did not check the content was viewable before checking if the content could be reported.
- Fix unexpected approval queue rebuilds when it isn't required.
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
- Fix a report's content could sometimes be loaded multiple times instead of just once
- Fix excessive memory usage when viewing a report when many content moderators exist
Vous devez répondre avant de pouvoir voir le contenu des données cachées.
Dernière édition par un modérateur: