summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'group-activity-separate-tab' into 'master' Robert Speicher2016-03-111-1/+2
|\ | | | | | | | | | | | | | | Move group activity feed to separate page for consistency with dashboard and project pages Fixes #14161. Part of #13480 See merge request !3157
| * Move group activity feed to separate page for consistency with dashboard and ↵Dmitriy Zaporozhets2016-03-101-1/+2
| | | | | | | | | | | | project pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'award-emoji-design-update' into 'master' Jacob Schatz2016-03-111-25/+52
|\ \ | | | | | | | | | | | | | | | | | | Updated UI of award emoji Closes #13878 See merge request !3028
| * | Added 'surprise' animationaward-emoji-design-updatePhil Hughes2016-03-111-7/+13
| | |
| * | Fixed bug with emoji search stylingPhil Hughes2016-03-111-2/+2
| | |
| * | CoffeeScript style improv.Phil Hughes2016-03-111-2/+3
| | |
| * | Moved method calls to separate linesPhil Hughes2016-03-111-6/+11
| | |
| * | Moved SCSS values into variablesPhil Hughes2016-03-111-4/+10
| | |
| * | Updated award emoji testsPhil Hughes2016-03-111-1/+1
| | |
| * | Updated UI of award emojiPhil Hughes2016-03-111-14/+23
| | | | | | | | | | | | Closes #13878
* | | Merge branch 'fix-issue-toggle-button-mobile' into 'master' Jacob Schatz2016-03-112-6/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue with issue sidebar toggle button not working Closes #14195 See merge request !3165
| * | | Fixes issue with issue sidebar toggle button not workingPhil Hughes2016-03-102-6/+5
| |/ / | | | | | | | | | Closes #14195
* | | Merge branch 'account-settings' into 'master' Jacob Schatz2016-03-111-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Account settings Closes #13854 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/4802a7b4f74f17d25a611ed1a2200445/account-settings.png) See merge request !3039
| * | | Account settingsPhil Hughes2016-03-111-3/+4
| |/ / | | | | | | | | | Closes #13854
* | | Merge branch 'comment-discard-button' into 'master' Jacob Schatz2016-03-111-11/+55
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added discard button to comment form Also changed the labels on the buttons to better match the action they are completing. Closes #8057 See merge request !3085
| * | | Correctly uses a variable with the textcomment-discard-buttonPhil Hughes2016-03-111-1/+1
| | | |
| * | | Fixed tests for comment formsPhil Hughes2016-03-041-0/+5
| | | |
| * | | Added discard button to comment formPhil Hughes2016-03-041-11/+50
| | | | | | | | | | | | | | | | | | | | | | | | Also changed the labels on the buttons to better match the action they are completing. Closes #8057
* | | | Merge branch 'comment-error' into 'master' Dmitriy Zaporozhets2016-03-111-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add error for ajax:error when submitting comments Fixes #13814 ![Screen_Shot_2016-02-25_at_1.54.56_PM](/uploads/d70d706d306079df1b00d70f09affb63/Screen_Shot_2016-02-25_at_1.54.56_PM.png) cc @dblessing See merge request !2976
| * | | | Add error for ajax:error when submitting commentsJacob Schatz2016-03-101-0/+7
| | |/ / | |/| | | | | | | | | | Fixes #13814
* | | | Merge branch 'build-scroll-controls-position' into 'master' Jacob Schatz2016-03-111-0/+13
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Affix the build scroll controls Closes #4709 See merge request !3109
| * | | Fixed missing variablesPhil Hughes2016-03-111-2/+2
| | | |
| * | | Changed variable namesbuild-scroll-controls-positionPhil Hughes2016-03-101-3/+3
| | | |
| * | | Removed CiBuild in favour of already available CiBuild classPhil Hughes2016-03-103-16/+13
| | | |
| * | | Affix the build scroll controlsPhil Hughes2016-03-072-0/+16
| | | | | | | | | | | | | | | | Closes #4709
* | | | Merge branch 'dropdown-js' into 'master' Jacob Schatz2016-03-106-0/+522
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dropdown JS See merge request !3112
| * | | | Fixed failing testsPhil Hughes2016-03-101-2/+2
| | | | |
| * | | | Correctly handles multi-selected valuesPhil Hughes2016-03-102-19/+40
| | | | | | | | | | | | | | | | | | | | Fixes an issue where values couldnlt be unselected
| * | | | Enter button trigger first row click when searchingPhil Hughes2016-03-101-10/+29
| | | | |
| * | | | Removed fuse for fuzzaldrinPhil Hughes2016-03-102-31/+9
| | | | |
| * | | | Fixed issue with user list not fetching current project usersPhil Hughes2016-03-101-1/+2
| | | | |
| * | | | Stops excute remote data fetcher when already recieved dataPhil Hughes2016-03-102-2/+19
| | | | |
| * | | | Uses a publicly facing URL so that it allows labels & milestones to be ↵Phil Hughes2016-03-104-37/+37
| | | | | | | | | | | | | | | | | | | | visible when not logged in
| * | | | Status dropdownPhil Hughes2016-03-105-7/+23
| | | | |
| * | | | Can create new label from dropdownPhil Hughes2016-03-103-3/+43
| | | | |
| * | | | Started page two for labels dropdown to allow creating new labelsPhil Hughes2016-03-103-9/+74
| | | | |
| * | | | Correctly fitlers remotelyPhil Hughes2016-03-104-22/+55
| | | | |
| * | | | milestone dropdownPhil Hughes2016-03-104-2/+41
| | | | |
| * | | | Removed label colour from dropdownPhil Hughes2016-03-101-1/+0
| | | | |
| * | | | Applied new dropdowns to issue filtersPhil Hughes2016-03-104-3/+83
| | | | |
| * | | | GitLab dropdown JSPhil Hughes2016-03-102-0/+214
| | | | |
* | | | | Merge branch 'quick-submit-note-edit' into 'master' Jacob Schatz2016-03-101-12/+19
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed quick submit on note edit Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there Closes #14094 See merge request !3151
| * | | | Fixed quick submit on note editquick-submit-note-editPhil Hughes2016-03-101-12/+19
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there Closes #14094
* | | | Use modern syntaxDmitriy Zaporozhets2016-03-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Fix projects pagination via ajaxDmitriy Zaporozhets2016-03-101-0/+6
|/ / / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'master' into markdown_preview_shortcutBaldinof2016-03-092-4/+5
|\ \ \
| * \ \ Merge branch 'issue_13621_2' into 'master' Douwe Maan2016-03-072-4/+5
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Labels should be visible in dashboard and group milestone views Closes #13621 See merge request !2931
| | * | Updates from last code review.issue_13621_2Rubén Dávila2016-03-062-4/+5
| | | |
* | | | Cache only last response in markdown previewFlorent Baldino2016-03-091-2/+2
| | | |
* | | | Add shortcut to toggle markdown previewFlorent Baldino2016-03-072-7/+54
|/ / /