summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'label-text-color-sidebar' into 'master' Robert Speicher2016-04-211-1/+1
|\ | | | | | | | | | | | | | | | | Fixes text color on labels in sidebar Previously the labels in the sidebar would just have `#FFF` text color which could cause problems with a light background color. With this, the text color comes from the JSON. See merge request !3846
| * Reverted link changesPhil Hughes2016-04-211-1/+1
| |
| * Removed console.logPhil Hughes2016-04-211-1/+0
| |
| * Fixes text color on labels in sidebarPhil Hughes2016-04-211-2/+3
| |
* | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceRémy Coutable2016-04-212-46/+29
|\ \
| * \ Merge branch 'label-dropdown-fix' into 'master' Jacob Schatz2016-04-212-46/+29
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes "create label" functionality on label dropdown **Issue sidebar** ![label_dropdown](/uploads/2a056136fc88626530fc275ded0c2aa3/label_dropdown.gif) **Issues page** ![label_dropdown_issues](/uploads/965fd20f5b206499e9b11a64556c5240/label_dropdown_issues.gif) See merge request !3670
| | * \ Merge remote-tracking branch 'origin/master' into label-dropdown-fixlabel-dropdown-fixAlfredo Sumaran2016-04-2014-118/+290
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran2016-04-2015-123/+224
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/shared/issuable/_sidebar.html.haml
| | * | | | Add is-link attribute to know if a menu item should not be stoppedAlfredo Sumaran2016-04-181-1/+1
| | | | | |
| | * | | | Remove $parentAlfredo Sumaran2016-04-181-6/+5
| | | | | |
| | * | | | Fix create label functionalityAlfredo Sumaran2016-04-151-41/+25
| | | | | |
| | * | | | Fix Label dropdown and organize codeAlfredo Sumaran2016-04-151-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/labels_select.js.coffee
| | * | | | Restore broken codeAlfredo Sumaran2016-04-151-9/+6
| | | | | |
* | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRémy Coutable2016-04-211-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'issue_15434' into 'master' Jacob Schatz2016-04-211-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes XSS injection REF: https://gitlab.com/gitlab-org/gitlab-ce/issues/15434 **Without the fix** ![xss1](/uploads/0a7b0b15fb87066965a7c73f1dbaa815/xss1.gif) **With the fix** ![xss2](/uploads/473cfa0aa80656f24c58aebf1fd97fff/xss2.gif) See merge request !1952
| | * | | | | Remove unused paramAlfredo Sumaran2016-04-211-1/+1
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'diff-link-fix' into 'master' Jacob Schatz2016-04-211-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff highlight fixes This fixes a couple of issues with linking/highlight diff lines: - Fixed issue with lines not being selectable when expanding diff - Fixed issue with incorrect line being highlighted if line is in discussion view See merge request !3725
| * | | | | Fixed issue when scrolling to element and there is an expanderPhil Hughes2016-04-201-2/+2
| | | | | |
| * | | | | Fixed issue with incorrect line being highlighted if line is in discussion viewPhil Hughes2016-04-201-4/+4
| | |_|/ / | |/| | |
* | | | | Revert "Merge branch 'sentry-js' into 'master' "Jacob Schatz2016-04-212-45/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0f309794e78243b1ee16ba6f1451dbb0752956c5, reversing changes made to 1e596fef1c42a1dd925636c48fea01be444dc3ab.
* | | | | Merge branch 'issue_14678' into 'master' Jacob Schatz2016-04-201-1/+42
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Refresh page according remaining todos Fixes #14678 See merge request !3428
| * | | | Use Turbolinks to redirectissue_14678Alfredo Sumaran2016-04-181-1/+1
| | | | |
| * | | | Move declarationsAlfredo Sumaran2016-04-131-4/+3
| | | | |
| * | | | Reutilize existing method to update param valueAlfredo Sumaran2016-04-111-12/+3
| | | | |
| * | | | Merge branch 'master' into issue_14678Alfredo Sumaran2016-04-118-17/+131
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/todos.js.coffee
| * \ \ \ \ Merge branch 'master' into issue_14678Alfredo Sumaran2016-04-0714-131/+648
| |\ \ \ \ \
| * | | | | | Get pagination options form the viewAlfredo Sumaran2016-04-011-9/+18
| | | | | | |
| * | | | | | Expose todos_per_page variableAlfredo Sumaran2016-03-301-3/+2
| | | | | | |
| * | | | | | Merge branch 'master' into issue_14678Alfredo Sumaran2016-03-309-101/+460
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/todos.js.coffee
| * | | | | | | typoAlfredo Sumaran2016-03-281-6/+6
| | | | | | | |
| * | | | | | | Refresh page according remaining todosAlfredo Sumaran2016-03-281-0/+43
| | | | | | | |
* | | | | | | | Merge branch 'due-date-frontend' into 'master' Robert Speicher2016-04-202-1/+64
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add due date to issues Closes: #12709 See merge request !3614
| * | | | | | | | replace hyphens to commas when converting datePhil Hughes2016-04-201-2/+1
| | | | | | | | |
| * | | | | | | | Fixed date issue with timezonesPhil Hughes2016-04-201-1/+3
| | | | | | | | |
| * | | | | | | | Removed buttons instead clicking date sets itPhil Hughes2016-04-202-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with dropdown not being toggleable again
| * | | | | | | | Updates sidebar valuePhil Hughes2016-04-201-0/+3
| | | | | | | | |
| * | | | | | | | Fixed issue with bootstrap dropdown closing the calendarPhil Hughes2016-04-201-0/+5
| | | | | | | | |
| * | | | | | | | Fixed issue with selectbox not hidingPhil Hughes2016-04-201-1/+8
| | | | | | | | |
| * | | | | | | | Posts the due date through AJAXPhil Hughes2016-04-201-0/+48
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'sentry-js' into 'master' Robert Speicher2016-04-202-0/+45
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Sentry logging for JavaScript errors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/12675 See merge request !3795
| * | | | | | | place the sentry config into a new file, and some changessentry-jsArinde Eniola2016-04-192-43/+44
| | | | | | | |
| * | | | | | | some changes and add item to changelogArinde Eniola2016-04-191-1/+1
| | | | | | | |
| * | | | | | | add some configsArinde Eniola2016-04-181-2/+42
| | | | | | | |
| * | | | | | | Make unminified Raven available.Jacob Schatz2016-04-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the correct sentry dsn.
| * | | | | | | Add sentry logger to GitLabJacob Schatz2016-04-181-0/+3
| | | | | | | |
* | | | | | | | Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-2010-117/+181
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mutliple label filter Fixes #989 See merge request !3438
| * | | | | | | Correctly checks for undefined in coffeescript :see_no_evil:multi-filter-labelsPhil Hughes2016-04-201-1/+1
| | | | | | | |
| * | | | | | | Any label & no label out weigh other labels - these two will clear ↵Phil Hughes2016-04-202-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previously selected labels Fixed issue with no label not working correctly
| * | | | | | | Label text color comes from JSONPhil Hughes2016-04-207-122/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created issuable singleton to house the filtering
| * | | | | | | get the multi filter labels feature to work on merge request, also escape ↵Arinde Eniola2016-04-203-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | characters in the templates to prevent xss attack