Files
gitlabhq/app/models
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
..
2011-10-09 00:36:38 +03:00
2012-11-22 20:49:01 +01:00
2012-11-19 21:24:05 +03:00
2012-11-19 21:24:05 +03:00
2012-11-19 21:24:05 +03:00
2012-11-19 21:24:05 +03:00
2012-12-01 03:19:16 -08:00
2012-11-20 14:19:55 +02:00
2012-11-19 21:24:05 +03:00
2012-11-20 14:19:55 +02:00
2012-11-20 14:19:55 +02:00
2012-11-19 21:24:05 +03:00
2012-11-20 14:19:55 +02:00
2012-12-12 17:53:43 +01:00
2012-11-19 21:24:05 +03:00
2012-11-20 14:19:55 +02:00
2012-11-19 21:24:05 +03:00