aboutsummaryrefslogtreecommitdiff
path: root/www/trac-tracdragdrop
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* This plugin extends attachments list in Trac.Martin Wilke2013-07-163-0/+44
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> Notes: svn path=/head/; revision=323089