On Tue, Jan 24, 2017 at 2:25 PM, Paulo Vitor Chornobay <
paulo.vitorchorno...@gmail.com> wrote:

> Hello, I updated my trac from version 1.09 to 1.2 I'm having 3 problems:
> 1 - The options to delete ticket comments do not appear even when
> TRAC_ADMIN;
>

I have the same problem. The only thing I could do to get the buttons was
to edit
Trac-1.2-py2.7.egg/trac/htdocs/css/ticket.css, I changed this:

/*  - Change controls */
.trac-ticket-buttons {
 clear: right;
 visibility: hidden;
 float: right;
}

to this:

/*  - Change controls */
.trac-ticket-buttons {
 clear: right;
 visibility: visible;
 float: right;
}

Why it is set to 'hidden' is a mystery to me. Restart your http daemon
after the edit.

2 - The GridModify plugin works by changing the registry, but displays an
> error icon;
>

I don't get any Grid buttons, so I Grid Modify does nothing. And no error...



-- 
Roger Oberholtzer

-- 
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 trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to