20 Dec, 2012
2 commits
19 Dec, 2012
3 commits
18 Dec, 2012
3 commits
17 Dec, 2012
1 commit
16 Dec, 2012
3 commits
-
add missing mandatory tr in thead
-
added more denied project names
15 Dec, 2012
2 commits
14 Dec, 2012
9 commits
-
fix gfm autocomplete for usernames
13 Dec, 2012
4 commits
12 Dec, 2012
7 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
11 Dec, 2012
6 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.