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
path: root/app
AgeCommit message (Collapse)Author
2016-02-25Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' Jacob Schatz
Sidebar overlaps content when screen is below 1200px. When screen is below 1200px, the sidebar overlaps. When screen is above 1200px, the sidebar pushes content out. z-index change to make sure hamburger stays on top. Fixes #12717 ![screensize](/uploads/9a21fa06d583a49d6ebbf1ada34c6792/screensize.gif) ![screensize-small](/uploads/7c25f46e962248a40840562a01c83f8f/screensize-small.gif) Also sorry I couldn't get the collapse button in the screen cap. It's there. See merge request !2620
2016-02-24Wait until listeners are set before triggering a 'click' eventAlfredo Sumaran
2016-02-24Remove unused methodsAlfredo Sumaran
2016-02-24Move script inside of MergeRequestTabs classAlfredo Sumaran
2016-02-24Merge branch 'master' into minimize-on-diffAlfredo Sumaran
2016-02-24Merge branch 'andywgrant/gitlab-ce-master' into 'master' Dmitriy Zaporozhets
Add "issue" to Close/Reopen buttons for clarity _Originally opened by @andywgrant at !2884_ --- Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13549 See merge request !2929
2016-02-24Merge branch 'user-bio-improve' into 'master' Jacob Schatz
Improve the formatting for the user page bio Resolves #13406. Problems, per the Issue above: - The bio has an extra period appended by the HAML view. - The bio isn't given its own line, not differentiated from username and account creation date. - The bio is allowed to span almost the full width of the container, would probably look better if it were only allowed a max width of something like 750px. This commit: - Separates the User page bio from the username and account creation date. - Separates the pseudo-selector adding a Middle Dot out from the `profile-link-holder` class and into a `middle-dot-divider` class. Before: ![Screen_Shot_2016-02-15_at_3.55.28_PM](/uploads/fbe410c3f436740121c5f4686e0f44d0/Screen_Shot_2016-02-15_at_3.55.28_PM.png) With this Merge Request: ![Screen_Shot_2016-02-15_at_3.55.25_PM](/uploads/b4b16376a395608f57d8f76ab47e241f/Screen_Shot_2016-02-15_at_3.55.25_PM.png) See merge request !2827
2016-02-24Merge branch 'highlighted-note' into 'master' Jacob Schatz
Changed padding & background color for highlighted notes Closes #12453 ![Screen_Shot_2016-02-23_at_11.18.59](/uploads/19150d884fd1175fe0df5f6daee64206/Screen_Shot_2016-02-23_at_11.18.59.png) See merge request !2937
2016-02-24Merge branch 'gray-content-block-btn-alignment' into 'master' Jacob Schatz
Correctly aligned buttons vertical in gray-content-block Closes #12790 ![Screen_Shot_2016-02-23_at_15.09.19](/uploads/e5c6d97d8c1712273c87a0d592430390/Screen_Shot_2016-02-23_at_15.09.19.png) See merge request !2941
2016-02-24Merge branch 'activity-tabs-single-select' into 'master' Jacob Schatz
Treats activity tabs as single select Fixes #8092 ![activity-tabs](/uploads/1fb4d9233492252cfd93c74579e97514/activity-tabs.gif) See merge request !2940
2016-02-24Merge branch 'bugfix/jschatz1/missing-project-button' into 'master' Rémy Coutable
Fix group projects styles Makes new project button visible when no projects are available. Fixes #13193 # BEFORE ![Screen_Shot_2016-02-04_at_1.08.27_PM](/uploads/36be9d5892506e7d1abcf4eb2a622e12/Screen_Shot_2016-02-04_at_1.08.27_PM.png) # AFTER (w/projects) ![Screen_Shot_2016-02-04_at_1.07.48_PM](/uploads/fa257a1965017ff1274572dc66fccf90/Screen_Shot_2016-02-04_at_1.07.48_PM.png) # AFTER (no projects) ![Screen_Shot_2016-02-04_at_1.07.28_PM](/uploads/326f6fdac24b56e8408efd0d11dc2805/Screen_Shot_2016-02-04_at_1.07.28_PM.png) cc @creamzy @skyruler See merge request !2714
2016-02-24changed bind to on for activity link click eventPhil Hughes
2016-02-24Treats activity tabs as single selectPhil Hughes
Fixes #8092
2016-02-24Merge branch 'issue_13301_emoji-menu' into 'master' Robert Speicher
Load award emoji picker with ajax request Fixes #13301. See merge request !2888
2016-02-24Update award_emoji testAnnabel Dunstone
2016-02-24Initialize navigation shortcuts on project's files pageAlfredo Sumaran
2016-02-24Initialize navigation shortcuts on project's files pageAlfredo Sumaran
2016-02-24Improve the formatting for the user page bioconnorshea
- Separates the User page bio from the username and account creation date. - Separates the pseudo-selector adding a Middle Dot out from the `profile-link-holder` class and into a `middle-dot-divider` class. Resolves #13406. See merge request !2827.
2016-02-24Re-use existing top area elementsAlfredo Sumaran
2016-02-24Fix group projects stylesJacob Schatz
Makes new project button visible when no projects are available. Fixes #13193
2016-02-23Ability to toggle sidebar on smaller screensAlfredo Sumaran
2016-02-23Fixes padding when right sidebar is not presentAlfredo Sumaran
2016-02-23Update scrollbars after toggle sidebarAlfredo Sumaran
2016-02-23Merge branch 'issue_13510' into 'master' Jacob Schatz
Adds "e" shortcut to issuable pages which redirects to the Edit page Closes #13510 See merge request !2945
2016-02-23Merge branch 'hudecof/show-crowd-login-form-when-signin-disabled' into 'master' Robert Speicher
Show Crowd login even when sign-in is disabled Fixes #13176. See merge request !2749
2016-02-23Merge branch 'fix-todos' into 'master' Robert Speicher
Does not raise an error when Todo is already marked as done Closes #13681 See merge request !2926
2016-02-23Add "e" shortcut to help modalAlfredo Sumaran
2016-02-23Add "e" shortcut to edit issuableAlfredo Sumaran
2016-02-23changed variable name to -hoverPhil Hughes
2016-02-23Merge branch 'dz-small-ui-fixes' into 'master' Jacob Schatz
Set of UI fixes * Improve wiki pages * Improve profile pages cc @skyruler See merge request !2758
2016-02-23Correctly aligned buttons vertical in gray-content-blockPhil Hughes
Closes #12790
2016-02-23Merge branch 'files-view-row-click' into 'master' Jacob Schatz
Fixes issue with file view rows not clickable on project main view Fixed an issue where it would only load the first 25 commit data on project main view. Stopped the file view sending 1 too many requests. Fixes #3916 See merge request !2933
2016-02-23Show Crowd login even when sign-in is disabledPeter Hudec
2016-02-23Merge branch 'empty-repo-instructions-fix' into 'master' Jacob Schatz
Users don't get instructions to push to other users empty projects Fixes #12518 ![Screen_Shot_2016-02-22_at_17.38.18](/uploads/42a3c32af1326f15a7b40fd7153a89fb/Screen_Shot_2016-02-22_at_17.38.18.png) See merge request !2923
2016-02-23Does not raise an error when Todo is already marked as doneDouglas Barbosa Alexandre
2016-02-23Correctly checks if tree view is on screenPhil Hughes
2016-02-23Merge branch 'milestone-drag-empty-list' into 'master' Jacob Schatz
Issues can be dragged & dropped into empty milestone lists This is also possible with MRs. Also fixed an issue where MRs weren't sortable Fixes #13668 ![milestone](/uploads/aada0f48ce8b1407cce920eef3f4d5f3/milestone.gif) See merge request !2935
2016-02-23Merge branch 'dashboard-misaligned-buttons' into 'master' Jacob Schatz
Fixed mis-aligned buttons on dashboard/issues Before: ![](/uploads/35e413f2a5273bcdb1cc9ab20fa8d923/Screen_Shot_2016-02-22_at_10.15.39_PM.png) After: ![Screen_Shot_2016-02-23_at_08.45.12](/uploads/4fbba0650ea6005b1cd600b5038f91d1/Screen_Shot_2016-02-23_at_08.45.12.png) See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2921#note_3868715 See merge request !2932
2016-02-23Merge branch 'issue_11874' into 'master' Jacob Schatz
Fixes dropdown appearance and makes it look accordingly to current design Fixes #11874 See merge request !2920
2016-02-23Changed padding & background color for highlighted notesPhil Hughes
Closes #12453
2016-02-23Issues can be dragged & dropped into empty milestone listsPhil Hughes
This is also possible with MRs. Also fixed an issue where MRs weren't sortable Fixes #13668
2016-02-23Fixes issue with file view rows not clickable on project main viewPhil Hughes
Fixed an issue where it would only load the first 25 commit data on project main view Stopped the file view sending 1 too many requests Fixes #3916
2016-02-23Fixed mis-aligned buttons on dashboard/issuesPhil Hughes
2016-02-23Create EmojisControllerAnnabel Dunstone
2016-02-23Do not use calc and fix background spinner for high density displaysAlfredo Sumaran
2016-02-22Add "issue" to Close/Reopen buttons for clarityAndy Grant
2016-02-22Merge branch 'project-type-icon-your-projects' into 'master' Jacob Schatz
Show project visibility level on project list Fixes #3779 ![Screen_Shot_2016-02-22_at_10.08.58](/uploads/611cc8aa2d12591d4fe6a70ba0f45d68/Screen_Shot_2016-02-22_at_10.08.58.png) See merge request !2908
2016-02-22Merge branch 'blame-line-link' into 'master' Jacob Schatz
Added line links to blame table Closes #4119 See merge request !2915
2016-02-22Merge branch 'fix/13631-error-with-merged-mr' into 'master' Rémy Coutable
Ensure we don't check a commit's description for revert message if it has no description Fixes #13631. /cc @razer6 @grzesiek @yorickpeterse @rdavila See merge request !2917
2016-02-22Use or create variablesAlfredo Sumaran