summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/_form.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* re-add Assign to Me link on new MR/Issue formsSimon Knox2017-03-071-6/+0
|
* merge request form uses new GLFormPhil Hughes2016-04-141-1/+1
|
* fix quick submit missing in edit merge request pageArinde Eniola2016-04-071-1/+1
|
* Remove unnecesary wrapper elementsDouwe Maan2015-12-021-2/+1
|
* Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher2015-06-261-2/+1
| | | | These have been replaced by the "requiresInput" behavior.
* Move issuable partials in common directoryDmitriy Zaporozhets2015-06-251-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show warning when a comment will add 10 or more people to the discussion.Douwe Maan2015-06-051-2/+0
|
* Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-241-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb
| * Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+2
| | | | | | | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* | Refactor.Douwe Maan2015-02-171-1/+1
| |
* | Generalize the image upload in markdownHannes Rosenögger2015-02-171-1/+1
|/ | | | | This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
* Merge branch 'factor-issue-mr-form-label' of ↵Dmitriy Zaporozhets2014-10-021-18/+0
|\ | | | | | | | | | | | | | | | | https://github.com/cirosantilli/gitlabhq Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/projects/merge_requests/_form.html.haml
| * Factor issue and edit MR form label field and submit.Ciro Santilli2014-09-221-19/+0
| |
* | Search for 'div-dropzone' correctlyfix_selecting_them_uploadRobert Schilling2014-10-011-1/+1
| |
* | Remove ununsed CONTRIBUTING link on edit MR form.Ciro Santilli2014-09-221-10/+0
|/ | | | | The code is never reached because the new and edit MR forms have diverged, and the CONTRIBUTING link is not shown when editing MRs.
* Factor issue and MR edit form error list.Ciro Santilli2014-09-201-5/+0
|
* Factor new issue and edit MR forms.Ciro Santilli2014-09-041-31/+1
|
* Allow set labels from Issue/MR formsDmitriy Zaporozhets2014-07-291-37/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve select2 css to match bootstrap styleDmitriy Zaporozhets2014-06-061-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Implements and refactors clipboard feature for markdown."Dmitriy Zaporozhets2014-06-031-1/+1
| | | | | | | | | | | | | | This reverts commit 2273234653924b731f9ef01432e392481ee1d4e2. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/projects/issues/_form.html.haml app/views/projects/merge_requests/_form.html.haml app/views/projects/merge_requests/_new_submit.html.haml app/views/projects/milestones/_form.html.haml app/views/projects/notes/_form.html.haml app/views/projects/wikis/_form.html.haml
* Replace existing links to help pages with the new ones.Marin Jankovski2014-05-291-2/+1
|
* Implements and refactors clipboard feature for markdown.erbunao2014-05-281-1/+2
|
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-2/+8
|
* Merge pull request #6778 from dblessing/feature/mr_labelsDmitriy Zaporozhets2014-05-131-0/+38
|\ | | | | Merge Request Labels
| * Implement Merge Request LabelsDrew Blessing2014-05-131-0/+38
| |
* | Add assignee and milestone to 2nd stepDmitriy Zaporozhets2014-05-081-0/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add assignee/milestone block to merge request edit page. And remove branches ↵Dmitriy Zaporozhets2014-05-081-44/+17
|/ | | | | | selector from this page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use MergeRequest services in API and controllersDmitriy Zaporozhets2014-04-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove assignee/milestone selects from MR formDmitriy Zaporozhets2014-03-241-31/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #6382 from jvanbaarsen/contribution-guide-linkDmitriy Zaporozhets2014-02-261-0/+4
|\ | | | | Contribution guide link
| * Added the contribution guide noticeJeroen van Baarsen2014-02-221-0/+4
| | | | | | | | | | This is shown at the creation of new issues and new merge requests, when the repository has a contribution guide file.
* | By default, target original repository if fork when creating new MR.Jacob Carlborg2014-02-241-1/+1
|/
* Set initial value to Issue/MR form -> assignee selectboxDmitriy Zaporozhets2014-02-171-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show full commit info at MR formDmitriy Zaporozhets2014-02-151-8/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use project_users_select_tag for Issue form and MR formDmitriy Zaporozhets2014-02-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix bug with merge request branch selectDmitriy Zaporozhets2014-01-311-2/+2
| | | | | | | Merge request target branch select is broken if you submit form and have some errors on page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix assign-to-me link for MR formDmitriy Zaporozhets2014-01-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace chosen with select2Dmitriy Zaporozhets2014-01-111-7/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Style MR form page for twbs3Dmitriy Zaporozhets2014-01-011-13/+23
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle issue form. Replace inputsDmitriy Zaporozhets2014-01-011-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* alert-error to alert-dangerDmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate forms and inputs pt1Dmitriy Zaporozhets2013-12-311-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-7/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Convert span into col-mdDmitriy Zaporozhets2013-12-301-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch '6-5-dev'Dmitriy Zaporozhets2013-12-211-2/+2
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: VERSION
| * Added milestone_options and assigne_options helpersDmitriy Zaporozhets2013-12-191-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Dont allow change of MR target or source projects after it was createdDmitriy Zaporozhets2013-12-201-2/+2
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* fix most of warningsskv2013-12-151-1/+1
|
* Use MR#source_project_path method instead of ↵Dmitriy Zaporozhets2013-12-121-1/+1
| | | | | | merge_request.source_project.path_with_namespace Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve select UIDmitriy Zaporozhets2013-11-121-2/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>