1. 22 Feb, 2016 2 commits
  2. 28 Jan, 2016 1 commit
  3. 29 Dec, 2015 2 commits
  4. 22 Oct, 2015 1 commit
  5. 10 Aug, 2015 1 commit
  6. 12 Jul, 2015 1 commit
  7. 22 Jun, 2015 1 commit
  8. 07 Jun, 2015 1 commit
  9. 11 Apr, 2015 1 commit
  10. 09 Apr, 2015 1 commit
  11. 24 Feb, 2015 1 commit
  12. 11 Feb, 2015 1 commit
  13. 10 Feb, 2015 1 commit
  14. 31 Jan, 2015 3 commits
  15. 15 Jan, 2015 1 commit
  16. 28 Dec, 2014 1 commit
  17. 23 Dec, 2014 1 commit
  18. 22 Dec, 2014 1 commit
  19. 21 Dec, 2014 1 commit
  20. 08 Dec, 2014 1 commit
  21. 05 Dec, 2014 1 commit
  22. 03 Dec, 2014 1 commit
  23. 02 Dec, 2014 3 commits
  24. 30 Nov, 2014 1 commit
  25. 28 Nov, 2014 1 commit
  26. 03 Nov, 2014 1 commit
  27. 01 Nov, 2014 1 commit
  28. 31 Oct, 2014 1 commit
  29. 30 Oct, 2014 1 commit
  30. 22 Oct, 2014 2 commits
  31. 20 Oct, 2014 2 commits
  32. 30 Aug, 2014 1 commit
    • Fix issue with capitalized table prefixes in plugins · a52cf400
      The init_queries plugin function now receives table names in original case.
      Potentially breaking change if qa_db_add_table_prefix is manually wrapped with strtolower, however, I have not found any code in the wild that would break from this change.
      Q2A core code also now using case-sensitive comparisons (there were several instances of tables not being normalized anyway).
      Fixes #45.
      Scott Vivian authored