log

age author description
Mon, 27 Apr 2020 11:31:26 +0200 Mads Kiilerich hooks: clarify doc string of Mercurial hooks stable
Sat, 02 May 2020 21:20:43 +0200 Thomas De Schampheleire release: merge default to stable for 0.6.0 stable
Mon, 04 May 2020 19:08:30 +0200 Mads Kiilerich Re-merge closed default-i18n i18n
Mon, 04 May 2020 17:16:58 +0200 Mads Kiilerich Close default-i18n default-i18n
Mon, 04 May 2020 18:59:36 +0200 Mads Kiilerich Merge divergent i18n changes that were caused by broken weblate repo access i18n
Mon, 27 Apr 2020 13:25:28 +0200 Mads Kiilerich Merge default pre 0.6 i18n
Wed, 22 Apr 2020 19:23:05 +0200 Mads Kiilerich uwsgi: enable reload-on-exception in configuration template
Wed, 22 Apr 2020 14:13:47 +0200 Mads Kiilerich hg: support Mercurial 5.4
Sun, 12 Apr 2020 02:43:07 +0200 Mads Kiilerich db: introduce kallithea.DEFAULT_USER_ID to avoid repeated get_default_user()
Sat, 11 Apr 2020 18:53:10 +0200 Mads Kiilerich db: clarify that DEFAULT_USER just is DEFAULT_USER_NAME
Wed, 22 Apr 2020 16:09:16 +0200 Mads Kiilerich ini: drop appenlight from configuration template - it seems to be dead and disappeared
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 16:21:23 +0200 Mads Kiilerich inifile: add doctest coverage of comment corner cases
Tue, 14 Apr 2020 13:23:02 +0200 Mads Kiilerich uwsgi: clarify that --ini-paste-logged currently requires pastescript
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich ini: be more consistent about how # is used in the config template
Wed, 22 Apr 2020 19:09:10 +0200 Mads Kiilerich utils: fix pyflakes warning after f787c028ffc0
Sun, 05 Apr 2020 17:09:45 +0200 Mads Kiilerich uwsgi: slim down and tweak the default '[uwsgi]' configuration section
Tue, 31 Mar 2020 18:18:19 +0200 Mads Kiilerich uwsgi: drop unnecessary dependency of http module - just use http-socket directly
Wed, 15 Apr 2020 18:50:42 +0200 Mads Kiilerich wrapper: log clearly when request has been received
Wed, 15 Apr 2020 18:34:31 +0200 Mads Kiilerich db: fix bad characters in __repr__
Fri, 17 Apr 2020 18:03:21 +0200 Mads Kiilerich i18n: fix dead code in Accept-Language workaround from 7c7d6b5c07c7
Mon, 06 Apr 2020 21:29:37 +0200 Thomas De Schampheleire email templates: fix missing translation of titles and buttons
Sun, 20 Oct 2019 22:03:57 +0200 Mads Kiilerich utils: drop conditional_cache - an unused beaker cache
Sun, 12 Apr 2020 02:43:56 +0200 Mads Kiilerich auth: simplify AuthUser.permissions and how it actually never use cache
Sun, 20 Oct 2019 04:57:04 +0200 Mads Kiilerich db: drop Repository CacheInvalidation
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
Fri, 07 Feb 2020 00:43:34 +0100 Mads Kiilerich lib: clarify comment about c.repo_name availability in _before
Sat, 07 Mar 2020 20:48:02 +0100 Thomas De Schampheleire scripts: properly check for errors in whitespacecleanup/run-all-cleanup