Re: [fossil-users] Hmm

2012-04-03 Thread Dmitry Chestnykh
On 04/02/2012 09:08 PM, Konstantin Khomoutov wrote: Please do some minimal google research next time. But then we won't know how many users have the problem ;-) -- Dmitry Chestnykh http://www.codingrobots.org ___ fossil-users mailing list

Re: [fossil-users] RFC: what do we do with the JSON docs?

2012-04-03 Thread Stephan Beal
On Tue, Apr 3, 2012 at 2:27 AM, BohwaZ boh...@bohwaz.net wrote: I would be happy to see them somewhere I can actually read them. I often program on my laptop, using a slow 3G connection, and Google Docs is an incredible pain to use, it never works (sometimes the IP address is blocked,

[fossil-users] (Q) How to add the row number column to an open tickets report?

2012-04-03 Thread Leo Razoumov
Hi Everyone, I am sorry if I am asking something trivial but I am not a SQL expert. I have a ticket report that lists all open and active tickets. I would like its first column to simply show row numbers starting with 1 for the first row of the report, 2 for the second row and so on. Google

Re: [fossil-users] RFC: what do we do with the JSON docs?

2012-04-03 Thread Stephan Beal
On Tue, Apr 3, 2012 at 2:01 PM, BohwaZ boh...@bohwaz.net wrote: You can generate static pages from JSON using server-side scripts ;) Right, but that means writing, testing, and maintaining them. i'm all for someone doing that, but i'm not up for doing it myself. That's what I do:

Re: [fossil-users] (Q) How to add the row number column to an open tickets report?

2012-04-03 Thread Stephan Beal
On Tue, Apr 3, 2012 at 6:54 PM, Themba Fletcher themba.fletc...@gmail.comwrote: You might be interested instead in selecting SQLite's ROWID column -- it won't give you the nice short humane numbering you're looking for but it can be counted upon in the above situations. However, the rowids