Skip to content
Snippets Groups Projects
  1. Jul 22, 2013
    • Jared Hancock's avatar
      Improve integration of the Config class · 9549fba1
      Jared Hancock authored
      Use %config table by default for config classes
      
      Add lastModified() method to retrieve the time of last modification for a
      configuration key
      
      Add $defaults to the specified on a subclass. The defaults remove the
      necessity to specify a default value for each getter method, and, the
      defaults are integrated into the array retrieved from getInfo()
      9549fba1
  2. Jul 21, 2013
  3. Jul 17, 2013
  4. Jul 16, 2013
  5. Jul 15, 2013
  6. Jul 12, 2013
    • Jared Hancock's avatar
      d87ddfd9
    • Jared Hancock's avatar
      Fallback to base64_decode if imap_base64 fails · 6f375159
      Jared Hancock authored
      Some mail clients and servers (like the ones developed in the northwestern
      United States) sometimes place encoded and non-encoded data in an email
      body declared with "Content-Transfer-Encoding: base64". imap_base64 will
      refuse to decode the body if it contains non base64 characters (like a
      period, colon, apostrophe, etc). This patch uses base64_decode as a fallback
      which will make a best effort to decode the data. In the case of our test
      mails, the decoded data will contain garbage where the non-base64-encoded
      data was in the original mail, but at least the message is preserved.
      6f375159
    • Jared Hancock's avatar
      Make API requests stateless · 908e0ad0
      Jared Hancock authored
      Disable DB session storage. This chews up database space and processing time
      for a request that will never resume the same session (given the current API
      model anyway).
      908e0ad0
    • Jared Hancock's avatar
      Add export feature to osTicket · 562591ac
      Jared Hancock authored
      562591ac
  7. Jul 11, 2013
  8. Jul 10, 2013
  9. Jul 09, 2013
Loading