Skip to content
Snippets Groups Projects
  1. Oct 29, 2012
  2. Oct 28, 2012
  3. Oct 22, 2012
  4. Oct 15, 2012
  5. Oct 14, 2012
    • Peter Rotich's avatar
      * Post Reply · 8c0d3571
      Peter Rotich authored
       - Add To: address
       - Add ability to diable emailed replies
      * Post Note
       - Make note title optional.
       - Add additional ticket status (state) options.
      * Assign
       - Add claim to dropdown for self-assignments.
      8c0d3571
  6. Oct 11, 2012
  7. Oct 02, 2012
  8. Aug 31, 2012
  9. Aug 10, 2012
  10. Jul 25, 2012
  11. Jul 09, 2012
  12. Jun 18, 2012
  13. May 27, 2012
  14. May 13, 2012
  15. May 10, 2012
  16. May 01, 2012
  17. 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
  18. Apr 01, 2012
  19. Mar 30, 2012
  20. Mar 27, 2012
    • Jared Hancock's avatar
      Add export support for ticket search page · cc7f20b9
      Jared Hancock authored
      Adds a link to the scp/tickets.php page (Tickets) allowing for the export of
      the data to CSV file. This is preliminary and still needs a few items:
        * An icon + button CSS definition
        * Support for alternate columns (staff assigned, etc.)
      
      Also add beginnings of complex export support (PDF, JSON  and other
      formats
      to follow). CSV is fully supported for now.
      
      And for brevity, add a Http::download method to allow for consistent and
      browser-independent forced page content downloads
      cc7f20b9
  21. Mar 19, 2012
Loading