Re: [fossil-users] Wiki formatting, IE test results

2014-08-12 Thread Stephan Beal
On Wed, Aug 13, 2014 at 12:57 AM, Warren Young wrote: > In IE7 on Vista, it kinda sorta works. There are multiple HTML rendering > problems in the Fossil UI -- all typical of IE7 -- but the patch in the > previous message allows Ctrl-B/I/U to do what you expect, and the > formatting is saved cor

Re: [fossil-users] Wiki formatting

2014-08-12 Thread Stephan Beal
On Tue, Aug 12, 2014 at 11:48 PM, Warren Young wrote: > I'll test this in IE7, IE9 and IE10 later on today. > That would be great - just let us know what you find or if there are any changes to the JS. > Microsoft has made it pretty easy to do IE testing. You can download >> testing VMs from

Re: [fossil-users] Wiki formatting, IE test results

2014-08-12 Thread Warren Young
On 8/12/2014 15:48, Warren Young wrote: I'll test this in IE7, IE9 and IE10 later on today. In IE7 on Vista, it kinda sorta works. There are multiple HTML rendering problems in the Fossil UI -- all typical of IE7 -- but the patch in the previous message allows Ctrl-B/I/U to do what you expe

[fossil-users] 2nd Call For Papers, 21th Annual Tcl/Tk Conference 2014

2014-08-12 Thread Andreas Kupries
21'th Annual Tcl/Tk Conference (Tcl'2014) http://www.tcl.tk/community/tcl2014/ [ It is 4 weeks to the deadline for Abstracts and proposals ... ] November 10 - 14, 2014 Embassy Suites Downtown Portland, Oregon, USA Important Dates: Abstracts and proposals due Sep 8, 2014 Notification to aut

Re: [fossil-users] How to compare set of files between versions?

2014-08-12 Thread Stephan Beal
On Tue, Aug 12, 2014 at 5:43 PM, Sergei Gavrikov wrote: > which was fulfilled on my dirty fossil repo. That was my local change in > src/th.c (I forgot about) and I have not caught that. I'm sorry. > LOL! i was wondering why you posted it to this thread, but i know you've sent th1 patches before

Re: [fossil-users] How to compare set of files between versions?

2014-08-12 Thread Sergei Gavrikov
Hi Stepan! Please, forget this delta! Yesterday when I tried to show how I do use patchutils to filter diff outputs I copied (and posted) the diff output which was fulfilled on my dirty fossil repo. That was my local change in src/th.c (I forgot about) and I have not caught that. I'm sorry. Histo

Re: [fossil-users] How to compare set of files between versions?

2014-08-12 Thread Stephan Beal
On Tue, Aug 12, 2014 at 12:37 PM, Stephan Beal wrote: > On Mon, Aug 11, 2014 at 9:43 PM, Sergei Gavrikov < > sergei.gavri...@gmail.com> wrote: > >> % fossil diff --from prev | filterdiff -i '*src*' >> +case OP_RIGHTSHIFT: if( iLeft<0 )iRes = >> ~(~(iLeft)>>iRight);iRes = iLeft>>iRig

Re: [fossil-users] Wiki formatting

2014-08-12 Thread Stephan Beal
On Tue, Aug 12, 2014 at 12:44 PM, Richard Hipp wrote: > No objections. > Those were the magic words. Thanks for the patch, Warren! This is in trunk now: http://www.fossil-scm.org/index.html/info/b7bebbe44f92bb6d48b8688af61f874a584300b1 Chrome says the response headers are: ... 1. Vary:

Re: [fossil-users] (New To Fossil): Repo Workflow / Should I Clone Or Use Many Opens

2014-08-12 Thread Richard Hipp
On Tue, Aug 12, 2014 at 7:18 AM, Baruch Burstein wrote: > On Tue, Aug 12, 2014 at 1:35 PM, Stephan Beal > wrote: > >> >> For the most part, fossil only works with sqlite dbs, so it leaves the >> locking/transactions to sqlite. It does not do any handling of locking of >> non-db files (e.g. sourc

Re: [fossil-users] (New To Fossil): Repo Workflow / Should I Clone Or Use Many Opens

2014-08-12 Thread Baruch Burstein
On Tue, Aug 12, 2014 at 1:35 PM, Stephan Beal wrote: > On Tue, Aug 12, 2014 at 10:29 AM, Baruch Burstein > wrote: > >> I am curious how fossil itself manages this. While sqlite DBs (including >> the fossil repository) are generally expected to only be read/written with >> sqlite software (except

Re: [fossil-users] Wiki formatting

2014-08-12 Thread Richard Hipp
On Tue, Aug 12, 2014 at 6:39 AM, Stephan Beal wrote: > > Setting X-UA-Compatibility appropriately is better because the web app >> itself (Fossil in this case) declares what browsers it knows it can work >> with. No one is in a better position to know this than the web app. >> > > Agreed. i'm a

Re: [fossil-users] Wiki formatting

2014-08-12 Thread Stephan Beal
On Mon, Aug 11, 2014 at 10:21 PM, Warren Young wrote: > I mentioned it in one of my posts: Gear Menu > Compatibility View Settings > > uncheck "Display intranet sites in Compatibility View". > Ah - i didn't read them because i don't use Windows of my own volition and tend to ignore any threads w

Re: [fossil-users] How to compare set of files between versions?

2014-08-12 Thread Stephan Beal
On Mon, Aug 11, 2014 at 9:43 PM, Sergei Gavrikov wrote: > % fossil diff --from prev | filterdiff -i '*src*' > +case OP_RIGHTSHIFT: if( iLeft<0 )iRes = > ~(~(iLeft)>>iRight);iRes = iLeft>>iRight; break; > i'll get this fix in this evening if it hasn't been done already. -- - s

Re: [fossil-users] (New To Fossil): Repo Workflow / Should I Clone Or Use Many Opens

2014-08-12 Thread Stephan Beal
On Tue, Aug 12, 2014 at 10:29 AM, Baruch Burstein wrote: > I am curious how fossil itself manages this. While sqlite DBs (including > the fossil repository) are generally expected to only be read/written with > sqlite software (except for things like Dropbox), and thus only with > "cooperating" p

Re: [fossil-users] (New To Fossil): Repo Workflow / Should I Clone Or Use Many Opens

2014-08-12 Thread Baruch Burstein
On Wed, Aug 6, 2014 at 3:14 PM, Richard Hipp wrote: > > Advisory locks are used. So cooperating programs know to not have two > programs writing at once. But Dropbox is not a cooperating program in this > context. Dropbox just opens the file and writes, without paying any > attention to the ad