* 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 (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 -~----------~----~----~----~------~----~------~--~---
