1. 20 Oct, 2014 1 commit
  2. 15 Oct, 2014 10 commits
  3. 14 Oct, 2014 1 commit
  4. 13 Oct, 2014 1 commit
  5. 30 Sep, 2014 1 commit
  6. 29 Sep, 2014 1 commit
  7. 25 Sep, 2014 2 commits
  8. 24 Sep, 2014 1 commit
  9. 23 Sep, 2014 3 commits
  10. 21 Sep, 2014 1 commit
  11. 20 Sep, 2014 5 commits
  12. 18 Sep, 2014 2 commits
  13. 16 Sep, 2014 1 commit
  14. 04 Sep, 2014 3 commits
  15. 03 Sep, 2014 1 commit
  16. 02 Sep, 2014 5 commits
  17. 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