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
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