summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue_11872' into 'master' Jacob Schatz2016-02-191-5/+6
|\ | | | | | | | | | | | | Put project visibility icon next to title Fixes #11872 See merge request !2885
| * Move visibility icon next to project titleissue_11872Alfredo Sumaran2016-02-181-5/+6
| |
* | Project limit is reached warning is hidden when the projects_limit is zeroZeger-Jan van de Weg2016-02-191-1/+1
| | | | | | | | Fixes #12791
* | Merge branch 'fix/project-forks-page' into 'master' Douwe Maan2016-02-191-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | workaround for forks with an invalid repo Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13465 The error occurs when a project returns a `nil` commit for a variety of reasons, I assume the repository is corrupt - perhaps as a result of a failed fork. With this MR, we do not show forks with corrupted repos in the list of forks, as this does not seem to work anyway. A better solution is to fix the cause of the issue and/or any data integrity problem... Also fixing Sentry issue: 1180 `undefined method 'already_forked?' for nil:NilClass ` See merge request !2836
| * | update based on feedbackJames Lopez2016-02-192-2/+2
| | |
| * | updated fix based on MR feedbackJames Lopez2016-02-172-2/+2
| | |
* | | number_with_delimiter() addedheiko2016-02-191-2/+2
| |/ |/|
* | Merge branch 'rs-git-fetch-labels' into 'master' Kamil Trzciński2016-02-181-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Fix labels for git clone/git fetch Project CI setting See merge request !2842
| * | Fix labels for git clone/git fetch Project CI settingrs-git-fetch-labelsRobert Speicher2016-02-161-2/+2
| | |
* | | Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' Douwe Maan2016-02-173-0/+42
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to see and sort on vote count from Issues and MR lists Fixes #3763 * Sort options ![Sort Options](/uploads/df6543d574d4df8bf7e4496a876e2930/sort.png) * Most popular ![Most popular](/uploads/bb92cc2fbef7b6b806dcdf8c52778fdd/most-popular.png) * Least popular ![Least popular](/uploads/7988ed451922c81dc228419b5edbd7cd/least-popular.png) See merge request !2781
| * | Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-173-0/+42
| | |
* | | Merge branch 'bugfix/jschatz1/milestone-icon' into 'master' Rémy Coutable2016-02-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Correct icon for milestones. See merge request !2856
| * | | Correct icon for milestones.bugfix/jschatz1/milestone-iconJacob Schatz2016-02-171-1/+1
| |/ /
* | | Merge branch 'image-diff' into 'master' Douwe Maan2016-02-173-11/+18
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes for showing images - Render scrubbed SVG's inline, not via /raw/ - Use /raw/ requests on image diffs Both of these are needed because of no longer eager loading blobs. This a follow-up to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2830 Also see https://gitlab.com/gitlab-org/gitlab-ce/issues/13350 See merge request !2837
| * | | Fixes requested by Rémyimage-diffJacob Vosmaer2016-02-172-4/+5
| | | |
| * | | No use to sanitize partial blob dataJacob Vosmaer2016-02-171-1/+1
| | | |
| * | | Use /raw/ requests for image diffsJacob Vosmaer2016-02-161-9/+9
| | | |
| * | | Fix SVG blob renderingJacob Vosmaer2016-02-161-1/+7
| | | |
* | | | Merge branch 'fix/13517-impossible-subsequent-issuable-edits-in-sidebar' ↵Douwe Maan2016-02-172-4/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix a bug preventing from doing subsequent edits in any Issuable sidebar Fixes #13517. Fixes #12572. ### Issue ![impossible-subsequent-issue-edits-in-sidebar](/uploads/bd45c0effb46848641932d9cd38d3fe2/impossible-subsequent-issue-edits-in-sidebar.gif) --- ### Merge request ![impossible-subsequent-mr-edits-in-sidebar](/uploads/b4e1e3e93df4ac0a3d962df8b6139de9/impossible-subsequent-mr-edits-in-sidebar.gif) /cc @jschatz1 @sytses See merge request !2848
| * | | Fix a bug preventing from doing subsequent edits in any Issuable sidebarfix/13517-impossible-subsequent-issuable-edits-in-sidebarRémy Coutable2016-02-172-4/+4
| | |/ | |/|
* | | Merge branch 'issue_13359' into 'master' Jacob Schatz2016-02-171-10/+13
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | Prevents floated button group on issues view Issue #13359 ![screenshot](/uploads/962ac4f3f1f3d6ef87f7152c09090801/screenshot.jpg) See merge request !2826
| * | Wrap issue details to prevent content misalignmentissue_13359Alfredo Sumaran2016-02-161-9/+12
| | |
| * | Change "opened by" to just "by"Alfredo Sumaran2016-02-161-1/+1
| | |
| * | Move issue details after action buttonsAlfredo Sumaran2016-02-151-10/+10
| | |
* | | Merge branch 'bugfix/jschatz1/sidebar-fixes-13215' into 'master' Jacob Schatz2016-02-161-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-13215Jacob Schatz2016-02-051-1/+1
| | |
* | | Merge branch 'fix/13356-issuable-index-of-total-in-sidebar' into 'master' Douwe Maan2016-02-161-9/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the "x of y" displayed at the top of Issuables' sidebar 1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 1. Also, refactored a bit the Issuable helpers into a new `IssuablesHelper` module. 1. Added acceptance specs for the sidebar counter. Note: I didn't add a CHANGELOG item since it's a bug fix for an unreleased version. Fixes #13356. See merge request !2818
| * | | Display "iid of max_iid" in Issuables' sidebarRémy Coutable2016-02-161-1/+1
| | | |
| * | | Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebarRémy Coutable2016-02-151-10/+7
| | |/ | |/| | | | | | | | | | | | | | | | | | | 1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
* | | Eager-load image blob data in diffsfix/13458-eager-load-blob-dataRémy Coutable2016-02-161-0/+2
|/ / | | | | | | | | | | | | Since gitlab_git 8.0, blob data are lazy-loaded so we have to call blob.load_all_data!(repo) to eager-load them. Fixes #13458.
* | Merge branch 'fix/ci-emails-broken-link' into 'master' Douwe Maan2016-02-132-2/+3
|\ \ | | | | | | | | | | | | | | | | | | Fix broken link in CI build notification emails Closes #13199 See merge request !2785
| * | Fix broken link in CI build notification emailsGrzegorz Bizon2016-02-122-2/+3
| | | | | | | | | | | | Closes #13199
* | | Merge branch 'rs-issue-merge-requests' into 'master' Douwe Maan2016-02-121-3/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Correct indentation for `issues/merge_requests` partial render Prior, it would only be shown if the issue had been edited. See merge request !2789
| * | Correct indentation for `issues/merge_requests` partial renderrs-issue-merge-requestsRobert Speicher2016-02-111-3/+3
| | | | | | | | | | | | Prior, it would only be shown if the issue had been edited.
* | | Don't show fork button if user can't fork the project.issue_13369Rubén Dávila2016-02-111-8/+9
| | |
* | | Change MR link to "View Open Merge Request"display-mr-link-if-thre-is-oneDouglas Barbosa Alexandre2016-02-102-2/+2
| | |
* | | Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre2016-02-102-3/+7
|/ /
* | Merge branch 'fix-explore-filter' into 'master' Dmitriy Zaporozhets2016-02-107-21/+15
|\ \ | | | | | | | | | | | | | | | | | | Add ajax filtering to all paged project lists. Fixes #13182 See merge request !2728
| * | Cleanup to use one selectorfix-explore-filterJosh Frye2016-02-094-4/+4
| | |
| * | MR feedbackJosh Frye2016-02-091-1/+1
| | |
| * | Extract events rendering to own action.Josh Frye2016-02-092-2/+2
| | |
| * | Starred, All, and Trending on explore are paged also group projects. Need ↵Josh Frye2016-02-092-8/+10
| | | | | | | | | | | | ajax filter.
| * | Fix explore filter. Fixes #13182Josh Frye2016-02-091-8/+0
| | |
* | | Ensure link for README blobs includes the full pathrs-issue-13254Robert Speicher2016-02-091-1/+1
| | | | | | | | | | | | Closes #13254
* | | Merge branch 'variables-build-log' into 'master' Robert Speicher2016-02-091-1/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add notice about variables in build log Related to: https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1942 [ci skip] See merge request !2761
| * | | Add information about expose of build variables.variables-build-logKamil Trzcinski2016-02-091-1/+3
| | |/ | |/|
* | | Merge branch 'fix-logo-rasterization' into 'master' Robert Speicher2016-02-091-20/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Hamilton2016-02-081-20/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | - 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 remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-02-096-12/+19
|\ \ \ | |_|/ |/| |
| * | Merge branch 'ci-permissions' into 'master' Robert Speicher2016-02-086-12/+19
| |\ \ | | |/ | |/| | | | | | | | | | | | | Limit guest access to builds Closes https://dev.gitlab.org/gitlab/gitlabhq/issues/2646 See merge request !1942