- Aug 27, 2015
-
-
Jared Hancock authored
-
- Aug 18, 2015
-
-
Jared Hancock authored
-
Nathan Febuary authored
-
Nathan Febuary authored
-
- Jul 08, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- May 13, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
Instead of selecting the first enabled, visible, non datepicker field, just use the new @autofucus HTML5 attribute to automatically select the autofocused field
-
Jared Hancock authored
-
- Feb 27, 2015
-
-
Peter Rotich authored
-
- Jan 12, 2015
-
-
Jared Hancock authored
And properly escape and display form title and instructions
-
Jared Hancock authored
Help topics can now specify one or more additional forms to be included on the help topic and can also specify the sort order of those forms. Furthermore, individual fields can be disabled per help topic, so that unnecessary fields can be omitted when necessary, per help topic. The disabled flag is recorded along side the field data so that the field will not be accidentally added to the form later automatically. There is no interface in this commit to enable a field which was disabled by the help topic when ticket was created.
-
- Dec 30, 2014
-
-
Peter Rotich authored
Use http::build_query instead of inline urlencode
-
- Dec 11, 2014
-
-
Jared Hancock authored
-
- Dec 08, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
to indicate the primary language expected for translatable content
-
Jared Hancock authored
-
- Oct 02, 2014
-
-
Jared Hancock authored
-
- Aug 29, 2014
-
-
Jared Hancock authored
-
- Aug 22, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
Only cache results for ALL items
-
- Aug 11, 2014
-
-
Jared Hancock authored
-
- Aug 06, 2014
-
-
Jared Hancock authored
And fixup the migration patch
-
- Aug 05, 2014
-
-
Peter Rotich authored
Help topics and filters can override the default status
-
- Jul 29, 2014
-
-
Jared Hancock authored
Ticket numbers are now configurable as a system-default and by help topic. Previously, an administrator could select between six-digit random and sequential numbers. Now, the sequence is selectable so multiple sequences as needed, and a format can be specified to define how the ticket numbers look. Formats can also be defined for each help topic.
-
- 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 02, 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 05, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jun 02, 2014
-
-
Jared Hancock authored
-
- May 30, 2014
-
-
Jared Hancock authored
-
- May 15, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
-
- May 08, 2014
-
-
Peter Rotich authored
Add ability to disable canned responses Fix team drop down selection Remove priority escalation setting in SLA page (implementation is on todo list)
-
- May 07, 2014
-
-
Peter Rotich authored
Add department setting to limit ticket assignment within department to department members only. This is necessary for departments with strict policy on who can access tickets. The setting doesn't limit team assignment or auto-assignment via help topics and ticket filters.
-