Skip to content
Snippets Groups Projects
  1. Jan 20, 2014
  2. Oct 09, 2013
    • Jared Hancock's avatar
      f7384359
    • 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
  3. Sep 05, 2013
    • Jared Hancock's avatar
      Don't send emails for non-existent table · 4c6effde
      Jared Hancock authored
      When an admin logs in to upgrade to 1.7.1 and further from a version
      pervious to 1.7.1, the system will attempt to clear password reset tokens
      from the config table, which hasn't been upgraded yet to the namespaced
      version from 1.7.1
      4c6effde
  4. Sep 03, 2013
    • Jared Hancock's avatar
      Don't send emails for non-existent table · 22329ad4
      Jared Hancock authored
      When an admin logs in to upgrade to 1.7.1 and further from a version
      pervious to 1.7.1, the system will attempt to clear password reset tokens
      from the config table, which hasn't been upgraded yet to the namespaced
      version from 1.7.1
      22329ad4
  5. Aug 30, 2013
  6. Aug 10, 2013
  7. Aug 08, 2013
  8. Jul 23, 2013
    • Jared Hancock's avatar
      Add a password reset implementation · 5cac196a
      Jared Hancock authored
      Uses a seven step procedure:
        1. (user) Fails to login twice or more
        2. Clicks the 'Forgot my password' link on the login form
        3. Submits the username or email address and triggers a password-reset
           email
        4. Clicks the link in the email and is directed back to the reset page
        5. Enters the username or email again and is logged in
        6. Password change is forced, but current password is not required
        7. Password is updated, user can continue the session without
           authenticating again
      5cac196a
  9. Jul 16, 2013
  10. Jul 10, 2013
    • Andrew Abdalian's avatar
      Spelling, grammar and readability fixups · c6c923f9
      Andrew Abdalian authored
      Spelling, grammar and readability in upgrader documents
        - Tweaked spelling, grammar and wording to make the text of the upgrader
          pages more readable.
      Fixed spelling regression
        - Higly —> Highly
      Spelling and readability fixes for /include/class.* files
        - Fixed some spelling mistakes
      A couple more spelling/readability fixes.
        - More fixes
      c6c923f9
  11. Jun 26, 2013
  12. Jun 12, 2013
  13. Feb 19, 2013
  14. Jan 03, 2013
  15. Dec 10, 2012
  16. Oct 18, 2012
  17. Oct 08, 2012
  18. Oct 03, 2012
  19. Sep 27, 2012
  20. Sep 09, 2012
  21. Sep 02, 2012
  22. Aug 12, 2012
  23. Aug 02, 2012
  24. Jul 16, 2012
  25. Jul 12, 2012
  26. Jun 29, 2012
  27. Jun 28, 2012
  28. Jun 18, 2012
    • Jared Hancock's avatar
      Add default paper size for printing · 5857dfaa
      Jared Hancock authored
      Allow staff members the ability to select a default paper size which will be
      used in printing tickets via PDF. In the future, this may be overridden per
      ticket by a dialog box at print time.
      5857dfaa
  29. May 13, 2012
  30. May 10, 2012
  31. Apr 25, 2012
  32. Apr 21, 2012
    • Jared Hancock's avatar
      Add lint test for (calls to) undefined functions · cd4b4faa
      Jared Hancock authored
      And correct several undefined function errors from several source files. So
      while function names in PHP are considered case-insensitive, it still makes
      sense to use consistent camel casing for both defining and calling methods.
      The lint test searches the code base for method calls, and then searches the
      code base again looking for a function definition matching the name of the
      function invoked. It's not failsafe, because it doesn't detect the class
      from which the method should belong, so it's likely to have false negatives.
      Furthermore, it won't work well for PHP 5 where several classes are built
      into PHP (and aren't searchable in the osTicket code base).
      
      Remove the include/staff/api.inc.php as it no longer appears to be used (and
      contains references to undefined methods).
      cd4b4faa
  33. Apr 06, 2012
  34. Apr 01, 2012
  35. Mar 23, 2012
Loading