Changes between Version 9 and Version 10 of TracDragDropPlugin


Ignore:
Timestamp:
May 28, 2012, 10:28:06 AM (12 years ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracDragDropPlugin

    v9 v10  
    55== Description ==
    66
    7 This plugin adds drag-and-drop attachments feature to Trac using HTML5 drag-and-drop and File API.
     7This plugin extends attachments list in Trac.
    88
    9 '''Important''': works fine with Firefox 3.6+, Google Chrome 12+ (probably 7+) and Safari 5+, but doesn't work with Opera and Internet Explorer.
     9 * Drop-and-drop to attach files using HTML5 drag-and-drop, XMLHttpRequest Level 2 and File API
     10   - Works on Firefox 3.6+ and Chrome 12+.
     11 * Progress bar while uploading the files using XMLHttpRequest Level 2
     12   - Works on Firefox 3.6+, Chrome 12+ and Safari 5+.
     13 * More than one file for selecting attachment files
     14   - Works on Firefox 3.6+, Chrome 12+, Safari 5+ and Opera 11+.
     15 * Paste an image from clipboard
     16   - Works on Firefox 3.6+ and Chrome 19+.
     17 * Auto-submit on select a file to attach.
     18   - Works on Internet Explorer 7+.
    1019
    11 == Bugs/Feature Requests == 
     20== Bugs/Feature Requests ==
    1221
    1322Existing bugs and feature requests for TracDragDropPlugin are
     
    3746
    3847== Screenshots ==
    39 [[Image(drag-enabled.png)]]
    40 
    4148[[Image(dragenter.png)]]
    4249
    43 [[Image(confirm.png)]]
     50[[Image(uploading.png)]]
    4451
    45 [[Image(uploading.png)]]
     52[[Image(tracdragdrop-menu.png)]]
    4653
    4754== Tickets ==