-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open Ticket v4.0.1 #148
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
Open Ticket v4.0.1 #148
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
Norwegian and Swedish translation complete
Updated readme below the lines for Norwegian and Swedish
Deleted README.md text from wrong folder
Deleted README.md from wrong folder
Updated "translators": ["NoOneNook"], to "translators": ["NoOneNook"],
Updated "translators": ["NoOneNook / ItsNook_"], to "translators": ["NoOneNook"],
tarted in a new language. Soon to be finished.
Wrong file! This language will be translated soon
I created a Russian language file using AI. This file has been verified in several other places and was also reviewed using ChatGPT afterwards to ensure that everything is correct, properly structured, and contains the necessary translations and messages for the system. ChatGPT was not used for translation, only to check that the entire file is correctly written in the Russian language
Added 4 new languages + updated README.md
Added the 'allowCategoryChange' parameter in related ticket actions (claim, unclaim, close, reopen) to disable the changing of the category. This can be used by plugins not wanting the category of the channel to change.
Added new methods to ODVersion class & added User-Agent header to ODHTTPRequest classes
This results in a minor speed increase within large managers (e.g. builders, tickets, blacklist, ...)
From now on, all panels will update/edit themselfs after a dropdown has been used. This will reset the dropdown selection in the user client which results in a smoother user experience.
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.
Added
Swedish
(by NoOneNook)Norwegian
(by NoOneNook)Latvian
(by NoOneNook)Russian
(by NoOneNook)allowCategoryChange
parameter to the followingODAction
instances:claim
,unclaim
,close
&reopen
.ODVersion
class now has 4 new methods:min()
,max()
,major()
&minor()
to compare versions. ((v4.0.1) New ODVersion class functions #142)ODQuickButton
,ODQuickDropdown
,ODQuickEmbed
&ODQuickFile
builders to improve plugin development efficiency.Improved
((v4.0.1) Reset panel dropdown by editing the message after usage. #143)
((v4.0.1) Docker Improvements #139)
((v4.0.1) Type Simplifications (for OT Docs) #141)
ODManagers
now use the built-in javascriptMaps
instead of an array based system.((v4.0.1) Use js Map in ODManager instead of Array for data object #126)
User-Agent
header to all HTTP requests in Open Ticket.Fixed
Removed
nothing