log

age author description
Thu, 06 Feb 2020 01:19:23 +0100 Mads Kiilerich Merge from default default-i18n
Sun, 05 Jan 2020 01:19:05 +0100 Mads Kiilerich i18n: make sure 'en' in Accept-Language is recognized as having 100% coverage - i18n.lang is for source language default-i18n
Sat, 18 Jan 2020 07:42:24 +0100 Dennis Fink i18n: added translation for Luxembourgish default-i18n
Sun, 26 Jan 2020 14:12:25 +0100 robertus i18n: updated translation for Polish
Mon, 02 Dec 2019 07:10:09 +0100 Private i18n: updated translation for Russian
Thu, 06 Feb 2020 00:34:33 +0100 Mads Kiilerich i18n: drop translation of error message without translation
Wed, 05 Feb 2020 22:28:20 +0100 Mads Kiilerich py3: officially support Python 3
Fri, 31 Jan 2020 19:38:09 +0100 Mads Kiilerich py3: work around incompatibility between pytest, py3 inspect, and tg
Sat, 25 Jan 2020 20:06:36 +0100 Mads Kiilerich tests: minor doctest updates for py3
Sat, 28 Dec 2019 15:05:53 +0100 Mads Kiilerich tests: minor updates for how py3 strings/bytes are different
Sat, 28 Dec 2019 18:21:50 +0100 Mads Kiilerich tests: update test_filenode_path for py3
Thu, 26 Dec 2019 15:21:51 +0100 Mads Kiilerich tests: update test_git_cmd_injection - something with only reproducible with file:, and better error handling raising RepositoryError
Thu, 26 Dec 2019 11:27:11 +0100 Mads Kiilerich tests: accept py3 output in test_list_valued_setting_update
Mon, 23 Dec 2019 00:56:45 +0100 Mads Kiilerich py3: fix non-ASCII URLs - decode unicode correctly before passing them to controllers as unicode strings
Thu, 26 Dec 2019 15:17:51 +0100 Mads Kiilerich py3: trivial renaming of unicode to str
Sat, 21 Dec 2019 15:14:08 +0100 Mads Kiilerich py3: some not-entirely-trivial removing of "unicode"
Sat, 28 Dec 2019 19:59:15 +0100 Mads Kiilerich py3: add safe_str where we really need it to get a str - probably from bytes
Thu, 02 Jan 2020 02:22:14 +0100 Mads Kiilerich py3: rename all existing safe_unicode to safe_str
Thu, 19 Dec 2019 22:49:43 +0100 Mads Kiilerich py3: update safe_* functions for how unicode pretty much has been renamed to str
Thu, 26 Dec 2019 13:16:14 +0100 Mads Kiilerich py3: drop the last uses of safe_str - they are no longer relevant when we don't have a separate unicode type
Thu, 26 Dec 2019 15:16:29 +0100 Mads Kiilerich py3: remove safe_unicode in places where it no longer is needed because all strings (except bytes) already *are* unicode strings
Tue, 31 Dec 2019 15:39:17 +0100 Mads Kiilerich py3: use str instead of safe_unicode when we just need a stable string for everything
Mon, 03 Feb 2020 16:30:08 +0100 Mads Kiilerich py3: use "python3 -m venv" instead of virtualenv package
Wed, 25 Dec 2019 17:07:35 +0100 Mads Kiilerich py3: use inspect.getfullargspec instead of deprecated inspect.getargspec
Wed, 25 Dec 2019 01:57:05 +0100 Mads Kiilerich py3: fix kallithea-cli ini parsing after ConfigParser got strict=True
Sat, 25 Jan 2020 19:53:56 +0100 Mads Kiilerich py3: update ssh for base64.b64decode raising binascii.Error instead of TypeError
Wed, 25 Dec 2019 17:01:19 +0100 Mads Kiilerich py3: use html.escape instead of cgi.escape
Mon, 25 Nov 2019 03:43:15 +0100 Mads Kiilerich py3: migrate from urllib2 to urllib
Wed, 22 Jan 2020 22:30:13 +0100 Mads Kiilerich py3: support new stdlib module names configparser, urllib and http lib
Wed, 05 Feb 2020 23:04:27 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f asserts
Wed, 05 Feb 2020 23:04:10 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f execfile
Wed, 05 Feb 2020 23:03:55 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f basestring
Wed, 05 Feb 2020 23:03:39 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f raw_input
Wed, 05 Feb 2020 23:03:23 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f itertools
Wed, 05 Feb 2020 23:03:08 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f xrange
Thu, 26 Dec 2019 04:07:03 +0100 Mads Kiilerich py3: zip will return an iterator - apply list before reversing
Mon, 25 Nov 2019 04:15:17 +0100 Mads Kiilerich py3: trivial renaming of .iteritems() to .items()
Mon, 25 Nov 2019 01:48:22 +0100 Mads Kiilerich py3: use memoryview ... almost, but not entirely similar to buffer
Mon, 16 Dec 2019 02:37:05 +0100 Mads Kiilerich py3: use global next() function instead of .next() method
Sat, 23 Nov 2019 21:28:37 +0100 Mads Kiilerich py3: use .__func__ instead of .im_func
Sat, 23 Nov 2019 21:33:49 +0100 Mads Kiilerich py3: support __bool__
Mon, 25 Nov 2019 00:15:45 +0100 Mads Kiilerich py3: drop support for long - just use int instead
Sat, 23 Nov 2019 22:08:18 +0100 Mads Kiilerich py3: switch to use Python 3 interpreter, temporarily leaving many things very broken until they have been migrated/fixed in a reviewable way
Sat, 25 Jan 2020 22:13:43 +0100 Mads Kiilerich setup: support Mercurial 5.3
Sat, 25 Jan 2020 22:12:31 +0100 Mads Kiilerich vcs: access changeset status "struct" members - hg 5.3 will drop indexed access
Tue, 04 Feb 2020 03:21:16 +0100 Mads Kiilerich vcs: drop unused utils/archivers.py
Tue, 04 Feb 2020 03:07:44 +0100 Mads Kiilerich pull-request: refactor iteration version bump
Tue, 04 Feb 2020 02:58:53 +0100 Mads Kiilerich summary: use calendar.monthrange instead of internal calendar.mday
Wed, 05 Feb 2020 13:22:53 +0100 Mads Kiilerich auth: make crowd logging simpler
Tue, 04 Feb 2020 03:27:17 +0100 Mads Kiilerich py3: fix recaptcha Request parameter type
Tue, 04 Feb 2020 03:25:17 +0100 Mads Kiilerich py3: fix auth_crowd str/bytes handling
Mon, 03 Feb 2020 16:08:50 +0100 Mads Kiilerich py3: use exception .args instead of .message
Fri, 31 Jan 2020 18:48:15 +0100 Mads Kiilerich py3: make get_current_authuser handle missing tg context consistently and explicitly
Sat, 25 Jan 2020 20:18:59 +0100 Mads Kiilerich celery: introduce make_app instead of creating app at import time
Tue, 04 Feb 2020 03:05:15 +0100 Mads Kiilerich scripts: use explicit relative imports of contributor_data
Sat, 01 Feb 2020 14:39:46 +0100 Mads Kiilerich config: fix pyflakes warning about unused tg import
Tue, 04 Feb 2020 03:06:29 +0100 Mads Kiilerich cli: fix missing import of kallithea.config.middleware
Tue, 04 Feb 2020 03:03:08 +0100 Mads Kiilerich vcs: fix missing import of mercurial.localrepo
Tue, 04 Feb 2020 20:08:41 +0100 Thomas De Schampheleire pytest: fix register_assert_rewrite call
Mon, 03 Feb 2020 20:56:41 +0100 Thomas De Schampheleire Merge stable
Mon, 03 Feb 2020 20:50:07 +0100 Thomas De Schampheleire Added tag 0.5.2 for changeset aa0a637fa6f6 stable
Mon, 03 Feb 2020 20:49:58 +0100 Thomas De Schampheleire release 0.5.2 stable 0.5.2
Mon, 03 Feb 2020 20:49:23 +0100 Thomas De Schampheleire contributors: update stable
Mon, 03 Feb 2020 15:46:22 +0100 Mads Kiilerich cleanup: minor correctness fixes stable
Sat, 18 Jan 2020 07:42:24 +0100 Dennis Fink i18n: added translation for Luxembourgish stable
Sat, 01 Feb 2020 21:37:08 +0100 Thomas De Schampheleire tests: remove race condition in test_forgot_password stable
Sat, 01 Feb 2020 21:29:18 +0100 Thomas De Schampheleire scripts/make-release: update URL of read-the-docs Builds page stable
Sat, 25 Jan 2020 21:26:01 +0100 Mads Kiilerich ssh: ignore trailing '/' after repo name in URLs (Issue #352) stable
Sat, 25 Jan 2020 21:04:50 +0100 Mads Kiilerich ssh: use BaseSshHandler.__init__ stable
Sat, 25 Jan 2020 21:26:01 +0100 Mads Kiilerich tests: add coverage for SSH and HTTP URLs with extra '/' stable
Sat, 25 Jan 2020 20:15:51 +0100 Mads Kiilerich config: drop make_app_without_logging - 69704bc113ea made it redundant
Sat, 25 Jan 2020 19:45:03 +0100 Mads Kiilerich config: drop pylonslib hack - pylonslib was dropped in 0e42ac1a358b
Sat, 25 Jan 2020 16:42:40 +0100 Mads Kiilerich vcs: drop unused get_hook_location (Issue #353)
Wed, 22 Jan 2020 23:46:12 +0100 Mads Kiilerich Merge stable
Sat, 04 Jan 2020 00:30:21 +0100 Mads Kiilerich setup: bump sqlalchemy minimum version to 1.2.9 to get rid of py3 warning
Sat, 04 Jan 2020 00:23:15 +0100 Mads Kiilerich setup: bump alembic minimum version to 1.0.10 to get rid of py3 warning
Sat, 04 Jan 2020 00:17:20 +0100 Mads Kiilerich setup: bump decorator minimum version to 4.2.1 to get rid of py3 warning
Sat, 04 Jan 2020 01:01:17 +0100 Mads Kiilerich setup: bump dulwich minimum version to 0.19.0 to get good py3 support
Sat, 04 Jan 2020 00:51:36 +0100 Mads Kiilerich setup: bump webtest minimum version to 2.0.6 to get py3 stdlib support
Sat, 04 Jan 2020 01:05:55 +0100 Mads Kiilerich setup: bump whoosh minimum version to 2.7.1 to get py3 support
Sat, 04 Jan 2020 00:45:45 +0100 Mads Kiilerich setup: bump mako minimum version to 0.9.1 to get py3 support
Sat, 04 Jan 2020 00:34:30 +0100 Mads Kiilerich setup: bump python-dateutil minimum version to 2.1.0 to get py3 support
Fri, 03 Jan 2020 23:59:15 +0100 Mads Kiilerich setup: bump beaker minimum version to 1.10.1 to get py3 support
Fri, 03 Jan 2020 23:54:59 +0100 Mads Kiilerich setup: bump formencode minimum version to 1.3.1 to get py3 support
Fri, 03 Jan 2020 23:49:19 +0100 Mads Kiilerich setup: bump ipaddr minium version to 2.2.0 to get py3 support
Sat, 04 Jan 2020 00:40:10 +0100 Mads Kiilerich setup: bump TurboGears minimum version to 2.4
Sat, 04 Jan 2020 00:10:46 +0100 Mads Kiilerich setup: bump WebOb minimum version to 1.8
Fri, 03 Jan 2020 03:07:28 +0100 Mads Kiilerich py3: add missing ascii_str for display of hg changeset graft/transplant source revision
Fri, 03 Jan 2020 01:55:06 +0100 Mads Kiilerich cache: drop setup_cache_regions - tg will already have done that and coerced the types correctly
Fri, 03 Jan 2020 02:16:42 +0100 Mads Kiilerich git: initialize hook app environment with paste as we do in other places
Wed, 08 Jan 2020 03:08:09 +0100 Mads Kiilerich py3: add safe_bytes in places where we will need it and where it doesn't do any harm
Fri, 27 Dec 2019 01:46:11 +0100 Mads Kiilerich py3: open files as binary or not, depending on how we want to use them
Thu, 02 Jan 2020 23:19:36 +0100 Mads Kiilerich summary: compute lang_stats consistently
Thu, 02 Jan 2020 23:00:36 +0100 Mads Kiilerich summary: drop no_data in all possible ways
Sat, 28 Dec 2019 17:36:09 +0100 Mads Kiilerich lib: fix mail address encodings and add test coverage
Sat, 28 Dec 2019 13:38:22 +0100 Mads Kiilerich lib: clean up ext_json and how it is used - avoid monkey patching
Fri, 27 Dec 2019 01:51:14 +0100 Mads Kiilerich vcs: drop unused NodeGeneratorBase()()
Thu, 26 Dec 2019 05:28:52 +0100 Mads Kiilerich vcs: prepare hg inmemory commit callbacks that given bytes have to find corresponding vcs nodes that use unicode str
Wed, 25 Dec 2019 15:16:39 +0100 Mads Kiilerich vcs: drop GitChangeset.id
Thu, 02 Jan 2020 22:18:59 +0100 Mads Kiilerich lib: de-obfuscate nested functions in pygmentize_annotation and how they always pass an annotate_from_changeset_func to AnnotateHtmlFormatter
Thu, 02 Jan 2020 22:09:13 +0100 Mads Kiilerich vcs: drop unused kallithea/lib/vcs/utils/annotate.py
Wed, 25 Dec 2019 15:30:11 +0100 Mads Kiilerich vcs: fix get_file_annotate - consistently bind sha so it has the right value when executing
Sat, 28 Dec 2019 23:01:23 +0100 Mads Kiilerich vcs: tweak how revisions and repo names are shown in error messages
Fri, 27 Dec 2019 00:26:41 +0100 Mads Kiilerich vcs: minor cleanup
Fri, 27 Dec 2019 01:55:52 +0100 Mads Kiilerich vcs: tweak some comments - nothing big, but too good to be lost
Thu, 02 Jan 2020 20:39:13 +0100 Mads Kiilerich vcs: drop the superfluous and leaky hgcompat "layer"
Thu, 02 Jan 2020 00:44:56 +0100 Mads Kiilerich cleanup: get rid of most "import *"
Thu, 02 Jan 2020 00:57:38 +0100 Mads Kiilerich cleanup: fix db.py "import *"
Wed, 08 Jan 2020 03:11:31 +0100 Mads Kiilerich py3: avoid logging of b'' strings for "config from db"
Wed, 08 Jan 2020 12:22:58 +0100 Mads Kiilerich py3: make sure "raw_diff" is bytes ... also when it instead is a localized error message
Tue, 07 Jan 2020 12:41:33 +0100 Mads Kiilerich py3: fix error in template from introducing safe_unicode in 9203621cae03
Sat, 01 Feb 2020 14:36:57 +0100 Mads Kiilerich db: fix missing variable in downgrade step stable
Fri, 31 Jan 2020 00:29:30 +0100 Mads Kiilerich alembic: fix fatal missing os import stable
Wed, 22 Jan 2020 23:02:04 +0100 Mads Kiilerich scripts: handle "Python 2.7 reached the end of its life" message stable
Tue, 21 Jan 2020 21:05:44 +0100 Thomas De Schampheleire Added tag 0.5.1 for changeset d01a8e92936d stable
Sat, 18 Jan 2020 21:03:30 +0100 Thomas De Schampheleire release 0.5.1 stable 0.5.1
Sat, 18 Jan 2020 21:01:47 +0100 Thomas De Schampheleire contributors: update stable
Sat, 18 Jan 2020 22:42:50 +0100 Mads Kiilerich scripts: lower case contributor emails to normalize them stable
Sat, 18 Jan 2020 21:17:31 +0100 Thomas De Schampheleire scripts/make-release: fix check of dist file content after commit 7c7d6b5c07c7 stable
Sun, 29 Dec 2019 15:31:25 +0100 Mads Kiilerich ssh: extra paranoid check for authorized_keys lines having safe content stable