- Sep 03, 2014
-
-
Jared Hancock authored
-
- Sep 02, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
Furthermore, revamp the __cdata system to better support multiple selection fields. Drop the `.._id` fields and use a coalesce of the ID value of the entry value or the entry value itself. For JSON backed fields, strip some JSON characters to result in a comma-separated list. The search engine now uses MySQL FIND_IN_SET to analyze a search selection in advanced searches. Also, interaction with the MySQL full text search backend is fully supported.
-
Peter Rotich authored
Set the correct error message and maintain user selection & input
-
- Sep 01, 2014
-
-
Peter Rotich authored
Make the error message clear
-
Peter Rotich authored
-
Peter Rotich authored
-
- Aug 28, 2014
-
-
Peter Rotich authored
Fix search backend to use the new statuses
-
Jared Hancock authored
-
- Aug 22, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
Reserve 'archived' state for automation
-
Peter Rotich authored
Move ticket status change to unified backend.
-
- Aug 13, 2014
-
-
Jared Hancock authored
Merge conflict caused the inclusion of the template to be lost
-
- Aug 07, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 05, 2014
-
-
Peter Rotich authored
-
- Jul 30, 2014
-
-
Jared Hancock authored
Add other locations as well a failsafe for the htmlentities() call
-
- Jul 18, 2014
-
-
Jared Hancock authored
Also add some logic to the POT builder to warn about incorrect arguments to the __() function and friends as well as warn about _() usage.
-
- Jul 11, 2014
-
-
Jared Hancock authored
-
- Jul 08, 2014
-
-
Jared Hancock authored
-
- Jun 30, 2014
-
-
Jared Hancock authored
-
- Jun 25, 2014
-
-
Jared Hancock authored
-
Thane de Loth authored
Multilanguage Support via gettext - added gettext encapsulations to all texts i thought necessary - added fallback function for the case that the gettext extension isn't loaded - added browser language detection - added gettext to the list of optional extensions in setup - rewritten some of the texts to use sprintf instead of appending strings - added german translation file - removed mark_overdue-confirm from cannedresponses.inc.php extend multi language support and a fex fixes - Better detection of translation files - Added functionality to redirect language codes (see redirecting language codes) - Ticket Status can be translated - The Datepicker can be translated - Extended functionality of 'testlang.php' to show what language code is used to translate Forgotten to apply a patch from RC5 to RC6 - Forgotten to change $var to $vars in line 380 of class.mailfetch.php - Removed unneeded comment Added php_gettext as primary translation engine - Added php_gettext support (thanks to Danilo Segan and Steven Armstrong) - php_gettext is now the primary translation engine - Extended language detection functionality Add error/misconfiguration checks and fix undefined variables
-
- Jun 18, 2014
-
-
Peter Rotich authored
-
- Jun 10, 2014
-
-
Peter Rotich authored
Centralize how canned responses are formatted Add ability to quote original and last messages as a canned response
-
- Apr 28, 2014
-
-
Peter Rotich authored
Basic search is now limited to ticket number, email address and name.
-
- Apr 25, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Apr 01, 2014
-
-
Jared Hancock authored
-
- Feb 27, 2014
-
-
Peter Rotich authored
Background: osTicket allows access to assigned open tickets (both personal and team assignments) regardless of the assigned department or group. This is necessary to allow staff to work on tickets in an otherwise restricted department. When a staff member closes a ticket, they're credited (ticket.staff_id is set to staff's id) for the purpose of showing who closed the ticket. osTicket mistakenly allowed continued access to closed tickets even when the staff doesn't have access to the ticket based on departmental access.
-
- Feb 03, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
Show ticket prview when a ticket number is clicked as opposed to ticket view. Add collaborator preview tab on ticket preview tool tip.
-
- Jan 28, 2014
-
-
Jared Hancock authored
-
- Jan 21, 2014
-
-
Jared Hancock authored
It turns out that the _id field was not added to the cdata table when it was created for SelectionField items, because the ::hasIdValue() method was not implemented. This patch correctly searches SelectionFields via advanced search.
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
clonemeagain authored
Missed one.. :-(
-
clonemeagain authored
Couldn't find the rebase to this.. actually, I didn't look, I'm still struggling with git and eclipse, would probably have been easier with vim! Anyway, rewrote changes for 1.7.
-
- Jan 15, 2014
-
-
Jared Hancock authored
-