-
-
Notifications
You must be signed in to change notification settings - Fork 226
Develop to Master for 25.12 release #1250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… the filter header
…e e-mail is sent from a known contact or domain and the subject is a 95% match for a ticket opened in the last 7 days for that client
…d and edit payment method to Procedural mysqli Prepared Statments
… html head body tags causing htmlPurifier to strip it in ticket viewing, so we removed html body and head tags also remove orginal reply on reply ticket emails this removed ##- Please type your reply above this line -## and anything after it. Also removed the custom CSS that was embedded for all email sent out from ITFlow
… files stored under /uploads/<module>/<id>/ with secure filenames. Added wrapper functions and updated document creation to use processed image paths.
…ent is deleted, delete the corresponding folder uploads/documents/document_id
…ace them into files instead also delete the document_template/document_template_id folder when deleting a document template
…e copy the document_template folder to documents folder and update links
…t have been deleted when editing content which as been added to document template edit. Did not do this for documents as they are versioned and images will remain until the document is fully deleted
…to price cost percentage etc
…r arrays but default to selected_ids if data-bulk-names is not specified
… this allows the use of multiple checkbox name arrays to be passed at once instead of just selected_ids had to update each bulk model from selected_ids to to the array that was passed. This was important so we could mix files and documents together
…pdate and get the next ticket number in one SQL query.
…ng ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere.
…s have been merged
…klex is not doing this function
…ed trash icons for unlink icons in document details
…modals that were not converted yet
…domain MX validation
|
wrongecho
approved these changes
Dec 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.




Develop to Master for 25.12 release