13 Dec, 2012
1 commit
12 Dec, 2012
9 commits
-
Validates presence of User#name
-
The 2 reasons are : - creation of user fail if name is empty : in after_save, it tries to create a namespace with namespace.name = user.name and namespece validates presence Namespace#name - in the web app links to team members are broken with empty User#name because they are of the form <a href'...'> user.name </a>
-
Minor: Change html input type to "email" on sign-in view
-
Support read-only access for git over HTTP
11 Dec, 2012
10 commits
-
As long as the username is the user's email address it makes sense to use input="email" helper for the email field. This allows HTML5 capable (mobile) devices to bring up an email input keyboard instead of the default one.
10 Dec, 2012
9 commits
-
Fixes #2245
-
Fixes #2246
-
add help/raketasks to routing spec and search autocomplete
-
Added link to support forum
09 Dec, 2012
4 commits
08 Dec, 2012
3 commits
07 Dec, 2012
4 commits
-
fix notify_team on wall
-
Update installation docs