log

age author description
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
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__