[fossil-users] web page icon propagation

2012-02-16 Thread Thomas Stover
At first it appeared that push/pull was propagating the project icon. Then it 
looked like it was not, so I started adding it manually. Then I realized that 
was just browser silliness. Now I'm back to not seeing it working. Would 
someone tell me if this is suppose to work, since I have confused my self 
senseless.



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] web page icon propagation

2012-02-16 Thread Richard Hipp
The skin (including the project icon) is not versioned.  It is consider
server-specific metadata.  The skin is copied when you clone.  You can all
move move it using:

 fossil configure pull
 fossil configure push skin

It is often necessary to press Reload on your browser after changing the
icon, especially on Chrome, before you will see the change.

On Thu, Feb 16, 2012 at 12:14 PM, Thomas Stover c...@thomasstover.comwrote:

 At first it appeared that push/pull was propagating the project icon. Then
 it looked like it was not, so I started adding it manually. Then I realized
 that was just browser silliness. Now I'm back to not seeing it working.
 Would someone tell me if this is suppose to work, since I have confused my
 self senseless.



 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] web page icon propagation

2012-02-16 Thread Thomas Stover
On Thursday, February 16, 2012 11:23am, Richard Hipp d...@sqlite.org said:
 
  fossil configure pull
  fossil configure push skin

ok. I think one time I did do a configure pull, and another time just pull. 
The user accounts are not by chance part of this configuration?


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] web page icon propagation

2012-02-16 Thread Thomas Stover
I spoke too soon. I get fossil: unknown command: configure on all my 
installations. Do I need another build flag?

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] web page icon propagation

2012-02-16 Thread Lluís Batlle i Rossell
On Thu, Feb 16, 2012 at 11:41:53AM -0600, Thomas Stover wrote:
 I spoke too soon. I get fossil: unknown command: configure on all my 
 installations. Do I need another build flag?

No json. 'fossil configuration'

:)

Regards,
Lluís
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] web page icon propagation

2012-02-16 Thread Thomas Stover


On Thursday, February 16, 2012 11:47am, Lluís Batlle i Rossell 
vi...@viric.name said:

 On Thu, Feb 16, 2012 at 11:41:53AM -0600, Thomas Stover wrote:
 I spoke too soon. I get fossil: unknown command: configure on all my
 installations. Do I need another build flag?
 
 No json. 'fossil configuration'

I don't follow you. I rebuilt without the --enable-json, which didn't change 
anything. Maybe you meant something else?



___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] web page icon propagation

2012-02-16 Thread Richard Hipp
On Thu, Feb 16, 2012 at 12:28 PM, Thomas Stover c...@thomasstover.comwrote:

 On Thursday, February 16, 2012 11:23am, Richard Hipp d...@sqlite.org
 said:
 
   fossil configure pull
   fossil configure push skin

 ok. I think one time I did do a configure pull, and another time just
 pull. The user accounts are not by chance part of this configuration?


User accounts are part of metadata.  If you edit user accounts locally and
then do a config pull it keeps the most recent change.

Other metadata that config pull might sync (assuming you have appropriate
permissions) include:

*  The ticket configuration (what fields are on tickets, and the ticket
entry and editing screens)
*  The list of shunned artifacts
*  Ticket report formats
*  Concealed user names.

Concealed usernames are typically email addresses that you do not want to
be available for harvesting by spammers, and so are stored in the tickets
themselves as a SHA1 hash.  The Concealed table maps those hashes back to
the original names, so that authorized users can see the original email
address.  Anonymous can only access the SHA1 hash.





 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] web page icon propagation

2012-02-16 Thread Weber, Martin S
On 2012-02-16 12:41 , Thomas Stover c...@thomasstover.com wrote:

I spoke too soon. I get fossil: unknown command: configure on all my
installations. Do I need another build flag?

It's easy actually. The full command is configuration, to which all of
conf, config and even configur are valid prefixes/abbreviations. The
command is not called configure, instead that's either some over-eager
email software word completion while typing or simply a typo. Use fossil
configuration, fossil config, fossil conf, whatever rocks your cradle. No
special build flags necessary.

Regards,
-Martin

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] web page icon propagation

2012-02-16 Thread Thomas Stover


On Thursday, February 16, 2012 12:18pm, Weber, Martin S 
martin.we...@nist.gov said:
 
 It's easy actually. The full command is configuration, to which all of

Awesome. fossil configuration pull skin did it. Looking at the bytes 
transferred, the icon itself must have already come over in another operation.

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users