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