Skip to content
Snippets Groups Projects
  1. Aug 30, 2014
  2. Aug 29, 2014
  3. Aug 06, 2014
  4. Jul 24, 2014
  5. Jul 15, 2014
  6. Jul 08, 2014
  7. Jun 10, 2014
  8. Jun 06, 2014
  9. Jun 04, 2014
  10. May 21, 2014
  11. May 15, 2014
  12. Apr 29, 2014
  13. Apr 21, 2014
  14. Apr 16, 2014
  15. Apr 15, 2014
  16. Apr 14, 2014
  17. Dec 10, 2013
  18. Dec 01, 2013
    • Jared Hancock's avatar
      ui: Fix large image display · e3845ad1
      Jared Hancock authored
      Fixes oversize image display to be resized in both the ticket thread and
      the redactor editor in (at least)
      
        * Ticket-view boxes
        * Client new-ticket form
        * Staff new ticket
        * Page add/edit
        * FAQ add/edit
        * Canned response add/edit
      
      Fixes osTicket/osTicket-1.8#247
      e3845ad1
  19. Nov 14, 2013
  20. Nov 12, 2013
  21. Nov 08, 2013
  22. Nov 06, 2013
  23. Oct 31, 2013
    • Jared Hancock's avatar
      Fix parsing issue in strtotime() · b9ab14c1
      Jared Hancock authored
      PHP can't discern the difference between d/m/Y and m/d/Y when just the date
      is submitted to strtotime(). Unfortunately, strptime() is not available
      until PHP 5.1.0. This patch forces datepickers to change their values to
      YYYY-MM-DD upon submission to disambiguate parsing issues.
      
      Fixes #832
      b9ab14c1
  24. Oct 28, 2013
  25. Oct 21, 2013
  26. Oct 09, 2013
    • Jared Hancock's avatar
      Completion of dynamic forms concept · 43b74f4a
      Jared Hancock authored
      Moved to an initial form which specifies the ticket's priority and issue and
      changed the rendering to render things properly. Now the user can decide
      where priority shows on the client side, and the priority privacy setting is
      placed in the dynamic form wizard.
      
      The standard form is added to every ticket without option. Extra forms can
      be defined and associated with help topics which can additionally be added
      to tickets upon creation. This allows for standardization of the dynamic
      data location for searches and filtering.
      
      Implemented advanced search for dynamic data. Along with reinstating the
      basic ticket search on keywords
      
      Implemented ticket filtering on dynamic data for both keyword searches as
      well as searches for special fields (drop-down lists, etc.)
      
      Phone number for users is now completely optional
      43b74f4a
    • Jared Hancock's avatar
      Fix non-local images on client interface · e1f6a4ce
      Jared Hancock authored
      e1f6a4ce
    • 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
Loading