Skip to content
Snippets Groups Projects
  1. Sep 25, 2014
  2. Aug 30, 2014
  3. Aug 29, 2014
  4. Aug 06, 2014
  5. Jul 24, 2014
  6. Jul 15, 2014
  7. Jul 08, 2014
  8. Jun 10, 2014
  9. Jun 06, 2014
  10. Jun 04, 2014
  11. May 21, 2014
  12. May 15, 2014
  13. Apr 29, 2014
  14. Apr 21, 2014
  15. Apr 16, 2014
  16. Apr 15, 2014
  17. Apr 14, 2014
  18. Dec 10, 2013
  19. 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
  20. Nov 14, 2013
  21. Nov 12, 2013
  22. Nov 08, 2013
  23. Nov 06, 2013
  24. 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
  25. Oct 28, 2013
  26. Oct 21, 2013
  27. 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
Loading