Project

General

Profile

PluginScreenshotPaste » History » Version 7

dj jones, 2021-04-17 17:00

1 1 Jean-Philippe Lang
h1. Screenshot Paste Plugin
2
3
h2. Features
4
5
Allow pasting a screenshot from the clipboard on the issue form.
6
7 6 dj jones
---------- NO LONGER NEEDED! -----------
8
9
Redmine 4.1 handles this , itself.
10
Or to paste the screenshot as a visible image inside the Issue body (ie not as an attachment) - this plugin:
11 7 dj jones
- http://www.redmine.org/plugins/redmine_image_clipboard_paste
12 6 dj jones
- https://www.redmine.org/boards/3/topics/40491
13
14
---------- NO LONGER NEEDED! -----------
15
16 2 Jean-Philippe Lang
h2. Compatibility
17
18
|_. Plugin Version|_. Redmine compatibility|
19
|1.0.2|0.9.x releases
20
0.9.stable|
21
|1.1.0|0.9.devel (r3523 and above)|
22 3 Jean-Philippe Lang
|1.1.1|1.0.x, 1.1.x|
23 5 Emmanuel GALLOIS
|2.0.0|2.0.x, 2.1.x|
24 2 Jean-Philippe Lang
25 1 Jean-Philippe Lang
h2. Installation
26
27
Unzip in your vendor/plugins directory.
28 4 Emmanuel GALLOIS
29 5 Emmanuel GALLOIS
h2. Redmine 2.x
30 4 Emmanuel GALLOIS
31 5 Emmanuel GALLOIS
I've made a rework of the plugin because it wasn't compatible with Redmine 2.x
32 4 Emmanuel GALLOIS
You can checkout it on my github account : "redmine_screenshot_paste":https://github.com/undx/redmine_screenshot_paste.