Skip to content
Snippets Groups Projects
  1. Aug 13, 2012
  2. Aug 11, 2012
  3. Aug 08, 2012
  4. Jul 30, 2012
  5. Jul 22, 2012
  6. Jul 21, 2012
  7. Jul 16, 2012
  8. Jul 09, 2012
  9. Jul 08, 2012
  10. Jul 07, 2012
    • Jared Hancock's avatar
      Add UPGRADING.txt file to describe post automated upgrade activities · 48c3d764
      Jared Hancock authored
      The upgrader can't (and shouldn't) do everything necessary to complete an
      upgrade. The adminsitrator will need to take care of a few extra tasks that
      are outlined in the UPGRADING.txt file. One of the items includes removing
      source code no longer used in the 1.7 codebase. A script is shipped (Unix
      only) that allows an administrator to automatically clean up all old source
      files that are no longer used.
      48c3d764
  11. Jul 02, 2012
  12. Jun 30, 2012
  13. Jun 26, 2012
  14. Jun 23, 2012
  15. Jun 18, 2012
  16. Jun 04, 2012
  17. May 13, 2012
  18. Apr 28, 2012
  19. Apr 26, 2012
  20. Apr 25, 2012
  21. Apr 23, 2012
  22. Apr 22, 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
Loading