gitlabhq/doc
Cyril 63d9373aa8 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>
2012-12-12 17:53:43 +01:00
..
api Validates presence of User#name 2012-12-12 17:53:43 +01:00
app App docs 2012-10-25 11:59:41 +03:00
install Fix spelling and wording in installation.md 2012-12-10 01:08:34 +01:00
raketasks Improve gitlab:env:info task 2012-12-06 21:16:48 +01:00
development.md Update doc/development.md 2012-11-14 13:33:22 -05:00