Re: [fossil-users] A-B comparison of proposed timeline changes

2017-11-28 Thread Mike Z.Vand
On 25 November 2017 at 08:53, Richard Hipp wrote: > Send me your ideas of what you think timelines should look like.  Even > better: send me mock-ups. Since we’re at it, I’m going ahead with some other CSS suggestions. Here I’ve mostly focused on “calendar” demarcations which

Re: [fossil-users] Show current checkout and branch in Web UI

2015-12-27 Thread Mike Z.Vand
Richard, I think you should look into winhttp.c for this issue (tested your patch, well no luck). In line 133, I believe we also need to check the HTTP_SERVER_HAD_REPOSITORY flag we assigned in main.c: - if( (p->flags & HTTP_SERVER_HAD_CHECKOUT)==0 ){ + if( (p->flags &

Re: [fossil-users] Show current checkout and branch in Web UI

2015-12-27 Thread Mike Z.Vand
Just confirming your last commit (couple of minutes ago) fixed the issue; Thank you! - Original Message - From: Richard Hipp To: Fossil SCM user's discussion Sent: Sunday, December 27, 2015 10:20 PM Subject: Re: [fossil-users] Show

[fossil-users] Bug: Fossil terminates with "unable to create directory …" error when faced with a path of certain length on Windows

2015-12-02 Thread Mike Z.Vand
I'm not sure if my previous post went through the mailing-list (format seemed jumbled up, it could have gotten blocked perhaps, not sure). Since it’s a very simple fix, I thought I bring it up once more just to get a conformation that this is at least on someone’s to-do list. I hope I’m not

[fossil-users] Windows long path 260 character limit and Extended Path Prefix

2015-11-26 Thread Mike Z.Vand
Hi, I think, I’m beginning to really like this little gem, can’tbelieve with all these features it’s just a single 2MB executable! Backing up a little bit, for those poor souls stillanguished by that MAX_PATH limit on Windows like me, it seems fossil ‘almost’solved it last year (several