Re: [Trac] Re: On a ticket... add a comment with a checklist in it?

2020-09-23 Thread Chris Shelton
Would this other plugin be more in line with what you are looking for: https://trac-hacks.org/wiki/TracFormsPlugin Chris On Wed, Sep 23, 2020 at 4:15 PM Aikido Guy wrote: > I have mocked up an html file that can display what I want. > > Now I'm looking at the source code of the checkbox plugin

Re: [Trac] Need help on trac migration 1.0.13 to 1.2.2: TracError: Unsupported database type "mysql"

2017-11-12 Thread Chris Shelton
Are you sure that you have python 2.7 installed? I believe that starting with Ubuntu server 16.04.1, the default python version is set to 3.5, not 2.7. Trac still requires 2.7.x. Try running: python --version to see what version of python that you are using. If you are using the 3.5 branch of

Re: [Trac] Ticket Status Table

2017-09-10 Thread Chris Shelton
This is very specific to our list of components and statuses, and relies on the WikiTableMacro plugin from https://trac-hacks.org/wiki/WikiTableMacro, but I wrote a query a few years ago that is close to what you are looking for, I think. This may have some MySQL specific syntax, but should be

Re: [Trac] Option to *selectively* not send email notifications on ticket change

2014-08-06 Thread Chris Shelton
I have recently starting using the QuietPlugin ( http://trac-hacks.org/wiki/QuietPlugin) on my trac installation for situations where I want to temporarily disable the email notifications. The only notable caveat is the requirement to be using the AnnouncerPlugin for notifications, but since I

Re: [Trac] Re: Trac.db questions

2014-03-17 Thread Chris Shelton
The issue with your query is probably that the time functions do not work on the modified content of the date/time columns after their format was changed from seconds to microseconds as a part of the 0.11 to 0.12 database changes. From http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.12,

Re: [Trac] Re: How are attachment file paths determined?

2014-03-12 Thread Chris Shelton
Josh, Olemis Lang replied hours after your original request with this pointer to the code where the attachment filenames are generated: http://trac.edgewall.org/browser/trunk/trac/attachment.py?marks=173-201#L173 chris On Wed, Mar 12, 2014 at 2:00 PM, Josh Santangelo j...@stimulant.io wrote:

Re: [Trac] CommitTicketUpdater

2013-08-31 Thread Chris Shelton
Carlos, This page should give you instructions for setting up a post-commit hook script to allow commit messages containing a ticket reference to create a comment on the related ticket. http://trac.edgewall.org/wiki/TracRepositoryAdmin#ExplicitSync chris On Fri, Aug 30, 2013 at 4:22 PM, Kiko

Re: [Trac] remove attachments

2012-05-24 Thread Chris Shelton
Have someone with the TICKET_ADMIN permission access the attachment page on a ticket, and click the Delete Attachment button. chris On Thu, May 24, 2012 at 10:37 AM, Alana Dalley alanamariedal...@gmail.comwrote: Hi there, Just wondering if anyone knows how to delete an attachment once it has

Re: [Trac] Creating Links Using Trac Plugin

2012-01-26 Thread Chris Shelton
Scott, On Thu, Jan 26, 2012 at 3:49 PM, sbamford sbamf...@dynamiccontrols.comwrote: Hi I have previously posted about this but I thought I would start a new thread as the other is two months old now. I am trying to make a plugin that takes the values in a custom ticket field and turns them

Re: [Trac] TRAC: Want to search comments, but does not seem possible

2011-03-02 Thread Chris Shelton
Dan, On Wed, Mar 2, 2011 at 2:55 PM, Dan Gawarecki dan_gaware...@datacard.comwrote: Greetings: I want to search the comments that have been added to a ticket, but this does not seem possible (at least not in 0.11 or 012). By “not possible” I mean, when on “View Tickets” and I choose the

Re: [Trac] Announcer Plugin: Send email based on status?

2011-03-01 Thread Chris Shelton
On Tue, Mar 1, 2011 at 10:23 AM, ElJefeWatson eljefewat...@gmail.comwrote: We have a large pile of external users who contact our help desk who then enters the ticket in trac for them or resolves it (password change, desktop config problems, etc), so they are not users that go into trac and

Re: [Trac] Any way to disable wiki formatting in ticket notifications comments?

2011-01-26 Thread Chris Shelton
Dan, On Tue, Jan 25, 2011 at 4:29 PM, Dan G. Switzer, II dswit...@pengoworks.com wrote: In Trac 0.12, is there are way to render comments w/out any wiki formatting? I've noticed that the comments being sent out are the exact text stored in the comment, which means processors such as {{{ and

Re: [Trac] Tweaks to the ticket viewer: download attachment link

2010-08-18 Thread Chris Shelton
Steve, On Wed, Aug 18, 2010 at 10:40 AM, Steve (Endurance) srev...@endurancetech.co.uk wrote: In the list of attachements for a ticket, I would like to include a Download link next to the link which takes you to the attachment's page. At the moment, I have to go to a ticket, wait for the

Re: [Trac] email into ticket comments?

2010-05-19 Thread Chris Shelton
Ross, On Wed, May 19, 2010 at 4:58 PM, Ross J. Reedstrom reeds...@rice.eduwrote: Hey all - Coming back to an older trac install, looking at improving email integration. Anyone made any progress on parsing inbound emails into ticket _comments_? I realize there's at least two solutions for

Re: [Trac] Incorrect links to tickets in trac emails

2010-04-01 Thread Chris Shelton
Lego, On Thu, Apr 1, 2010 at 9:31 AM, KrishnaDas Kossery krishnadaskoss...@gmail.com wrote: We are receiving emails from t...@domain.com with the word trac missing on the ticket view URL path. For instance, Ticket URL: https://trac.domain.com/ticket/4832#comment:12

Re: [Trac] Re: Incorrect links to tickets in trac emails

2010-04-01 Thread Chris Shelton
Lego, On Thu, Apr 1, 2010 at 11:33 AM, legolasthehansy krishnadaskoss...@gmail.com wrote: I do not have anything for base_url. Before doing this could you let me know, 1) will this change be reflected on the emails (and not on the tickets themselves shown on the browser as they look fine) I

[Trac] Re: Serious trac failures, which I can't fix

2009-11-17 Thread Chris Shelton
Anthony, On Mon, Nov 16, 2009 at 9:40 AM, Anthony Lieuallen arant...@gmail.com wrote: On 11/10/09 12:29, Anthony Lieuallen wrote: [snip] Everything acts just the same.  Still complains about setuptools, and unsupported database types. Is there any further advice anyone can give me?  Any

[Trac] Re: Serious trac failures, which I can't fix

2009-11-10 Thread Chris Shelton
On Sun, Nov 8, 2009 at 1:31 PM, arantius arant...@gmail.com wrote: Now, at the top, I mentioned an upgrade.  I upgraded some packages on Friday, but none of them were Trac.  Trac has not been built since Oct 24, and it was Sep 23 when I upgraded from 0.11.2 to 0.11.5.  These problems have

[Trac] Re: Dumb SQL ticket field replace question

2009-09-11 Thread Chris Shelton
Roger, On Fri, Sep 11, 2009 at 9:48 AM, Roger Oberholtzer roger.oberholt...@gmail.com wrote: I want to change all values of the 'cc' field in all tickets to some value. I do not care what is already there. I will replace it. I have tried many things, but I do not seem to get it to work. I

[Trac] Re: Installing mail2trac plugin

2009-08-19 Thread Chris Shelton
David, On Wed, Aug 19, 2009 at 8:47 PM, David Kirk davidrk...@gmail.com wrote: Thanks for the reply.  I've done a bit more searching and it seems that mail2trac will allow people to create tickets in trac via e-mail, but it won't handle replies very well.  For example if someone sends an

[Trac] Re: Converting Bugzilla 2.18 database to Trac

2009-06-29 Thread Chris Shelton
Anu, On Mon, Jun 29, 2009 at 11:51 AM, Anu Ramachandra a...@molecularimprints.com wrote: The bugzilla database I was given has the following tables – Db Columns_priv Func Host Tables_priv User No tables called products or components. Bugzilla version 2.18 Trac version 0.10.5 I

[Trac] Re: Attache mails to ticket

2009-05-27 Thread Chris Shelton
On Wed, May 27, 2009 at 10:05 AM, bessarabov ivanbessara...@gmail.com wrote: I usually attach email messages from our clients to the trac system. It is very comfortable, when you have all information in one ticket. I'm doing this manually - I save mail to file, then attache file to ticket

[Trac] Re: Attache mails to ticket

2009-05-27 Thread Chris Shelton
2009/5/27 bessarabov ivanbessara...@gmail.com: Thank you very much for you answer, but email2trac will not fullfill all my needsI don't need to create a new ticket - I want to attache mail to already existing tiket That is a built in feature of email2trac. See the Ticket Update section on

[Trac] Re: Ticket notification emails in HTML?

2009-03-21 Thread Chris Shelton
Robert, On Sat, Mar 21, 2009 at 6:41 PM, Robert Dailey rcdai...@gmail.com wrote: I was just wondering if it was possible to force TRAC to send out HTML formatted version of its ticket notification emails. The reason why I want this is because GMail uses a non-monospaced font for plain text

[Trac] Re: SQL for # tickets by ticket status

2009-02-11 Thread Chris Shelton
Oliver, On Wed, Feb 11, 2009 at 4:15 PM, schoenborno oliver.schoenb...@gmail.com wrote: I'd like to use WikiTable plugin to get how many tickets are open, closed, etc. I haven't used SQL much, so far unsuccessful: SELECT count(distinct status) FROM ticket but this returns how many

[Trac] Re: Two questions about the Roadmap calendar (ICS)

2009-01-23 Thread Chris Shelton
Martin, On Fri, Jan 23, 2009 at 1:19 PM, W. Martin Borgert deba...@debian.org wrote: the calendar works fine for me, but I'm still curious: 1. In the ICS URL, there is an argument user=foo, but I have the impression that the calendar works as well without it. What is it good for? 2. Can

[Trac] Re: post-commit-hook and custom workflow

2008-10-27 Thread Chris Shelton
Jani, On Mon, Oct 27, 2008 at 6:37 AM, Jani Tiainen [EMAIL PROTECTED] wrote: Since I've now custom workflow where developer fixed ticket goes to testing stage (and is assigned to tester), what I need to modify to make post-commit-hook to follow same convention? This is very lightly tested,

[Trac] Re: Protecting Wiki pages with a password?

2008-10-11 Thread Chris Shelton
Groeten, On Sat, Oct 11, 2008 at 10:19 AM, Joost Kraaijeveld [EMAIL PROTECTED] wrote: I want some pages to be public in Trac and others protected by a password. Is that possible within Trac, and if so, how ? See http://trac-hacks.org/wiki/PrivateWikiPlugin I haven't used this plugin, but

[Trac] Re: How to strip out error headers?

2008-04-23 Thread Chris Shelton
On Wed, Apr 23, 2008 at 11:14 AM, byronbulb [EMAIL PROTECTED] wrote: Hi - my IT department is upset about my implementation of trac because they don't like Error 500 headers getting sent if someone attempts an XSS attack. I've been able to strip out trac's internal error reporting by

[Trac] Re: using genshi =0.5

2008-04-08 Thread Chris Shelton
On 4/8/08, didley [EMAIL PROTECTED] wrote: easy_installhttp://svn.edgewall.org/repos/genshi/trunk -John Dear John, the same message again. To use the easy_install seems the same as to use http://genshi.edgewall.org/browser/trunk and cooking a egg. didley I went through an