log

age author description
Thu, 18 Oct 2018 22:47:25 +0200 Thomas De Schampheleire cli: remove now obsolete 'paster_commands' files
Sun, 18 Nov 2018 19:57:40 +0100 Mads Kiilerich utils2: Move ask_ok out of paster_commands
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox celeryd' into 'kallithea-cli celery-run'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-index' into 'kallithea-cli index-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-rcext' in 'kallithea-cli extensions-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox setup-db' into 'kallithea-cli db-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox install-iis' into 'kallithea-cli iis-install'
Sun, 14 Oct 2018 22:09:49 +0200 Thomas De Schampheleire cli: repo-purge-deleted: improve reporting to user
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox cleanup-repos' into 'kallithea-cli repo-purge-deleted'
Wed, 03 Oct 2018 21:47:43 +0200 Thomas De Schampheleire cli: drop 'gearbox cache-keys --show/--cleanup' - they are rarely used, and use cases are covered by commands for updating metadata
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox update-repoinfo' into 'kallithea-cli repo-update-metadata'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox repo-scan' into 'kallithea-cli repo-scan'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox ishell' into 'kallithea-cli ishell'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-config' into 'kallithea-cli config-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: initial introduction of 'kallithea-cli' command
Mon, 05 Nov 2018 00:31:07 +0100 Mads Kiilerich Merge stable
Mon, 29 Oct 2018 21:51:53 +0100 Thomas De Schampheleire Added tag 0.3.6 for changeset 082c9b8f0f17 stable
Mon, 29 Oct 2018 21:50:56 +0100 Thomas De Schampheleire release: 0.3.6 stable 0.3.6
Sun, 21 Oct 2018 17:44:06 +0200 Mads Kiilerich lib: use bleach to sanitize HTML generated from markdown - fix XSS issue when repo front page shows README.md stable
Sun, 21 Oct 2018 17:42:37 +0200 Mads Kiilerich lib: refactor use of markdown library - it is a mandatory dependency stable
Sun, 21 Oct 2018 17:42:00 +0200 Mads Kiilerich lib: some doctest coverage of markup rendering stable
Sun, 21 Oct 2018 15:19:56 +0200 Mads Kiilerich hg: make protocol access control more explicit stable
Sun, 21 Oct 2018 15:18:43 +0200 Mads Kiilerich hg: explicit handling of the 'batch' protocol command - consider it a "push" command if any of the batch commands are stable
Thu, 11 Oct 2018 02:06:50 +0200 Mads Kiilerich hg: make __get_action command parsing simpler and safer stable
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich hg: support Mercurial 4.8
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich hg: update diff between repositories to support Mercurial 4.8 by using the makeunionrepository factory
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich graph: don't try to get obsolete status for fake parent revisions
Mon, 29 Oct 2018 01:20:08 +0100 Mads Kiilerich hg: use localrepo.instance instead of invoking localrepository directly
Mon, 29 Oct 2018 01:07:18 +0100 Mads Kiilerich hg: refactor compat wrapping of repository
Mon, 29 Oct 2018 01:07:15 +0100 Mads Kiilerich docs: update i18n doc after TG migration changed lang to i18n.lang and test.ini is generated