Changes between Initial Version and Version 1 of TracDragDropPlugin


Ignore:
Timestamp:
Apr 7, 2010, 1:20:03 PM (14 years ago)
Author:
Jun Omae
Comment:

New hack TracDragDropPlugin, created by jun66j5

Legend:

Unmodified
Added
Removed
Modified
  • TracDragDropPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Drag-and-Drop Attachments Plugin for Trac =
     4
     5== Description ==
     6
     7This plugin adds drag-and-drop attachments feature to Trac using HTML5 drag-and-drop and File API.
     8
     9'''Important''': works fine with Firefox 3.6+, but doesn't work with Google Chrome and Safari.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for TracDragDropPlugin are
     14[report:9?COMPONENT=TracDragDropPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=TracDragDropPlugin&owner=jun66j5 new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:tracdragdropplugin here].
     22
     23== Source ==
     24
     25You can check out TracDragDropPlugin from [http://trac-hacks.org/svn/tracdragdropplugin here] using Subversion, or [source:tracdragdropplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29How to install:
     30 For Trac 0.11:: `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.11`
     31 For Trac 0.12:: `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.11`
     32
     33Enable the plugin in trac.ini:
     34{{{
     35[components]
     36tracdragdrop.* = enabled
     37}}}
     38
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(tracdragdropplugin, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:jun66j5] [[BR]]
     47'''Maintainer:''' [wiki:jun66j5] [[BR]]
     48'''Contributors:'''