log docs/setup.rst @ 7497:5e7eb3df806e

age author description
Sat, 29 Dec 2018 22:30:08 +0100 Thomas De Schampheleire install-iis: use logging.config.fileConfig instead of paste.script copy
Mon, 24 Sep 2018 20:44:36 +0200 Thomas De Schampheleire cli: add command 'kallithea-cli front-end-build'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox celeryd' into 'kallithea-cli celery-run'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-index' into 'kallithea-cli index-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox setup-db' into 'kallithea-cli db-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-config' into 'kallithea-cli config-create'
Fri, 12 Oct 2018 20:39:17 +0200 Thomas De Schampheleire docs: align use of 'my.ini' as configfile placeholder
Mon, 06 Aug 2018 01:05:18 +0200 Mads Kiilerich Merge stable
Mon, 30 Jul 2018 22:07:36 +0200 Thomas De Schampheleire docs: move authentication info to separate file
Mon, 11 Jun 2018 21:43:03 +0200 Thomas De Schampheleire remove references to pythonhosted.org (issue #293)
Mon, 11 Jun 2018 21:43:03 +0200 Thomas De Schampheleire remove references to pythonhosted.org (issue #293) stable
Sat, 09 Jun 2018 16:28:33 +0200 Mads Kiilerich hg: set encoding to utf-8 by default to always show unicode characters correctly
Sat, 10 Mar 2018 22:01:59 +0100 Thomas De Schampheleire issues: support generic regex replacements in issue_url and issue_prefix
Mon, 18 Dec 2017 22:20:10 +0100 domruf move package.json to root directory
Tue, 24 Oct 2017 21:18:09 +0200 domruf less: don't distribute the generated style.css file - for now, it must be built with npm after installing Kallithea
Thu, 14 Sep 2017 02:08:07 +0200 Mads Kiilerich make-config: allow configuration of any ini value
Sat, 12 Aug 2017 16:36:28 +0200 Mads Kiilerich docs: fix some sphinx warnings
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich config: clarify that we only recommend and support single threaded operation stable
Wed, 28 Jun 2017 21:53:39 +0200 Thomas De Schampheleire docs/setup: heading whitespace cleanup
Sat, 17 Jun 2017 21:51:39 +0200 Thomas De Schampheleire docs: add documentation about internationalization from a user perspective
Mon, 12 Sep 2016 17:50:11 +0200 Mads Kiilerich gearbox: make a make-config sub-command available again
Tue, 25 Oct 2016 21:32:24 +0200 Mads Kiilerich gearbox: replace paster with something TurboGears2-ish that still works with the Pylons stack
Thu, 28 Jul 2016 16:34:49 +0200 Mads Kiilerich auth: change default LDAP to LDAPS on port 636 - insecure authentication is kind of pointless
Thu, 20 Oct 2016 17:54:26 +0200 Thomas De Schampheleire docs: remove some references to Pylons
Fri, 18 Nov 2016 01:11:13 +0100 Mads Kiilerich Merge stable
Thu, 17 Nov 2016 13:09:43 +0800 Anton Shestakov docs: update links to Mercurial's website and wiki stable
Tue, 15 Nov 2016 22:53:41 +0100 Mads Kiilerich auth: refactor ldap parameter handling - make it clear that port is optional
Tue, 15 Nov 2016 22:53:41 +0100 Mads Kiilerich auth: make ldap OPT_X_TLS_CACERTDIR configurable
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich config: clarify that we only recommend and support single threaded operation
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich docs: mention use of static_files, it's setup and implications