Skip to content
Snippets Groups Projects
  1. Jan 03, 2014
    • Jared Hancock's avatar
      http: Legacy versions of IIS redirect incorrectly · 176af908
      Jared Hancock authored
      (And newer versions don't seem to like the legacy code). This patch uses a
      `Refresh` header for IIS versions prior to 7.0 (included with Windows Vista
      / Server 2008). Starting with IIS 7.0, the Location header should be
      properly handled by IIS.
      176af908
  2. Feb 19, 2013
  3. 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
  4. Mar 19, 2012
Loading