On Fri, Nov 14, 2014 at 2:27 PM, ONeal Freeman <[email protected]> wrote:
> > > On Friday, November 14, 2014 4:17:13 PM UTC-6, RjOllos wrote: > >> On Fri, Nov 14, 2014 at 1:56 PM, ONeal Freeman <[email protected]> >> wrote: >> >>> We are running trac 1.0.1-1 on a windows 2008 server using apache 2.4.6. >>> >>> I would like to execute trac-admin from trac or a web interface without >>> having to login to the server every time I want to run it. I have yet to >>> find documentation if it is possible and how to do it. >>> >>> Someone please point me in the right direction... >>> >>> Kindest regards, >>> O'Neal >>> >> >> Is there one or more particular TracAdmin commands that you use >> regularly? The WebAdmin pages are intended to provide some TracAdmin >> functionality, and we are always expanding the functionality they provide >> in small ways at least. >> >> On a Unix system I would just make a script that runs the remote command >> over SSH. I don't have any experience working with Windows server, but I >> imagine there is something equivalent (or you just just install and use SSH >> on Windows). >> >> Believe it or not I seem to run the ticket remove command a lot. It is > the preference of my department to delete the ticket instead of marking it > invalid or wontfix. > There's a ticket delete plugin that ships with Trac, allowing tickets to be removed through the web interface. The plugin is not enabled by default. When enabled, a Delete button will be added in the ticket description area, as well as for each of the ticket comments. To enable, go to the Plugin Admin page and look for the TicketDeleter component: -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
