Skip to content
Snippets Groups Projects
  1. Jan 20, 2014
  2. Jan 17, 2014
  3. Nov 26, 2013
  4. Nov 07, 2013
  5. Oct 31, 2013
  6. Oct 11, 2013
  7. Oct 09, 2013
    • Jared Hancock's avatar
      Revise initial email templates · 92072970
      Jared Hancock authored
      Ticket notice and ticket auto-reply should not be formatted inside a table
      since the %{message} or %{response} should be allowed to flow freely in the
      email rather than be crammed inside the table.
      92072970
    • 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
  8. Aug 12, 2013
    • Jared Hancock's avatar
      Make default data translatable · 20f3e62a
      Jared Hancock authored
      This is one of the last major hurdles to make osTicket fully translatable.
      With the advent of 1.7.0, database migration is based on the MD5 hash of the
      install SQL file. Therefore, the install SQL script cannot be modified (ie.
      translated) or else the system cannot be migrated, since the MD5 hash will
      no longer match up.
      
      This patch pulls initial data out of the install file so that it can be
      translatable. Eventually the install worksheet can allow a drop-down box of
      the default system language. The default data from that language will be
      loaded into the system.
      20f3e62a
Loading