Skip to content
Snippets Groups Projects
  1. Jan 12, 2015
    • Jared Hancock's avatar
      Allow new ticket without initial message · 8bdfa04f
      Jared Hancock authored
      8bdfa04f
    • Jared Hancock's avatar
      forms: Instructions can be HTML · 0e21ff48
      Jared Hancock authored
      0e21ff48
    • Jared Hancock's avatar
      Help topics have much better form configurations · 07e18dc1
      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.
      07e18dc1
  2. Jan 09, 2015
  3. Jan 07, 2015
    • Jared Hancock's avatar
      lint: Fix a couple lint reported issues · cd8acd70
      Jared Hancock authored
      cd8acd70
    • Jared Hancock's avatar
    • Jared Hancock's avatar
      Merge remote branch 'upstream/develop' into develop-next · 2f48c682
      Jared Hancock authored
      Apply changes made to v1.9.5
      
      Conflicts:
      	attachment.php
      	include/ajax.draft.php
      	include/ajax.tickets.php
      	include/class.attachment.php
      	include/class.dept.php
      	include/class.dynamic_forms.php
      	include/class.faq.php
      	include/class.file.php
      	include/class.http.php
      	include/class.nav.php
      	include/class.page.php
      	include/class.staff.php
      	include/class.thread.php
      	include/class.ticket.php
      	include/client/faq.inc.php
      	include/client/tickets.inc.php
      	include/staff/cannedresponses.inc.php
      	include/staff/categories.inc.php
      	include/staff/category.inc.php
      	include/staff/department.inc.php
      	include/staff/departments.inc.php
      	include/staff/directory.inc.php
      	include/staff/emails.inc.php
      	include/staff/faq-view.inc.php
      	include/staff/faq.inc.php
      	include/staff/group.inc.php
      	include/staff/groups.inc.php
      	include/staff/helptopic.inc.php
      	include/staff/page.inc.php
      	include/staff/pages.inc.php
      	include/staff/slaplan.inc.php
      	include/staff/slaplans.inc.php
      	include/staff/staff.inc.php
      	include/staff/staffmembers.inc.php
      	include/staff/system.inc.php
      	include/staff/team.inc.php
      	include/staff/teams.inc.php
      	include/staff/template.inc.php
      	include/staff/tickets.inc.php
      	include/staff/users.inc.php
      	scp/attachment.php
      	scp/canned.php
      2f48c682
  4. Jan 06, 2015
  5. Jan 05, 2015
  6. Jan 02, 2015
  7. Dec 31, 2014
  8. Dec 30, 2014
  9. Dec 28, 2014
  10. Dec 26, 2014
    • Jared Hancock's avatar
      Properly escape text bodies for canned responses · cfa84eab
      Jared Hancock authored
      This patch changes the default formatting for text bodies used in emails,
      ticket thread, and canned response quoting so that white-space in text
      bodies is properly preserved. Previously, the text was treated as raw HTML
      and was not properly escaped, nor was the original whitespace preserved.
      cfa84eab
Loading