Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix double scrollbar issues | Jacob Schatz | 2016-02-17 | 1 | -0/+16 |
| | |||||
* | Merge branch 'issue_13359' into 'master' | Jacob Schatz | 2016-02-17 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | | | | | Prevents floated button group on issues view Issue #13359  See merge request !2826 | ||||
| * | Wrap issue details to prevent content misalignmentissue_13359 | Alfredo Sumaran | 2016-02-16 | 1 | -0/+4 |
| | | |||||
| * | Prevent author name to split into multiple lines | Alfredo Sumaran | 2016-02-15 | 1 | -1/+1 |
| | | |||||
| * | Prevent split time into multiple lines for better reading | Alfredo Sumaran | 2016-02-15 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'bugfix/jschatz1/sidebar-fixes-13215' into 'master' | Jacob Schatz | 2016-02-16 | 1 | -0/+25 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | Sidebar fixes Fixes #13215 * when editing a dropdown, but not changing anything you end up in an ugly state * the hover-over state for the subscribe and other buttons are veeery subtle * the collapse button needs some sort of hover-over state * the reference gets shortened. It always got shortened. Not an issue with this in particular. * the minimized sidebar is not functional. The copy button doesn't do anything * looks all funky in safari (not for me) See merge request !2736 | ||||
| * | Make copy button in collapsed sidebar work.bugfix/jschatz1/sidebar-fixes-13215 | Jacob Schatz | 2016-02-05 | 1 | -0/+13 |
| | | |||||
| * | Fix span margin issues | Jacob Schatz | 2016-02-05 | 1 | -1/+5 |
| | | |||||
| * | Add hover for gutter toggle button | Jacob Schatz | 2016-02-05 | 1 | -5/+8 |
| | | |||||
| * | Change hover color of sidebar buttons | Jacob Schatz | 2016-02-05 | 1 | -0/+5 |
| | | |||||
| * | Fix ugly state of dropdown | Jacob Schatz | 2016-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | when editing a dropdown, but not changing anything you end up in an ugly state Fixes #13215 | ||||
* | | Fix duplicate "me" in tooltip of the "thumbsup" awards Emoji | Stan Hu | 2016-02-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Steps to reproduce: 1. Go to a MR or issue 2. Click on "thumbsup" Emoji 3 times 3. Observe the tooltip becomes "me, me" Closes #13374, #12788 | ||||
* | | Merge branch 'fix-explore-filter' into 'master' | Dmitriy Zaporozhets | 2016-02-10 | 3 | -20/+25 |
|\ \ | | | | | | | | | | | | | | | | | | | Add ajax filtering to all paged project lists. Fixes #13182 See merge request !2728 | ||||
| * | | Cleanup to use one selectorfix-explore-filter | Josh Frye | 2016-02-09 | 1 | -4/+4 |
| | | | |||||
| * | | More specific selectors | Josh Frye | 2016-02-09 | 1 | -4/+4 |
| | | | |||||
| * | | MR feedback | Josh Frye | 2016-02-09 | 1 | -5/+2 |
| | | | |||||
| * | | Starred, All, and Trending on explore are paged also group projects. Need ↵ | Josh Frye | 2016-02-09 | 3 | -4/+6 |
| | | | | | | | | | | | | ajax filter. | ||||
| * | | JS Fixes | Josh Frye | 2016-02-09 | 2 | -14/+15 |
| | | | |||||
| * | | Fix explore filter. Fixes #13182 | Josh Frye | 2016-02-09 | 2 | -16/+21 |
| | | | |||||
* | | | Merge branch 'fix-logo-rasterization' into 'master' | Robert Speicher | 2016-02-09 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Prevent rasterization artifacts in the logo, and simplify markup. - Remove sketch-namespaced attributes. - Remove unused groups, and cancel out unnecessary transforms. - Use overlap to avoid rasterization artifacts in the logo. - Remove viewBox parameter and define paths in their final form. See merge request !2741 | ||||
| * | | Prevent rasterization artefacts in the logo, and simplify markup. | Aaron Hamilton | 2016-02-08 | 1 | -1/+2 |
| |/ | | | | | | | | | | | | | | | - Remove sketch-namespaced attributes. - Remove unused groups, and cancel out unnecessary transforms. - Use overlap to avoid rasterization artefacts in the logo. - Extend comment for `#logo` click event handler, as it's a non-obvious hack for Safari. - Remove viewBox parameter and define paths in their final form. | ||||
* | | Merge branch 'rs-broadcast-markdown' into 'master' | Douwe Maan | 2016-02-09 | 3 | -13/+32 |
|\ \ | |/ |/| | | | | | | | | | Allow limited Markdown in Broadcast Messages Closes #11853 See merge request !2695 | ||||
| * | Allow limited Markdown in Broadcast Messagesrs-broadcast-markdown | Robert Speicher | 2016-02-06 | 3 | -13/+32 |
| | | | | | | | | Closes #11853 | ||||
* | | Merge branch 'project-title-dropdown-toggle-button' into 'master' | Jacob Schatz | 2016-02-05 | 1 | -0/+9 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | Changed the project switcher dropdown toggle Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214 cc. @jschatz1 @dzaporozhets See merge request !2733 | ||||
| * | Changed the project switcher dropdown toggle | Phil Hughes | 2016-02-05 | 1 | -0/+9 |
| | | | | | | | | | | | | Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214 | ||||
* | | Merge branch 'feature/jschatz1/sidebar-features' into 'master' | Dmitriy Zaporozhets | 2016-02-05 | 2 | -2/+21 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature/jschatz1/sidebar features * Changes sidebar width (290px). * Makes shortcuts for <kbd>j</kbd> and <kbd>k</kbd> keys for next and previous issues.  cc/ @dzaporozhets See merge request !2734 | ||||
| * | | Changes sidebar widthfeature/jschatz1/sidebar-features | Jacob Schatz | 2016-02-05 | 1 | -2/+2 |
| | | | |||||
| * | | Add `j` and `k` shortcuts | Jacob Schatz | 2016-02-05 | 1 | -0/+19 |
| |/ | |||||
* | | Merge branch 'rrott/gitlab-ce-logo-issue-11867' into 'master' | Robert Speicher | 2016-02-05 | 2 | -1/+19 |
|\ \ | |/ |/| | | | | | | | Fixes for issue with poor logo transition animation on Safari See merge request !2690 | ||||
| * | fixed issue with poor logo transition animation on safari | Roman Rott | 2016-02-05 | 2 | -1/+19 |
| | | | | | | | | | | | | | | | | updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors Updated comments and Changelog Removed duplicate line in changelog | ||||
* | | Add JS style changes.feature/jschatz1/issuable-date-positioning | Jacob Schatz | 2016-02-05 | 1 | -2/+4 |
| | | | | | | | | Thanks @rspeicher | ||||
* | | Edited time ago location change. | Jacob Schatz | 2016-02-05 | 2 | -40/+53 |
| | | | | | | | | | | | | Change edited icon to word. Change edited text color to gray cc/ @creamzy | ||||
* | | Merge branch 'paginate-dashboard-projects' into 'master' | Dmitriy Zaporozhets | 2016-02-05 | 3 | -6/+31 |
|\ \ | | | | | | | | | | | | | | | | | | | Page project list on dashboard See merge request !2689 | ||||
| * | | Frontend changes from MR feedbackpaginate-dashboard-projects | Josh Frye | 2016-02-05 | 1 | -3/+4 |
| | | | |||||
| * | | Fix project filter form rendering | Dmitriy Zaporozhets | 2016-02-05 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Remove js line | Josh Frye | 2016-02-04 | 1 | -1/+0 |
| | | | |||||
| * | | Various filter fixes | Josh Frye | 2016-02-04 | 5 | -33/+49 |
| | | | |||||
| * | | Delay filter until user stops typing | Josh Frye | 2016-02-04 | 4 | -24/+31 |
| | | | |||||
| * | | Paginate + ajax filter dashboard projects | Josh Frye | 2016-02-04 | 1 | -12/+14 |
| | | | |||||
* | | | Remove project-issuable-filter from admin builds page :)improve-nav-controls | Dmitriy Zaporozhets | 2016-02-05 | 1 | -14/+3 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Add support for inline form in nav-controls component | Dmitriy Zaporozhets | 2016-02-05 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | New padding for listslist-padding | Dmitriy Zaporozhets | 2016-02-04 | 7 | -21/+10 |
| |/ |/| | | | | | | | | | | | * improve consistency for list padding * reduce padding for project/group/events lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'feature/jschatz1/issuable-sidebar' into 'master' | Dmitriy Zaporozhets | 2016-02-04 | 8 | -27/+232 |
|\ \ | |/ |/| | | | | | | | | | | | | | Implement new design for issue and merge request right sidebar Fixes #3981 See merge request !2645 | ||||
| * | Resize sidebar on initial page refresh. | Jacob Schatz | 2016-02-04 | 1 | -2/+10 |
| | | |||||
| * | Make size changes based on screen resize. | Jacob Schatz | 2016-02-03 | 2 | -0/+37 |
| | | |||||
| * | Fixes sidebar width. | Jacob Schatz | 2016-02-03 | 2 | -4/+11 |
| | | |||||
| * | Sidebar works after sidebar ajax calls. | Jacob Schatz | 2016-02-02 | 3 | -3/+4 |
| | | |||||
| * | Added correct colors and styles from antetype mockup. | Jacob Schatz | 2016-02-02 | 4 | -11/+12 |
| | | |||||
| * | Add ajax calls to return JSON | Jacob Schatz | 2016-01-30 | 2 | -1/+10 |
| | | | | | | | | | | Fix subtitles on minimize. Fix styles for show. | ||||
| * | Add detail to collapsed icons | Jacob Schatz | 2016-01-28 | 1 | -1/+24 |
| | |