heythen | 1 Dec 09:42
Picon

[Trac] wikinotification plugin


Hi,erevyone

I need some help

These days I tried to install wikinotification plugin,and I followed
the guide process step by step carefully,but it didn't work.

And I checked out the log file,I saw the wikinotifation and ctxtanvadd
plugin were loaded successfully,so I don't know if I had missed
something or which part is probably wrong.

Thanks a lot.

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Bas van der Vlies | 1 Dec 11:07
Picon
Picon
Favicon

[Trac] Problems with database encoding


Ii upgraded to trac 0.10.2 and sqlite backend. We have problems with  
report functions:
  * active tickets

Available ReportsCustom Query

  Report execution failed: 'utf8' codec can't decode byte 0x82 in  
position 300: unexpected code byte
  Note: See TracReports for help on using and creating reports.

I am trying to walk through the tickets with a sql statement and i  
hit an error:
   File "delete_spam.py", line 216, in ?
     old_delete_spam(settings['project'], 1)
   File "delete_spam.py", line 134, in old_delete_spam
     row = tkt_cursor.fetchone()
   File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py",  
line 73, in fetchone
     return row and self._convert_row(row) or None
   File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py",  
line 69, in _convert_row
     return tuple([(isinstance(v, str) and [v.decode('utf-8')] or [v]) 
[0]
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 2-5:  
invalid data

Did i something wrong or did i hit a bug?

--
(Continue reading)

[Trac] Re: test management tool for trac?


Emmanuel Blot wrote:
>> can anyone recommend a test management tool?
>> preferable one that integrates with trac,
>> but otherwise a standalone tool is also fine.
> 
> I'm not sure about what you are looking for, maybe you want have a look at:
> http://bitten.cmlenz.net/ or http://trac-hacks.org/wiki/ContinuTracPlugin

Hi Manu,

thanks a lot, will have a look at this.
What I'm looking for is about this:
  - a tool where I can document a test manual procedure
    (i.e. "click this" and "type that" etc.)
  - manage those test procedures (put them into groups,
    link them to bug reports, rate them by severity and,
    put them into a logical order). also define several
    test targets (e.g. windows, linux, mac os X, or applications
    my software interacts with)
  - define new versions of a software or link to a version
    definition (e.g. trac already knows about software versions)
  - run the tests, i.e. select tests (by groups, severity, combination
    of those or manual), and then go through them one by one,
    entering data, such as if the test passed, how long it took
    or other important data
  - reports: see the test status, so I can find out what features
    of my software were already tested, what hasn't been tested
    for a long time, or which features are still broken.

(Continue reading)

Sid Wiesner | 1 Dec 14:36

[Trac] Re: test management tool for trac?


Andreas Jellinghaus wrote:
> Emmanuel Blot wrote:
>>> can anyone recommend a test management tool?
>>> preferable one that integrates with trac,
>>> but otherwise a standalone tool is also fine.
>> I'm not sure about what you are looking for, maybe you want have a look at:
>> http://bitten.cmlenz.net/ or http://trac-hacks.org/wiki/ContinuTracPlugin

Check out QATraq http://sourceforge.net/projects/qatraq/

It does pretty much everything you want (except for integration with 
Trac).

Sid

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Rosalyn Hatcher | 1 Dec 15:30
Picon
Picon

[Trac] Reported by field


Hi,

I've recently been forced to upgrade to Trac0.10 due to major problems 
getting Trac0.9.6
and subversion to work on Solaris 9 - ended up having to use blastwave 
to get everything
working.

Under 0.9.6 when you created a new ticket there was an entry box in 
which to specify
username or email address for the reported by field.  This has now 
disappeared, unless
you are the anonymous user.

Is there anyway I can easily reactivate this?  I've altered the 
ticket.cs and newticket.cs
files changing  if:trac.authname == "anonymous" to "umdoc" (the user I 
need this available for).
This successfully displays the entry box but when I submit the ticket 
Trac ignores what I've
entered in there and sets the reported by field to the logged in user 
'umdoc' which I don't want.

I need to have the option of specifying the reporter because I use trac 
as a helpdesk and
we have a common login for support and access to restricted 
documentation.  There is no
way every user can have a separate login.  Equally there is no way we 
can allow every
(Continue reading)

Christian Boos | 1 Dec 15:45
Picon

[Trac] Re: Reported by field


Rosalyn Hatcher wrote:
> Hi,
>
> I've recently been forced to upgrade to Trac0.10 due to major problems 
> getting Trac0.9.6
> and subversion to work on Solaris 9 - ended up having to use blastwave 
> to get everything
> working.
>
> Under 0.9.6 when you created a new ticket there was an entry box in 
> which to specify
> username or email address for the reported by field.  This has now 
> disappeared, unless
> you are the anonymous user.
>
> Is there anyway I can easily reactivate this?  

yes, look at http://trac.edgewall.org/ticket/4069

-- Christian

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

(Continue reading)

Chris Forsythe | 1 Dec 15:48
Favicon

[Trac] Re: Reported by field


Perhaps a different way of doing this is to setup Account Manager on 
Trac-hacks and then giving the authenticated virtual account 
TICKET_CREATE and TICKET_APPEND permissions. Remove the ability to 
report anonymously and force the user to create an account. I haven't 
looked into if this can be hooked into LDAP or anything like that yet, 
but it might resolve the issue if you can't get that field changed 
permanently.

Chris

Rosalyn Hatcher wrote:

>Hi,
>
>I've recently been forced to upgrade to Trac0.10 due to major problems 
>getting Trac0.9.6
>and subversion to work on Solaris 9 - ended up having to use blastwave 
>to get everything
>working.
>
>Under 0.9.6 when you created a new ticket there was an entry box in 
>which to specify
>username or email address for the reported by field.  This has now 
>disappeared, unless
>you are the anonymous user.
>
>Is there anyway I can easily reactivate this?  I've altered the 
>ticket.cs and newticket.cs
>files changing  if:trac.authname == "anonymous" to "umdoc" (the user I 
(Continue reading)

Rosalyn Hatcher | 1 Dec 16:20
Picon
Picon

[Trac] Re: Reported by field


Christian Boos wrote:
> Rosalyn Hatcher wrote:
>   
>> Hi,
>>
>> I've recently been forced to upgrade to Trac0.10 due to major problems 
>> getting Trac0.9.6
>> and subversion to work on Solaris 9 - ended up having to use blastwave 
>> to get everything
>> working.
>>
>> Under 0.9.6 when you created a new ticket there was an entry box in 
>> which to specify
>> username or email address for the reported by field.  This has now 
>> disappeared, unless
>> you are the anonymous user.
>>
>> Is there anyway I can easily reactivate this?  
>>     
>
> yes, look at http://trac.edgewall.org/ticket/4069
>   
Thanks.  I've just tried removing those lines and it doesn't work. :-(

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
(Continue reading)

Rosalyn Hatcher | 1 Dec 16:23
Picon
Picon

[Trac] Re: Reported by field


Thanks for the suggestion, but I really want to avoid having to have 
each user create
an account.

Chris Forsythe wrote:
> Perhaps a different way of doing this is to setup Account Manager on 
> Trac-hacks and then giving the authenticated virtual account 
> TICKET_CREATE and TICKET_APPEND permissions. Remove the ability to 
> report anonymously and force the user to create an account. I haven't 
> looked into if this can be hooked into LDAP or anything like that yet, 
> but it might resolve the issue if you can't get that field changed 
> permanently.
>
> Chris
>
> Rosalyn Hatcher wrote:
>
>   
>> Hi,
>>
>> I've recently been forced to upgrade to Trac0.10 due to major problems 
>> getting Trac0.9.6
>> and subversion to work on Solaris 9 - ended up having to use blastwave 
>> to get everything
>> working.
>>
>> Under 0.9.6 when you created a new ticket there was an entry box in 
>> which to specify
>> username or email address for the reported by field.  This has now 
(Continue reading)

Rosalyn Hatcher | 1 Dec 16:44
Picon
Picon

[Trac] Re: Reported by field


Ok.  I've had a rummage around and I think it might also be necessary to 
change
site-packages/trac/util/__init__.py as it automatically returns authname 
if the
user is logged in. 

def get_reporter_id(req, arg_name=None):
    if req.authname != 'anonymous':
        return req.authname
    if arg_name:
        r = req.args.get(arg_name)
        if r:
            return r
    name = req.session.get('name', None)
    email = req.session.get('email', None)
    if name and email:
        return '%s <%s>' % (name, email)
    return name or email or req.authname # == 'anonymous'

Will have to wait a while to try editing this as I don't have root access.

Rosalyn Hatcher wrote:
> Christian Boos wrote:
>   
>> Rosalyn Hatcher wrote:
>>   
>>     
>>> Hi,
>>>
(Continue reading)


Gmane