[[PageOutline(2-5,Contents,pullout)]] = Awesome Attachments Plugin = == Description == Makes uploading attachments to new tickets easier than ever before. No longer do you need to create a ticket before you can attach a file to a ticket. Supports uploading multiple files. [[Image(CreateNewTicketForm.png, 25%)]] == Bugs/Feature Requests == Existing bugs and feature requests for AwesomeAttachmentsPlugin are [report:9?COMPONENT=AwesomeAttachmentsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=AwesomeAttachmentsPlugin&owner=dan new ticket]. == Download == Download the zipped source from [download:awesomeattachmentsplugin here]. == Source == You can check out AwesomeAttachmentsPlugin from [http://trac-hacks.org/svn/awesomeattachmentsplugin here] using Subversion, or [source:awesomeattachmentsplugin browse the source] with Trac. == Installation == Navigate to the plugins source and build your egg. {{{ #!python python setup.py bdist_egg }}} Install the egg using your preferred method. To disable the built in !TicketModule and enable this plugin in conf/trac.ini : {{{ #!ini [components] trac.ticket.web_ui.TicketModule = disabled awesome.awesomattachments.* = enabled }}} == Recent Changes == [[ChangeLog(awesomeattachmentsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:dan] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [[BR]] '''License:''' 3-Clause BSD