Re: [PATCH V3] summary, changelog, compare: make the comments counts more accurate

2016-03-01 Thread Angel Ezquerra
On Mon, Feb 29, 2016 at 5:28 PM, Mads Kiilerich wrote: > On 02/26/2016 09:54 PM, Angel Ezquerra wrote: >> >> diff --git a/kallithea/model/db.py b/kallithea/model/db.py >> --- a/kallithea/model/db.py >> +++ b/kallithea/model/db.py >> @@ -1389,6 +1389,16 @@ >>

Re: [PATCH] changeset: improve the comment count information display

2016-03-01 Thread Angel Ezquerra
On Mon, Feb 29, 2016 at 1:27 PM, Thomas De Schampheleire wrote: > On Mon, Feb 29, 2016 at 12:55 PM, Mads Kiilerich wrote: >> On 02/27/2016 12:24 PM, Angel Ezquerra wrote: >>> >>> # HG changeset patch >>> # User Angel Ezquerra

Re: [PATCH] changeset: improve the comment count information display

2016-03-01 Thread Angel Ezquerra
On Mon, Feb 29, 2016 at 3:59 PM, Mads Kiilerich wrote: > On 02/27/2016 12:24 PM, Angel Ezquerra wrote: >> >> # HG changeset patch >> # User Angel Ezquerra >> # Date 1456572240 -3600 >> # Sat Feb 27 12:24:00 2016 +0100 >> # Branch stable >> #

Re: [PATCH] changeset: improve the comment count information display

2016-03-01 Thread Mads Kiilerich
On 03/01/2016 01:39 PM, Angel Ezquerra wrote: On Mon, Feb 29, 2016 at 3:59 PM, Mads Kiilerich wrote: On 02/27/2016 12:24 PM, Angel Ezquerra wrote: # HG changeset patch # User Angel Ezquerra # Date 1456572240 -3600 # Sat Feb 27 12:24:00 2016

Re: Debugging Kallithea with pdb / remote-pdb / PyCharm

2016-03-01 Thread Dominik Ruf
I use pycharm all the time and had no problems so far. I use [server:main] use = egg:waitress#main threads = 5 ... ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: Markdown support

2016-03-01 Thread Mads Kiilerich
On 03/01/2016 01:26 PM, Angel Ezquerra wrote: It is true that markdown is not particularly suited for source code. It is all too easy to accidentally underline or make a variable name or part of an expression bold. Normally this is solved by using code blocks (i.e. ~~~) but still, I wonder if

Re: Markdown support

2016-03-01 Thread Angel Ezquerra
On Mon, Feb 29, 2016 at 12:32 PM, Mads Kiilerich wrote: > On 02/27/2016 04:54 PM, Angel Ezquerra wrote: >> >> Hi, >> >> Is there a way to use markdown, rather than RST, in Kallithea? My team >> has used markdown quite a bit already, and they like it, but they do >> not have

Re: [PATCH] changeset: improve the comment count information display

2016-03-01 Thread Angel Ezquerra
On Mon, Feb 29, 2016 at 12:55 PM, Mads Kiilerich wrote: > On 02/27/2016 12:24 PM, Angel Ezquerra wrote: >> >> # HG changeset patch >> # User Angel Ezquerra >> # Date 1456572240 -3600 >> # Sat Feb 27 12:24:00 2016 +0100 >> # Branch stable >> #