Re: [fossil-users] ssh transport and tcsh --off topic

2013-02-07 Thread j. v. d. hoff
On Thu, 07 Feb 2013 00:05:48 +0100, Richard Hipp d...@sqlite.org wrote: On my debian box, /bin/sh is a symlink to /bin/dash (which I have never heard of before). `dash' is the 'debian almquist shell': http://en.wikipedia.org/wiki/Debian_Almquist_shell (and also

Re: [fossil-users] translating fossil

2013-02-07 Thread Stephan Beal
On Thu, Feb 7, 2013 at 12:18 PM, Александр Орефков oref...@gmail.comwrote: For example, json timeline not allow me get all kind of events, only one of chekins, wiki, branch, tickets... The main reasons for that are because the result format and underlying logic both get more complex if it has

[fossil-users] CORS requests and the JSON API?

2013-02-07 Thread Stephan Beal
Hi, all, i am trying, as a proof-of-concept, to host a fossil repo using the new Google Drive feature of being able to host HTML/JS/CSS (as a basis i'm using an existing custom fossil UI built on the JSON API). It's _almost_ working but falls flat due to CORS (cross-origin calls) limitations and

Re: [fossil-users] CORS requests and the JSON API?

2013-02-07 Thread Themba Fletcher
If I understand correctly the OPTIONS request is forced by the fact that your POST's content-type is application/json -- Any request that's not a Simple Request gets a preflight because the W3C says so. Simple requests are defined as (emphasis mine): - Only uses GET or POST. If POST is used