Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-29make some changes to how the dropdown elements are clicked when enter key is ↵fix_arrow_keys_not_working_in_top_search_boxArinde Eniola
pressed
2016-04-27make some changes to enable the links in the dropdown to be clickableArinde Eniola
2016-04-27fix arrrow keys not working at top right search fieldArinde Eniola
2016-04-26Merge branch 'parallel-diff-alignment' into 'master' Jacob Schatz
Reduce width of parallel diffs At 50% width the alignment is off on parallel diffs (see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3785/diffs and view in Side-by-Side) Reducing width lines them up: <img src="/uploads/5775d35b0e86397abd10db6195a8a54d/Screen_Shot_2016-04-22_at_2.19.21_PM.png" width="400px"> Also shifted comment button over to center it properly: <img src="/uploads/c2468e15bb65523464a941001c3d7298/Screen_Shot_2016-04-22_at_2.24.33_PM.png" width="200px"> See merge request !3891
2016-04-26Merge branch '15606-discussion-styling' into 'master' Jacob Schatz
Increase screen width breakpoint for hide/show discussion Closes #15606 See merge request !3915
2016-04-26Merge branch 'master' into 'master' Jacob Schatz
Fixed width of .search-location-badge as it was causing issues in Safari. Fixed width of .search-location-badge as it was causing issues in Safari. Fixes issue #15541 and is a minor CSS only change so [ci skip] # Before Safari: ![Screen_Shot_2016-04-24_at_22.35.38](/uploads/74388670fde3af94429d83b954833bd3/Screen_Shot_2016-04-24_at_22.35.38.png) # After Safari: ![Screen_Shot_2016-04-24_at_21.59.49](/uploads/177d0d8fda665165dff5006930604fc6/Screen_Shot_2016-04-24_at_21.59.49.png) Chrome: ![Screen_Shot_2016-04-24_at_21.59.40](/uploads/6764cd5864901210f4f8eff4388fd6db/Screen_Shot_2016-04-24_at_21.59.40.png) # CSS class referenced in the following files: `./app/assets/javascripts/search_autocomplete.js.coffee` `./app/assets/stylesheets/pages/search.scss` …and is visible on the search bar on every page. See merge request !3900
2016-04-26Consistent border radiusPhil Hughes
2016-04-26Fixed testsPhil Hughes
2016-04-26Focus fieldPhil Hughes
2016-04-26Changes dropdown toggle on search dropdownsPhil Hughes
2016-04-26icons on search barPhil Hughes
2016-04-26Mobile updates for search UIPhil Hughes
2016-04-26Loads group & projects on search page with ajaxPhil Hughes
2016-04-26Started updating search UIPhil Hughes
2016-04-26Break in middle of word if a span within parallel viewAnnabel Dunstone
2016-04-25Increase screen width breakpoint for hide/show discussionAnnabel Dunstone
2016-04-25Merge branch 'emoji-unicode-fix' into 'master' Jacob Schatz
Fixes issue with emoji comments not showing correct emoji image Previously it would look for the unicode character inside the award menu. But this menu might not always be there. Now, the unicode characters are loaded onto the page in an array which the award emoji that looks in to get the correct emoji unicode character Fixes #15512 See merge request !3885
2016-04-25Merge branch 'diff-line-colors' into 'master' Jacob Schatz
Update diff blue & yellow to match design <img src="/uploads/60e1351fb04ab1c8969685fbc8b61c88/Screen_Shot_2016-04-22_at_9.12.17_AM.png" width="500px"> <img src="/uploads/6812b22ec53f3041811261daa0584822/Screen_Shot_2016-04-22_at_9.12.05_AM.png" width="500px"> See merge request !3883
2016-04-25Merge branch 'blur-award-btn' into 'master' Jacob Schatz
Triggers blur after clicking award button ![blur](/uploads/6cd53a5ac314e8048c656685935747e2/blur.gif) Fixes #15511 See merge request !3881
2016-04-25Merge branch 'issue_14904' into 'master' Jacob Schatz
Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
2016-04-25Merge branch 'project-dropdown-link-click-fix' into 'master' Jacob Schatz
Fixed issue with project dropdown links not being clickable See merge request !3870
2016-04-25Merge branch 'word-break' into 'master' Jacob Schatz
Don't break line in middle of word <img src="/uploads/cceb1a4212ff7785ace03cd6468edf85/Screen_Shot_2016-04-21_at_3.32.00_PM.png" width="500px"> See merge request !3864
2016-04-25Merge branch 'scss-empty-rule' into 'master' Jacob Schatz
Enable the EmptyRule SCSS Linter Prevents empty SCSS rules from being included in the SCSS. Also fixes the handful of lints caught by the linter. Regarding the `.gh` rule in monokai.scss, which was added in [this commit](https://gitlab.com/gitlab-org/gitlab-ce/commit/bf079c24afb8ad2991a4eaf60a71a7bc45dd775d), it appears to be empty in [the original file as well](https://github.com/richleland/pygments-css/blob/master/monokai.css). So I think it's fine to delete the selector. cc: @jschatz1 See merge request !3769
2016-04-25Fixed width of .search-location-badge as it was causing issues in Safari. #15541Jedidiah Broadbent
2016-04-24Merge branch 'feature/snumb130/hide-future-blocks-on-graph' into 'master' Robert Speicher
Hiding future dates on contribution calendar Fixes #9036 See merge request !2628
2016-04-24Updating cal-heatmap-rails gem to 3.6.0 and hiding future dates.Luke Howell
2016-04-24Allow middle-click on a Todo row to open in a new tabRobert Speicher
2016-04-22Removed usage of normilizeEmojiName methodPhil Hughes
Fixed some Ruby based on feedback
2016-04-22Reduce width of parallel diffsAnnabel Dunstone
2016-04-22Fixes issue with emoji comments not showing correct emoji imagePhil Hughes
Previously it would look for the unicode character inside the award menu. But this menu might not always be there. Now, the unicode characters are loaded onto the page in an array which the award emoji that looks in to get the correct emoji unicode character Fixes #15512
2016-04-22Update diff blue & yellow to match designAnnabel Dunstone
2016-04-22Triggers blur after clicking award buttonPhil Hughes
Fixes #15511
2016-04-22Escapes label title in filtersPhil Hughes
Fixes #15522
2016-04-22Fixed issue with project dropdown links not being clickablePhil Hughes
2016-04-22Improved confirmation UXPhil Hughes
Closes #4228
2016-04-22Merge branch 'label-text-color-sidebar' into 'master' Robert Speicher
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
2016-04-21Don't break line in middle of wordAnnabel Dunstone
2016-04-21Remove float from iconAnnabel Dunstone
2016-04-21Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran
2016-04-21Use gon.shortcuts_path directlyAlfredo Sumaran
2016-04-21Reverted link changesPhil Hughes
2016-04-21Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceRémy Coutable
2016-04-21Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRémy Coutable
2016-04-21Move event handlers to methodsAlfredo Sumaran
2016-04-21Merge branch 'label-dropdown-fix' into 'master' Jacob Schatz
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
2016-04-21Merge branch 'diff-link-fix' into 'master' Jacob Schatz
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
2016-04-21Removed console.logPhil Hughes
2016-04-21Merge branch 'issue_15434' into 'master' Jacob Schatz
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
2016-04-21Merge branch '15445-file-renames' into 'master' Jacob Schatz
File name change appears on one line Closes #15445 <img src="/uploads/51714555be63af16b810cf528de49192/Screen_Shot_2016-04-21_at_9.22.43_AM.png" width="500px"> See merge request !3854
2016-04-21Merge branch 'note-username-text-color' into 'master' Jacob Schatz
Fixed issue with author link color on dark diffs Correctly added a color to the author link ![Screen_Shot_2016-04-21_at_08.55.05](/uploads/ffa9e12e868c7b71fa4dd9244114274a/Screen_Shot_2016-04-21_at_08.55.05.png) Fixes #15444 See merge request !3847