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.
10 Dec, 2012
4 commits
-
Fixes #2246
-
add help/raketasks to routing spec and search autocomplete
09 Dec, 2012
3 commits
08 Dec, 2012
2 commits
07 Dec, 2012
5 commits
-
Redesign for navigation bar.
-
always use proper size value do not show alt text when avatar image not loaded
06 Dec, 2012
2 commits
-
Closes #2196
05 Dec, 2012
5 commits
04 Dec, 2012
4 commits
03 Dec, 2012
1 commit
02 Dec, 2012
1 commit