wiki:TracDragDropPlugin

Version 13 (modified by Jun Omae, 12 years ago) (diff)

--

Drag-and-Drop Attachments Plugin for Trac

Description

This plugin extends attachments list in Trac.

  • Drop-and-drop to attach files using HTML5 drag-and-drop, XMLHttpRequest Level 2 and File API
    • Works on Firefox 3.6+ and Chrome 12+.
  • Progress bar while uploading the files using XMLHttpRequest Level 2
    • Works on Firefox 3.6+, Chrome 12+ and Safari 5+.
  • More than one file for selecting attachment files
    • Works on Firefox 3.6+, Chrome 12+, Safari 5+ and Opera 11+.
  • Paste an image from clipboard
    • Works on Firefox 3.6+ and Chrome 19+.
  • Auto-submit on select a file to attach.
    • Works on Internet Explorer 7+.

Bugs/Feature Requests

Existing bugs and feature requests for TracDragDropPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:tracdragdropplugin here].

Source

You can check out TracDragDropPlugin from here using Subversion, or browse the source with Trac.

Install

Install the plugin:

For Trac 0.11
easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.11
For Trac 0.12
easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.12

Enable the plugin in trac.ini:

[components]
tracdragdrop.* = enabled

Screenshots

Drag-and-drop
Uploading
Menu

Tickets

new status tickets:

#9080
Upload pic and insert it at the cursor postion
#10209
Add attachment menu is visible if a wiki page is read-only
#12738
Additional selection of image size
#13314
use a dedicated drop-zone instead whole HTML page
#13963
arrow icon for the drop down menu does not disappear

Recent Changes

18544 by jun66j5 on 2023-05-12 11:04:53
TracDragDrop: adapt to removed inspect.getargspec since Python 3.11 (closes #14222)
18477 by jun66j5 on 2022-04-09 23:40:21
TracDragDropPlugin: bump up the version to 0.12.0.16
18476 by jun66j5 on 2022-04-09 22:54:14
TracDragDropPlugin: make compatible with Python 3 (closes #14129)
(more)

Author/Contributors

Author: jun66j5
Maintainer: jun66j5
Contributors:

Attachments (3)

Download all attachments as: .zip