Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-30 Thread Ross Berteig
On 11/28/2015 7:56 AM, Stephan Beal wrote: Kev sent me a private link to the repo off-list... A side-effect of the login redirect is causing this. If you visit the page while logged in, instead of logging in as part of a login redirect when clicking on the zip link, it works This just

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-29 Thread arnoldemu
Thankyou Andy and Stephan! :) Kev ___ 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] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
On Sat, Nov 28, 2015 at 11:50 AM, arnoldemu < mem...@arnoldemu.freeserve.co.uk> wrote: > Hi, > > In fossil I can select a change, click on "ZIP archive" to download a zip. > > This is nice. I have been using it frequently and I have been asking > people who are not using fossil to get a snapshot

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
On Sat, Nov 28, 2015 at 11:50 AM, arnoldemu < mem...@arnoldemu.freeserve.co.uk> wrote: > Hi, > > In fossil I can select a change, click on "ZIP archive" to download a zip. > > ...It makes it easier on Windows because shell extensions will recognise > it and the shell will give it a nice icon. It

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread arnoldemu
I put Stephen and not Stephan. Sorry. My mistake. Kev ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread arnoldemu
Hi, In fossil I can select a change, click on "ZIP archive" to download a zip. This is nice. I have been using it frequently and I have been asking people who are not using fossil to get a snapshot of the code. However the file is always named "zip" without extension. When extracted it has a

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread arnoldemu
Hi Stephen, Can the fossil zip command be used to configure the name for the UI? >If that's happening when you click the zip button in the UI, then that's a >bug. i cannot reproduce that on the main fossil site. Yes it happens via the UI. Click on artifact Click on Download ZIP Login with

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
On Sat, Nov 28, 2015 at 12:02 PM, arnoldemu < mem...@arnoldemu.freeserve.co.uk> wrote: > > Hi Stephen, No worries - that's a very common mistake and i am quite used to it! Can the fossil zip command be used to configure the name for the UI? > No - only URL parameters can do that. > >If

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread arnoldemu
Hi Stephan, The bug doesn't happen if you're logged in. You have to be logged out. Click the download zip link login as anonymous then a page appears with a download button clicking this button gives the wrong name. I have e-mailed you the link to the fossil repository I am using. I didn't post

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
Kev sent me a private link to the repo off-list... A side-effect of the login redirect is causing this. If you visit the page while logged in, instead of logging in as part of a login redirect when clicking on the zip link, it works. i can't fix this because my left arm is (again) tied up in a

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Andy Bradford
Thus said Stephan Beal on Sat, 28 Nov 2015 16:56:49 +0100: > i can't fix this because my left arm is (again) tied up in a sling and > programming with only 1 hand is exceedingly annoying, but now that the > problem has been reproduced, maybe one of the other devs can take a > look at it. I

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Andy Bradford
Thus said Stephan Beal on Sat, 28 Nov 2015 22:01:42 +0100: > given that this has somehow never come up until today, i'd go for the > one-liner. Sounds fine to me. I'll merge it later if there are no objections expressed by others. Andy -- TAI64 timestamp: 4000565a1c79

Re: [fossil-users] Name of ZIP file for "ZIP archive"

2015-11-28 Thread Stephan Beal
On Sat, Nov 28, 2015 at 9:02 PM, Andy Bradford wrote: > One potential fix is just to put the filename in the URL: > > http://www.fossil-scm.org/index.html/info/5f32bf719d7440d3 > > A larger fix might involve adding code to return a Content-Disposition > header (I have