JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
NixFifty - Tickets
2.6.4
No permission to download
Fix possible error when using XenForo Enhanced Search and searching with status IDs.
Add indexes to ticket table to reduce query time when viewing list of tickets.
Add missing phrase in watched category emails.
Improve formatting of spam-trigger logs for a user/email when displayed on a ticket.
Add "Allow images"/"Allow embedded media" ticket permissions. These permissions apply to a user's ticket even after it is posted.
Remove leftover debug code in the previous release.
Fix packaging issue with the previous release.
On fresh install, add a route filter to replace tickets/ with support/.
Rename "Tickets" navigation tab to "Support".
Remove ticket title from ticket URLs.
Fix restricting search to a ticket category.
Fix guests not being able to see their own moderated replies or tickets.
Fix not being able to convert a guest's ticket to a thread.
Hide filtering options for guests viewing tickets they've created.
Includes
changes from v2.5.1 that I forgot to cross-post here.
Allow undeleting ticket messages.
Harden permission checking around deleted guest tickets.
f a user is awaiting approval, display any recent tickets they've created on the approval queue.
Display a user's current user state within a ticket.
Allow staff users with appropriate permissions to approve / reject users awaiting approval.
Show a proper error when trying to create knowledge base articles when no categories exist.
Fix upgrade path from XF1 version of the add-on.
Fix incorrect phrasing on the batch updating tickets page.
Require Standard Library v1.5.0+ (https://nullpro.net/resources/standard-library-by-xon.920/ ), as this implements the template filter replacevalue
Support 64bit xf_ip.ip_id column.
Support linking a ticket category to a resource category.
Add Sort button to ticket priority and status lists.
Add spam cleaner support.
Fixes inactive priorities/statuses could be assigned to a ticket on edit.
Fixes the "Alerts are sent when a ticket transitions to this status" flag was not respected
Fixes editing a ticket's title to a falsy value.
Add support for value pruning for fields that are editable only once.
Force global namespace for functions which are known to be optimizable to bytecode in php, or known global functions to avoid a current namespace lookup for the function.
Implement warnings for ticket messages.
Fix incorrect column definition for match types on ticket fields.
Fix API missing permission check for setting prefix on a ticket.
Fix ticket discussion threads would not correctly attach to a ticket. Installer will resync desync'ed ticket/discussion thread pairs.
Don't show flash message when rerouting the contact form.
Don't duplicate captcha display when a guest is creating a ticket.
Add ability to ban specific emails from Ticket system.
Add "shadow ban" feature, by an explicit email list or for tickets which contain too few words.
Add ability to copy ticket user's email to clipboard, if the visitor can see it.
Add additional filters for showing tickets based on whether they are unassigned, assigned to self or assigned to others.
Fix an issue with BB code rendering when using predefined responses.
Ensure the captcha displays when replying or creating a ticket.
Fix non-functional draft support for new tickets.
Improve behaviour of various input fields whilst using RTL languages.