log

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