Changes between Version 15 and Version 16 of TracDragDropPlugin


Ignore:
Timestamp:
May 29, 2012, 5:47:31 AM (12 years ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracDragDropPlugin

    v15 v16  
    77This plugin extends attachments list in Trac.
    88
    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 to attach from clipboard
    16    - Works on Firefox 3.6+ and Chrome 19+.
     9 * Drop-and-drop to attach files using HTML5 drag-and-drop, XMLHttpRequest Level 2 and File API.
     10 * Progress bar while uploading the files using XMLHttpRequest Level 2.
     11 * More than one file for selecting attachment files.
     12 * Attach an image from clipboard.
    1713 * Auto-submit on select a file to attach.
    18    - Works on Firefox 3.6+, Chrome 12+, Safari 5+, Opera 11+ and Internet Explorer 7+.
     14
     15=== Browser Compatibility ===
     16||                                    || Firefox || Chrome || Safari || Opera || Internet Explorer ||
     17|| Drop-and-drop to attach files      || 3.6+    || 12+    || -      || -     || -                 ||
     18|| Progress bar while uploading files || 3.6+    || 12+    || 5+     || -     || -                 ||
     19|| More than one file for selecting   || 3.6+    || 12+    || 5+     || 11+   || -                 ||
     20|| Attach an image from clipboard     || 3.6+    || 19+    || -      || -     || -                 ||
     21|| Auto-submit on select a file       || 3.6+    || 12+    || 5+     || 11+   || 7+                ||
    1922
    2023== Bugs/Feature Requests ==