Skip to content
Snippets Groups Projects
  1. Oct 13, 2014
  2. Oct 10, 2014
  3. Oct 09, 2014
  4. Oct 06, 2014
  5. Sep 30, 2014
    • Matt Kirman's avatar
      Dashboard statistics should use 'period' as the date limiter · c1abffd7
      Matt Kirman authored
      The statistics module on the dashboard was using the incorrect query parameter
      'stop'. This meant that the module was loading all tickets from the report start
      date to the present day. This commit fixes this by using the 'period' parameter
      instead.
      c1abffd7
  6. Sep 29, 2014
  7. Sep 27, 2014
    • Jared Hancock's avatar
      orm: Fix MySQL occasional "Commands OOS" error · aeffcb73
      Jared Hancock authored
      Under certain intermittent circumstances (usually a significant number of
      ORM queries), the ORM will trigger a MySQL error:
      
      Commands out of sync; you can't run this command now
      
      Usually this MySQL error is related to buffered versus unbuffered queries.
      However, the ORM already uses buffered queries (MySQL calls it
      "store_result"). In this case, it appears there is some sort of race between
      fetching the result metadata before configuring the statement for buffering.
      (By "race" I mean that the error is not reliably triggered).
      
      This patch seems to fix the issue by configuring buffering before fetching
      result metadata — necessary to configure the fetching (output) phase of the
      statement.
      aeffcb73
  8. Sep 26, 2014
  9. Sep 25, 2014
  10. Sep 24, 2014
  11. Sep 17, 2014
    • Jared Hancock's avatar
      pages: Fix incorrect lookup of inline images · eb4d1b36
      Jared Hancock authored
      In some cases, a POST might be sent to the server and there be no draft. In
      such a case, neither the draft nor the body of the page can be inspected for
      images. Even worse, in some cases the previous images might be unlinked from
      the article without being relinked. Therefore, the images will no longer be
      linked to the page and will likely be purged from the system.
      eb4d1b36
  12. Sep 10, 2014
  13. Sep 09, 2014
  14. Sep 08, 2014
  15. Sep 05, 2014
  16. Sep 04, 2014
  17. Sep 01, 2014
  18. Aug 29, 2014
  19. Aug 28, 2014
Loading