log

age author description
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
Fri, 10 Apr 2020 16:54:50 +0200 Mads Kiilerich setup: install pip in virtualenv to make sure we have the latest version
Fri, 10 Apr 2020 17:23:44 +0200 Mads Kiilerich base: don't log "accessed" when the user actually hasn't accessed yet - at this point it is just a request
Tue, 31 Mar 2020 22:49:27 +0200 Mads Kiilerich vcs: drop unused VCSRC_PATH
Tue, 31 Mar 2020 17:43:31 +0200 Mads Kiilerich middleware: verify as early as possible in app initialization that the necessary configuration is provided
Fri, 10 Apr 2020 15:18:45 +0200 Mads Kiilerich scripts/i18n: tweak messages
Wed, 13 Nov 2019 12:28:19 +0100 Mads Kiilerich i18n: also strip '# #, fuzzy' from header comment - it might appear when verifying branches are in sync
Sun, 02 Feb 2020 21:29:18 +0100 Mads Kiilerich i18n: better stripping of header comment for new translations
Mon, 30 Mar 2020 17:34:00 +0200 Mads Kiilerich tests: drop redundant User.get_default_user().username - default user is defined through the username
Mon, 30 Mar 2020 16:44:10 +0200 Mads Kiilerich db: consistently use base_path from config instead of repeatedly getting from the database
Mon, 30 Mar 2020 16:10:54 +0200 Mads Kiilerich config: set base_path config in set_app_settings using Ui.get_repos_location() instead of in app_cfg using make_ui()
Mon, 30 Mar 2020 13:17:18 +0200 Mads Kiilerich db: drop url_sep() function that just returns a constant "/"
Mon, 30 Mar 2020 14:52:01 +0200 Mads Kiilerich cache: drop unused set_value - it is handled by cache.get_value by calling createfunc
Mon, 30 Mar 2020 13:03:33 +0200 Mads Kiilerich cache: repo model cache is never used - remove it
Mon, 30 Mar 2020 12:07:06 +0200 Mads Kiilerich auth: for default permissions, use existing explicit query result values instead of following dot references in ORM result objects
Mon, 30 Mar 2020 15:44:47 +0200 Mads Kiilerich middleware: HTTP status code logging in wrapper summaries
Mon, 30 Mar 2020 16:23:37 +0200 Mads Kiilerich windows: fix import of posix-only pwd module in d83f41634d06 (Issue #367)
Fri, 20 Mar 2020 20:16:43 +0100 Mads Kiilerich docs: fix contributing.rst reference to Session.remove()
Fri, 10 Apr 2020 15:29:48 +0200 Mads Kiilerich py3: fix display of default user permissions
Fri, 10 Apr 2020 15:32:26 +0200 Mads Kiilerich Merge stable
Thu, 09 Apr 2020 18:03:56 +0200 Mads Kiilerich db: drop superfluous space in UserGroup relationship definition stable
Sun, 03 Nov 2019 16:39:59 +0100 Mads Kiilerich scripts/i18n: let 'normalized-merge' leave 3-way conflict markers in output file
Thu, 19 Dec 2019 20:47:55 +0100 Mads Kiilerich scripts/i18n: also normalize casing of UTF-8 in Content-Type
Wed, 04 Sep 2019 22:54:49 +0200 Mads Kiilerich scripts/i18n: introduce --merge-pot-file to control normalization
Thu, 19 Dec 2019 00:28:45 +0100 Thomas De Schampheleire scripts/i18n: add command 'normalized-merge' for use with Mercurial's 'merge-tool' option
Thu, 07 Nov 2019 01:52:16 +0100 Thomas De Schampheleire scripts/i18n: add command 'normalized-diff'
Thu, 19 Dec 2019 00:14:27 +0100 Thomas De Schampheleire scripts/i18n: add command 'normalize-po-files'
Sun, 29 Mar 2020 21:24:14 +0200 Thomas De Schampheleire scripts/i18n: introduce new i18n maintenance script
Sat, 28 Mar 2020 21:21:47 +0100 Mads Kiilerich vcs: avoid node base class knowledge of sub classes
Sat, 28 Mar 2020 21:07:08 +0100 Mads Kiilerich vcs: simplify nodes kind handling
Sat, 28 Mar 2020 15:29:58 +0100 Mads Kiilerich scripts: fix crash from comparing integer with empty list
Sat, 28 Mar 2020 15:28:25 +0100 Mads Kiilerich scripts: in regexps, use + when we actually want to make long matches instead of empty
Sat, 28 Mar 2020 22:41:12 +0100 Mads Kiilerich scripts: use plain import of contributor_data
Thu, 26 Mar 2020 18:12:52 +0100 Mads Kiilerich setup: avoid bleach 3.1.4 for now - it seems to deliberately cause regressions