Changes between Version 25 and Version 26 of TracDragDropPlugin


Ignore:
Timestamp:
Mar 12, 2015, 5:00:18 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracDragDropPlugin

    v25 v26  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Drag-and-Drop Attachments Plugin for Trac =
     3= Drag-and-Drop Attachments Plugin for Trac
    44
    5 == Description ==
     5== Description
    66
    77This plugin extends attachments list in Trac.
    88
     9Key features:
    910 * Drag-and-drop to attach files using HTML5 drag-and-drop, XMLHttpRequest Level 2 and File API.
    1011 * Progress bar while uploading the files using XMLHttpRequest Level 2.
     
    1314 * Auto-submit on select a file to attach.
    1415
    15 === Browser Compatibility ===
    16 ||                                    || Firefox || Chrome || Safari || Opera || Internet Explorer  ||
     16=== Browser Compatibility
     17
     18|| '''User action''' || '''Firefox''' || '''Chrome''' || '''Safari''' || '''Opera''' || '''Internet Explorer''' ||
    1719|| Drop-and-drop to attach files      || 3.6+    || 12+    || 6+     || 12+   || 10+                ||
    1820|| Progress bar while uploading files || 3.6+    || 12+    || 5+     || 12+   || 10+                ||
     
    2123|| Auto-submit on select a file       || 3.6+    || 12+    || 5+     || 11+   || 7+                 ||
    2224
    23 == Bugs/Feature Requests ==
     25== Bugs/Feature Requests
    2426
    2527Existing bugs and feature requests for TracDragDropPlugin are
     
    2931[http://trac-hacks.org/newticket?component=TracDragDropPlugin&owner=jun66j5 new ticket].
    3032
    31 == Download ==
     33[[TicketQuery(component=TracDragDropPlugin,group=type,format=progress)]]
     34
     35== Download
    3236
    3337Download the zipped source from [download:tracdragdropplugin here].
    3438
    35 == Source ==
     39== Source
    3640
    3741You can check out TracDragDropPlugin from [http://trac-hacks.org/svn/tracdragdropplugin here] using Subversion, or [source:tracdragdropplugin browse the source] with Trac.
    3842
    39 == Installation ==
     43== Installation
    4044 1. Install the plugin
    41     - For Trac 0.12.x or later -- `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.12`
    42     - For Trac 0.11.x -- `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.11`
    43  2. Enable the plugin in trac.ini:
     45    - For Trac 0.12.x or later: `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.12`
     46    - For Trac 0.11.x: `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.11`
     47 2. Enable the plugin in `trac.ini`:
    4448{{{
    4549#!ini
     
    4852}}}
    4953
    50 == Screenshots ==
     54== Screenshots
    5155 Drag-and-drop:: [[Image(dragenter.2.png,width=300,border=1)]]
    5256 Uploading:: [[Image(uploading.2.png,width=300,border=1)]]
    5357 Menu:: [[Image(tracdragdrop-menu.png,width=300,border=1)]]
    5458
    55 == Tickets ==
    56 
    57 [[TicketQuery(component=TracDragDropPlugin,group=status,format=progress)]]
    58 
    59 == [log:tracdragdropplugin Recent Changes] ==
     59== [log:tracdragdropplugin Recent Changes]
    6060
    6161[[ChangeLog(tracdragdropplugin, 3)]]
    6262
    63 == Author/Contributors ==
     63== Author/Contributors
    6464
    6565'''Author:''' [wiki:jun66j5] [[BR]]
    66 '''Maintainer:''' [wiki:jun66j5] [[BR]]
     66'''Maintainer:''' [[Maintainer]] [[BR]]
    6767'''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://tracpath.com/ tracpath]