An error occurred fetching the project authors.
- 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
-
- 17 Jun, 2015 1 commit
-
-
Robert Speicher authored
-