log

age author description
Tue, 10 Nov 2020 17:43:37 +0100 Mads Kiilerich lib: cleanup of _get_ip_addr
Fri, 13 Nov 2020 00:56:17 +0100 Mads Kiilerich lib: drop odd hide_credentials - just use credentials_filter directly
Mon, 09 Nov 2020 17:13:33 +0100 Mads Kiilerich lib: move urlification to webutils
Mon, 09 Nov 2020 16:42:43 +0100 Mads Kiilerich lib: move url_re to webutils
Mon, 09 Nov 2020 16:42:43 +0100 Mads Kiilerich lib: move extract_mentioned_usernames and MENTIONS_REGEX to webutils
Mon, 09 Nov 2020 16:48:34 +0100 Mads Kiilerich lib: drop unnecessary safe_str when processing text
Mon, 09 Nov 2020 17:47:07 +0100 Mads Kiilerich notifications: only render body with mentions if there is a body
Mon, 09 Nov 2020 15:58:52 +0100 Mads Kiilerich lib: drop is_hg and is_git
Mon, 09 Nov 2020 16:17:26 +0100 Mads Kiilerich templates: pass repo type to repolabel as str
Sat, 07 Nov 2020 18:54:34 +0100 Mads Kiilerich lib: simplify files_breadcrumbs
Sat, 07 Nov 2020 18:27:33 +0100 Mads Kiilerich lib: move js escaping from helpers to webutils
Fri, 06 Nov 2020 21:15:20 +0100 Mads Kiilerich celery: drop pre-celery-4 compatibility
Sat, 07 Nov 2020 18:49:57 +0100 Mads Kiilerich celery: rename celerypylons to more descriptive celery_app
Sat, 07 Nov 2020 18:42:58 +0100 Mads Kiilerich celery: move async tasks to model - they both use model and are used by model, so they must be pretty much the same
Sat, 12 Dec 2020 23:09:44 +0100 Mads Kiilerich docs: fix broken ref
Fri, 20 Nov 2020 16:15:23 +0100 Mads Kiilerich repo-scan: recommend running this to reinstall Git hooks after upgrading
Fri, 20 Nov 2020 16:10:30 +0100 Mads Kiilerich repo-scan: log error and continue after failure creating a scanned repo
Fri, 20 Nov 2020 16:06:13 +0100 Mads Kiilerich repo-scan: introduce cli repo-scan options --install-git-hooks and --overwrite-git-hooks
Fri, 20 Nov 2020 16:11:55 +0100 Mads Kiilerich repo-scan: overwrite_git_hooks also implies install_git_hooks
Fri, 13 Nov 2020 01:04:30 +0100 Mads Kiilerich docs: describe, visualize, and verify internal code structure and layering
Sat, 07 Nov 2020 02:29:41 +0100 Mads Kiilerich scripts: introduce source_format.py to fix up the module name in file headers
Sun, 11 Oct 2020 10:13:25 +0200 Mads Kiilerich scripts: handle running with pending deleted files
Sat, 14 Nov 2020 15:41:39 +0100 Mads Kiilerich diff: handle some escaped characters in Git diffs
Sat, 14 Nov 2020 15:20:40 +0100 Mads Kiilerich diff: improved handling of Git diffs with " quoting
Sat, 14 Nov 2020 15:18:05 +0100 Mads Kiilerich diff: slightly better error message for "diff not recognized as valid"
Thu, 03 Dec 2020 11:16:44 +0100 Mads Kiilerich hg: make sure _check_url only accept the protocols accepted by is_valid_repo_uri
Thu, 03 Dec 2020 11:16:44 +0100 Mads Kiilerich vcs: use urlparse in _check_url
Thu, 03 Dec 2020 10:39:32 +0100 Mads Kiilerich vcs: add doc tests for git _check_url
Mon, 16 Nov 2020 14:38:40 +0100 Mads Kiilerich vcs: always pass str to _check_url
Sat, 14 Nov 2020 17:55:36 +0100 Mads Kiilerich vcs: slight clean up of _check_url
Thu, 03 Dec 2020 01:13:44 +0100 Mads Kiilerich Merge stable
Sat, 07 Nov 2020 21:49:39 +0100 Thomas De Schampheleire model/user: 'body' parameter to NotificationModel().create() is unused so remove it
Sat, 07 Nov 2020 20:59:03 +0100 Thomas De Schampheleire cleanup: get rid of redundant assignments 'foo = foo'
Fri, 06 Nov 2020 21:58:06 +0100 Thomas De Schampheleire diffs: fix broken comment in wrap_to_table
Thu, 05 Nov 2020 23:04:52 +0100 Thomas De Schampheleire model/comment: drop unused fields in email_kwargs
Thu, 05 Nov 2020 22:41:09 +0100 Thomas De Schampheleire model: remove unused 'subject' parameter of NotificationModel.create()
Thu, 05 Nov 2020 22:27:13 +0100 Thomas De Schampheleire model/comment: get rid of unnecessary variable 'body' in create_notification
Thu, 05 Nov 2020 22:17:13 +0100 Thomas De Schampheleire model/comment: inline _get_notification_data
Thu, 05 Nov 2020 22:04:05 +0100 Thomas De Schampheleire model/comment: extract notification-related code into a separate method
Wed, 04 Nov 2020 01:20:24 +0100 Mads Kiilerich mail: migrate to modern email.message instead of using old compat32 functionality
Wed, 04 Nov 2020 00:35:21 +0100 Mads Kiilerich mail: fix duplicate "From" headers
Wed, 04 Nov 2020 21:11:48 +0100 Mads Kiilerich front-end: use 'bin' path for node commands instead of '.bin'
Fri, 23 Oct 2020 00:42:26 +0200 Mads Kiilerich hgignore: cleanup
Tue, 03 Nov 2020 15:00:28 +0100 Mads Kiilerich lib: drop unused files
Tue, 03 Nov 2020 14:58:11 +0100 Mads Kiilerich middleware: drop appenlight integration
Mon, 02 Nov 2020 13:57:26 +0100 Mads Kiilerich lib: move action_logger to new userlog model
Wed, 04 Nov 2020 21:00:44 +0100 Mads Kiilerich hooks: move the vcs hook entry points and setup code out of lib
Mon, 02 Nov 2020 15:40:18 +0100 Mads Kiilerich hooks: don't pass arguments to log_pull_action when calling from git - it uses set_hook_environment
Tue, 03 Nov 2020 12:52:03 +0100 Mads Kiilerich hooks: clarify some comments
Tue, 03 Nov 2020 12:45:29 +0100 Mads Kiilerich hooks: always use the right repo size hook - don't rely on the value in the database
Mon, 02 Nov 2020 14:07:16 +0100 Mads Kiilerich hooks: import whole hooks module
Mon, 02 Nov 2020 14:30:22 +0100 Mads Kiilerich lib: drop unnecessary user db lookup in log_pull_action
Tue, 20 Oct 2020 00:54:59 +0200 Mads Kiilerich vcs: move ssh handlers out of "backends"
Wed, 04 Nov 2020 14:30:48 +0100 Mads Kiilerich git: don't force exact mode on Git hooks when making them executable - use umask
Wed, 04 Nov 2020 13:17:27 +0100 Mads Kiilerich git: detect existing symlink hooks before overwriting - only update plain files
Wed, 04 Nov 2020 13:19:18 +0100 Mads Kiilerich git: write Git hook files atomically
Thu, 22 Oct 2020 17:26:14 +0200 Mads Kiilerich git: minor refactor and clean-up of hook installation code
Sun, 01 Nov 2020 23:04:25 +0100 Mads Kiilerich lib: move get_all_user_repos to AuthUser
Sun, 01 Nov 2020 22:53:30 +0100 Mads Kiilerich lib: move check_git_version from utils to utils2
Sun, 01 Nov 2020 23:50:29 +0100 Mads Kiilerich lib: move some auth low level helper functions to utils2
Sun, 01 Nov 2020 23:54:39 +0100 Mads Kiilerich vcs: fix str utils import - vcs should be self-contained
Sun, 01 Nov 2020 06:18:48 +0100 Mads Kiilerich vcs: cleanup around get_backend and get_repo
Sat, 31 Oct 2020 16:56:12 +0100 Mads Kiilerich scm: simplify InMemoryChangeset handling
Sun, 01 Nov 2020 06:29:32 +0100 Mads Kiilerich imports: try to use global imports unless it is a layering violation
Fri, 30 Oct 2020 14:54:42 +0100 Mads Kiilerich model: changes toward import whole modules
Fri, 30 Oct 2020 02:14:04 +0100 Mads Kiilerich model: move Gist constants to db - avoid importing models into db
Thu, 29 Oct 2020 11:28:36 +0100 Mads Kiilerich lib: consistently import helpers the same way
Fri, 30 Oct 2020 00:50:38 +0100 Mads Kiilerich lib: move link_to_ref from helpers to utils2
Fri, 30 Oct 2020 14:56:50 +0100 Mads Kiilerich lib: move fmt_date to utils2 - less use of helpers in model
Thu, 29 Oct 2020 15:51:01 +0100 Mads Kiilerich lib: move shorter to utils2 - less use of helpers in model
Sun, 01 Nov 2020 04:59:46 +0100 Mads Kiilerich lib: move webhelpers2 and friends to webutils
Thu, 29 Oct 2020 14:32:42 +0100 Mads Kiilerich lib: move canonical_url & co to webutils
Thu, 29 Oct 2020 14:48:03 +0100 Mads Kiilerich lib: use auth functions directly - not through h
Thu, 29 Oct 2020 14:22:49 +0100 Mads Kiilerich lib: consistently use webutils.url instead of h.url
Thu, 29 Oct 2020 15:12:56 +0100 Mads Kiilerich lib: minimize use of h.short_id() - it is already more common to use [:12]
Thu, 29 Oct 2020 15:12:56 +0100 Mads Kiilerich lib: use x.short_id instead of h.short_id(x.raw_id)
Thu, 29 Oct 2020 11:38:10 +0100 Mads Kiilerich lib: drop h.email alias - use vcs.utils directly
Thu, 29 Oct 2020 11:04:49 +0100 Mads Kiilerich lib: drop sparsely used h.not_mapped_error
Fri, 30 Oct 2020 15:26:03 +0100 Mads Kiilerich model: it is a known layering violation to use helpers in model - import it lazily
Wed, 28 Oct 2020 21:24:13 +0100 Mads Kiilerich lib: move locale.py to locales.py to avoid shadowing of standard module
Fri, 30 Oct 2020 22:38:39 +0100 Thomas De Schampheleire diffs: remove unused argument enable_comments and class no-comment
Wed, 25 Oct 2017 09:10:30 +0200 Thomas De Schampheleire style: mark failed comment submissions with red panel heading
Mon, 19 Oct 2020 12:47:50 +0200 Thomas De Schampheleire lib/diffs: make sure that trailing tabs are indicated
Wed, 28 Oct 2020 14:51:26 +0100 Mads Kiilerich diffs: simplify trick to avoid "trailing space" markup of empty diff lines
Wed, 28 Oct 2020 14:08:28 +0100 Mads Kiilerich diff: refactor to avoid complexity of passing unnecessary trailing newline around
Thu, 22 Oct 2020 11:29:32 +0200 Mads Kiilerich hg: support Mercurial 5.6
Thu, 22 Oct 2020 15:45:58 +0200 Mads Kiilerich hg: support update with Mercurial 5.6
Fri, 30 Oct 2020 23:44:18 +0100 Mads Kiilerich Merge stable
Tue, 20 Oct 2020 00:48:55 +0200 Mads Kiilerich py3: drop stray __future__ import
Tue, 27 Oct 2020 20:29:07 +0100 Thomas De Schampheleire diffs: add doctests for _escaper, also showing incorrect behavior
Wed, 28 Oct 2020 16:08:04 +0100 Mads Kiilerich diff: polish _escaper function - clarify purpose and pass it strings
Tue, 20 Oct 2020 15:52:53 +0200 Tim Ooms cli: fix db-create after removal of 'tests' argument in DbManage
Mon, 19 Oct 2020 23:17:24 +0200 Mads Kiilerich lib: drop timerproxy
Mon, 12 Oct 2020 21:59:08 +0200 Mads Kiilerich tests: drop rc prefix from test cookie file
Tue, 20 Oct 2020 12:17:52 +0200 Mads Kiilerich mail: don't skip authentication just because smtp_password is empty
Mon, 12 Oct 2020 21:05:32 +0200 Mads Kiilerich mail: use plain standard library for sending mails instead of rcmail
Mon, 12 Oct 2020 21:25:01 +0200 Mads Kiilerich mail: simplify celery task for sending mail
Mon, 12 Oct 2020 17:30:51 +0200 Mads Kiilerich db: consistently use the name settings for the return value from get_app_settings
Mon, 19 Oct 2020 12:18:28 +0200 Mads Kiilerich lib: fix bad references to utils3
Mon, 18 May 2020 21:16:51 +0200 Mads Kiilerich html: make sure indented close tags always match indentation of open tag
Mon, 18 May 2020 15:33:01 +0200 Mads Kiilerich html: make mako markup structure more well-formed
Mon, 18 May 2020 15:55:18 +0200 Mads Kiilerich search: drop traces of repo search ... whatever that was intended to be
Tue, 19 May 2020 04:36:53 +0200 Mads Kiilerich html: put 'use strict' on separate lines
Thu, 03 Sep 2020 15:05:44 +0200 Mads Kiilerich docs: drop documentation for installing without virtualenv
Mon, 12 Oct 2020 11:12:37 +0200 Mads Kiilerich model: always import the whole db module - drop "from" imports
Mon, 12 Oct 2020 11:21:15 +0200 Mads Kiilerich model: always import whole meta module - also when referencing Session
Mon, 12 Oct 2020 01:44:10 +0200 Mads Kiilerich model: don't import Session from db - import meta and get it from the real source
Sat, 10 Oct 2020 23:38:20 +0200 Mads Kiilerich config: move WSGI middleware apps from lib to config
Tue, 13 Oct 2020 19:07:59 +0200 Mads Kiilerich config: move config.conf to kallithea.lib
Sat, 10 Oct 2020 21:05:12 +0200 Mads Kiilerich config: move various py templates to kallithea/templates/py/
Sat, 10 Oct 2020 21:33:42 +0200 Mads Kiilerich routing: move config.routing to kallithea.controllers
Sat, 10 Oct 2020 20:43:52 +0200 Mads Kiilerich routing: move ADMIN_PREFIX constant from routing to top level kallithea module
Sat, 10 Oct 2020 22:13:50 +0200 Mads Kiilerich routing: separate url handling from routing - move it to webutils
Sun, 11 Oct 2020 11:52:22 +0200 Mads Kiilerich vcs: move changeset diff from controller to vcs
Sun, 11 Oct 2020 00:19:46 +0200 Mads Kiilerich lib: move extract_mentioned_users out of utils2
Mon, 12 Oct 2020 11:26:49 +0200 Mads Kiilerich db: move URL_SEP constant from db to top level kallithea module
Sat, 10 Oct 2020 20:04:51 +0200 Mads Kiilerich db_manage: drop special DbManage mode for tests
Sat, 10 Oct 2020 19:59:54 +0200 Mads Kiilerich db_manage: clarify that the purpose of admin_prompt is to create the admin user
Sun, 11 Oct 2020 17:47:18 +0200 Mads Kiilerich admin: drop dead comments
Sun, 11 Oct 2020 00:25:13 +0200 Mads Kiilerich helpers: simplify age
Sun, 11 Oct 2020 12:27:26 +0200 Mads Kiilerich imports: move more imports to top level
Sun, 11 Oct 2020 17:10:38 +0200 Mads Kiilerich tests: simplify test_lib mocking of routing.url
Sat, 10 Oct 2020 20:33:27 +0200 Mads Kiilerich imports: move all dulwich imports to top level
Sun, 11 Oct 2020 01:07:51 +0200 Mads Kiilerich imports: always import the whole kallithea module to use top level kallithea variables
Sun, 11 Oct 2020 01:02:46 +0200 Mads Kiilerich imports: always use CONFIG as kallithea.CONFIG
Sat, 10 Oct 2020 21:11:49 +0200 Mads Kiilerich docs: refer to EXTRA_MAPPINGS in extensions instead of hacking LANGUAGES_EXTENSIONS_MAP directly
Sat, 10 Oct 2020 13:16:59 +0200 Mads Kiilerich scm: make sure __get_repo always returns something
Sat, 10 Oct 2020 13:11:13 +0200 Mads Kiilerich ssh: import binascii directly, instead of using it through base64 module
Sat, 10 Oct 2020 13:45:52 +0200 Mads Kiilerich svn: drop it - hgsubversion doesn't support Python 3 and seems dead upstream
Wed, 24 Oct 2018 14:25:37 +0200 Thomas De Schampheleire style: fix comment bubble appearance upon zoom
Fri, 09 Oct 2020 20:09:40 +0200 Thomas De Schampheleire lib: remove now unused class Optional
Fri, 09 Oct 2020 20:07:46 +0200 Thomas De Schampheleire model: stop using 'Optional' class in Setting.create_or_update()
Fri, 09 Oct 2020 19:45:13 +0200 Thomas De Schampheleire lib: remove now unused class Oattr/OptionalAttr
Fri, 09 Oct 2020 19:43:18 +0200 Thomas De Schampheleire api: stop using 'Optional', 'OAttr'/'OptionalAttr' classes
Fri, 09 Oct 2020 19:31:44 +0200 Thomas De Schampheleire docs/contributing: wrap long line
Fri, 09 Oct 2020 15:34:41 +0200 Thomas De Schampheleire api: new method: edit_reviewers
Tue, 06 Oct 2020 20:14:59 +0200 Thomas De Schampheleire extensions: rename 'rcextensions' into 'extensions' but provide compatibility
Fri, 09 Oct 2020 13:59:52 +0200 Thomas De Schampheleire extensions: preparatory refactoring
Fri, 09 Oct 2020 13:39:08 +0200 Thomas De Schampheleire extensions: rename internal names away from 'rcextensions'
Thu, 08 Oct 2020 14:52:00 +0200 Thomas De Schampheleire templates: rename email_templates to email
Tue, 06 Oct 2020 20:18:40 +0200 Thomas De Schampheleire ini: get rid of path 'paster_commands'
Mon, 15 Jun 2020 13:43:55 +0200 Thomas De Schampheleire hooks: add extensible create-pullrequest hook
Wed, 30 Sep 2020 16:57:05 +0200 Thomas De Schampheleire rcextensions: rename default hook stubs
Mon, 15 Jun 2020 12:37:55 +0200 Thomas De Schampheleire db: introduce constraint ensuring no duplicate (reviewer, pullrequest) combinations
Wed, 30 Sep 2020 13:39:33 +0200 Thomas De Schampheleire model: handle redundant reviewers in add_reviewers
Fri, 25 Sep 2020 11:11:11 +0200 Thomas De Schampheleire autocomplete: also match on email address
Fri, 25 Sep 2020 11:14:12 +0200 Thomas De Schampheleire autocomplete: also query 'firstname lastname' and 'lastname firstname' combinations
Sat, 27 Jun 2020 20:30:00 +0200 Thomas De Schampheleire api: extend get_pullrequest data with created_on and updated_on fields
Mon, 05 Oct 2020 21:14:05 +0200 Thomas De Schampheleire merge stable
Thu, 01 Oct 2020 13:23:12 +0200 Mads Kiilerich rcextensions: drop unused (and thus misleading) return values
Sat, 03 Oct 2020 23:47:52 +0200 Mads Kiilerich db: drop unused Setting.DEFAULT_UPDATE_URL
Sat, 03 Oct 2020 23:17:48 +0200 Mads Kiilerich ssh: verify SSH keys haven't been truncated
Mon, 28 Sep 2020 14:10:41 +0200 Mads Kiilerich ssh: support ssh-ed448 keys
Mon, 28 Sep 2020 14:17:10 +0200 Mads Kiilerich ssh: update test coverage
Sat, 03 Oct 2020 22:46:28 +0200 Mads Kiilerich ssh: tweak ssh parsing error messages to give better hint towards the root cause - especially truncation
Mon, 28 Sep 2020 13:33:18 +0200 Mads Kiilerich ssh: drop simple key parser for fingerprint calculation in public_key setter - use ssh.parse_pub_key
Mon, 24 Aug 2020 15:02:16 +0200 Mads Kiilerich docs: clarify the idea of best practice of installing in srv
Mon, 24 Aug 2020 15:13:52 +0200 Mads Kiilerich docs: when using venv with a clone, recommend using 'venv' as location
Mon, 24 Aug 2020 15:02:16 +0200 Mads Kiilerich docs: give "File system location" overview
Mon, 24 Aug 2020 14:00:58 +0200 Mads Kiilerich docs: clarify that "Installation from repository source" also will run from source
Sun, 23 Aug 2020 23:14:21 +0200 Mads Kiilerich middleware: drop sentry support
Tue, 18 Aug 2020 22:36:45 +0200 Mads Kiilerich pytest: use hmac.new instead of hmac.HMAC
Tue, 18 Aug 2020 21:36:26 +0200 Mads Kiilerich rcmail: pass smtplib.SMTP.sendmail to_addrs as list
Sun, 23 Aug 2020 14:50:56 +0200 Mads Kiilerich auth: compute AuthUser.user_group_permissions lazily
Sun, 23 Aug 2020 14:46:06 +0200 Mads Kiilerich auth: compute AuthUser.repository_group_permissions lazily
Sun, 23 Aug 2020 14:41:40 +0200 Mads Kiilerich auth: compute AuthUser.repository_permissions lazily
Sun, 23 Aug 2020 14:33:53 +0200 Mads Kiilerich auth: compute AuthUser.global_permissions lazily
Sun, 23 Aug 2020 14:27:42 +0200 Mads Kiilerich auth: extract private parts from get_user_permissions
Sun, 23 Aug 2020 14:26:21 +0200 Mads Kiilerich auth: compute AuthUser.permissions lazily
Tue, 18 Aug 2020 15:10:40 +0200 Mads Kiilerich config: only assign kallitha.CONFIG once and keep it as a plain dict
Mon, 24 Aug 2020 13:07:08 +0200 Mads Kiilerich cli: refactor db_create to avoid app initialization in multiple places
Mon, 03 Aug 2020 20:29:20 +0200 Mads Kiilerich ssh: update authorized_keys after deleting a user with ssh keys
Sat, 22 Aug 2020 21:22:51 +0200 Thomas De Schampheleire docs: reduce double nesting level in performance.rst
Sat, 22 Aug 2020 21:20:36 +0200 Thomas De Schampheleire docs: fix display of 'note' in installation
Tue, 18 Aug 2020 16:40:19 +0200 Mads Kiilerich auth: refactor permissions
Tue, 18 Aug 2020 15:13:29 +0200 Mads Kiilerich cli: avoid register_command overload of "config_file"
Tue, 18 Aug 2020 13:52:58 +0200 Mads Kiilerich vcs: fix subprocessio handling of hack for handling end-of-stream
Mon, 17 Aug 2020 14:59:07 +0200 Mads Kiilerich ini: move archive_cache_dir to the data directory
Thu, 13 Aug 2020 15:24:35 +0200 Mads Kiilerich docs: clarify the need for having 'npm' and 'node' available in $PATH
Thu, 13 Aug 2020 19:04:00 +0200 Mads Kiilerich docs: front-end-build is actually a part of the install process - it is shared among all the instances
Sat, 01 Aug 2020 22:20:16 +0200 Mads Kiilerich docs: clarify section on horizontal scaling - multi threading is not supported at all
Thu, 13 Aug 2020 15:47:24 +0200 Mads Kiilerich docs: clarify how to activate virtualenv from mod_wsgi with py3
Sat, 22 Aug 2020 21:07:30 +0200 Thomas De Schampheleire docs: contributing: use '.' rather than 'source' to align with 'installation'
Thu, 13 Aug 2020 20:31:39 +0200 Mads Kiilerich docs: clarify that the virtualenv activation assume bash
Thu, 13 Aug 2020 15:30:09 +0200 Mads Kiilerich docs: drop changing cwd in WSGI wrapper script
Thu, 13 Aug 2020 15:30:09 +0200 Mads Kiilerich py3: drop PYTHON_EGG_CACHE and .egg-cache - that was a py2 thing
Sat, 01 Aug 2020 22:17:54 +0200 Mads Kiilerich docs: mod_wsgi is no longer on google code
Sat, 01 Aug 2020 22:28:19 +0200 Mads Kiilerich docs: clean up readthedocs URLs
Sat, 01 Aug 2020 23:18:43 +0200 Mads Kiilerich tg: fix launching with kajiki after moving to FullStackApplicationConfigurator 27d9ca0c8381
Sat, 22 Aug 2020 20:53:43 +0200 Thomas De Schampheleire merge stable
Sat, 25 Jul 2020 18:44:59 +0200 Mads Kiilerich repos: when scanning for repos in file system, process and report them alphabetically
Mon, 20 Jul 2020 20:13:32 +0200 Mads Kiilerich mercurial: support Mercurial 5.5
Sat, 25 Jul 2020 20:08:25 +0200 Mads Kiilerich isort: upgrade to 5.1.2
Mon, 20 Jul 2020 19:46:30 +0200 Mads Kiilerich scm: refactor install_git_hooks
Sat, 25 Jul 2020 21:20:46 +0200 Mads Kiilerich scm: rename install_git_hooks internals
Sat, 18 Jul 2020 16:52:16 +0200 Mads Kiilerich logging: replace deprecated log.warn with log.warning
Sat, 25 Jul 2020 18:12:06 +0200 Mads Kiilerich permissions: fix bad variable reference after cleanup in d79de6c61359
Wed, 01 Jul 2020 14:58:56 +0200 Mads Kiilerich mysql: bump sqlalchemy.url MariaDB/MySQL charset to to 'utf8mb4' to get full UTF-8 support
Thu, 25 Jun 2020 01:29:02 +0200 Mads Kiilerich tests: introduce REUSE_TEST_DB as an alternative to TEST_DB
Thu, 25 Jun 2020 01:51:18 +0200 Mads Kiilerich db: introduce db-create --reuse option
Thu, 25 Jun 2020 02:06:01 +0200 Mads Kiilerich db: refactor create_tables to try to make it more clear when existing databases are destroyed and created
Fri, 19 Jun 2020 17:24:36 +0200 Mads Kiilerich db: refactor to clarify that we always invoke SA create_all with checkfirst=False
Mon, 15 Jun 2020 17:27:19 +0200 Mads Kiilerich mysql: create database with explicit UTF-8 character set and collation
Mon, 15 Jun 2020 16:57:20 +0200 Mads Kiilerich mysql: bump charset to to 'utf8mb4' to get full UTF-8 support
Wed, 24 Jun 2020 23:58:53 +0200 Mads Kiilerich tests: fix test_vcs_operations for MariaDB/MySQL
Thu, 25 Jun 2020 11:32:39 +0200 Mads Kiilerich tests: fix whitespace from 1de3e5d104bf
Wed, 24 Jun 2020 17:12:28 +0200 Mads Kiilerich tests: consistent use of more helpful raise_exception "fixture"
Thu, 11 Jun 2020 23:04:31 +0200 Mads Kiilerich diff: allow commenting on meta lines (Issue #329)
Thu, 11 Jun 2020 22:48:50 +0200 Mads Kiilerich diff: refactor as_html with separate code paths for diff lines with and without line number
Sun, 21 Jun 2020 23:20:12 +0200 Mads Kiilerich diff: drop per file ignore-whitespace and context - it didn't work and had conceptual issue (Issue #344)
Thu, 18 Jun 2020 14:53:28 +0200 Mads Kiilerich diff: name context size and whitespace ignore flag variable names consistently
Thu, 18 Jun 2020 14:25:23 +0200 Mads Kiilerich diff: fix ignorews/context link to use the right target as anchor
Thu, 18 Jun 2020 16:08:36 +0200 Mads Kiilerich diff: fix "Show inline comments"
Fri, 19 Jun 2020 18:24:38 +0200 Mads Kiilerich docs: augment setup description with more details of http server and database
Fri, 19 Jun 2020 18:40:10 +0200 Mads Kiilerich docs: drop odd verbose note on writeable root path
Fri, 19 Jun 2020 18:24:38 +0200 Mads Kiilerich docs: add more section headings to setup description to show how it corresponds to the overview
Fri, 19 Jun 2020 13:42:31 +0200 Mads Kiilerich db: better support for databases with "odd" characters in the name, such as "-"
Sun, 21 Jun 2020 19:32:15 +0200 Mads Kiilerich diff: fix width of line number columns
Sun, 21 Jun 2020 19:32:15 +0200 Mads Kiilerich diff: refactor table styling to clarify how classes are applied to tr or td
Mon, 08 Jun 2020 14:36:15 +0200 Mads Kiilerich diff: consistently clarify in title text which icon links are for "this file" and not global
Tue, 16 Jun 2020 22:45:02 +0200 Mads Kiilerich changeset: drop unused anchor_url
Thu, 11 Jun 2020 21:15:07 +0200 Mads Kiilerich lib: use sha1 instead of md5 in a couple of places
Mon, 08 Jun 2020 14:10:13 +0200 Mads Kiilerich docs: update docs changes from stable 75b1994e4959 with kallithea.config.application refactoring in default 3a02b678b5e7
Wed, 17 Jun 2020 21:52:16 +0200 Thomas De Schampheleire merge stable
Thu, 11 Jun 2020 21:07:24 +0200 Mads Kiilerich db: drop unused _hash_key
Fri, 12 Jun 2020 00:36:04 +0200 Mads Kiilerich diff: drop internal inconsistent use of '...' as context line numbers
Thu, 11 Jun 2020 22:16:45 +0200 Mads Kiilerich diff: clarify as_html variable names
Mon, 08 Jun 2020 14:35:00 +0200 Mads Kiilerich diff: fix per file display of "Raw diff" and others
Mon, 08 Jun 2020 14:10:13 +0200 Mads Kiilerich ini: tweak .ini web server templates to make it more clear that it is about which web server gearbox will use for serve
Mon, 08 Jun 2020 13:36:21 +0200 Mads Kiilerich ini: change .ini template to include sqlalchemy.url examples for all database types
Sun, 22 Mar 2020 00:00:44 +0100 Thomas De Schampheleire comments: add changeset author in mail notification subject
Tue, 23 Jan 2018 13:31:25 +0100 Thomas De Schampheleire lib/diffs: mark trailing tabs similar to trailing spaces
Sun, 22 Mar 2020 00:14:06 +0100 Thomas De Schampheleire notifications: explicitly add author of pull request in invitation mail
Sun, 10 May 2020 21:31:56 +0200 Mads Kiilerich logging: try to avoid using ANSI color codes when not logging to a terminal
Wed, 06 May 2020 21:40:05 +0200 Mads Kiilerich setup: bump version numbers to current max
Thu, 11 Jun 2020 19:00:13 +0200 Mads Kiilerich helpers: fix "has unused named argument" found with pyflakes 2.2.0
Sat, 11 Apr 2020 20:33:12 +0200 Mads Kiilerich permissions: add comments to clarify how "choices" are used for different <select> options
Sat, 11 Apr 2020 20:18:29 +0200 Mads Kiilerich permissions: drop hg.create.write_on_repogroup "Repository creation with group write access" setting
Sun, 12 Apr 2020 01:07:32 +0200 Mads Kiilerich permissions: move hg.create.repository knowledge to AvailableRepoGroupChoices - it already knows hg.admin
Sun, 12 Apr 2020 01:35:05 +0200 Mads Kiilerich permissions: drop traces of hg.repogroup.* permissions - it is not used and not fully implemented so don't leave it half baked
Sat, 11 Apr 2020 18:48:48 +0200 Mads Kiilerich db_manage: drop unused fix functions
Thu, 23 Apr 2020 11:05:09 +0200 Mads Kiilerich inifile: make it possible for expand() to comment out settings without assigning new value
Fri, 24 Apr 2020 13:32:17 +0200 Mads Kiilerich tg: include the Kallithea middleware wrapping of the TG WSGI application in application.py
Fri, 24 Apr 2020 13:17:00 +0200 Mads Kiilerich tg: use FullStackApplicationConfigurator instead of deprecated setup_tg_wsgi_app and AppConfig
Thu, 23 Apr 2020 22:40:27 +0200 Mads Kiilerich tg: refactor app_cfg blueprint configuration to align more with TG quickstart conventions
Thu, 23 Apr 2020 22:22:48 +0200 Mads Kiilerich tg: drop kallithea.config.environment - it doesn't do much and isn't a TG 2.4 convention
Thu, 23 Apr 2020 21:45:27 +0200 Mads Kiilerich tg: move make_app to kallithea/config/application.py per TG 2.4 convention
Fri, 24 Apr 2020 15:17:54 +0200 Mads Kiilerich lib: drop own asbool implementation and consistently use tg.support.converters as utils2.asbool
Sun, 07 Jun 2020 21:56:15 +0200 Thomas De Schampheleire merge stable
Wed, 06 May 2020 20:38:52 +0200 Thomas De Schampheleire Kick off next release cycle (0.6.99)
Wed, 06 May 2020 20:36:23 +0200 Thomas De Schampheleire merge stable
Wed, 12 May 2021 01:33:29 +0200 Mads Kiilerich Merge from stable i18n
Mon, 21 Dec 2020 01:13:25 +0100 Mads Kiilerich spelling: fix reindexeses i18n
Wed, 12 May 2021 01:33:29 +0200 Mads Kiilerich Merge from stable i18n
Mon, 21 Dec 2020 01:13:25 +0100 Mads Kiilerich spelling: fix reindexeses i18n
Sun, 09 May 2021 08:42:17 +0200 ssantos i18n: updated translation for Portuguese stable
Sat, 01 May 2021 11:48:48 +0200 Eugenia Russell i18n: updated translation for Greek stable
Mon, 01 Mar 2021 21:01:25 +0100 Michalis i18n: updated translation for Greek stable
Wed, 17 Feb 2021 11:35:13 +0100 fresh i18n: updated translation for Greek stable
Sat, 13 Feb 2021 05:52:32 +0100 vs i18n: updated translation for Russian stable
Sat, 13 Feb 2021 03:43:32 +0100 Private i18n: updated translation for Russian stable
Thu, 04 Feb 2021 20:19:15 +0100 Michalis i18n: updated translation for Greek stable
Thu, 14 Jan 2021 18:28:39 +0100 Александр i18n: updated translation for Russian stable
Wed, 13 Jan 2021 22:49:43 +0100 robertus i18n: updated translation for Polish stable
Mon, 28 Dec 2020 17:24:05 +0100 fresh i18n: updated translation for Greek stable
Sun, 20 Dec 2020 05:05:24 +0100 J. Lavoie i18n: updated translation for German stable
Fri, 13 Nov 2020 11:37:14 +0100 J. Lavoie i18n: updated translation for French stable
Wed, 09 Dec 2020 18:36:52 +0100 ssantos i18n: updated translation for Portuguese stable
Wed, 21 Oct 2020 23:58:34 +0200 Artem i18n: updated translation for Russian stable
Wed, 21 Apr 2021 14:50:09 +0200 Mads Kiilerich hg: restore make_ui reading of .hg/hgrc stable
Sun, 09 May 2021 08:42:17 +0200 ssantos i18n: updated translation for Portuguese i18n
Sat, 01 May 2021 11:48:48 +0200 Eugenia Russell i18n: updated translation for Greek i18n
Mon, 01 Mar 2021 21:01:25 +0100 Michalis i18n: updated translation for Greek i18n
Wed, 17 Feb 2021 11:35:13 +0100 fresh i18n: updated translation for Greek i18n
Sat, 13 Feb 2021 05:52:32 +0100 vs i18n: updated translation for Russian i18n
Sat, 13 Feb 2021 03:43:32 +0100 Private i18n: updated translation for Russian i18n
Thu, 04 Feb 2021 20:19:15 +0100 Michalis i18n: updated translation for Greek i18n
Mon, 04 Jan 2021 22:45:53 +0100 Mads Kiilerich api: fix update_repo check for permission to create top level repos stable
Sat, 02 Jan 2021 23:41:37 +0100 Mads Kiilerich api: fix repo group permission check for repo creation stable
Sat, 02 Jan 2021 20:21:02 +0100 Mads Kiilerich api: fix repo creation inside repo groups when using Celery stable
Mon, 21 Dec 2020 01:13:25 +0100 Mads Kiilerich spelling: fix reindexeses stable
Mon, 14 Dec 2020 01:46:54 +0100 Mads Kiilerich api: fix repo creation from API when using celery stable
Mon, 14 Dec 2020 23:18:07 +0100 Mads Kiilerich changelog: fix crash on display of empty commit messages stable
Wed, 02 Dec 2020 21:32:44 +0100 Thomas De Schampheleire Added tag 0.6.3 for changeset 213450cbdc11 stable
Wed, 02 Dec 2020 21:32:25 +0100 Thomas De Schampheleire release 0.6.3 stable 0.6.3
Mon, 19 Oct 2020 12:47:50 +0200 Thomas De Schampheleire lib/diffs: make sure that trailing tabs are indicated stable
Sat, 07 Nov 2020 01:58:33 +0100 Mads Kiilerich celery: change template to use celery 4 setting name celery.result_backend stable
Wed, 04 Nov 2020 21:11:48 +0100 Mads Kiilerich front-end: use 'bin' path for node commands instead of '.bin' stable
Thu, 19 Nov 2020 21:33:11 +0100 Mads Kiilerich git: disallow odd characters in path of git:// URLs stable
Sun, 22 Nov 2020 01:32:23 +0100 Mads Kiilerich git: make sure _check_url only accept the protocols accepted by is_valid_repo_uri stable
Thu, 19 Nov 2020 21:15:34 +0100 Mads Kiilerich repo_groups: fix select of parent group when adding repo group stable
Wed, 11 Nov 2020 17:03:40 +0100 Mads Kiilerich repo_groups: extra escape of names when used in select drop-downs stable
Wed, 11 Nov 2020 16:45:42 +0100 Mads Kiilerich repos: extra HTML escaping of repo and repo group names shown in DataTables stable
Tue, 10 Nov 2020 11:30:16 +0100 Mads Kiilerich repogroups: fix HTML markup of descriptions stable
Wed, 28 Oct 2020 14:58:18 +0100 Mads Kiilerich git: fix upload-pack content-type with py3 stable
Mon, 05 Oct 2020 20:43:59 +0200 Thomas De Schampheleire Added tag 0.6.2 for changeset 22bfca5da6f5 stable
Mon, 05 Oct 2020 20:43:52 +0200 Thomas De Schampheleire release 0.6.2 stable 0.6.2
Sun, 04 Oct 2020 21:10:16 +0200 Thomas De Schampheleire contributors: update stable
Sun, 04 Oct 2020 20:41:49 +0200 Thomas De Schampheleire docs/readme: remove more references to Bitbucket stable
Sun, 09 May 2021 08:42:17 +0200 ssantos i18n: updated translation for Portuguese i18n
Sat, 08 May 2021 21:54:08 +0200 Eugenia Russell i18n: updated translation for Greek i18n
Mon, 03 May 2021 10:59:33 +0200 Eugenia Russell i18n: updated translation for Greek i18n
Sat, 01 May 2021 11:48:48 +0200 Eugenia Russell i18n: updated translation for Greek i18n
Mon, 12 Apr 2021 20:31:46 +0200 Michalis i18n: updated translation for Greek i18n
Sun, 21 Mar 2021 17:59:41 +0100 Michalis i18n: updated translation for Greek i18n
Sat, 06 Mar 2021 18:38:03 +0100 Michalis i18n: updated translation for Greek i18n
Mon, 01 Mar 2021 21:01:25 +0100 Michalis i18n: updated translation for Greek i18n
Mon, 22 Feb 2021 11:09:44 +0100 fresh i18n: updated translation for Greek i18n
Wed, 17 Feb 2021 11:35:13 +0100 fresh i18n: updated translation for Greek i18n
Sat, 13 Feb 2021 05:52:32 +0100 vs i18n: updated translation for Russian i18n
Sat, 13 Feb 2021 03:43:32 +0100 Private i18n: updated translation for Russian i18n
Mon, 08 Feb 2021 23:21:47 +0100 Michalis i18n: updated translation for Greek i18n
Sun, 07 Feb 2021 13:54:20 +0100 Michalis i18n: updated translation for Greek i18n
Thu, 04 Feb 2021 20:19:15 +0100 Michalis i18n: updated translation for Greek i18n
Thu, 14 Jan 2021 18:28:39 +0100 Александр i18n: updated translation for Russian i18n
Wed, 13 Jan 2021 22:49:43 +0100 robertus i18n: updated translation for Polish i18n
Mon, 28 Dec 2020 17:24:05 +0100 fresh i18n: updated translation for Greek i18n
Sun, 20 Dec 2020 05:05:24 +0100 J. Lavoie i18n: updated translation for German i18n
Wed, 09 Dec 2020 18:36:52 +0100 ssantos i18n: updated translation for Portuguese i18n
Mon, 30 Nov 2020 22:24:42 +0100 Mads Kiilerich i18n: updated translation for German i18n
Fri, 13 Nov 2020 11:37:14 +0100 J. Lavoie i18n: updated translation for French i18n
Wed, 21 Oct 2020 23:58:34 +0200 Artem i18n: updated translation for Russian i18n
Sun, 04 Oct 2020 07:58:00 +0200 ssantos i18n: updated translation for Portuguese i18n
Mon, 05 Oct 2020 00:03:26 +0200 Mads Kiilerich Merge from stable i18n
Fri, 02 Oct 2020 13:17:55 +0200 robertus i18n: updated translation for Polish stable
Sun, 23 Aug 2020 23:43:25 +0200 ssantos i18n: added translation for Portuguese stable
Mon, 10 Aug 2020 10:45:11 +0200 Allan Nordhøy i18n: updated translation for Norwegian Bokmål stable
Wed, 22 Jul 2020 15:24:43 +0200 J. Lavoie i18n: updated translation for French stable
Sat, 26 Sep 2020 15:39:33 +0200 Anton Schur git: fix pull request deletion - don't crash on deleting refs to PR heads stable
Sat, 26 Sep 2020 17:33:18 +0200 Mads Kiilerich tests: add coverage of Git pullrequests stable
Tue, 15 Sep 2020 21:30:26 +0200 Manuel Jacob docs: note that the old issue tracker doesn’t work anymore stable
Tue, 15 Sep 2020 21:24:19 +0200 Manuel Jacob docs: remove link to Bitbucket source mirror stable
Thu, 10 Sep 2020 20:44:35 +0200 Thomas De Schampheleire contributors: update stable
Thu, 10 Sep 2020 20:08:17 +0200 Thomas De Schampheleire cleanup: remove unused code RcConf.update_config stable
Thu, 10 Sep 2020 20:17:18 +0200 Thomas De Schampheleire api: fix 'kallithea-api --save-config' stable
Sun, 26 Jul 2020 00:03:12 +0200 Mads Kiilerich py3: fix rc_types error stable
Wed, 22 Jul 2020 21:55:57 +0200 Thomas De Schampheleire vcs: fix cloning remote repository with HTTP authentication (Issue #379) stable
Wed, 22 Jul 2020 21:48:53 +0200 Thomas De Schampheleire vcs: extract get_urllib_request_handlers out of {hg,git}/repository.py stable
Fri, 02 Oct 2020 13:17:55 +0200 robertus i18n: updated translation for Polish i18n
Wed, 30 Sep 2020 14:32:00 +0200 ssantos i18n: updated translation for Portuguese i18n
Sun, 23 Aug 2020 21:44:48 +0200 ssantos i18n: updated translation for Portuguese i18n
Sun, 23 Aug 2020 23:43:25 +0200 ssantos i18n: added translation for Portuguese i18n
Mon, 10 Aug 2020 10:45:11 +0200 Allan Nordhøy i18n: updated translation for Norwegian Bokmål i18n
Wed, 22 Jul 2020 15:24:43 +0200 J. Lavoie i18n: updated translation for French i18n
Thu, 18 Jun 2020 16:33:55 +0200 Mads Kiilerich Merge stable i18n
Thu, 11 Jun 2020 20:50:26 +0200 Mads Kiilerich docs: mention the need for worker process restarts to avoid "memory leaks" (Issue #346) stable
Thu, 11 Jun 2020 20:16:32 +0200 Mads Kiilerich docs: mention the npm dependency more clearly (Issue #345) stable
Mon, 08 Jun 2020 16:05:21 +0200 Mads Kiilerich docs: clarify that MariaDB is supported, with slight preference for this more free option stable
Mon, 08 Jun 2020 14:10:13 +0200 Mads Kiilerich docs: make it more clear that config-create with http_server=X should be used (Issue #358) stable
Fri, 12 Jun 2020 18:09:59 +0200 Mads Kiilerich hg: fix missing py3 string conversions for displaying subrepo (Issue #377) stable
Fri, 12 Jun 2020 14:47:30 +0000 David Ignjić hg: fix crash on displaying bookmarks - add lost hex conversion when computing bookmark property stable
Sun, 07 Jun 2020 21:52:58 +0200 Thomas De Schampheleire Added tag 0.6.1 for changeset a22edac2be58 stable
Wed, 03 Jun 2020 21:15:23 +0200 Thomas De Schampheleire release 0.6.1 stable 0.6.1
Thu, 04 Jun 2020 20:56:36 +0200 Thomas De Schampheleire setup: exclude celery 4.4.4 which is broken due to unexpressed dependency stable
Sat, 23 May 2020 20:35:45 +0200 Thomas De Schampheleire scripts: let validate-commits default to testing the draft changes upto current stable
Sat, 23 May 2020 19:52:04 +0200 Thomas De Schampheleire cleanup: drop last traces of kallithea-config stable
Mon, 18 May 2020 15:33:01 +0200 Mads Kiilerich html: fix invalid html / mako structure stable
Sat, 23 May 2020 20:24:07 +0200 Thomas De Schampheleire tests: actually test something useful in test_edit for gists (Issue #376) stable
Fri, 22 May 2020 15:21:57 +0200 Mads Kiilerich gists: fix bad template reference to safe_str (Issue #376) stable
Fri, 22 May 2020 15:10:00 +0200 Mads Kiilerich ini: explain how % must be escaped as %% (Issue #375) stable
Fri, 22 May 2020 14:02:55 +0200 Mads Kiilerich db: drop double specification of unique constraint (Issue #374) stable
Fri, 22 May 2020 16:54:10 +0200 Mads Kiilerich ini: put kallithea-config version in the ini file it creates (Issue #373) stable
Fri, 22 May 2020 16:45:09 +0200 Mads Kiilerich ini: tweak mako comment markup - prepare for variable expansion in ## lines by only "quoting" ## stable
Fri, 15 May 2020 18:50:59 +0200 Mads Kiilerich docs: clarify the installation steps and how things fit together stable
Sun, 10 May 2020 20:50:46 +0200 Mads Kiilerich tests: coverage of Git repo feeds stable
Sun, 10 May 2020 20:04:17 +0200 Mads Kiilerich feeds: fix failure getting feed for Git repos (Issue #372) stable
Sat, 09 May 2020 02:49:13 +0200 Mads Kiilerich auth: simplify Crowd - drop unused and apparently slightly buggy _request functionality stable
Sun, 10 May 2020 18:32:34 +0200 Mads Kiilerich auth: simplify handling of Crowd json response (Issue #370) stable
Wed, 06 May 2020 20:29:53 +0200 Thomas De Schampheleire Added tag 0.6.0 for changeset 9f5ca9088067 stable
Wed, 06 May 2020 20:23:30 +0200 Thomas De Schampheleire release 0.6.0 stable 0.6.0
Wed, 06 May 2020 20:29:24 +0200 Thomas De Schampheleire MANIFEST.in: add missing .eslintrc.js added in commit 4d36432bf705 stable
Wed, 06 May 2020 19:57:43 +0200 Thomas De Schampheleire contributors: update stable
Wed, 06 May 2020 19:57:29 +0200 Thomas De Schampheleire contributors: map different names of J. Lavoie onto one stable
Wed, 06 May 2020 19:52:05 +0200 Thomas De Schampheleire docs: move i18n how_to directly under docs stable
Wed, 06 May 2020 14:47:06 +0200 Mads Kiilerich Merge from stable i18n
Mon, 04 May 2020 18:27:36 +0200 J. Lavoie i18n: updated translation for German stable
Tue, 05 May 2020 18:25:09 +0200 Thomas De Schampheleire i18n: updated translation for French stable
Mon, 04 May 2020 18:25:55 +0200 J. Lavoie i18n: updated translation for French stable
Mon, 04 May 2020 18:27:36 +0200 J. Lavoie i18n: updated translation for German i18n
Tue, 05 May 2020 18:25:09 +0200 Thomas De Schampheleire i18n: updated translation for French i18n
Mon, 04 May 2020 18:25:55 +0200 J. Lavoie i18n: updated translation for French i18n
Mon, 04 May 2020 18:07:54 +0200 J. Lavoie i18n: updated translation for German i18n
Mon, 04 May 2020 18:03:24 +0200 J. Lavoie i18n: updated translation for French i18n
Mon, 04 May 2020 20:20:06 +0200 Mads Kiilerich Merge from stable i18n
Wed, 12 Feb 2020 13:44:58 +0100 Private i18n: updated translation for Russian stable
Tue, 14 Apr 2020 06:21:00 +0200 Étienne Gilli i18n: updated translation for French stable
Thu, 09 Apr 2020 02:20:06 +0200 Jeannette L i18n: updated translation for French stable
Mon, 20 Apr 2020 11:12:54 +0200 Asterios Dimitriou i18n: updated translation for Greek stable
Sun, 12 Apr 2020 21:10:21 +0200 Dennis Fink i18n: updated translation for Luxembourgish stable
Mon, 04 May 2020 19:44:27 +0200 Mads Kiilerich i18n: update translations after caching has been simplified stable
Mon, 04 May 2020 19:35:34 +0200 Mads Kiilerich Merge weblate head with no changes - just to clean up i18n
Mon, 04 May 2020 19:34:41 +0200 Mads Kiilerich Merge weblate head with no changes - just to clean up i18n
Sat, 30 Nov 2019 10:39:37 +0100 Private i18n: updated translation for Russian stable
Mon, 04 May 2020 19:24:04 +0200 Mads Kiilerich Merge closed stable-i18n i18n
Mon, 04 May 2020 18:25:09 +0200 Mads Kiilerich Close stable-i18n stable-i18n
Sun, 12 Apr 2020 21:28:57 +0200 Dennis Fink i18n: updated translation for Luxembourgish stable-i18n
Thu, 09 Apr 2020 02:20:06 +0200 Jeannette L i18n: updated translation for French stable-i18n
Sat, 18 Jan 2020 07:42:24 +0100 Dennis Fink i18n: updated translation for Luxembourgish stable-i18n
Sat, 18 Jan 2020 07:40:32 +0100 Dennis Fink i18n: added translation for Luxembourgish stable-i18n
Sun, 05 Jan 2020 04:09:52 +0100 Mads Kiilerich Merge stable stable-i18n
Sun, 05 Jan 2020 04:07:51 +0100 Mads Kiilerich Update stable-i18n with default-i18n for 0.5 branch-off stable-i18n
Sat, 24 Aug 2019 21:48:43 +0200 Thomas De Schampheleire create branch 'stable-i18n' stable-i18n
Mon, 04 May 2020 19:12:40 +0200 Mads Kiilerich Let i18n branch track stable branch i18n
Sat, 02 May 2020 23:15:19 +0200 Mads Kiilerich issue: log more helpful errors for "skipping incomplete issue pattern" stable
Sat, 02 May 2020 23:02:02 +0200 Mads Kiilerich issue: show whole 'issue_pat_XXX' key in error messages instead of just '_XXX' stable
Sat, 02 May 2020 23:02:02 +0200 Mads Kiilerich issue: log error if still using issue_pat_XXX configuration after it was removed in d24051ce961c stable
Mon, 13 Apr 2020 22:49:07 +0200 Mads Kiilerich scripts/i18n: update i18n howto with recipe for use of scripts/i18n tooling stable
Thu, 23 Apr 2020 11:02:07 +0200 Mads Kiilerich inifile: strip trailing spaces consistently stable
Thu, 23 Apr 2020 10:38:48 +0200 Mads Kiilerich inifile: add doctest coverage of comment corner cases for trailing space and value of None stable
Thu, 30 Apr 2020 15:35:51 +0200 Mads Kiilerich tests: fix test_api_get_repo_by_non_admin dependency on other users having repo permissions stable
Thu, 30 Apr 2020 15:23:04 +0200 Mads Kiilerich tests: fix test_admin_auth_settings.py dependency on order of tests using the same user stable
Thu, 30 Apr 2020 13:57:40 +0200 Mads Kiilerich tests: fix TestPermissions.test_inactive_user_group_does_not_affect_repo_group_permissions_inverse stable
Thu, 30 Apr 2020 14:42:12 +0200 Mads Kiilerich tests: simplify test_permissions.py - don't create temporary 'perms' dict stable
Thu, 30 Apr 2020 13:49:02 +0200 Mads Kiilerich tests: avoid test dependency in test_repo_groups.py stable
Thu, 30 Apr 2020 13:46:56 +0200 Mads Kiilerich tests: fix test_auth_ldap dependency on test order to avoid failure on uniqueness constraint stable
Fri, 24 Apr 2020 12:14:28 +0200 Mads Kiilerich tests: fix test_admin_settings test dependencies stable
Wed, 29 Apr 2020 15:00:59 +0200 Mads Kiilerich ssh: mention in docs how to use multiple authorized_keys files stable
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich doc: fix wording of debug hint in contributing.rst stable
Fri, 24 Apr 2020 12:42:29 +0200 Mads Kiilerich tg: clarify how ErrorController hooks into TG without using config/middleware.py stable
Mon, 27 Apr 2020 11:31:26 +0200 Mads Kiilerich hooks: clarify doc string of Mercurial hooks stable
Sat, 02 May 2020 21:20:43 +0200 Thomas De Schampheleire release: merge default to stable for 0.6.0 stable
Mon, 04 May 2020 19:08:30 +0200 Mads Kiilerich Re-merge closed default-i18n i18n
Mon, 04 May 2020 17:16:58 +0200 Mads Kiilerich Close default-i18n default-i18n
Mon, 04 May 2020 18:59:36 +0200 Mads Kiilerich Merge divergent i18n changes that were caused by broken weblate repo access i18n
Mon, 27 Apr 2020 13:25:28 +0200 Mads Kiilerich Merge default pre 0.6 i18n
Wed, 22 Apr 2020 19:23:05 +0200 Mads Kiilerich uwsgi: enable reload-on-exception in configuration template
Wed, 22 Apr 2020 14:13:47 +0200 Mads Kiilerich hg: support Mercurial 5.4
Sun, 12 Apr 2020 02:43:07 +0200 Mads Kiilerich db: introduce kallithea.DEFAULT_USER_ID to avoid repeated get_default_user()
Sat, 11 Apr 2020 18:53:10 +0200 Mads Kiilerich db: clarify that DEFAULT_USER just is DEFAULT_USER_NAME
Wed, 22 Apr 2020 16:09:16 +0200 Mads Kiilerich ini: drop appenlight from configuration template - it seems to be dead and disappeared
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich ini: tweak template configuration for TG's handling of application errors
Wed, 22 Apr 2020 20:53:22 +0200 Mads Kiilerich inifile: new implementation of setting updates to optimize reuse of comments and append location
Wed, 22 Apr 2020 16:21:23 +0200 Mads Kiilerich inifile: add doctest coverage of comment corner cases
Tue, 14 Apr 2020 13:23:02 +0200 Mads Kiilerich uwsgi: clarify that --ini-paste-logged currently requires pastescript
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich ini: be more consistent about how # is used in the config template
Wed, 22 Apr 2020 19:09:10 +0200 Mads Kiilerich utils: fix pyflakes warning after f787c028ffc0
Sun, 05 Apr 2020 17:09:45 +0200 Mads Kiilerich uwsgi: slim down and tweak the default '[uwsgi]' configuration section
Tue, 31 Mar 2020 18:18:19 +0200 Mads Kiilerich uwsgi: drop unnecessary dependency of http module - just use http-socket directly
Wed, 15 Apr 2020 18:50:42 +0200 Mads Kiilerich wrapper: log clearly when request has been received
Wed, 15 Apr 2020 18:34:31 +0200 Mads Kiilerich db: fix bad characters in __repr__
Fri, 17 Apr 2020 18:03:21 +0200 Mads Kiilerich i18n: fix dead code in Accept-Language workaround from 7c7d6b5c07c7
Mon, 06 Apr 2020 21:29:37 +0200 Thomas De Schampheleire email templates: fix missing translation of titles and buttons
Sun, 20 Oct 2019 22:03:57 +0200 Mads Kiilerich utils: drop conditional_cache - an unused beaker cache
Sun, 12 Apr 2020 02:43:56 +0200 Mads Kiilerich auth: simplify AuthUser.permissions and how it actually never use cache
Sun, 20 Oct 2019 04:57:04 +0200 Mads Kiilerich db: drop Repository CacheInvalidation
Sun, 20 Oct 2019 22:06:26 +0200 Mads Kiilerich db: drop SA caching_query and FromCache, and thus sql_cache_short beaker cache
Sun, 20 Oct 2019 23:55:46 +0200 Mads Kiilerich db: introduce long_term_file beaker cache to store README and RSS cache on disk where it is reusable between processes - not in worker memory
Fri, 07 Feb 2020 00:43:34 +0100 Mads Kiilerich lib: clarify comment about c.repo_name availability in _before
Sat, 07 Mar 2020 20:48:02 +0100 Thomas De Schampheleire scripts: properly check for errors in whitespacecleanup/run-all-cleanup
Fri, 10 Apr 2020 16:54:50 +0200 Mads Kiilerich setup: install pip in virtualenv to make sure we have the latest version
Fri, 10 Apr 2020 17:23:44 +0200 Mads Kiilerich base: don't log "accessed" when the user actually hasn't accessed yet - at this point it is just a request
Tue, 31 Mar 2020 22:49:27 +0200 Mads Kiilerich vcs: drop unused VCSRC_PATH
Tue, 31 Mar 2020 17:43:31 +0200 Mads Kiilerich middleware: verify as early as possible in app initialization that the necessary configuration is provided
Fri, 10 Apr 2020 15:18:45 +0200 Mads Kiilerich scripts/i18n: tweak messages
Wed, 13 Nov 2019 12:28:19 +0100 Mads Kiilerich i18n: also strip '# #, fuzzy' from header comment - it might appear when verifying branches are in sync
Sun, 02 Feb 2020 21:29:18 +0100 Mads Kiilerich i18n: better stripping of header comment for new translations
Mon, 30 Mar 2020 17:34:00 +0200 Mads Kiilerich tests: drop redundant User.get_default_user().username - default user is defined through the username
Mon, 30 Mar 2020 16:44:10 +0200 Mads Kiilerich db: consistently use base_path from config instead of repeatedly getting from the database
Mon, 30 Mar 2020 16:10:54 +0200 Mads Kiilerich config: set base_path config in set_app_settings using Ui.get_repos_location() instead of in app_cfg using make_ui()
Mon, 30 Mar 2020 13:17:18 +0200 Mads Kiilerich db: drop url_sep() function that just returns a constant "/"
Mon, 30 Mar 2020 14:52:01 +0200 Mads Kiilerich cache: drop unused set_value - it is handled by cache.get_value by calling createfunc
Mon, 30 Mar 2020 13:03:33 +0200 Mads Kiilerich cache: repo model cache is never used - remove it
Mon, 30 Mar 2020 12:07:06 +0200 Mads Kiilerich auth: for default permissions, use existing explicit query result values instead of following dot references in ORM result objects
Mon, 30 Mar 2020 15:44:47 +0200 Mads Kiilerich middleware: HTTP status code logging in wrapper summaries
Mon, 30 Mar 2020 16:23:37 +0200 Mads Kiilerich windows: fix import of posix-only pwd module in d83f41634d06 (Issue #367)
Fri, 20 Mar 2020 20:16:43 +0100 Mads Kiilerich docs: fix contributing.rst reference to Session.remove()
Fri, 10 Apr 2020 15:29:48 +0200 Mads Kiilerich py3: fix display of default user permissions
Fri, 10 Apr 2020 15:32:26 +0200 Mads Kiilerich Merge stable
Thu, 09 Apr 2020 18:03:56 +0200 Mads Kiilerich db: drop superfluous space in UserGroup relationship definition stable
Sun, 03 Nov 2019 16:39:59 +0100 Mads Kiilerich scripts/i18n: let 'normalized-merge' leave 3-way conflict markers in output file
Thu, 19 Dec 2019 20:47:55 +0100 Mads Kiilerich scripts/i18n: also normalize casing of UTF-8 in Content-Type
Wed, 04 Sep 2019 22:54:49 +0200 Mads Kiilerich scripts/i18n: introduce --merge-pot-file to control normalization
Thu, 19 Dec 2019 00:28:45 +0100 Thomas De Schampheleire scripts/i18n: add command 'normalized-merge' for use with Mercurial's 'merge-tool' option
Thu, 07 Nov 2019 01:52:16 +0100 Thomas De Schampheleire scripts/i18n: add command 'normalized-diff'
Thu, 19 Dec 2019 00:14:27 +0100 Thomas De Schampheleire scripts/i18n: add command 'normalize-po-files'
Sun, 29 Mar 2020 21:24:14 +0200 Thomas De Schampheleire scripts/i18n: introduce new i18n maintenance script
Sat, 28 Mar 2020 21:21:47 +0100 Mads Kiilerich vcs: avoid node base class knowledge of sub classes
Sat, 28 Mar 2020 21:07:08 +0100 Mads Kiilerich vcs: simplify nodes kind handling
Sat, 28 Mar 2020 15:29:58 +0100 Mads Kiilerich scripts: fix crash from comparing integer with empty list
Sat, 28 Mar 2020 15:28:25 +0100 Mads Kiilerich scripts: in regexps, use + when we actually want to make long matches instead of empty