Files
gitlabhq/config
Cyril 9db7c16a1e Fix default settings when they are boolean.
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?```
2013-01-18 00:00:02 +01:00
..
2012-11-18 21:51:53 +01:00
2013-01-03 09:12:24 +02:00
2011-10-09 00:36:38 +03:00
2012-09-27 02:56:20 -07:00
2013-01-13 17:25:18 +02:00