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