[fossil-users] users table photo column

2014-05-27 Thread Scott Robison
You may remember reading a few weeks back I've been playing around with
putting together some management web management scaffolding around my
repos to automate certain things (like copying shared settings from one
repo to another, because I'm OCD like that, and not all config appear to
have global versions).

In any case, in the process I was looking at schema and saw there is a
photo column in the users table. I imagine it is for a photo of the user,
but cannot find anywhere that it is used. Is this something that was added
for specific skins/themes to use or is it something that is generally
usable/accessible?

This is mostly a curiosity based question. At the moment all the photo for
all rows is NULL so it's not something I'm worried about copying, per se.
Just wondering the rationale/workings of it.

-- 
Scott Robison
___
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] users table photo column

2014-05-27 Thread Richard Hipp
On Tue, May 27, 2014 at 4:05 AM, Scott Robison sc...@casaderobison.comwrote:

 You may remember reading a few weeks back I've been playing around with
 putting together some management web management scaffolding around my
 repos to automate certain things (like copying shared settings from one
 repo to another, because I'm OCD like that, and not all config appear to
 have global versions).

 In any case, in the process I was looking at schema and saw there is a
 photo column in the users table. I imagine it is for a photo of the user,
 but cannot find anywhere that it is used. Is this something that was added
 for specific skins/themes to use or is it something that is generally
 usable/accessible?


Originally designed for a photo of the user, but not currently used.




 This is mostly a curiosity based question. At the moment all the photo for
 all rows is NULL so it's not something I'm worried about copying, per se.
 Just wondering the rationale/workings of it.

 --
 Scott Robison


 ___
 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] users table photo column

2014-05-27 Thread Scott Robison
On Tue, May 27, 2014 at 4:22 AM, Richard Hipp d...@sqlite.org wrote:

 In any case, in the process I was looking at schema and saw there is a
 photo column in the users table. I imagine it is for a photo of the user,
 but cannot find anywhere that it is used. Is this something that was added
 for specific skins/themes to use or is it something that is generally
 usable/accessible?


 Originally designed for a photo of the user, but not currently used.


Thanks. BTW, for those who might be curious, it is a pain to get php 
fossil to cooperate to create a new repo (HOME env var needs to be set and
user can't be detected so --admin-user must be specified). I think it was
mostly due to the late hour, as the php system function doesn't display
stderr by default, and it took me a while to realize I needed to redirect
it myself so I could read the useful command line errors fossil was
*trying* to display. Once I did that, it was trivial to get everything
working.

Probably shouldn't work so late. Whatever. My stuff is now working.
YAY! Sorry for polluting the mail list with my self congratulatory blather.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users