- Oct 01, 2015
-
-
Jared Hancock authored
Otherwise we might end up with a search term like '"some junk"*' which is invalid.
-
- Aug 27, 2015
-
-
Jared Hancock authored
This time, use full-text for user and ticket lookup boxes, and drop the full-table scans from the ticket basic search page. Auto promote searches to wildcard searches when searching with the user-supplied input yields no results.
-
- Jul 30, 2015
-
-
Jared Hancock authored
-
- Jul 08, 2015
-
-
Jared Hancock authored
-
- May 27, 2015
-
-
Peter Rotich authored
-
- May 14, 2015
-
-
Jared Hancock authored
Also, add mass delete user with tickets
-
- Apr 16, 2015
-
-
Jared Hancock authored
-
- Mar 05, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Dec 20, 2014
-
-
Peter Rotich authored
Allow for permissions to be registered dynamically. This will allow for the ability for models and plugins to register permissions.
-
- Dec 11, 2014
-
-
Peter Rotich authored
Add generic routing to get object's dynamic form entries.
-
- Oct 07, 2014
-
-
Jared Hancock authored
This patch fixes a small glitch where validation might be bypassed for fields for agents. Previously there was a glitch where required fields would have their validation errors ignored.
-
- Jul 30, 2014
-
-
Jared Hancock authored
Add other locations as well a failsafe for the htmlentities() call
-
- Jul 11, 2014
-
-
Jared Hancock authored
-
- Jul 08, 2014
-
-
Jared Hancock authored
-
- Jul 07, 2014
-
-
Jared Hancock authored
-
- Jun 25, 2014
-
-
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
-
- May 28, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
The user preview tool tip and edit dialog use the same user template. Editing on preview mode resulted in partially hidden edit form. This fix adds ability to popup a dialog modal on edit while on preview mode.
-
- Apr 29, 2014
-
-
Peter Rotich authored
Show user search box when adding a new user
-
Peter Rotich authored
-
- Apr 25, 2014
-
-
Joshua Eldridge authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Don't show user search box, when adding a new user, if the system don't have remote directories installed
-
- Apr 23, 2014
-
-
Jared Hancock authored
-
- Apr 22, 2014
-
-
Jared Hancock authored
-
- Apr 16, 2014
-
-
Jared Hancock authored
-
- Apr 11, 2014
-
-
Peter Rotich authored
Support searching both staff and user backends via a common interface.
-
Peter Rotich authored
Previously we required an account to associate a user to an organization.
-
- Apr 02, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
-
- Apr 01, 2014
-
-
Peter Rotich authored
-
- Mar 27, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Feb 20, 2014
-
-
Jared Hancock authored
If a remote user is found by name and does not have an email address, a bad SQL query would be generated
-
- Jan 18, 2014
-
-
Jared Hancock authored
Fixup search for users with hits in an searchable authentication backend: * If there is a hit for the remote backend, include that in the search for local users by email address. If there is a hit locally for the same email address, then remove the remote hit from the search results. Fixup typeahead results * Abort previous search requests when the user enters more text into the search fields. This makes the search box feel more consistent, and avoids the case where the user finishes typing and valid search hits never appear
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
- Dec 18, 2013
-
-
Jared Hancock authored
-