log docs/contributing.rst @ 8836:ff58aa21f9a3

age author description
Fri, 13 Nov 2020 01:06:16 +0100 Mads Kiilerich controllers: move controllers base class from lib/base to controllers
Fri, 13 Nov 2020 01:04:30 +0100 Mads Kiilerich docs: describe, visualize, and verify internal code structure and layering
Fri, 09 Oct 2020 19:31:44 +0200 Thomas De Schampheleire docs/contributing: wrap long line
Mon, 05 Oct 2020 21:14:05 +0200 Thomas De Schampheleire merge stable
Mon, 24 Aug 2020 15:13:52 +0200 Mads Kiilerich docs: when using venv with a clone, recommend using 'venv' as location
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
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
Sun, 04 Oct 2020 20:41:49 +0200 Thomas De Schampheleire docs/readme: remove more references to Bitbucket stable
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich doc: fix wording of debug hint in contributing.rst stable
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich ini: tweak template configuration for TG's handling of application errors
Fri, 20 Mar 2020 20:16:43 +0100 Mads Kiilerich docs: fix contributing.rst reference to Session.remove()
Wed, 05 Feb 2020 22:28:20 +0100 Mads Kiilerich py3: officially support Python 3
Mon, 03 Feb 2020 16:30:08 +0100 Mads Kiilerich py3: use "python3 -m venv" instead of virtualenv package
Mon, 12 Aug 2019 12:54:01 +0200 Mads Kiilerich docs: clean up installation of optional dependencies
Mon, 12 Aug 2019 12:54:01 +0200 Mads Kiilerich docs: always use dev_requirements.txt together with main version constraints in setup.py
Wed, 01 May 2019 22:44:51 +0200 Mads Kiilerich setup: drop support for Python 2.6
Sun, 31 Mar 2019 21:28:56 +0200 Thomas De Schampheleire merge default to stable for 0.4.0 stable
Mon, 24 Sep 2018 20:44:36 +0200 Thomas De Schampheleire cli: add command 'kallithea-cli front-end-build'
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 make-config' into 'kallithea-cli config-create'
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
Mon, 18 Dec 2017 22:20:10 +0100 domruf move package.json to root directory
Tue, 24 Oct 2017 21:18:09 +0200 domruf less: don't distribute the generated style.css file - for now, it must be built with npm after installing Kallithea
Sun, 14 May 2017 01:12:56 +0200 Mads Kiilerich setup: don't use setuptools 34 - it has indirect conflicts with the celery version supported on the stable branch (Issue #266) stable
Tue, 25 Jul 2017 16:22:16 +0200 Andrew Shadura docs: fix broken references
Thu, 06 Jul 2017 19:47:42 +0200 Thomas De Schampheleire docs: recommend --upgrade for all pip installations in a virtualenv
Wed, 28 Jun 2017 21:26:21 +0200 Thomas De Schampheleire docs/contributing: clarify that Kallithea now also has a stable branch
Wed, 28 Jun 2017 21:24:54 +0200 Thomas De Schampheleire docs/contributing: move installation of dev_requirements to default instructions