log

age author description
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