log

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