summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/_form.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+2
|
* Revert "DB change, migratoin and changelog"Lee Tickett2019-08-291-1/+1
| | | | This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-2/+1
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* Fix CSS grid on a new Project/Group MilestoneTakuya Noguchi2019-01-301-2/+4
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Externalize strings from `/app/views/projects/milestones`George Tsiolis2019-01-291-9/+9
|
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-2/+2
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Milestone testsDan Davison2018-07-111-3/+3
|
* Use proper markdown rendering for previewsBrett Walker2018-07-061-1/+3
|
* [skip ci] add col-sm-* for form-horizontal changes to keep layoutClement Ho2018-04-121-2/+2
|
* [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-121-3/+3
|
* [skip ci] .control-label to .col-form-labelClement Ho2018-04-111-2/+2
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
|
* Support comments for personal snippetsJarka Kadlecova2017-05-051-1/+1
|
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-041-1/+1
| | | | | | | | | | Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
* HAMLLint: Fix `SpaceBeforeScript` offencesKushal Pandya2016-12-311-1/+1
|
* Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-6/+1
|
* Due date can be removed from milestonesPhil Hughes2016-06-101-7/+1
| | | | Closes #15063
* Improved the UX of issue & milestone date pickerPhil Hughes2016-06-091-2/+1
| | | | Closes #18198
* Placeholder on milestone formPhil Hughes2016-04-141-1/+1
| | | | Updated JS spec to include gl_form
* Milestones use new GLForm classPhil Hughes2016-04-141-3/+2
|
* Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-5/+2
| | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
* Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-021-3/+3
| | | | | Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
* Use autofocus where appropriateDouwe Maan2015-12-021-1/+1
|
* Don't write "Optional" or "Required" unless non-obviousDouwe Maan2015-12-021-1/+0
|
* Use consistent casing for page titlesDouwe Maan2015-12-021-7/+0
|
* Few changes to Group Milestone feature:Dmitriy Zaporozhets2015-11-161-4/+2
| | | | | | | | * Group attachments are not supported so I removed attach file link * Added changelog item * Add markdown hint to project milestone form Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
* Tweak remaining CSS for Markdown previewStan Hu2015-09-211-1/+1
| | | | Missed a few items in !1378
* Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher2015-06-261-3/+2
| | | | These have been replaced by the "requiresInput" behavior.
* 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-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | # 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
| * Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| * | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-5/+5
| | | | | | | | | | | | | | | | | | 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-2/+2
| |/ |/| | | | | | | This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
* | Make sure Markdown previews always use the same styling as the eventual ↵Douwe Maan2015-02-171-1/+1
|/ | | | destination.
* Add Markdown preview to more formsVinnie Okada2014-10-151-5/+6
| | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
* Apply ZEN mode to all GFM formsRobert Schilling2014-10-021-2/+2
|
* Search for 'div-dropzone' correctlyfix_selecting_them_uploadRobert Schilling2014-10-011-1/+1
|
* Fix milestones description's max lengthGregoire Daussin2014-07-151-1/+1
|
* 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-1/+1
|
* Implements and refactors clipboard feature for markdown.erbunao2014-05-281-1/+1
|
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-2/+8
|
* 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>