Re: [gitorious] how to remove comments ?

2014-05-24 Thread Martin Hamant
Hi ! Thank you very much for your help. 2014-04-24 14:47 GMT+02:00 Paweł Pierzchała : > Hi Martin, > there is no UI for removing comments, but you could use gitorious console > to remove it. If you want to, first open rails console: > > cd /var/www/gitorious/app > bundle exec rails console > >

Re: [gitorious] how to remove comments ?

2014-04-24 Thread Paweł Pierzchała
Hi Martin, there is no UI for removing comments, but you could use gitorious console to remove it. If you want to, first open rails console: cd /var/www/gitorious/app bundle exec rails console then find a user and destroy the comments: > User.find_by_login('jodie').comments.destroy_all Cheers,

[gitorious] how to remove comments ?

2014-04-18 Thread Martin Hamant
Hi ! We have this spam user http://gitorious.ow2.org/~jodie , which account is now disabled but I'm not able to delete its comments ? How comments are handled in Gitorious ? Thanks ! -- -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send em