Skip to content
Snippets Groups Projects
  1. Apr 18, 2014
  2. Apr 16, 2014
    • Jared Hancock's avatar
      html: Avoid corrupting quoted style attributes · 1f625787
      Jared Hancock authored
      For instance, current this style we be converted as
      ```
      <span style="font-family:'courier new';">
      ```
      to
      ```
      <span style="font-family:&quot;">
      ```
      
      Also discard Microsoft Office specific style attributes such as `mso-list`
      and friends
      1f625787
  3. Mar 13, 2014
    • Jared Hancock's avatar
      html: Be careful not to strip too much · fb4f01ca
      Jared Hancock authored
      If there is content between to <style> elements, the content was previously
      stripped by Format::safe_html function. This patch adjusts the regex to
      strip tags such as <head>, <script> and <style> so that if content is found
      between two of them, it will be preserved.
      fb4f01ca
  4. Feb 28, 2014
  5. Feb 20, 2014
    • Jared Hancock's avatar
      Place the message-id in the body of the email · f954d69f
      Jared Hancock authored
      This approach will help detect responses to the ticket thread from mail
      clients which do not include the References and In-Reply-To MIME headers.
      This also allows the Subject line to continue to omit the ticket number.
      f954d69f
  6. Feb 10, 2014
  7. Feb 05, 2014
  8. Jan 30, 2014
  9. Jan 29, 2014
  10. Nov 21, 2013
  11. 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
  12. Nov 19, 2013
  13. Nov 15, 2013
  14. Nov 14, 2013
  15. Nov 01, 2013
  16. Oct 31, 2013
  17. Oct 29, 2013
  18. Oct 25, 2013
  19. Oct 23, 2013
  20. Oct 22, 2013
  21. 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
  22. Oct 11, 2013
  23. 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
  24. Sep 24, 2013
  25. Jul 24, 2013
  26. 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
  27. 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
Loading