06 Nov, 2012
3 commits
05 Nov, 2012
3 commits
-
Fix double icon on header button hover
-
Fix rendered action for password change failure
04 Nov, 2012
3 commits
-
Closes #1912
02 Nov, 2012
1 commit
-
Fix breadcrumb links on Commits page
01 Nov, 2012
4 commits
-
Closes #1731
-
This was breaking breadcrumb links on non-Tree pages
-
See https://github.com/gitlabhq/gitlabhq/pull/1665#discussion_r1804447
31 Oct, 2012
1 commit
30 Oct, 2012
6 commits
29 Oct, 2012
7 commits
-
…gitlabhq into piffio-public_submission_milestones_for_mr Conflicts: app/views/merge_requests/_form.html.haml
-
Refactor Satellite Code
28 Oct, 2012
1 commit
-
When a MR belongs to a Milestone, show this information in the listing with a small box telling the Milestone title.
27 Oct, 2012
6 commits
-
Fixes #1830
-
Fixes #1836
-
Conflicts: app/views/issues/_form.html.haml
26 Oct, 2012
5 commits
-
Show the relation between Merge Requests and Mileston in different places: - Merge Request page - Milestone list page - Milestone details page
-
Step 1: * Add milestone_id in the model for merge_requests * Make it possible to create or update a Merge Request with an attached Milestone detail * Add the possibility to filter by Milestone and / or Assignee in the Merge Requests listing page