- Mar 23, 2015
-
-
Peter Rotich authored
alerts: Consider "alert assigned on new message" Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Automate dns signature publishing for language packs Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
csv: Add UTF-8 BOM to export file Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
faq: Show proper internal/public category in drop-down Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
dashboard: Fix initial page load and stats pagination Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
kb: Add setting to enable only for authenticated clients Review-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
search: Fix search on create date
-
Jared Hancock authored
Clear overdue on close Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
oops: Fix dropped custom data from API requests Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
filter: Trim match values when saving rules Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Ethan Bell authored
Fixed typo
-
Peter Rotich authored
cdata: Drop ticket cdata on delete Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
files: Clear attachment box after posting a response Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
thread: Log remote IP for staff replies and notes Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Mar 18, 2015
-
-
Jared Hancock authored
Because CSV has no way of indicating a content character set, writing the file with a Unicode byte-order mark is useful to declare the content in UTF-8 encoding.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 17, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
When sending alerts to agents, consider the setting of the new message alert configuration.
-
Jared Hancock authored
This addresses the issue where the advanced search dialog was submitted before the date picker inputs were fixed up. This problem arises out of a difference between the agent's date formatting preference and the server being able to process that date format. The date pickers are reformated to yyyy-mm-dd before submission; however, for advanced search, the submission happened before the inputs were fixed up. This patch addresses the issue by manually fixing up the date in the submission routine for the advanced search dialog.
-
- Mar 16, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This will help when saving rules with trailing spaces for instance, which may make things not match when visually the administrator would otherwise expect the filter to match.
-
Jared Hancock authored
-
Jared Hancock authored
Fixes #1834
-
Jared Hancock authored
For a yet unknown reason, the association between the field implementations and the DynamicFormEntry object is not maintained from calls to DynamicFormEntry::getFields(). This patch addresses the issue by always associating the "form" when returning from ::getFields()
-
- Mar 13, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
wording: must be agents, because its agents table Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Fixed typos in scp/helptopics.php Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Fix a couple places where validation errors are not propagated Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Preserve the fields indexed keys Only sort the fields once, after adding missing fields
-
Jared Hancock authored
Reset field content when building a new form
-
Jared Hancock authored
i18n: Missing translation "Add Organization" Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Mar 12, 2015
-
-
Ethan Bell authored
-
Chefkeks authored
See: http://osticket.com/forum/discussion/85083/osticket-sends-no-html-mails#latest Looked at crowdin and the term "Add Organization" is already used in the following context: #: include/staff/templates/org-lookup.tmpl.php:82 So my suggestion is to use it also for this context here, which would not require a new translation ;) Michael
-
- Mar 11, 2015
-
-
yadimon authored
-
- Mar 10, 2015
-
-
Jared Hancock authored
-