Skip to content
Snippets Groups Projects
  1. Sep 05, 2013
    • Peter Rotich's avatar
      Merge pull request #702 from greezybacon/issue/filename-commas · 2422d8ba
      Peter Rotich authored
      
      Handle attachment filenames better
      
      Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
      2422d8ba
    • Jared Hancock's avatar
      Handle attachment filenames better · ed743474
      Jared Hancock authored
      Previously, filenames saved in the database had the spaces changed for
      underbars; however, other characters (such as commas and non-ascii
      characters) presented issues with user agents downloading the attachments.
      
      This patch handles the filename encoding for two special cases -- internet
      explorer and safari, and provides the semi-standard RFC5987 method of
      encoding the filename for the remaining browsers.
      
      Attachments are no longer forced to be downloaded. It is up to the browser
      to decide if the attachment should be shown in the browser or downloaded.
      
      This patch also fixes a slight bug in the caching mechanism for downloads
      concerning the last-modified time. The date sent to the browser was not
      properly converted to GMT time, although the server claimed that it was.
      ed743474
  2. Sep 04, 2013
  3. Sep 03, 2013
  4. Sep 02, 2013
  5. Aug 30, 2013
  6. Aug 26, 2013
  7. Aug 22, 2013
  8. Aug 19, 2013
    • Jared Hancock's avatar
      Add files new to 1.7.1 to the download package · c0f8534c
      Jared Hancock authored
       * web.config
       * pages/{.htaccess,index.php}
      
      Fixes #667
      c0f8534c
    • Jared Hancock's avatar
      Make phone ext optional for XML API · aca7aba9
      Jared Hancock authored
      Previously, the @ext attribute for the phone number field was assumed to be
      included. An XML payload without the @ext attribute would have been
      corrupted to include only the first digit of the phone number, which would
      fail validation.
      
      This patch correctly handles the XML payload without the @ext attribute for
      the phone number. Subsequently, the <phone_ext> element is now also valid
      (and optional as well).
      
      Fixes #670
      aca7aba9
  9. Aug 14, 2013
  10. Aug 13, 2013
  11. Aug 12, 2013
Loading