log

age author description
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
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 stable
Mon, 30 Dec 2019 01:02:36 +0100 Mads Kiilerich auth: accept sha256 passwords on all platforms - not only on Windows stable
Thu, 09 Jan 2020 12:28:33 +0100 Mads Kiilerich login: fix incorrect CSRF rejection of "Reset Your Password" form (Issue #350) stable
Thu, 09 Jan 2020 21:54:27 +0100 Mads Kiilerich tests: refactor test_forgot_password to give better coverage stable
Sun, 29 Dec 2019 01:41:47 +0100 Mads Kiilerich hooks: slight improvement of get_hook_environment stable
Sun, 29 Dec 2019 15:15:09 +0100 Mads Kiilerich ssh: tweak some exception messages to make them more helpful in context stable
Sun, 29 Dec 2019 01:47:29 +0100 Mads Kiilerich ssh: let SshKeyModelException inherit from vcs RepositoryError - such exceptions are shown nicely in the UI stable
Sun, 29 Dec 2019 01:43:18 +0100 Mads Kiilerich ssh: add WARNING comment as first line in .authorized_keys managed by Kallithea stable
Sun, 29 Dec 2019 01:41:47 +0100 Mads Kiilerich git: more elegant handling of installed pre/post-receive hook failing on direct repo access stable
Sun, 29 Dec 2019 17:35:13 +0100 Wolfgang Scherer logging: always invoke fileConfig with '__file__' and 'here' stable
Mon, 30 Dec 2019 00:03:19 +0100 Mads Kiilerich logging: drop fileConfig initialization in make_app - backout 0d4dd9380a45 stable
Sun, 29 Dec 2019 15:35:06 +0100 Mads Kiilerich ssh: drop usk_public_key_idx again stable
Mon, 30 Dec 2019 01:38:59 +0100 Mads Kiilerich ssh: make it clear that SshKeyModel.delete has user as mandatory parameter stable
Sun, 29 Dec 2019 15:11:13 +0100 Mads Kiilerich ssh: use fingerprint when deleting public keys stable
Thu, 26 Dec 2019 15:20:08 +0100 Mads Kiilerich py3: trivially replace safe_str with safe_bytes in some places where that is what we need
Thu, 02 Jan 2020 03:15:36 +0100 Mads Kiilerich py3: start using ascii_str and ascii_bytes - we will need it later
Fri, 27 Dec 2019 02:02:20 +0100 Mads Kiilerich validator: fix ASCII password check to verify if it can be *encoded* in ascii
Sat, 28 Dec 2019 20:25:59 +0100 Mads Kiilerich py3: add b'' annotations in some places where they will be needed later
Sat, 28 Dec 2019 23:09:48 +0100 Mads Kiilerich py3: drop __unicode__ ... and generally move towards just providing a good __repr__
Thu, 26 Dec 2019 05:17:09 +0100 Mads Kiilerich py3: drop .keys when we don't need them
Thu, 26 Dec 2019 04:02:48 +0100 Mads Kiilerich routes: rename crepo_check path to something that makes more clear what it is doing
Fri, 27 Dec 2019 01:50:40 +0100 Mads Kiilerich api: better error logging for API usage errors - say which request failed to encode response
Sat, 21 Dec 2019 15:55:51 +0100 Mads Kiilerich controllers: use unicode for internal rendering of template snippets
Fri, 27 Dec 2019 01:58:57 +0100 Mads Kiilerich git: clean up safety check for overwriting hooks
Wed, 25 Dec 2019 15:24:54 +0100 Mads Kiilerich gist: make it a bit more clear how gist_access_id is used ... and how it is different from gist_id
Wed, 25 Dec 2019 19:32:48 +0100 Mads Kiilerich model: clean up get_email_description to make it more clear how the [tags] are added ... and why
Tue, 24 Dec 2019 04:13:48 +0100 Mads Kiilerich lib: handle both HTML, unsafe strings, and exceptions passed to helpers.flash()
Thu, 26 Dec 2019 16:09:30 +0100 Mads Kiilerich lib: refactor _get_access_path as get_path_info
Thu, 26 Dec 2019 04:05:14 +0100 Mads Kiilerich lib: avoid comparing ordering with None
Thu, 26 Dec 2019 11:52:58 +0100 Mads Kiilerich lib: clarify that repo2db_mapper actually takes a dict
Sun, 22 Dec 2019 21:43:54 +0100 Mads Kiilerich lib: mktime needs a tuple - not a list
Mon, 23 Dec 2019 02:59:05 +0100 Mads Kiilerich lib: base64 followup from 82b1eaec25f5
Sat, 21 Dec 2019 16:29:11 +0100 Mads Kiilerich lib: avoid import string.replace
Sat, 28 Dec 2019 01:08:48 +0100 Mads Kiilerich vcs: always return bytes from node.content
Fri, 27 Dec 2019 00:26:14 +0100 Mads Kiilerich vcs: make hg get_changesets compatible with py3
Thu, 26 Dec 2019 15:10:19 +0100 Mads Kiilerich vcs: change check_integrity to work on paths
Thu, 02 Jan 2020 02:04:57 +0100 Mads Kiilerich vcs: refactor and simplify _get_revision
Thu, 26 Dec 2019 22:39:10 +0100 Mads Kiilerich vcs: refactor run_git_command to just return stdout as unicode string
Wed, 25 Dec 2019 23:03:28 +0100 Mads Kiilerich vcs: refactor / clean up _run_git_command
Tue, 31 Dec 2019 13:23:19 +0100 Mads Kiilerich vcs: change get_diff to use _run_git_command directly
Sat, 28 Dec 2019 19:52:34 +0100 Mads Kiilerich lib: let get_git_version invoke git as all other commands do, without special options
Thu, 26 Dec 2019 06:02:37 +0100 Mads Kiilerich vcs: refactor processing of run_git_command output for GitChangeset.children
Tue, 31 Dec 2019 15:39:17 +0100 Mads Kiilerich vcs: use more correct git revision identifiers
Sun, 22 Dec 2019 13:32:44 +0100 Mads Kiilerich vcs: replace __getslice__ with slice handling in __getitem__
Thu, 26 Dec 2019 04:51:47 +0100 Mads Kiilerich vcs: fix __eq__ to return false if types are different
Thu, 26 Dec 2019 01:44:25 +0100 Mads Kiilerich vcs: fix remove_tag to use os.path.join for joining file system paths
Wed, 25 Dec 2019 21:22:18 +0100 Mads Kiilerich vcs: drop Repository.name_unicode
Thu, 26 Dec 2019 04:49:42 +0100 Mads Kiilerich vcs: replace "has_key" with "in" in decorator skip criteria
Sun, 22 Dec 2019 20:28:00 +0100 Mads Kiilerich tests: fix ordering of get_inline_comments output
Thu, 26 Dec 2019 04:53:38 +0100 Mads Kiilerich tests: fix test_files.py json comparison to load json to struct so it is independent of serialization order
Thu, 26 Dec 2019 04:55:00 +0100 Mads Kiilerich tests: sort groups in test_enforce_groups check to make it independent of ordering
Thu, 26 Dec 2019 05:36:00 +0100 Mads Kiilerich tests: fix ordering of options of "ret_type must be one of ..." returned from api
Thu, 26 Dec 2019 11:29:26 +0100 Mads Kiilerich tests: avoid unicode u'' repr in test_diff_markup output
Thu, 26 Dec 2019 16:13:27 +0100 Mads Kiilerich tests: refactor test_redirection_to_login_form_preserves_get_args to test more correctly
Thu, 26 Dec 2019 15:14:55 +0100 Mads Kiilerich vcs: drop special character encodings and some hardcoded UTF-8 - just use safe_unicode/safe_bytes
Fri, 27 Dec 2019 23:30:56 +0100 Mads Kiilerich lib: introduce string conversion functions for ASCII without further encoding concerns
Sun, 15 Dec 2019 20:00:38 +0100 Mads Kiilerich lib: establish py3 compatible strategy for string handling: introducing safe_bytes and deprecating safe_str
Thu, 26 Dec 2019 15:07:36 +0100 Mads Kiilerich helpers: drop fmt_date iso8601 decoding to unicode - it will always be str
Thu, 26 Dec 2019 00:14:46 +0100 Mads Kiilerich vcs: drop unused _diff_name_status
Fri, 27 Dec 2019 01:43:46 +0100 Mads Kiilerich cleanup: minor formatting
Wed, 25 Dec 2019 23:03:28 +0100 Mads Kiilerich lib: some cleanup of utils.py imports
Thu, 26 Dec 2019 05:13:25 +0100 Mads Kiilerich cleanup: fix some bad imports reported by pyflakes
Wed, 25 Dec 2019 15:39:33 +0100 Mads Kiilerich hg: bump minimum version to 5.1
Mon, 16 Dec 2019 00:02:34 +0100 Mads Kiilerich py3: only use safe_str for string conversion - not for arbitrary __str__ invocation
Sun, 24 Nov 2019 23:23:42 +0100 Mads Kiilerich cleanup: sanitize safe_str and safe_unicode, while staying in py2 land
Mon, 16 Dec 2019 01:14:47 +0100 Mads Kiilerich lib: only maintain one copy of safe_str / safe_unicode
Thu, 19 Dec 2019 22:39:38 +0100 Mads Kiilerich cleanup: safe_* functions live in utils2 - don't rely on re-export from utils
Mon, 16 Dec 2019 03:22:22 +0100 Mads Kiilerich cleanup: drop some unnecessary use of safe_str
Mon, 16 Dec 2019 01:51:47 +0100 Mads Kiilerich cache: keep caching_query cacke_key in unicode ... and always include limit and offset to avoid any ambiguity
Mon, 16 Dec 2019 01:35:41 +0100 Mads Kiilerich cleanup: minor refactorings and simplification of dict usage
Mon, 16 Dec 2019 00:53:11 +0100 Mads Kiilerich py3: replace base64 encoding with base64 module
Tue, 10 Dec 2019 02:56:48 +0100 Mads Kiilerich vcs: implement py3-compatible rich comparison of nodes
Thu, 19 Dec 2019 22:15:55 +0100 Mads Kiilerich vcs: improved alignment between hg and git changeset.py
Thu, 19 Dec 2019 23:24:29 +0100 Mads Kiilerich vcs: simplify get_scm
Mon, 16 Dec 2019 02:29:34 +0100 Mads Kiilerich cleanup: fix incorrect backslash escaping - mainly in regexps
Mon, 11 Nov 2019 00:38:52 +0100 Mads Kiilerich setup: kill WebHelpers - it is no longer used
Mon, 09 Dec 2019 02:29:04 +0100 Mads Kiilerich feeds: replace webhelpers.feedgenerator with simple mako templating for rendering RSS/Atom XML
Thu, 19 Dec 2019 21:23:33 +0100 Mads Kiilerich feeds: introduce kallithea.lib.feeds to encapsulate webhelpers.feedgenerator
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