23 Dec, 2012
11 commits
-
Fixes #2349
-
Improve network-graph
22 Dec, 2012
5 commits
21 Dec, 2012
5 commits
-
Conflicts: vendor/assets/javascripts/branch-graph.js
-
Fix and refactoring gfm_autocomplete
20 Dec, 2012
8 commits
-
Rename add_users_to_project_teams to gitlab:import:all_users_to_all_projects
-
Rename gitlab:app:db_* to gitlab:backup:db:* Rename gitlab:app:repo_* to gitlab:backup:repo:* Rename *_dump to *_create
19 Dec, 2012
2 commits
14 Dec, 2012
3 commits
-
fix gfm autocomplete for usernames
13 Dec, 2012
4 commits
12 Dec, 2012
2 commits
-
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>