An error occurred fetching the project authors.
- 10 Jun, 2016 1 commit
-
-
Phil Hughes authored
With the new project nav being fixed, the diff page is scrolling the highlighted under the nav meaning you cant see what is highlighted
-
- 18 May, 2016 1 commit
-
-
Phil Hughes authored
Closes #15133
-
- 20 Apr, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 18 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 14 Apr, 2016 3 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Added highlight colours to diff rows Closes #13852
-
- 11 Apr, 2016 4 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
This happens because tab's `shown` event is triggered first if we enter directly to the diff page therefore Breakpoints class is not initialized yet.
-
Alfredo Sumaran authored
-
- 07 Apr, 2016 1 commit
-
-
Alfredo Sumaran authored
This should be done before .timeago() is called on the element
-
- 18 Mar, 2016 1 commit
-
-
Robert Speicher authored
Unless the user explicitly requested the collapsed sidebar.
-
- 10 Mar, 2016 1 commit
-
-
Phil Hughes authored
Closes #14195
-
- 04 Mar, 2016 1 commit
-
-
Jacob Schatz authored
-
- 29 Feb, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 24 Feb, 2016 2 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
- 20 Feb, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 19 Feb, 2016 3 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
- 18 Feb, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 13 Jan, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Dec, 2015 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 09 Dec, 2015 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 08 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 14 Oct, 2015 1 commit
-
-
Robert Speicher authored
When `window.location.hash` is pointing to a note, e.g. `#note_1234`, `scrollToElement` would throw an error because a selector such as `.commits #note_1234` doesn't exist, so `offset()` returned `undefined`. This error would prevent subsequent calls from running, which caused the loading spinner to never be hidden. Now we ensure the selector returns a valid element before trying to scroll to it.
-
- 09 Oct, 2015 1 commit
-
-
Robert Speicher authored
Occasionally the loading spinner would stay visible after the tab finished loading. This change makes the toggle explicit so that it's always shown on `beforeSend`, and always hidden on `complete`. Plus a bonus semi-colon eradication!
-
- 05 Oct, 2015 1 commit
-
-
Valery Sizov authored
-
- 23 Jul, 2015 1 commit
-
-
Stan Hu authored
On the first load, the merge request tabs would be requested in JSON format to render the HTML. This would cause the "Reload with full diff" button to create a link to diff.json. Closes #2041
-
- 06 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 25 Jun, 2015 1 commit
-
-
Robert Speicher authored
The tab was being activated before we set the `[commits|diffs]Loaded` variable, so even when the `/diffs` route is accessed directly, like from the "Side-by-side" link, the tab was being loaded from its default source. Fixes #1887
-
- 22 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 21 Jun, 2015 1 commit
-
-
Robert Speicher authored
-