On Jul 9, 12:28 pm, Grzegorz Sobanski <[EMAIL PROTECTED]> wrote: > * dawn <[EMAIL PROTECTED]> [2007-07-09 19:22]: > > > My understanding from what I read was that the reports module was > > replaced by the queries. I found and removed the line in the trac.ini > > file that disables reports, but I still cannot find where in the > > interface they are. I still get queries only when I go to View > > Tickets. I'm looking for a way to enter an SQL statement into Trac > > somewhere. I think I'm getting frustrated too easily on this one. > > "View tickets" is exactly what you are looking for
Yes, I had to ask folks to bounce httpd and it is there now. So, in case anyone else runs into this, if you or someone else installs Trac without the report option, then go to the trac.ini file and remove the second line below from it [components] trac.ticket.report.ReportModule = disabled After deleting that line, bounce httpd and then go to View Tickets and you will get the Reporting module. Without that you cannot get results that include some of the delivered fields (e.g. Severity) nor any custom fields you might have added. I haven't tried it yet, but I'm past that part where I can find doc that issues SQL commands, but cannot figure out how to get the module to be active. Thanks. --dawn > (https://.../trac/report). > If you have a REPORT_ADMIN permission you can add/edit reports. > Just select one of them (for example "{1} active tickets"), and you > have buttons on top to edit, copy this report, etc. > Then just modify the SQL statement, if you know SQL it shouldn't be > a problem. > (All this according to version 0.10.x). > > HTH > > -- > Grzegorz "Silk" SobaĆski silk (at) boktor.net > An algorithm must be seen to be believed. http://boktor.net > -- D.E. Knuth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
