log

age author description
Fri, 14 Apr 2017 21:30:42 +0200 Mads Kiilerich gearbox: fix setup-db failure when db is created for the first time (Issue #272)
Fri, 14 Apr 2017 21:19:42 +0200 Thomas De Schampheleire gearbox: avoid duplicate logging setup when calling make_app
Thu, 13 Apr 2017 02:05:24 +0200 Mads Kiilerich paster_commands: inline helper methods - they don't help much
Mon, 10 Apr 2017 13:15:52 +0300 Anton Schur lib: fix Git hook failure after TG2 port
Fri, 14 Apr 2017 02:12:09 +0200 Mads Kiilerich auth: tweak debug logging - especially don't log the full raw auth_plugins with internal reprs
Thu, 13 Apr 2017 02:25:59 +0200 Mads Kiilerich lib: reduce impact of bad import cycle
Tue, 11 Apr 2017 14:37:43 +0200 Søren Løvborg pullrequests: fix broken "new PR iteration" handling of ancestor changes
Tue, 11 Apr 2017 01:51:54 +0200 Mads Kiilerich style: avoid conflict between navbar 'caret' and plain bootstrap 'caret'
Tue, 11 Apr 2017 01:49:01 +0200 Mads Kiilerich style: drop unfortunate double panel around changelog
Tue, 11 Apr 2017 01:35:30 +0200 Mads Kiilerich vcs: drop unused baseui_config.py
Tue, 11 Apr 2017 01:34:00 +0200 Mads Kiilerich lib: drop unused make_ui parameter checkpaths
Sun, 09 Apr 2017 00:13:17 +0200 domruf Jenkinsfile: run each py.test on a separate executor
Thu, 06 Apr 2017 16:55:55 +0300 Anton Schur middleware: convert check_locking_state to be a separate function
Fri, 07 Apr 2017 04:22:42 +0200 Mads Kiilerich lib: pass full user to _check_locking_state - not just user_id
Fri, 07 Apr 2017 04:21:38 +0200 Mads Kiilerich lib: move special Mercurial HTTP listkey exception out of _check_locking_state
Fri, 07 Apr 2017 04:21:32 +0200 Mads Kiilerich lib: slight cleanup of _check_locking_state
Mon, 20 Mar 2017 21:06:31 +0100 Thomas De Schampheleire config: activate logging on 'gearbox serve'
Sat, 18 Mar 2017 21:37:27 +0100 Thomas De Schampheleire config: initialize routes directly from RootController
Tue, 04 Apr 2017 22:23:20 +0200 Thomas De Schampheleire TurboGears2 migration: update ini files for error email settings
Fri, 27 Jan 2017 20:49:01 +0100 Thomas De Schampheleire docs: smtp_port is now respected by backlash
Fri, 27 Jan 2017 20:47:10 +0100 Thomas De Schampheleire docs: update email documentation for TurboGears2
Fri, 27 Jan 2017 21:31:37 +0100 Thomas De Schampheleire ini: set 'debug' only in one place
Fri, 27 Jan 2017 21:24:08 +0100 Thomas De Schampheleire ini: remove 'pdebug' setting (profiling)
Sat, 28 Jan 2017 20:46:00 +0100 Thomas De Schampheleire backend: add TurboGears2 DebugBar support
Tue, 13 Dec 2016 19:37:24 +0100 Thomas De Schampheleire tests: remove custom test_context
Sun, 29 Jan 2017 21:08:49 +0100 Alessandro Molina backend: replace Pylons with TurboGears2
Sun, 15 Jan 2017 20:57:47 +0100 Thomas De Schampheleire tests: use test_context for tests needing internationalization (bis)
Thu, 06 Apr 2017 03:33:51 +0200 Mads Kiilerich setup: duplicate some requirements from setup.py to dev_requirements.txt so pip --upgrade versions match
Tue, 04 Apr 2017 16:54:35 +0200 Andrew Shadura pygmentsutils: don't fail if an extension doesn't speficy EXTRA_LEXERS
Tue, 04 Apr 2017 15:22:48 +0200 domruf auth: catch all exceptions while loading auth plugin - not just ImportError