[fossil-users] Password reminders

2011-03-23 Thread George Jempty
If somebody forgets their repository password, is there some automation in place for reminding the user? Such as an email with steps for going about changing/entering a new password, or authentication question(s) that the user must answer correctly before being provided with their existing

Re: [fossil-users] Password reminders

2011-03-23 Thread Ron Wilson
As best I know, no. Reseting a password would require an admistrator to manually reset it. On Wed, Mar 23, 2011 at 6:45 AM, George Jempty cons...@dexygen.com wrote: If somebody forgets their repository password, is there some automation in place for reminding the user?  Such as an email with

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Michael Richter
More data on this problem. It's now happening to me on Firefox. A repo that was working fine for me with Firefox for several days (but not Chrome -- no repo ever works with Chrome) has suddenly developed the same disease using Firefox. I'm logged in. I can see everything clearly. Except the

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Michael Richter
And more data: It seems Firefox is just plain tainted now -- I can't access the timeline view on ANY fossil repository, just like the problem I had for Chrome. On 24 March 2011 00:45, Michael Richter ttmrich...@gmail.com wrote: More data on this problem. It's now happening to me on Firefox. A

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Douglas Fitzmaurice
Does switching to Private mode on either browser have any effect? It should be an easy way to avoid any local cookies or extensions (in Chrome) from interfering with the process. On 23 March 2011 16:47, Michael Richter ttmrich...@gmail.com wrote: And more data: It seems Firefox is just plain

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Michael Richter
And yet more data. If I turn on history view for user nobody the problem vanishes. The problem seems to be some very bad interaction between the login credentials and the check for those in the timeline view. I'm not sure why the bit rot with Firefox happened, but perhaps it shows a problem in

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Michael Richter
And another data point. I can't see the timeline SETTINGS from the admin panel. So I log in. I click on Admin. I click on Timeline. I'm thrown to the login page. On 24 March 2011 01:01, Michael Richter ttmrich...@gmail.com wrote: And yet more data. If I turn on history view for user

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Michael Richter
I've tried this (and just retried it in Firefox) and in Chrome I even took the extreme measure of disabling all extensions and then switching to private browsing mode. Still no dice. On 24 March 2011 01:00, Douglas Fitzmaurice dig...@gmail.com wrote: Does switching to Private mode on either

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Michael Richter
To clarify further, the problem doesn't VANISH if I turn on history view for user nobody. I'm still flagged as logged out and I still can't configure the timeline from the admin panel. I can, however, see and interact with the timeline which allows me to use my repositories at least in the short

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Richard Hipp
Do you have some strange proxy that is rewriting URLs that contain the keyword timeline in them? Does http://server/path/test_env show anything interesting or helpful? On Wed, Mar 23, 2011 at 1:07 PM, Michael Richter ttmrich...@gmail.comwrote: To clarify further, the problem doesn't VANISH if

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Douglas Fitzmaurice
Are you able to make a Wireshark capture of the traffic from one of these requests? There is a tutorial on capturing using Ubuntu here: http://www.howtoforge.com/network-analysis-with-wireshark-on-ubuntu-9.10 (Apologies if you know how to use it, it does start with baby steps!) On 23 March 2011

Re: [fossil-users] Fossil social networking

2011-03-23 Thread Bill Burdick
I've started implementing this in a way that requires no changes to the Fossil executable. I have a proof of concept in this repo: http://tinyconcepts.com/fs.pl/hub.fsl that demonstrates the underlying concepts: it uses static HTML and JavaScript to manipulate a JSON attachment to the account

Re: [fossil-users] Fossil social networking

2011-03-23 Thread Bill Burdick
Oh -- to see the proof of concept, click the Account button. It loads the JSON attachment and displays a list of links to followed repositories. Bill On Wed, Mar 23, 2011 at 1:57 PM, Bill Burdick bill.burd...@gmail.comwrote: I've started implementing this in a way that requires no changes

Re: [fossil-users] Fossil on IIS

2011-03-23 Thread Tony Perovic
Same shit with IIS 7.5. Good news is that I won't have to upgrade the server. I'll have script around it somehow. So, clicking the Login button on the Login page returns this: Status: 302 Moved Temporarily Set-Cookie: fossil_login_3213c06d=anon%2F2455644... Path=/Fossil/Fossil.pl; expires=Wed,

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Joshua Paine
On 03/23/2011 01:01 PM, Michael Richter wrote: I'm not sure why the bit rot with Firefox happened Did you just upgrade? 4.0 final came out in the last couple days. We really need that wireshark packet capture to make sense of this. -- Joshua Paine LetterBlock: Web applications built with joy

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Michael Richter
On 24 March 2011 01:17, Douglas Fitzmaurice dig...@gmail.com wrote: Are you able to make a Wireshark capture of the traffic from one of these requests? There is a tutorial on capturing using Ubuntu here: http://www.howtoforge.com/network-analysis-with-wireshark-on-ubuntu-9.10 (Apologies if

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Michael Richter
On 24 March 2011 01:14, Richard Hipp d...@sqlite.org wrote: Do you have some strange proxy that is rewriting URLs that contain the keyword timeline in them? Not to my knowledge, no. I mean I have a proxy I use to get around the Great Firewall, but I'm pretty sure that timeline isn't in my

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-23 Thread Michael Richter
On 24 March 2011 04:05, Joshua Paine jos...@letterblock.com wrote: On 03/23/2011 01:01 PM, Michael Richter wrote: I'm not sure why the bit rot with Firefox happened Did you just upgrade? 4.0 final came out in the last couple days. Nope. It's still 3.6.15 here. We really need that