18 Jan, 2013
2 commits
-
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?```
17 Jan, 2013
21 commits
-
Fix default settings when they are boolean.
-
Improve setup task, by making it less dangerous
-
Eliminate horizontal shifting on diff body heights
-
…not have membership and leave comment
-
Add SSH custom port support for install/installation.md
-
Fixes #2608
16 Jan, 2013
17 commits
-
Allow the OmniAuth provider args parameter to be passed through
-
…o VonC-check_gitlab_in_git_group
-
Fixes #2166
-
Fixes #2617
-
Fixes #2563
-
add default for Settings['satellites']
-
Remove wget dependency, now all curl
-
'namespace' should be exposed via the API
-
clean application_helper a bit