Re: [fossil-dev] Time to release version 1.36?

2016-10-16 Thread BohwaZ
Could we also include my fix for markdown in wiki pages for the JSON API? Thanks :) ___ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Re: [fossil-dev] Time to release version 1.36?

2016-10-16 Thread Joe Mistachkin
Link to branch? Sent from my iPhone https://urn.to/r/mistachkin > On Oct 16, 2016, at 2:03 PM, BohwaZ wrote: > > Could we also include my fix for markdown in wiki pages for the JSON API? > > Thanks :) > ___ > fossil-dev mailing list > fossil-dev@mai

Re: [fossil-dev] Time to release version 1.36?

2016-10-16 Thread BohwaZ
Just posted the patch earlier on this list, here it is: Index: src/json_wiki.c == --- src/json_wiki.c +++ src/json_wiki.c @@ -110,19 +110,27 @@ json_julian_to_timestamp(pWiki->rDate)); if(0 == contentFormat)

Re: [fossil-dev] Time to release version 1.36?

2016-10-16 Thread Joe Mistachkin
Stephan Beal, can you comment on these changes please? Sent from my iPhone https://urn.to/r/mistachkin > On Oct 16, 2016, at 2:36 PM, BohwaZ wrote: > > Just posted the patch earlier on this list, here it is: > > Index: src/json_wiki.c >

[fossil-dev] SQLITE_CONSTRAINT: abort at 41

2016-10-16 Thread Zakero
Greetings Everyone! Ran into an interesting problem yesterday when merging branches: SQLITE_CONSTRAINT: abort at 41 in [INSERT INTO vfile(vid,chnged,deleted,rid,mrid,isexe,islink,pathname) SELECT 21178,3,0,rid,mrid,isexe,islink,pathname FROM vfile WHERE id=4735]: UNIQUE constraint failed: vfile.

Re: [fossil-dev] Time to release version 1.36?

2016-10-16 Thread jungle Boogie
On 14 October 2016 at 07:47, Richard Hipp wrote: > The final SQLite 3.15.0 is not checked into the Fossil trunk. Is it > an appropriate time to release version 1.36 of Fossil? Couple things... fossil download page says the binary is for openBSD 5.x. Is one needed for 6.x now? http://fossil-scm.o

Re: [fossil-dev] SQLITE_CONSTRAINT: abort at 41

2016-10-16 Thread Andy Bradford
Thus said Zakero on Sun, 16 Oct 2016 18:45:41 -0500: > SQLITE_CONSTRAINT: abort at 41 in [INSERT INTO > vfile(vid,chnged,deleted,rid,mrid,isexe,islink,pathname) SELECT > 21178,3,0,rid,mrid,isexe,islink,pathname FROM vfile WHERE id=4735]: UNIQUE > constraint failed: vfile.pathname, vfile. > fossil