Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3938


Ignore:
Timestamp:
Oct 14, 2006, 4:15:42 PM (18 years ago)
Author:
Christian Boos
Comment:

I am using version .10dev

… and that's a bit old by now ;) The problem you describe has already been fixed (r3397).

And by the way:

I am experimenting with better control over ticket visibility for some potential clients who are software developers who do not want their clients to see any tickets but the ones they submitted themselves.

See #3466.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3938

    • Property Status newclosed
    • Property Version 0.10devel
    • Property Resolutionworksforme
  • Ticket #3938 – Description

    initial v1  
    44
    55By changing line 1000 in formatter.py from
    6 
     6{{{
    77    return ''
    8 
     8}}}
    99to
    10 
     10{{{
    1111    return Markup('')
    12 
     12}}}
    1313the problem was fixed.
    1414
     
    1616
    1717The Traceback follows.
    18 
     18{{{
    1919Traceback (most recent call last):
    2020  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 300, in dispatch_request
     
    3939    sans_markup = text.plaintext(keeplinebreaks=False).replace('.', '')
    4040AttributeError: 'str' object has no attribute 'plaintext'
     41}}}