log kallithea/__init__.py @ 8966:59185ce619c3 i18n

age author description
Thu, 27 May 2021 21:28:32 +0200 Thomas De Schampheleire release 0.7.0 stable 0.7.0
Thu, 14 Jan 2021 21:44:53 +0100 Mads Kiilerich pytype: add Python type annotations where necessary to guide pytype
Fri, 01 Jan 2021 18:04:16 +0100 Mads Kiilerich celery: always set kallithea.CELERY_APP to a Celery app - it is lazy until it actually is used
Sat, 26 Dec 2020 18:23:43 +0100 Mads Kiilerich cli: only config_file_initialize_app should set global CONFIG; needs_config_file will be passed the config object
Fri, 06 Nov 2020 18:57:56 +0100 Mads Kiilerich celery: drop kallithea.CELERY_EAGER - it is more spot-on to look directly at task_always_eager
Thu, 03 Dec 2020 01:13:44 +0100 Mads Kiilerich Merge stable
Sat, 10 Oct 2020 20:43:52 +0200 Mads Kiilerich routing: move ADMIN_PREFIX constant from routing to top level kallithea module
Mon, 12 Oct 2020 11:26:49 +0200 Mads Kiilerich db: move URL_SEP constant from db to top level kallithea module
Mon, 05 Oct 2020 21:14:05 +0200 Thomas De Schampheleire merge stable
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, 02 Dec 2020 21:32:25 +0100 Thomas De Schampheleire release 0.6.3 stable 0.6.3
Mon, 05 Oct 2020 20:43:52 +0200 Thomas De Schampheleire release 0.6.2 stable 0.6.2
Wed, 03 Jun 2020 21:15:23 +0200 Thomas De Schampheleire release 0.6.1 stable 0.6.1
Wed, 06 May 2020 20:23:30 +0200 Thomas De Schampheleire release 0.6.0 stable 0.6.0
Thu, 13 Feb 2020 16:41:51 +0100 Mads Kiilerich celery: refactor initialization - replace global CELERY_ON flag with CELERY_APP with the actual celery app that it indicates
Sat, 23 Nov 2019 22:08:18 +0100 Mads Kiilerich py3: switch to use Python 3 interpreter, temporarily leaving many things very broken until they have been migrated/fixed in a reviewable way
Mon, 03 Feb 2020 20:56:41 +0100 Thomas De Schampheleire Merge stable
Mon, 03 Feb 2020 20:49:58 +0100 Thomas De Schampheleire release 0.5.2 stable 0.5.2
Wed, 22 Jan 2020 23:46:12 +0100 Mads Kiilerich Merge stable
Sat, 18 Jan 2020 21:03:30 +0100 Thomas De Schampheleire release 0.5.1 stable 0.5.1
Wed, 27 Nov 2019 20:50:29 +0100 Thomas De Schampheleire Kick off next release cycle (0.5.99)
Wed, 27 Nov 2019 20:44:04 +0100 Thomas De Schampheleire release 0.5.0 stable 0.5.0
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Sat, 03 Aug 2019 22:55:46 +0200 Mads Kiilerich kallithea: drop long forgotten kallithea.brand warning
Wed, 22 May 2019 12:50:45 +0200 Thomas De Schampheleire Merge stable
Wed, 22 May 2019 12:49:32 +0200 Thomas De Schampheleire release: 0.4.1 stable 0.4.1
Sun, 31 Mar 2019 21:31:17 +0200 Thomas De Schampheleire release: 0.4.0 stable 0.4.0
Wed, 03 Apr 2019 21:06:34 +0200 Thomas De Schampheleire Initiate development cycle for 0.5.x (mark version as 0.4.99)
Tue, 26 Mar 2019 22:20:23 +0100 Thomas De Schampheleire release 0.4.0rc2 (release candidate) 0.4.0rc2
Sat, 16 Mar 2019 21:04:29 +0100 Thomas De Schampheleire release: 0.4.0rc1 (release candidate) 0.4.0rc1
Sun, 03 Mar 2019 21:43:18 +0100 Thomas De Schampheleire Merge stable
Sun, 03 Mar 2019 21:29:56 +0100 Thomas De Schampheleire release: 0.3.7 stable 0.3.7
Mon, 05 Nov 2018 00:31:07 +0100 Mads Kiilerich Merge stable
Mon, 29 Oct 2018 21:50:56 +0100 Thomas De Schampheleire release: 0.3.6 stable 0.3.6
Thu, 07 Jun 2018 01:46:02 +0200 Mads Kiilerich Merge stable
Wed, 06 Jun 2018 21:37:12 +0200 Thomas De Schampheleire release: 0.3.5 stable 0.3.5
Sun, 01 Apr 2018 15:25:03 +0200 Thomas De Schampheleire release: 0.3.4 stable 0.3.4
Wed, 26 Jul 2017 20:22:13 +0200 Andrew Shadura release: 0.3.3 stable 0.3.3
Sun, 29 Jan 2017 21:08:49 +0100 Alessandro Molina backend: replace Pylons with TurboGears2
Sat, 24 Dec 2016 01:27:47 +0100 Mads Kiilerich tg: minimize future diff by some mocking and replacing some pylons imports with tg
Tue, 13 Sep 2016 18:01:19 +0200 Thomas De Schampheleire Turbogears2 migration: remove some references to Pylons in comments
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich lib: drop unused __dbversion__
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich auth: cleanup of EXTERN_TYPE_INTERNAL
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich celery: drop workaround for old kombu and Python 2.7.11 after upgrade to Celery 3 and a new Kombu version
Mon, 12 Sep 2016 17:41:19 +0200 Mads Kiilerich lib: simplify version; drop get_current_revision - it was run every time on import time - we don't want that
Mon, 18 Jul 2016 14:08:43 +0200 Søren Løvborg db: remove SQLAlchemy Migrate support
Mon, 18 Jul 2016 14:03:17 +0200 Søren Løvborg db: drop RhodeCode compatibility (database rebranding etc.)
Mon, 02 May 2016 18:52:41 +0200 Andrew Shadura release: 0.3.2 stable 0.3.2
Mon, 14 Mar 2016 00:36:08 +0100 Mads Kiilerich Merge stable
Sun, 13 Mar 2016 15:17:23 +0100 Andrew Shadura release: 0.3.1 stable 0.3.1
Tue, 05 Jan 2016 16:30:05 +0100 Mads Kiilerich Merge stable
Tue, 05 Jan 2016 16:23:22 +0100 Mads Kiilerich python: workaround Python 2.7.11 incompatibility in the celery dependency kombu stable
Fri, 02 Oct 2015 22:46:15 +0200 Mads Kiilerich Merge stable 0.3
Fri, 02 Oct 2015 21:50:15 +0200 Andrew Shadura release: 0.3 stable 0.3
Tue, 08 Sep 2015 10:58:35 +0200 Andrew Shadura i18n: merge translations from stable
Sun, 06 Sep 2015 23:38:08 +0200 Mads Kiilerich release: set version number to 0.2.9 to hint that it is a 0.3 rc stable
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich cleanup: make module self-naming consistent
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich cleanup: remove unnecessary '%s'%s formatting
Mon, 13 Jul 2015 16:55:49 +0200 Mads Kiilerich release: update version number to 0.2.2 stable