- Jul 17, 2018
-
-
JediKev authored
This addresses an issue where disabling Ticket Locks but setting a time for the Lock Timeout will always throw a "lock required" error. This adds a check to see if locks are enabled AND there is a time set. If locks are disabled it will not throw the error.
-
- Dec 16, 2016
- Oct 25, 2016
-
-
Kevin Thorne authored
Use class instead of id on form element that triggers overlay on submit.
-
Kevin Thorne authored
This checks to make sure string translation function '__()' is defined.
-
- Jun 30, 2016
-
-
Daniel Jagszent authored
The [signal documentation] (https://github.com/osTicket/osTicket/blob/develop/setup/doc/signals.md) for the `cron` signal states that the context is `null`. But it was missing until now (and the `$data` parameter was wrongly forwarded as `$object`)
-
- Jun 14, 2016
-
-
Michael authored
-
- Jun 03, 2016
-
-
Michael authored
First: Thanks for reviewing Jared! Second: Re-checked all occurrences of `sprintf('%s %s` to make sure other translations are correct. Just found this one here to be not correct, so others are fine.
-
Michael authored
This commit updates a bunch of files and changes a lot of phrases. Basically it extracts "Internal error occurred" from existing phrases. I've re-ordered the phrases so "Internal error occurred" is always at the end after the actual informative error message. Example comparison before and after this commit: Before: 1 Phrase: "Internal error: Unable to print to PDF" After: 2 Phrases: "Unable to print to PDF." + "Internal error occurred"
-
Michael authored
Update three phrases with from "Internal error" to "Internal error occurred" since it's the most common phrase
-
- May 27, 2016
-
-
Peter Rotich authored
Add a preview tool tip to show list item properties on mouse-over.
-
- May 12, 2016
-
-
Peter Rotich authored
Fix a bug where it was impossible to disable ALL collaborators Change recipients active/total count on update
-
- May 09, 2016
-
-
Michael authored
Updated several files to split up phrases like "Your lock has expired. Please try again!" into "Your lock has expiredx" and "Please try again!"
-
- Mar 29, 2016
-
-
Jared Hancock authored
-
- Mar 25, 2016
-
-
Peter Rotich authored
Add year to php to Date Picker (js) translation table
-
Peter Rotich authored
-
Jared Hancock authored
This pass also makes a stride at adding correct punctuation and making error phrases consistent.
-
- Mar 24, 2016
-
-
Jared Hancock authored
-
Jared Hancock authored
This is my attempt at removing similar texts from the translator work load. It also makes an attempt at dropping some misspelled words and works toward standardizing some phrases.
-
- Mar 20, 2016
-
-
Jared Hancock authored
This duplicates the custom logo code to allow for custom login backdrops. A new page is added to the "Company" settings page which allows for management of the uploaded custom backdrops.
-
- Mar 17, 2016
-
-
Peter Rotich authored
Default to system default of staff doesn't have page limit set. Credit: @antriver PR#2951
-
Peter Rotich authored
Let textarea widgets parse and clean input based on configured text format. Add cleanup routine to ThreadEntryBody Clean response/note inputs Conflicts: include/class.forms.php include/class.ticket.php
-
Peter Rotich authored
-
- Feb 05, 2016
-
-
Jared Hancock authored
This changes the storage model for datetime fields and stores them in the same format as the MySQL `datetime` column type. This allows for the searching code to be consistent when searching the database for datetime custom form entry data.
-
Peter Rotich authored
Change orgs listing to ORM Add cdata tables support for users and organizations
-
- Jan 07, 2016
-
-
Peter Rotich authored
-
- Jan 04, 2016
-
-
Jared Hancock authored
And, add to the collabs preview popup too
-
- Dec 31, 2015
-
-
Peter Rotich authored
Make tasks actions icon based buttons Fix task assignment issue
-
Jared Hancock authored
This changes the typeahead to redirect directly from the typeahead click rather than redirecting after performing the search a second time on the ticket queue page.
-
Peter Rotich authored
Use CsvImporter util to importing items Fix items search
-
- Dec 18, 2015
-
-
Jared Hancock authored
-
- Nov 16, 2015
-
-
Peter Rotich authored
Add preference to agent's profile to enable relative time use.
-
Peter Rotich authored
Let textarea widgets parse and clean input based on configured text format. Add cleanup routine to ThreadEntryBody Clean response/note inputs
-
- Nov 06, 2015
-
-
Peter Rotich authored
-
Peter Rotich authored
Implement auto focus and scroll when post reply or note action button is clicked as well as tab highlight on error Unpack tickets' mass action buttons - more options retired for now Translate missed phases
-
Nathan Febuary authored
Removed the span, it was unnecessary and gave the Internal Note button a color to differentiate between Reply and Internal Note.
-
Nathan Febuary authored
Moved buttons above with other action buttons and also into sticky header. Removed titles of buttons and added tooltips. adjusted tooltip z-index so it won’t be hidden behind dropdowns. added scroll to bottom function to reply and internal note buttons.
-
Nathan Febuary authored
Adds an additional location for the ticket response above the ticket thread for a reverse order view of the ticket thread. Additionally the reply/internal note button would be selected and the page would auto scroll to the bottom.
-
Peter Rotich authored
ClaimForm extends AssignmentForm and hides assignees selection. Claimant is still given the opportunity to log an optional internal note as to why they're claiming the ticket in question.
-
- Nov 03, 2015
-
-
Peter Rotich authored
This is necessary to differentiate true system notes vs. notes made by a deleted agent or collaborator.
-