- 21 Nov, 2015 2 commits
-
-
Valery Sizov authored
-
Jose Corcuera authored
-
- 20 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 19 Nov, 2015 3 commits
-
-
Robert Speicher authored
Also, hide the tooltip in a less stupid way. Closes #3547
-
Valery Sizov authored
-
Valery Sizov authored
-
- 18 Nov, 2015 5 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 17 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 16 Nov, 2015 2 commits
-
-
Robert Speicher authored
This reverts commit 63144cd0, reversing changes made to 8ab5df9d.
-
Dmitriy Zaporozhets authored
* Group attachments are not supported so I removed attach file link * Added changelog item * Add markdown hint to project milestone form Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 Nov, 2015 1 commit
-
-
Jason Lee authored
Use RJS to render edit note feature. Before: ``` Rendered projects/notes/_note.html.haml (27.9ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.7ms) Rendered projects/_md_preview.html.haml (3.9ms) Rendered projects/notes/_edit_form.html.haml (6.9ms) Rendered projects/notes/_note.html.haml (17.7ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.6ms) Rendered projects/_md_preview.html.haml (3.4ms) Rendered projects/notes/_edit_form.html.haml (7.0ms) ``` After: ``` Rendered projects/notes/_note.html.haml (13.8ms) Rendered projects/notes/_note.html.haml (7.1ms) Rendered projects/notes/_note.html.haml (9.5ms) Rendered projects/notes/_note.html.haml (8.5ms) ``` This change reduce at least 6ms * N ('N' - number of notes).
-
- 05 Nov, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 04 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
* add separator between tabs * show project avatars * fix tooltip offset on user calendar * remove gray hover for tabs Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 03 Nov, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 31 Oct, 2015 1 commit
-
-
Robert Speicher authored
Prior, the value of the Ace editor was only being persisted if the user physically clicked the submit button, which the "quick submit" behavior doesn't do. Now the value will be properly transferred before any form is submitted.
-
- 29 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 23 Oct, 2015 2 commits
-
-
Robert Speicher authored
-
Kamil Trzcinski authored
-
- 21 Oct, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 19 Oct, 2015 1 commit
-
-
Dirceu Pereira Tiegs authored
-
- 14 Oct, 2015 2 commits
-
-
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.
-
Kamil Trzcinski authored
-
- 13 Oct, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 09 Oct, 2015 2 commits
-
-
Han Loong Liauw authored
- Changed to margin for vertical allign as used in bootstrap 3 original - Also added an `active` state to show when the extra items are enabled
-
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!
-
- 07 Oct, 2015 7 commits
-
-
Robert Speicher authored
phantomjs < 2.0 doesn't support creating `KeyboardEvent` so the tests were failing on CI
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Side-effect: This simplifies the requiresInput handler
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Change "+" icon under "Files" section to have three options: * Create file * Upload file * New directory Upload file is no longer accessible from the "Create file" page. Users can now select a target branch in upload file as well. Closes #2799: Fixes a bug where file modes were overwritten after a commit Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files can no longer be overwritten in the "Create file" section. Closes #2557
-
- 06 Oct, 2015 1 commit
-
-
Valery Sizov authored
-
- 05 Oct, 2015 1 commit
-
-
Valery Sizov authored
-
- 01 Oct, 2015 1 commit
-
-
Valery Sizov authored
-