summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_form.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Quick Submit all the things!Robert Speicher2015-10-071-1/+1
| | | | | | | | | | | | Adds quick submit behavior to the forms for: - Blobs ("new file") - Commit messages - Issuables - Notes - Labels - Milestones - Wikis
* Fixes to dropdown, font colors for new project and merge requestAndrey2015-10-071-1/+1
|
* More tweaks to make note edit/preview CSS consistentStan Hu2015-09-211-1/+1
| | | | Closes #2585
* Render Note field hints consistently for "new" and "edit" formsrs-issue-2010Robert Speicher2015-07-261-12/+2
| | | | | | | | | | - The "Edit" form didn't have Markdown hints. - The "New" form had a paperclip icon for attachments, the "edit" form didn't. Closes #2010 Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2525
* Fixed the issuescomment-box-changesDarby2015-07-091-1/+2
|
* Comment box/Placeholder text redoDarby2015-07-011-2/+7
|
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-0/+2
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283
* Show warning when a comment will add 10 or more people to the discussion.Douwe Maan2015-06-051-5/+2
|
* Support configurable attachment size via Application SettingsStan Hu2015-04-021-1/+1
| | | | | | Fix bug where error messages from Dropzone would not be displayed on the issues page Closes #1258
* Fix bug where editing a comment with "+1" or "-1" would cause a server errorStan Hu2015-03-021-1/+1
| | | | Closes #1151
* 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
| * 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-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.
* | | Remove note attachment file selector.Douwe Maan2015-02-171-8/+0
| | |
* | | Refactor.Douwe Maan2015-02-171-1/+1
| | |
* | | Generalize the image upload in markdownHannes Rosenögger2015-02-171-3/+3
| |/ |/| | | | | | | 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.
* Refactor zen mode. Make it works in diffsDmitriy Zaporozhets2015-01-151-1/+1
|
* Huge set of fixes for comments logicDmitriy Zaporozhets2015-01-141-2/+3
|
* Merge branch 'upstream-master' into markdown-previewVinnie Okada2014-12-071-1/+1
|\ | | | | | | | | Conflicts: spec/routing/project_routing_spec.rb
| * UI improvements mostly for mobile screensDmitriy Zaporozhets2014-12-021-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add Markdown preview to more formsVinnie Okada2014-10-151-16/+6
|/ | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-1/+1
|
* Search for 'div-dropzone' correctlyfix_selecting_them_uploadRobert Schilling2014-10-011-1/+1
|
* Factor zen mode.Ciro Santilli2014-09-201-7/+2
|
* Implement zen mode for issues/MRs/notesRobert Schilling2014-09-111-1/+6
| | | | Close Zen mode by ESC, foward/backward
* Add tabindex -1 to skip on tabbing.Marin Jankovski2014-06-181-2/+2
|
* Revert "Implements and refactors clipboard feature for markdown."Dmitriy Zaporozhets2014-06-031-3/+3
| | | | | | | | | | | | | | 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-3/+3
|
* Improve notes form UI/UXDmitriy Zaporozhets2014-05-241-18/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-10/+15
|
* Use more specific class names: grouped -> btn-groupedDmitriy Zaporozhets2014-02-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Include tw bootstrap manually. Fix hide classDmitriy Zaporozhets2014-01-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Switch Notes controller to use jsonDmitriy Zaporozhets2013-12-251-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make comment preview button whiteDmitriy Zaporozhets2013-12-181-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add authenticity_token: true to multipart formsDmitriy Zaporozhets2013-12-121-1/+1
| | | | | | | | Rails 4 does not generate token by default It fixes bug when you get to sign-in page after trying to upload image with comment Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rollback preview button hrefDmitriy Zaporozhets2013-11-271-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve preview/edit links for comment formDmitriy Zaporozhets2013-11-271-3/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+37