Hi,

I'm using the CodeReviewerPlugin (trunk, trac-1.0.5).

I'm not sure what the difference is, but I disabled the internal updater 
and enabled the macro, as described in the wiki:

[components]
tracopt.ticket.commit_updater.committicketreferencemacro = enabled
tracopt.ticket.commit_updater.committicketupdater = disabled

Now the postgres log as some errors and adding changesets doesn't work 
anymore:

May 22 15:52:22 [sudo] root : TTY=pts/3 ; PWD=/mnt/data/userspace/project/proA 
; USER=trac ; COMMAND=/usr/bin/trac-admin /mnt/data/trac/projects/trac 
changeset added proa a923d1b
May 22 15:52:22 [sudo] pam_unix(sudo:session): session opened for user trac 
by root(uid=0)
May 22 15:52:24 [postgres] [4-1] ERROR:  integer out of range
May 22 15:52:24 [postgres] [4-2] STATEMENT:  
May 22 15:52:24 [postgres] [4-3] _                    INSERT INTO 
codereviewer_map
May 22 15:52:24 [postgres] [4-4] _                           (repo,changeset
,ticket,time)
May 22 15:52:24 [postgres] [4-5] _                    VALUES ('proa',
'a923d1b','32',1432299098000000)
May 22 15:52:24 [postgres] [4-6] _

Further reviewer configuration:
[codereviewer]
failed = ,owner={author}
passed = ,owner={author}
status_choices = rejected,open,passed

btw. about the status_choices. Does this always have to be 3 cases and the 
middle one defines a completeness "false" while the other 2 are 
completeness "true"?

Best regards.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to