diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-16 13:43:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-16 13:43:05 +0800 |
commit | 20e666c0eef76be602b70bb56215177d6975789f (patch) | |
tree | bbcbd6f236a1114990d260c6bd5220cf65236cbb /www/Makefile | |
parent | d1f1a19cc01298348afbd7b6ab8d52256df8467d (diff) | |
download | freebsd-ports-gnome-20e666c0eef76be602b70bb56215177d6975789f.tar.gz freebsd-ports-gnome-20e666c0eef76be602b70bb56215177d6975789f.tar.zst freebsd-ports-gnome-20e666c0eef76be602b70bb56215177d6975789f.zip |
This plugin extends attachments list in Trac.
Drag-and-drop to attach files using HTML5 drag-and-drop,
XMLHttpRequest Level 2 and File API.
Progress bar while uploading the files using XMLHttpRequest
Level 2.
More than one file for selecting attachment files.
Attach an image from clipboard.
Auto-submit on select a file to attach.
WWW: http://trac-hacks.org/wiki/TracDragDropPlugin
PR: ports/177425
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5fef570f018b..13faffdd1ab2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1963,6 +1963,7 @@ SUBDIR += trac-tickettemplate SUBDIR += trac-timingandestimation SUBDIR += trac-tocmacro + SUBDIR += trac-tracdragdrop SUBDIR += trac-tweakui SUBDIR += trac-vote SUBDIR += trac-wantedpages |