log

age author description
Sat, 07 Dec 2019 04:20:58 +0100 Mads Kiilerich repo: don't just report user name and email in one field - separate things properly
Sat, 07 Dec 2019 04:20:58 +0100 Mads Kiilerich journal: don't include email in author name - avoid double data
Thu, 19 Dec 2019 20:50:33 +0100 Mads Kiilerich Merge stable
Sat, 30 Nov 2019 10:39:37 +0100 Private i18n: updated translation for Russian stable
Sat, 23 Nov 2019 22:47:35 +0100 Mads Kiilerich py3: use comprehensions and generators instead of filters - it is more explicit, and sometimes shorter
Sat, 23 Nov 2019 23:59:28 +0100 Mads Kiilerich py3: cleanup map usage and avoid py3 ambiguity
Sat, 23 Nov 2019 21:40:27 +0100 Mads Kiilerich py3: prepare for types.NotImplementedType going away
Sat, 23 Nov 2019 22:17:54 +0100 Mads Kiilerich py3: use explicit octal literals
Mon, 25 Nov 2019 03:23:42 +0100 Mads Kiilerich vcs: drop unused Node.unicode_path
Sat, 23 Nov 2019 22:07:02 +0100 Mads Kiilerich model: use unicode for internal rendering of repo snippets
Sat, 23 Nov 2019 21:42:11 +0100 Mads Kiilerich pygmentsutils: simplify get_index_filenames
Mon, 25 Nov 2019 02:46:02 +0100 Mads Kiilerich cleanup: convert some StringIO use to use the py3 compatible io module
Sun, 24 Nov 2019 21:19:03 +0100 Mads Kiilerich cleanup: drop some unnecessary use of StringIO
Sat, 23 Nov 2019 22:21:28 +0100 Mads Kiilerich cleanup: use isinstance instead of comparing types
Sat, 23 Nov 2019 21:36:07 +0100 Mads Kiilerich tests: fix some odd source formatting / spacing around ','
Tue, 10 Dec 2019 12:57:02 +0100 Mads Kiilerich changeset: store hexified source hash in context so it is readily available in template
Sat, 23 Nov 2019 23:16:20 +0100 Mads Kiilerich home: don't send _changeset_cache in repo_switcher_data result
Sat, 23 Nov 2019 15:55:40 +0100 Mads Kiilerich lib: drop redundant json.dumps encoding=utf8
Sun, 24 Nov 2019 00:16:31 +0100 Mads Kiilerich app: drop finally handling in BaseVCSController.__call__
Sat, 16 Nov 2019 16:49:04 +0100 Mads Kiilerich utils: drop make_ui parameter clear_session - this utility function should never mess with sessions
Sat, 16 Nov 2019 16:43:25 +0100 Mads Kiilerich utils: back out changeset cbf524e4c1a3 - the setup code is removing the session after app creation - set_app_settings shouldn't do it
Sat, 16 Nov 2019 16:57:27 +0100 Mads Kiilerich app: let app instance creation remove its SA Session when done
Sat, 16 Nov 2019 16:52:02 +0100 Mads Kiilerich app: drop unused "cache" of available_permissions
Sat, 16 Nov 2019 15:35:22 +0100 Mads Kiilerich home: drop disabled caching of repo_switcher_data
Mon, 11 Nov 2019 01:56:23 +0100 Mads Kiilerich setup: upgrade to Routes > 2 - all blockers have been fixed
Mon, 11 Nov 2019 01:56:23 +0100 Mads Kiilerich routing: fix files_annotate_home annotate value to be compatible with Routes >= 2
Sun, 01 Dec 2019 21:02:43 +0100 Mads Kiilerich routing: drop default f_path for changelog_file_home
Sun, 01 Dec 2019 20:24:28 +0100 Mads Kiilerich routing: drop action='index' - that is already the default
Fri, 06 Dec 2019 21:21:24 +0100 Adi Kriegisch ssh: fix parsing of ed25519 keys stable
Fri, 06 Dec 2019 21:13:41 +0100 Thomas De Schampheleire ssh: add doctest showing incorrect handling of ed25519 keys stable