log

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