1. 22 Jan, 2013 10 commits
  2. 21 Jan, 2013 6 commits
  3. 20 Jan, 2013 1 commit
  4. 19 Jan, 2013 16 commits
  5. 18 Jan, 2013 2 commits
  6. 17 Jan, 2013 1 commit
  7. 18 Jan, 2013 3 commits
  8. 17 Jan, 2013 1 commit
    • Cyril's avatar
      Fix default settings when they are boolean. · 9db7c16a
      Cyril authored
      error is that ```enabled ||= true``` always evaluates to true.
      Change all initialization of bool settings to use the same syntax:
      ```setting = true if setting.nil?```
      9db7c16a