Edgewall Software

Changes between Initial Version and Version 2 of Ticket #8776


Ignore:
Timestamp:
Oct 26, 2009, 12:15:26 PM (15 years ago)
Author:
Christian Boos
Comment:

More elaborate answer:

  • Please refrain from posting in your national language on web sites meant to be used globally; chances are that no one will even understand what you're asking for (and if I may say, your ticket is not even clear for french speaking people)
  • Also, when reporting an error in a Trac bugtracker, please make use of WikiFormatting as appropriate, in particular for using {{{...}}} blocks (see the diff of my edits),
  • Trac 0.10.x is not supported anymore; even if someone provides a patch to fix an issue, chances are that we won't apply it anymore; Trac 0.11 is the stable version for more than one year and 0.12 is being worked on,
  • There was already duplicate reports for this problem, see #6285
  • The above shows it's actually a PluginIssue (i.e. not maintained here),
  • Finally, asking for a timely answer ("dans les meilleurs délais") on an Open Source project is a good recipe to get bashed ;-)

Hope you can take all of the above as constructive criticism that can give you some hints for better interacting with Open Source projects in the future ;-)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8776

    • Property Status newclosed
    • Property Resolutionduplicate
  • Ticket #8776 – Description

    initial v2  
    11J'ai rajouté la notion de reporting par groupe à un ensemble de user sur trac ver 0.10.4. (OS solaris SPARC 10) j'ai enlevé à ce groupe la permission view ticket et tout marche bien sauf que la requette suivante ne marche pas ce mmême groupe alors que pour les autres ayant le droit de view ticket ça marche:
    22reporting (nouveau):
     3{{{
    34select id, summary, component, milestone, owner, version,
    45  (select max(tc.time) from ticket_change tc
     
    1011where date_modif > strftime('%s',datetime("now","-1 days"))+0
    1112 order by Date_modif;
    12 
     13}}}
    1314
    1415log python:
     16{{{
    1517Python Traceback
    1618Traceback (most recent call last):
     
    2628    raise KeyError, name
    2729KeyError: 'report.items.0.tic
    28 
     30}}}
    2931merci d'avance de me fournir une réponse dans les meilleurs délais