Kallithea on Windows

2015-04-24 Thread Nochum Sossonko
Hi, We are using Kallithea as our SCM in our company (very nice, btw) installed on a Windows Server 2008 R2. The installation process was pretty straightforward but I did some things that I could not find in the online documentation so I figured I'd post my findings here in case it will help

RE: Kallithea on Windows

2015-04-24 Thread Nochum Sossonko
Seemed easier to me to do it that way, especially since I could debug any errors/issues by visiting the 5000 website directly and in the output window (or logs, when redirected). Also, wasn't sure about https with the WSGI app, although that probably would just work. Maybe I'm just overworking

Re: [PATCH 2 of 7] notification: allow multiple body parts in templates

2015-04-24 Thread Mads Kiilerich
On 04/14/2015 06:03 PM, Jan Heylen wrote: # HG changeset patch # User Jan Heylen heyl...@gmail.com # Date 1427469226 -3600 # Fri Mar 27 16:13:46 2015 +0100 # Node ID 55ba8e68269da8fb0c33c65711a57b4fd9e1b675 # Parent cb41b8211291b55bcd7c77919f714791927b8045 notification: allow multiple body

Re: [PATCH 6 of 7] frontend: change comment workflow

2015-04-24 Thread Mads Kiilerich
On 04/14/2015 06:03 PM, Jan Heylen wrote: # HG changeset patch # User Jan Heylen heyl...@gmail.com # Date 1428986395 -7200 # Tue Apr 14 06:39:55 2015 +0200 # Node ID b1b3c859230ce5997f7820788dd331748e277525 # Parent 48a64173a2187e3ea2822df54b3d0096176e76e3 frontend: change comment workflow

[PATCH] ignore the .cache folder created by pytest-cache

2015-04-24 Thread Ronny Pfannschmidt
# HG changeset patch # User Ronny Pfannschmidt opensou...@ronnypfannschmidt.de # Date 1429907346 -7200 # Fri Apr 24 22:29:06 2015 +0200 # Node ID 928f5cbc25bf09f18498e278fdb978fbc6194dee # Parent 30419d563fb96eeb58cae4dd65781af71b36b264 ignore the .cache folder created by pytest-cache diff

Re: [PATCH 1 of 7] drafts: database change

2015-04-24 Thread Jan Heylen
On Fri, Apr 24, 2015 at 7:18 PM, Mads Kiilerich m...@kiilerich.com wrote: On 04/14/2015 06:03 PM, Jan Heylen wrote: # HG changeset patch # User Jan Heylen heyl...@gmail.com # Date 1427461084 -3600 # Fri Mar 27 13:58:04 2015 +0100 # Node ID cb41b8211291b55bcd7c77919f714791927b8045 #

Re: [PATCH 6 of 7] frontend: change comment workflow

2015-04-24 Thread Jan Heylen
On Fri, Apr 24, 2015 at 7:21 PM, Mads Kiilerich m...@kiilerich.com wrote: On 04/14/2015 06:03 PM, Jan Heylen wrote: # HG changeset patch # User Jan Heylen heyl...@gmail.com # Date 1428986395 -7200 # Tue Apr 14 06:39:55 2015 +0200 # Node ID b1b3c859230ce5997f7820788dd331748e277525 #

Re: [PATCH 3 of 7] comment: add draft flag for comments

2015-04-24 Thread Jan Heylen
On Fri, Apr 24, 2015 at 7:20 PM, Mads Kiilerich m...@kiilerich.com wrote: On 04/14/2015 06:03 PM, Jan Heylen wrote: # HG changeset patch # User Jan Heylen heyl...@gmail.com # Date 1427735588 -7200 # Mon Mar 30 19:13:08 2015 +0200 # Node ID f48bc03627761dd62f7e7094bb0d322834da336c #

Re: [PATCH 0 of 7] save multiple comments at once

2015-04-24 Thread Jan Heylen
On Fri, Apr 24, 2015 at 7:18 PM, Mads Kiilerich m...@kiilerich.com wrote: On 04/14/2015 06:03 PM, Jan Heylen wrote: Hi, I've been working on a change that a user would allow to open multiple comments on a commit, and 'post' (save) them all at once to the kallithea database. I did it! I

Re: [PATCH 4 of 7] changeset: draft comment on changesets

2015-04-24 Thread Jan Heylen
On Fri, Apr 24, 2015 at 7:21 PM, Mads Kiilerich m...@kiilerich.com wrote: On 04/14/2015 06:03 PM, Jan Heylen wrote: # HG changeset patch # User Jan Heylen heyl...@gmail.com # Date 1427526729 -3600 # Sat Mar 28 08:12:09 2015 +0100 # Node ID f26b18234a7731a361f75e7a68ad143fc78218bf #