redmine_image_clipboard_paste

Redmine plugin to allow pasting an image from the clipboard into the comment box on the form

  • 所有者: credativUK/redmine_image_clipboard_paste
  • 平台:
  • 許可證: GNU General Public License v2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Redmine Image Clipboard Paste

Plugin for redmine which allows pasting image data from the clipboard directly into the comments input field on a new ticket or comment. The image will be given an arbitrary filename and added as an attachment and also inserted into the comment text using Redmine's markup language.

Features

  • Paste images from the clipboard
  • Drag and drop image files directly into the input element
  • Added to ticket as an attachment
  • Added into the comment text field using Redmine's markup language

Getting the plugin

A copy of the plugin can be downloaded from GitHub: http://github.com/credativUK/redmine_image_clipboard_paste

Installation

To install the plugin clone the repro from github and migrate the database:

cd /path/to/redmine/
git clone git://github.com/credativUK/redmine_image_clipboard_paste.git plugins/redmine_image_clipboard_paste
rake db:migrate_plugins RAILS_ENV=production

To uninstall the plugin migrate the database back and remove the plugin:

cd /path/to/redmine/
rake db:migrate:plugin NAME=redmine_image_clipboard_paste VERSION=0 RAILS_ENV=production
rm -rf plugins/redmine_image_clipboard_paste

Further information about plugin installation can be found at: http://www.redmine.org/wiki/redmine/Plugins

Compatibility

The latest version of this plugin is only tested with Redmine 2.3.x.

Browser compatibility will be an issue since it is making use of the FileAPI which is still a working draft at time of writing and each browser has it's own implementation of this.

Paste is only supported by WebKit based browsers.
Drag and drop should be supported by all modern browsers, tested with Chrome, Firefox and IE.

License

This plugin is licensed under the GNU GPLv2 license. See LICENSE-file for details.

Copyright (c) 2013 credativ Ltd.

主要指標

概覽
名稱與所有者credativUK/redmine_image_clipboard_paste
主編程語言JavaScript
編程語言JavaScript (語言數: 2)
平台
許可證GNU General Public License v2.0
所有者活动
創建於2013-12-10 09:57:40
推送於2023-02-08 17:13:47
最后一次提交2014-07-15 13:41:17
發布數0
用户参与
星數42
關注者數16
派生數52
提交數11
已啟用問題?
問題數27
打開的問題數24
拉請求數0
打開的拉請求數4
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?