On Sat, Jun 4, 2011 at 4:16 AM, Artem Sulimov <[email protected]> wrote:

> Why is 'Contact' field of ticket ('private_contact' in the ticket table
> schema) is shown wrong in the history (as some hexadecimal id) ?
> I see that this id is actually the 'hash' field of the internal 'concealed'
> table that contains the needed text in the 'content' field, but explain me,
> please, how to deal with it?
>
> I'm asking this question because I have two repositories in sync, and I've
> got Contacts broken recently. May it be because of different fossil versions
> I use, or 'fossil rebuild' that I accidentally ran? What is the version that
> has been breaking up my workflow? As far as I understand, Contacts used to
> stored as raw text before. What is the fossil version that brings the
> 'concealed' table as the storage for Contacts?
>

To synchronize the CONCEALED table run:

    fossil configuration sync email

The CONCEALED table is not normally synchronized.  This is a feature, not a
bug.  That's how we keep the "email" address of tickets private from generic
cloners on the open internet.  You must have higher privileges (specifically
the "e" privilege) in order to sync the CONCEALED table whereas the only the
"r" privilege is required to view tickets.  It is typically for users
"nobody" and "anonymous" to old "r" but for only  authorized team members to
have "e".



>
> And what about 'concealed' table, is this synchronizing with 'fossil sync'
> or not?
>
> Thanks in advance
>
> Tsul
>
>
>
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to