Skip to content
Snippets Groups Projects
  1. Feb 28, 2014
  2. Feb 05, 2014
  3. Jan 30, 2014
  4. Jan 29, 2014
  5. Nov 21, 2013
  6. Nov 20, 2013
    • Jared Hancock's avatar
      html: Reduce dependency on htmlchars · 2f62149d
      Jared Hancock authored
      Previously, html-like content would have to be run through Format::htmlchars
      before being passed to Format::sanitize, because things that looked like
      invalid html content would be removed.
      2f62149d
  7. Nov 19, 2013
  8. Nov 15, 2013
  9. Nov 14, 2013
  10. Nov 01, 2013
  11. Oct 31, 2013
  12. Oct 29, 2013
  13. Oct 25, 2013
  14. Oct 23, 2013
  15. Oct 22, 2013
  16. Oct 21, 2013
    • Jared Hancock's avatar
      Remove <style> and <head> elements · 89fddceb
      Jared Hancock authored
      Upgrade to htmLawed 1.1.16
      
      Remove @id attributes as they could confuse existing id attributes used for
      styling and javascript.
      
      Remove @class attributes except for standard ones used by Microsoft® office
      which have entries in our thread stylesheet.
      89fddceb
  17. Oct 11, 2013
  18. Oct 09, 2013
    • Jared Hancock's avatar
      Changes made after feature review · 9478ccb8
      Jared Hancock authored
      9478ccb8
    • Jared Hancock's avatar
      HTML ticket thread, inline images and draft support · 864d3539
      Jared Hancock authored
      Process inline attachments in thread entry and support inline images in
      piped emails
      
      Support inline images across the system, with draft support
      
      Migrate to a single attachment table
          That way we don't need a new table for everything we need to attach an
          inline image to (like a signature, for instance)
      
      Add richtext support for internal notes
      
      Implement images on site pages
      
      * Image paste in Redactor
      * Make non-local images optional
      * Placeholder for non-local images
      * Fix local image download hover
      * Don't re-attach inline images
      864d3539
  19. Sep 24, 2013
  20. Jul 24, 2013
  21. Jul 11, 2013
    • Jared Hancock's avatar
      Allow generation and serving of abritrary custom pages · d309b99b
      Jared Hancock authored
      The administrator can define pages in the admin panel defined as type
      'other', and when set to active, those pages can be served from the
      /pages/<page-name-slug> URL from the base of the helpdesk.
      
      This is mocked up only against Apache
      d309b99b
  22. Jul 03, 2013
    • Jared Hancock's avatar
      Fix attachments posted to pipe.php · b1a660ef
      Jared Hancock authored
      - Handle decoding large base64 encoded attachments better
      - Avoid transcoding from one charset to the same
      - Avoid encoding attachments without a declared charset
      b1a660ef
  23. Jul 01, 2013
    • Jared Hancock's avatar
      Use a failsafe encoding for unrecognized charsets · 795fcca0
      Jared Hancock authored
      If the body of an email message is written and encoded with an unrecognized
      charset (like 'iso', for instance), then use the original text, assumed to
      be 8-bit encoded. This patch will create idiosyncrasies, where text might be
      transcoded to utf-8 incorrectly, but it should eliminate instances where
      email message bodies are missing due to incorrect charset labels.
      795fcca0
  24. Mar 27, 2013
  25. Mar 21, 2013
  26. Mar 05, 2013
  27. Mar 04, 2013
  28. Feb 23, 2013
  29. Feb 19, 2013
Loading