papisz / clipboard_image_paste

Redmine plugin for pasting cropped image from clipboard as an attachment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine clipboard_image_paste plugin

Paste (cropped) image from clipboard as an attachment.

  • uses pure client side JavaScript
  • attachment works for issues, wiki, news, files, documents, forums
  • image can be interactively cropped
  • works only in Google Chrome and Mozilla Firefox browsers
  • translations: Bulgarian, Czech, English, French, German, Japanese, Portuguese (Brazil), Russian, Simplified Chinese, Spanish, Taiwanese Mandarin, Turkish

Compatibility:

  • Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x
  • works only in Google Chrome and Mozilla Firefox browsers
  • tested on Chrome 24, 15, 13 and Firefox 18, 16, 5

Authors:


Known issues:

  • maximum attachment size is checked against BASE64 encoded image data (even
    smaller images than the maximum allowed attachment size can be rejected)
  • clipboard_image_paste’s ‘Add picture from clipboard’ command combines number
    of both regular files and pasted images for maximum number of attachment check,
    while Redmine’s original ‘Add another file’ counts only regular files

Changelog:

NOT YET RELEASED
[+] Added Simplified Chinese and Spanish translations

22.03.2013 RELEASED 1.5
[!] Redmine 2.3 compatible
[*] JavaScript/JQuery fix for Redmine 2.3 compatibility
[+] Added Brazilian Portuguese translation

06.03.2013 RELEASED 1.4
[+] Added German, Japanese, Taiwanese Mandarin, Turkish translations

25.01.2013 RELEASED 1.3
[+] Added French translation

22.01.2013 RELEASED 1.2
[+] Added dialog to copy image link for wiki

21.01.2013 RELEASED 1.1
[!] Supports Redmine version 1.4.0 to 2.2.x
[+] Added Russian translation

18.01.2013 RELEASED 1.0
--------------------------------------------------------------------------------
Legend:
[+] Added feature
[*] Improved/changed feature
[-] Bug fixed (we hope)
[!] Important info

About

Redmine plugin for pasting cropped image from clipboard as an attachment.


Languages

Language:JavaScript 77.9%Language:Ruby 22.1%