Skip to content
Snippets Groups Projects
  1. Feb 05, 2015
  2. Jan 23, 2015
  3. Jan 22, 2015
  4. Jan 08, 2015
    • Jared Hancock's avatar
      file: Add import/export support · 14012bdb
      Jared Hancock authored
      This patch adds an export+import method to the file command line module. The
      file export is agnostic of the file storage backend. It writes the files
      with the %file record data to standard-out or to the file given by the -f
      option. The file is a considered a stream and can quietly be compressed and
      can be read back in as a stream (no seeking is performed in the import
      process).
      14012bdb
  5. Jan 07, 2015
  6. Jan 06, 2015
  7. Jan 05, 2015
  8. Jan 02, 2015
  9. Dec 31, 2014
  10. Dec 30, 2014
  11. Dec 28, 2014
  12. 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
    • Jared Hancock's avatar
      dept: Add function to retrieve alert email mailbox · 0b91a9ca
      Jared Hancock authored
      This patch adds a ::getAlertEmail() method to the Department class, which
      allows administrators to use the department email address (normally for
      replies) as the alert email address. If not specified, the system alert
      email address is retrieved instead, automatically.
      0b91a9ca
  13. Dec 24, 2014
Loading