log development.ini @ 8998:a80ac2033a8a draft i18n tip

age author description
Thu, 27 May 2021 00:48:35 +0200 Mads Kiilerich ini: set translate_forwarded_server = False when using paste prefix middleware
Sun, 09 May 2021 22:40:56 +0200 Mads Kiilerich auth: only use X- headers instead of wsgi.url_scheme if explicitly told so in url_scheme_header - drop https_fixup setting
Sun, 09 May 2021 22:34:02 +0200 Mads Kiilerich auth: only use X- headers instead of REMOTE_ADDR if explicitly told so in remote_addr_header
Mon, 17 May 2021 16:59:06 +0200 Mads Kiilerich docs: clarify that force_https trumps anything else
Wed, 30 Dec 2020 00:14:57 +0100 Mads Kiilerich celery: drop tracking of task_id - we use ignore_result=True and will never get anything back
Sat, 26 Dec 2020 20:21:24 +0100 Mads Kiilerich celery: drop traces of support for task_always_eager
Fri, 06 Nov 2020 18:52:08 +0100 Mads Kiilerich celery: default to more than 1 task per worker
Thu, 03 Dec 2020 01:13:44 +0100 Mads Kiilerich Merge stable
Sun, 23 Aug 2020 23:14:21 +0200 Mads Kiilerich middleware: drop sentry support
Mon, 17 Aug 2020 14:59:07 +0200 Mads Kiilerich ini: move archive_cache_dir to the data directory
Wed, 01 Jul 2020 14:58:56 +0200 Mads Kiilerich mysql: bump sqlalchemy.url MariaDB/MySQL charset to to 'utf8mb4' to get full UTF-8 support
Fri, 19 Jun 2020 18:24:38 +0200 Mads Kiilerich docs: augment setup description with more details of http server and database
Wed, 17 Jun 2020 21:52:16 +0200 Thomas De Schampheleire merge stable
Mon, 08 Jun 2020 14:10:13 +0200 Mads Kiilerich ini: tweak .ini web server templates to make it more clear that it is about which web server gearbox will use for serve
Mon, 08 Jun 2020 13:36:21 +0200 Mads Kiilerich ini: change .ini template to include sqlalchemy.url examples for all database types
Sat, 07 Nov 2020 01:58:33 +0100 Mads Kiilerich celery: change template to use celery 4 setting name celery.result_backend stable
Sat, 23 May 2020 19:52:04 +0200 Thomas De Schampheleire cleanup: drop last traces of kallithea-config stable
Fri, 22 May 2020 15:10:00 +0200 Mads Kiilerich ini: explain how % must be escaped as %% (Issue #375) stable
Fri, 22 May 2020 16:45:09 +0200 Mads Kiilerich ini: tweak mako comment markup - prepare for variable expansion in ## lines by only "quoting" ## stable
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich ini: tweak template configuration for TG's handling of application errors
Wed, 22 Apr 2020 20:53:22 +0200 Mads Kiilerich inifile: new implementation of setting updates to optimize reuse of comments and append location
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich ini: be more consistent about how # is used in the config template
Sun, 20 Oct 2019 22:03:57 +0200 Mads Kiilerich utils: drop conditional_cache - an unused beaker cache
Sun, 20 Oct 2019 22:06:26 +0200 Mads Kiilerich db: drop SA caching_query and FromCache, and thus sql_cache_short beaker cache
Sun, 20 Oct 2019 23:55:46 +0200 Mads Kiilerich db: introduce long_term_file beaker cache to store README and RSS cache on disk where it is reusable between processes - not in worker memory
Thu, 13 Feb 2020 14:46:50 +0100 Mads Kiilerich celery: use celery 4 setting names in generated .ini files
Thu, 20 Feb 2020 02:03:24 +0100 Mads Kiilerich celery: upgrade to Celery 4
Thu, 20 Feb 2020 01:35:22 +0100 Mads Kiilerich celery: drop config settings not supported in Celery 4
Thu, 13 Feb 2020 14:46:50 +0100 Mads Kiilerich celery: tweak the RabbitMQ example in generated config
Fri, 14 Feb 2020 02:25:00 +0100 Mads Kiilerich celery: change ini template to use sqlite for results