log

age author description
Sun, 25 Aug 2019 21:51:37 +0200 Thomas De Schampheleire i18n: align headers in kallithea.po files
Fri, 23 Aug 2019 22:17:00 +0200 Thomas De Schampheleire i18n: remove source code references from kallithea.po files
Fri, 23 Aug 2019 22:06:52 +0200 Thomas De Schampheleire i18n: remove fuzzy markers
Fri, 23 Aug 2019 22:02:10 +0200 Thomas De Schampheleire i18n: remove unused translation strings
Sun, 25 Aug 2019 21:27:30 +0200 Thomas De Schampheleire contributors: remove redundant entries
Sun, 25 Aug 2019 21:15:39 +0200 Thomas De Schampheleire contributors: fix existing email-less entry of 'mikespook'
Sun, 25 Aug 2019 21:13:15 +0200 Thomas De Schampheleire i18n: move list of translators to contributors file
Thu, 29 Aug 2019 21:22:19 +0200 Thomas De Schampheleire i18n: update name/email of 'marcinkuzminski'
Thu, 29 Aug 2019 21:18:44 +0200 Thomas De Schampheleire i18n/ja: remove duplicate entry for 'ใ—ใ‚ใ†' (shirou)
Sun, 11 Aug 2019 14:08:58 +0200 Mads Kiilerich setup: TurboGears 2.4 (and WebOb 1.8.0)
Wed, 28 Aug 2019 12:28:01 +0200 Mads Kiilerich tg2: handle cache_dir configuration jumping around between TurboGears versions
Wed, 28 Aug 2019 12:07:37 +0200 Mads Kiilerich tg2: move routing mapper initialization from RootController class definition time to instantiation time
Fri, 23 Aug 2019 21:29:01 +0200 Thomas De Schampheleire front-end: fix documentation regarding theme.less file
Sun, 18 Aug 2019 20:25:18 +0200 Mads Kiilerich future: use Python print function
Sun, 18 Aug 2019 20:27:50 +0200 Mads Kiilerich tests: drop some stray print statements
Mon, 12 Aug 2019 12:54:01 +0200 Mads Kiilerich docs: clean up installation of optional dependencies
Mon, 12 Aug 2019 12:54:01 +0200 Mads Kiilerich docs: always use dev_requirements.txt together with main version constraints in setup.py
Sun, 11 Aug 2019 14:14:48 +0200 Mads Kiilerich admin: drop dead code for system update notifications
Sun, 04 Aug 2019 18:43:33 +0200 Mads Kiilerich pylint: fix W0715(raising-format-tuple) Exception arguments suggest string formatting might be intended
Sun, 18 Aug 2019 15:15:20 +0200 Mads Kiilerich routing: don't use http://example.com/_admindefaults for Admin ยป Repository Defaults - it should be /admin/default
Sun, 18 Aug 2019 20:15:45 +0200 Mads Kiilerich helpers: handle webhelpers2 select with option groups
Sun, 18 Aug 2019 18:08:10 +0200 Mads Kiilerich helpers: refactor select to build Options without temporary list
Sun, 18 Aug 2019 15:52:33 +0200 Mads Kiilerich helpers: fix bad handling of select values with length 2 - 'hg' showed up as 'g' in repo types list
Sun, 18 Aug 2019 19:50:49 +0200 Mads Kiilerich scm: select options should be tuples - not lists with 2 elements
Sun, 18 Aug 2019 18:33:35 +0200 Mads Kiilerich setup: use an actual existing version as minimum requirement for ipaddr
Wed, 14 Aug 2019 20:59:27 +0200 Mads Kiilerich ssh: handle IPv6 ssh connections
Tue, 13 Aug 2019 21:51:03 +0200 Mads Kiilerich summary: only show SSH clone URL if SSH is enabled and the user is authenticated
Mon, 12 Aug 2019 20:53:56 +0200 Mads Kiilerich docs: add high-level description of SSH repository access
Sun, 04 Aug 2019 01:49:22 +0200 Mads Kiilerich flake8: fix E303 too many blank lines
Sun, 04 Aug 2019 01:46:23 +0200 Mads Kiilerich flake8: fix E122 continuation line missing indentation or outdented
Sun, 04 Aug 2019 01:37:08 +0200 Mads Kiilerich flake8: fix E125 continuation line with same indent as next logical line
Sun, 04 Aug 2019 01:29:11 +0200 Mads Kiilerich flake8: fix E129 visually indented line with same indent as next logical line
Sun, 04 Aug 2019 01:39:04 +0200 Mads Kiilerich flake8: fix E117 over-indented
Sun, 04 Aug 2019 01:23:57 +0200 Mads Kiilerich flake8: fix E111 indentation is not a multiple of four
Sun, 04 Aug 2019 01:00:48 +0200 Mads Kiilerich flake8: fix E701 multiple statements on one line (colon)
Sun, 04 Aug 2019 01:20:49 +0200 Mads Kiilerich flake8: fix E502 the backslash is redundant between brackets
Sun, 04 Aug 2019 01:52:12 +0200 Mads Kiilerich flake8: fix E227 missing whitespace around bitwise or shift operator
Sun, 04 Aug 2019 01:48:26 +0200 Mads Kiilerich flake8: fix E226 missing whitespace around arithmetic operator
Sun, 04 Aug 2019 01:54:18 +0200 Mads Kiilerich flake8: fix E202 whitespace before ')'
Sun, 04 Aug 2019 01:27:29 +0200 Mads Kiilerich flake8: fix E203 whitespace before ','
Sun, 04 Aug 2019 01:15:36 +0200 Mads Kiilerich flake8: fix E231 missing whitespace after ':'
Sun, 04 Aug 2019 00:59:42 +0200 Mads Kiilerich flake8: fix some E712 comparison to True should be 'if cond is True:' or 'if cond:'
Sat, 03 Aug 2019 23:31:43 +0200 Mads Kiilerich flake8: fix F632 use ==/!= to compare str, bytes, and int literals
Sun, 04 Aug 2019 00:13:03 +0200 Mads Kiilerich flake8: fix W605 invalid escape sequence
Wed, 07 Aug 2019 23:48:26 +0200 Mads Kiilerich flake8: fix some F401 '...' imported but unused
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Wed, 07 Aug 2019 00:22:56 +0200 Mads Kiilerich scripts: introduce import cleanup using isort
Sun, 04 Aug 2019 01:08:08 +0200 Mads Kiilerich lib: use ipaddr from pip instead of vendoring it
Sat, 03 Aug 2019 22:55:46 +0200 Mads Kiilerich kallithea: drop long forgotten kallithea.brand warning
Sat, 03 Aug 2019 19:21:32 +0200 Mads Kiilerich setup: support Mercurial 5.1
Mon, 22 Jul 2019 04:38:22 +0200 Mads Kiilerich config: stop using the app_conf sub key - TurboGears2 2.4 will drop it
Mon, 22 Jul 2019 04:18:37 +0200 Mads Kiilerich helpers: use WebHelpers2 as much as possible - it supports Python3, and WebHelpers is dead
Tue, 06 Aug 2019 22:42:37 +0200 Mads Kiilerich helpers: change CSRF protection POST parameter name to "_session_csrf_secret_token" and fix up tests to use new names
Mon, 22 Jul 2019 02:02:11 +0200 Mads Kiilerich helpers: handle CSRF protection directly, without using webhelpers, pylonslib and secure_form
Mon, 22 Jul 2019 03:29:45 +0200 Mads Kiilerich helpers: rename internal names of authentication_token to clarify that secure_form is about session CSRF secrets - not authentication
Sun, 21 Jul 2019 18:24:09 +0200 Mads Kiilerich helpers: always access secure_form through helpers
Tue, 06 Aug 2019 22:50:03 +0200 Mads Kiilerich helpers: drop unused references to secure_form
Sun, 21 Jul 2019 23:34:47 +0200 Mads Kiilerich smtp_mailer: clarify that sslerror is ssl.SSLError - slightly clearer, and Python 3 compatible
Mon, 22 Jul 2019 01:18:14 +0200 Mads Kiilerich summary: simplify sorting of language stats - avoid comparing dicts
Mon, 22 Jul 2019 04:43:45 +0200 Mads Kiilerich admin: in advanced settings, only show repos of same type in the select list for "Parent"