Logs for #nikola for 2016-12-09

11:09:03 <amokleben> Interesting... I get the warning "You are deploying using the nikolademo Disqus account." but have disabled a comments system in my conf.py
11:40:49 <ChrisWarrick> amokleben: the default value is disqus, don't commentit out
11:44:35 <amokleben> ChrisWarrick: I have set COMMENT_SYSTEM to None and therefore am wondering why I get this message
11:44:41 <amokleben> The same happened with an empty string as value
11:56:34 <amokleben> ChrisWarrick: if you'd say this is not intended I'd happily open a issue for that ;)
12:53:55 <ralsina> amokleben: looks like a bug, file it please
13:11:45 <KwBot> [nikola] okin opened issue #2588: deploy: warns about using Nikolas Disqus but COMMENT_SYSTEM is disabled https://github.com/getnikola/nikola/issues/2588
16:34:47 <KwBot> [nikola] Kwpolska assigned issue #2588 to Kwpolska: deploy: warns about using Nikolas Disqus but COMMENT_SYSTEM is disabled https://github.com/getnikola/nikola/issues/2588
16:39:18 <KwBot> [nikola] Kwpolska closed issue #2588: deploy: warns about using Nikolas Disqus but COMMENT_SYSTEM is disabled https://github.com/getnikola/nikola/issues/2588
16:39:32 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/v1VhH
16:39:32 -GitHub[nikola]:#nikola- nikola/master 52685b5 Chris Warrick: Fix #2588 — don’t show nikolademo warning if no comments are enabled...
16:52:21 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/v1weD
16:52:21 -GitHub[nikola]:#nikola- nikola/master 1492963 Chris Warrick: Recognize 'fa' for docutils translations...
16:57:12 -travis-ci:#nikola- getnikola/nikola#8040 (master - 1492963 : Chris Warrick): The build was fixed.
16:57:13 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/52685b5f00c2...14929633e314
16:57:13 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/182644859
19:58:52 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to page-numbers-for-taxonomies: https://git.io/v1wuN
19:58:52 -GitHub[nikola]:#nikola- nikola/page-numbers-for-taxonomies 3d34c88 Chris Warrick: Undo an ugly stylistic decision...
20:03:10 -travis-ci:#nikola- getnikola/nikola#8041 (page-numbers-for-taxonomies - 3d34c88 : Chris Warrick): The build passed.
20:03:11 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/c8d8cbe3f62d...3d34c88a63dc
20:03:12 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/182701963
20:13:00 -GitHub[nikola]:#nikola- [nikola] Kwpolska force-pushed page-numbers-for-taxonomies from 3d34c88 to 1a35250: https://git.io/v1w2w
20:13:00 -GitHub[nikola]:#nikola- nikola/page-numbers-for-taxonomies c4c1c61 Chris Warrick: Replace ugly lambdas with functools.partial...
20:13:00 -GitHub[nikola]:#nikola- nikola/page-numbers-for-taxonomies 91cceb3 Chris Warrick: Undo an ugly stylistic decision...
20:13:00 -GitHub[nikola]:#nikola- nikola/page-numbers-for-taxonomies 1a35250 Chris Warrick: Fix #2585 — Accept a `page` argument for taxonomy paths
20:13:40 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2589: Accept a `page` argument for taxonomy paths (master...page-numbers-for-taxonomies) https://git.io/v1w2i
20:17:27 -travis-ci:#nikola- getnikola/nikola#8042 (page-numbers-for-taxonomies - 1a35250 : Chris Warrick): The build passed.
20:17:28 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/3d34c88a63dc...1a352506b60c
20:17:28 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/182705589
20:52:11 <KwBot> [nikola] felixfontein closed issue #2587: Allow plugins to insert data into page's context https://github.com/getnikola/nikola/issues/2587
20:55:25 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to improving-zero-post-indexes: https://git.io/v1wo6
20:55:25 -GitHub[nikola]:#nikola- nikola/improving-zero-post-indexes d441552 Felix Fontein: Removing assert.
20:59:40 -travis-ci:#nikola- getnikola/nikola#8044 (improving-zero-post-indexes - d441552 : Felix Fontein): The build passed.
20:59:41 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/6fad65a7c148...d44155279c4a
20:59:42 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/182715076
21:53:45 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 2 new commits to page-numbers-for-taxonomies: https://git.io/v1wDN
21:53:45 -GitHub[nikola]:#nikola- nikola/page-numbers-for-taxonomies 4c16803 Felix Fontein: Fixing a bug in _postprocess_path.
21:53:45 -GitHub[nikola]:#nikola- nikola/page-numbers-for-taxonomies 1f4f5ce Felix Fontein: Adding missing argument.
21:58:03 -travis-ci:#nikola- getnikola/nikola#8046 (page-numbers-for-taxonomies - 1f4f5ce : Felix Fontein): The build passed.
21:58:04 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/1a352506b60c...1f4f5ce90bce
21:58:04 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/182728234
22:01:25 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to page-numbers-for-taxonomies: https://git.io/v1wyh
22:01:25 -GitHub[nikola]:#nikola- nikola/page-numbers-for-taxonomies 00acea8 Felix Fontein: Using the new feature for simplifying link creation logic for indexes.
22:05:41 -travis-ci:#nikola- getnikola/nikola#8048 (page-numbers-for-taxonomies - 00acea8 : Felix Fontein): The build passed.
22:05:42 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/1f4f5ce90bce...00acea858693
22:05:42 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/182729926