summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable
Commit message (Collapse)AuthorAgeFilesLines
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-102-9/+9
| | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* Render same markdown hint for issue, merge request, wiki and comment formsmarkdown-form-hintDmitriy Zaporozhets2015-11-071-8/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into filter-labelfilter-labelDouwe Maan2015-10-141-1/+1
|\
| * Add spellcheck=false to certain input fieldsspellcheck_falseValery Sizov2015-10-121-1/+1
| |
* | Allow dashboard and group issues/MRs to be filtered by labelDouwe Maan2015-10-141-5/+4
|/
* Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu2015-10-081-2/+2
| | | | | 1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders.
* Quick Submit all the things!Robert Speicher2015-10-071-2/+2
| | | | | | | | | | | | Adds quick submit behavior to the forms for: - Blobs ("new file") - Commit messages - Issuables - Notes - Labels - Milestones - Wikis
* Support filtering by "Any" milestone or issue and fix "No Milestone" and "No ↵Stan Hu2015-10-071-2/+2
| | | | | | | | Label" filters Closes #2619 Closes https://github.com/gitlabhq/gitlabhq/issues/9631
* Tweak remaining CSS for Markdown previewStan Hu2015-09-211-1/+1
| | | | Missed a few items in !1378
* Turned off autocomplete for new issue titlesdisable-issue-autofillDarby2015-09-091-1/+1
|
* Apply new style for issues, merge requests and milestone pagesDmitriy Zaporozhets2015-09-041-7/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'fix-email-autocomplete' into 'master'Douwe Maan2015-08-213-5/+6
|\ | | | | | | | | | | | | | | | | | | Fix bug preventing invite by e-mail This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320 See merge request !1181
| * List the current user first in issuable dropdownsStan Hu2015-08-212-2/+2
| |
| * Fix bug preventing invite by e-mailStan Hu2015-08-213-5/+6
| | | | | | | | | | | | This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320
* | Fix bug where non-project members of the target project could set labels on ↵fix-fork-mr-labelsDouwe Maan2015-08-201-1/+1
|/ | | | new merge requests.
* Merge branch 'mr-widget-text' into 'master' Dmitriy Zaporozhets2015-08-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve text of MR merge widget and manual merge modal Modal with manual merge instructions: ![Screen_Shot_2015-08-08_at_21.30.23](https://gitlab.com/gitlab-org/gitlab-ce/uploads/2bffe42e9ad76afd02efbe5816027767/Screen_Shot_2015-08-08_at_21.30.23.png) Archived: ![archived](https://gitlab.com/gitlab-org/gitlab-ce/uploads/e1efa1d54ce7ead8de6e88ca34095c09/archived.png) WIP: ![wip](https://gitlab.com/gitlab-org/gitlab-ce/uploads/14a831458d0946722559ec643f91678c/wip.png) Missing target branch: ![missing_branch](https://gitlab.com/gitlab-org/gitlab-ce/uploads/340083bbacbc234906e58cf76c586a9e/missing_branch.png) Missing source branch: ![missing_branch_source](https://gitlab.com/gitlab-org/gitlab-ce/uploads/72f80ed58efed88b2bbcf403b55b1a01/missing_branch_source.png) Nothing to merge: ![nothing](https://gitlab.com/gitlab-org/gitlab-ce/uploads/85b0d9da87acacd53cffd0df58d8eed4/nothing.png) Checking ability to merge: ![check](https://gitlab.com/gitlab-org/gitlab-ce/uploads/32d75322e622025610c446e8ca7d892d/check.png) Conflicts when allowed to merge: ![conflicts](https://gitlab.com/gitlab-org/gitlab-ce/uploads/23fdb2c60a27d873b3cc8a008203eb59/conflicts.png) Conflicts when not allowed to merge: ![conflicts_not_allowed](https://gitlab.com/gitlab-org/gitlab-ce/uploads/113462a80fc65bf48b20dc0efd808363/conflicts_not_allowed.png) Mergeable when allowed to merge: ![accept](https://gitlab.com/gitlab-org/gitlab-ce/uploads/1b3bb1a71df21728fe9318e7a083bfba/accept.png) Mergeable when not allowed to merge: ![not_allowed](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d38fa5c96f8f9d7223bb6bc7ad36f29d/not_allowed.png) Merge in progress: ![locked](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b60dcf5eb70e6032b0e8aac766018df3/locked.png) Merge failed: ![failed_2](https://gitlab.com/gitlab-org/gitlab-ce/uploads/3713b9a10298183935b028b658271ac9/failed_2.png) Merged: ![merged](https://gitlab.com/gitlab-org/gitlab-ce/uploads/7f68a48dd197a71351c9a80c59c8ecbe/merged.png) Closed: ![closed](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d5ce040449b7db943bd2fbfffb607a10/closed.png) cc @dzaporozhets @rspeicher See merge request !1120
* Revert "Merge branch 'mr-widget-text' into 'master' "Dmitriy Zaporozhets2015-08-111-2/+2
| | | | | This reverts commit 151d9fb35fd66a161cf0e1f95d7b0f0448ca8034, reversing changes made to 819d110cabfc2791e0e84bd89b9f87aef570c1db.
* Improve MR merge widget text and UI consistency.Douwe Maan2015-08-081-2/+2
|
* Fix method name.Douwe Maan2015-07-301-1/+1
|
* Dynamically check `:admin_*` ability on issuable formRobert Speicher2015-07-241-1/+1
| | | | Closes #2092
* Add Issuable#to_ability_nameRobert Speicher2015-07-241-2/+2
|
* Dynamically check `:admin_*` ability in issuable contextRobert Speicher2015-07-191-2/+2
| | | | Closes #2001
* Allow user to filter by Issues/Merge Requests without a MilestoneRobert Speicher2015-07-061-2/+6
|
* Simplify set of assignee, milestone and label to admin_issue ruleDmitriy Zaporozhets2015-06-263-8/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update tests and use js-issuable class for context formDmitriy Zaporozhets2015-06-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* UsersSelect is part of filter so I rather keep js executed in partialDmitriy Zaporozhets2015-06-251-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor issue and merge request sidebarDmitriy Zaporozhets2015-06-251-0/+50
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont allow guest to set assigne, milestone and label when create new issue ↵Dmitriy Zaporozhets2015-06-251-37/+40
| | | | | | or merge request Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move issuable partials in common directoryDmitriy Zaporozhets2015-06-253-0/+193
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>