Changes between Version 6 and Version 7 of TicketMoverPlugin


Ignore:
Timestamp:
Jul 22, 2009, 6:21:06 PM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketMoverPlugin

    v6 v7  
    1515[http://trac-hacks.org/newticket?component=TicketMoverPlugin&owner=k0s new ticket].
    1616
    17 == Download ==
     17== Installation ==
    1818
    1919Download the zipped source from [download:ticketmoverplugin here].
    2020
    21 == Source ==
     21You can also check out TicketMoverPlugin from [http://trac-hacks.org/svn/ticketmoverplugin here] using Subversion, or [source:ticketmoverplugin browse the source] with Trac.
    2222
    23 You can check out TicketMoverPlugin from [http://trac-hacks.org/svn/ticketmoverplugin here] using Subversion, or [source:ticketmoverplugin browse the source] with Trac.
     23Enable the plugin:
     24
     25{{{
     26[components]
     27ticketmoverplugin.ticketmover.ticketmover = enabled
     28ticketmoverplugin.web_ui.ticketmoverhandler = enabled
     29ticketmoverplugin.web_ui.ticketmoversidebar = enabled
     30}}}
     31
     32Also make sure that the TicketSidebarProviderPlugin is enabled in the `[components]` section of your `trac.ini`:
     33
     34{{{
     35ticketsidebarprovider.ticketsidebar.ticketsidebarprovider = enabled
     36}}}
    2437
    2538== Example ==
     
    2841
    2942[[Image(screenshot.png)]]
     43
     44If you have permissions, a box will show up allowing you to move the current ticket to a different project.  If you check the `delete` checkbox, the ticket will also be deleted from the database, though this is not recommended in most cases.  If you don't delete the ticket, it will be closed with a resolution of `moved`.
    3045
    3146== Recent Changes ==