Skip to content
Snippets Groups Projects
  1. Oct 27, 2014
  2. Oct 26, 2014
  3. Oct 24, 2014
  4. Oct 23, 2014
  5. Oct 22, 2014
  6. Oct 21, 2014
    • Jared Hancock's avatar
      InnoDB tables for search indexing where possible · 65b6264f
      Jared Hancock authored
      Especially on Galera clusters, search indexing with MyISAM tables will cause
      unstable clusters and loss of data. For standalone clusters using MySQL 5.6
      or MariaDB 10.0, the database default table storage engine can be used,
      since either support fulltext indexing.
      65b6264f
  7. Oct 20, 2014
  8. Oct 15, 2014
    • Jared Hancock's avatar
      forms: Fix validation errors for field `name` matches · 57eaa549
      Jared Hancock authored
      For fields with `name`s which are the same as other fields on the new ticket
      form (such as `time` used with the new ticket by staff form), ensure that
      data from the fields outside the main ticket form ("Ticket Details") is not
      mingled with fields inside the form.
      
      Since this is only a problem for web requests, and specifically new ticket
      by staff requests, this patch only applies the field name to data matching
      for non-web requests.
      57eaa549
    • Jared Hancock's avatar
      files: Cleanup orphaned files on autocron · f82a4491
      Jared Hancock authored
      f82a4491
  9. Oct 14, 2014
  10. Oct 10, 2014
  11. Oct 09, 2014
  12. Oct 07, 2014
  13. Oct 06, 2014
  14. Oct 02, 2014
  15. Oct 01, 2014
  16. Sep 29, 2014
Loading