log development.ini @ 8215:928bc1d8b279 default-i18n

age author description
Sat, 23 Nov 2019 22:08:18 +0100 Mads Kiilerich py3: switch to use Python 3 interpreter, temporarily leaving many things very broken until they have been migrated/fixed in a reviewable way
Sun, 05 Jan 2020 01:19:05 +0100 Mads Kiilerich i18n: make sure 'en' in Accept-Language is recognized as having 100% coverage - i18n.lang is for source language stable
Wed, 31 Jul 2019 03:15:06 +0200 Mads Kiilerich kallithea-cli: use null handler to mute all console logging for ssh-serve
Fri, 19 Jul 2019 01:12:35 +0200 Thomas De Schampheleire ssh: set a valid locale in the ssh-serve process
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: introduce 'kallithea-cli ssh-update-authorized-keys' command for updating authorized_keys file
Fri, 19 Jul 2019 01:12:35 +0200 Thomas De Schampheleire ssh: introduce ini setting 'ssh_enabled', disabled by default
Wed, 31 Jul 2019 02:55:22 +0200 Mads Kiilerich ini: create separate log handlers for color and null, and add comments hinting how they can be used
Wed, 31 Jul 2019 02:51:28 +0200 Mads Kiilerich ini: drop explicit 'propagate = 1' from logger configuration - that is already the default
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich config: rename .ini settings to avoid beaker-session deprecation warnings
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich config: change default .ini to always include trace_errors settings and thus avoid deprecation warnings
Thu, 03 Jan 2019 01:16:36 +0100 Mads Kiilerich auth: drop api_access_controllers_whitelist and give API key auth same access as other kinds of auth
Wed, 16 Jan 2019 02:32:35 +0100 Mads Kiilerich locking: drop the pull-to-lock / push-to-unlock functionality
Mon, 08 Apr 2019 21:32:57 +0200 Thomas De Schampheleire hooks: make the Python interpreter for Git hooks configurable as 'git_hook_interpreter' (Issue #333) stable
Mon, 01 Apr 2019 11:30:47 +0200 Thomas De Schampheleire ini: fix typo i18n.enable -> i18n.enabled (Issue #339) stable
Sun, 31 Mar 2019 21:28:56 +0200 Thomas De Schampheleire merge default to stable for 0.4.0 stable
Sat, 09 Jun 2018 16:30:22 +0200 Mads Kiilerich unicode: consistently use the preferred Python spelling 'utf-8' instead of the alias 'utf8'
Sat, 09 Jun 2018 16:28:33 +0200 Mads Kiilerich hg: set encoding to utf-8 by default to always show unicode characters correctly
Fri, 04 May 2018 21:45:55 +0200 Thomas De Schampheleire ini: drop setting initial_repo_scan
Sat, 10 Mar 2018 22:01:59 +0100 Thomas De Schampheleire issues: support generic regex replacements in issue_url and issue_prefix
Thu, 08 Mar 2018 23:16:03 +0100 domruf logging: add missing logging config for werkzeug and backlash
Wed, 07 Mar 2018 23:54:34 +0100 domruf ini: set default log level to WARN
Fri, 09 Feb 2018 20:19:32 +0100 Thomas De Schampheleire issues: simplify example in ini file
Fri, 09 Feb 2018 20:19:14 +0100 Thomas De Schampheleire ini: error email settings are comma-separated under backlash
Wed, 11 Oct 2017 02:41:07 +0200 Mads Kiilerich config: tweak template http_server conditionals - don't leave an empty section when using UWSGI
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop insertion of header comments in generated ini files
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: simplify preservation of old settings - just keep the old line as comment
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop error_aggregation_service section from shipped ini files - it is not needed for development or test
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop disabled conditional sections in shipped ini files - if people need them, they can use make-config again
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich config: clarify that we only recommend and support single threaded operation stable
Sat, 17 Jun 2017 21:53:24 +0200 Thomas De Schampheleire i18n: use TG2 compatible settings names i18n.lang and i18n.enabled