Changes between Initial Version and Version 1 of DeletingTicketSpam


Ignore:
Timestamp:
May 28, 2007, 4:24:28 PM (17 years ago)
Author:
David Aspinall
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeletingTicketSpam

    v1 v1  
     1Here's how I deleted a bunch of spam links added by the user 'seekgzl' in one go:
     2
     3{{{
     4 cd /group/project/proofgeneral/data/trac-project-env/db/
     5 sqlite3 trac.db
     6 delete from ticket_change where author='seekgzl';
     7}}}
     8
     9The [http://trac-hacks.org/wiki/TicketDeletePlugin TicketDeletePlugin] is supposed to provide
     10an interface to help delete tickets or ticket changes, but my attempt to install it didn't work.