Logs for #nikola for 2017-10-03

09:12:40 <berti_> hi
15:07:37 -GitHub[nikola]:#nikola- [nikola] michaelb42 opened pull request #2908: Add title for link, shown by e.g. colorbox (master...thumbnail_linktitle) https://git.io/vdWPA
15:14:06 -GitHub[nikola]:#nikola- [nikola] ralsina closed pull request #2908: Add title for link, shown by e.g. colorbox (master...thumbnail_linktitle) https://git.io/vdWPA
15:35:30 -travis-ci:#nikola- getnikola/nikola#9513 (master - 8367f95 : Michael Brakemeier): The build passed.
15:35:31 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/28c480304362...8367f9523827
15:35:31 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/282778757
19:29:53 <KwBot> [coil] dpaleino opened issue #49: No support for custom theme https://github.com/getnikola/coil/issues/49
19:31:51 <KwBot> [coil] dpaleino closed issue #49: No support for custom theme https://github.com/getnikola/coil/issues/49
19:33:21 <KwBot> [coil] Kwpolska reopened issue #49: No support for custom theme https://github.com/getnikola/coil/issues/49
19:35:16 -GitHub[coil]:#nikola- [coil] dpaleino opened pull request #50: Strip path components when looking for themes (master...master) https://git.io/vdlnJ
19:40:21 -GitHub[coil]:#nikola- [coil] Kwpolska pushed 1 new commit to master: https://git.io/vdlni
19:40:21 -GitHub[coil]:#nikola- coil/master d34c720 Chris Warrick: v1.3.11: Fix bootstrap3 theme detection (#49)...
19:40:24 <KwBot> [coil] Kwpolska closed issue #49: No support for custom theme https://github.com/getnikola/coil/issues/49
19:40:37 -GitHub[coil]:#nikola- [coil] Kwpolska pushed 2 new commits to master: https://git.io/vdlnD
19:40:37 -GitHub[coil]:#nikola- coil/master 221fcb2 David Paleino: Strip path components when looking for themes...
19:40:37 -GitHub[coil]:#nikola- coil/master cecb8c2 Chris Warrick: Merge pull request #50 from dpaleino/master...
19:41:43 -GitHub[coil]:#nikola- [coil] Kwpolska pushed 1 new commit to master: https://git.io/vdlnb
19:41:43 -GitHub[coil]:#nikola- coil/master e8d20d8 Chris Warrick: v1.3.12: really fix #49...
19:42:25 <ChrisWarrick> *facepalm*
20:11:46 <charlesay> ralsina:  85 DEFAULT_LANG = "de"
20:12:08 <charlesay>   90 TRANSLATIONS = {
20:12:08 <charlesay>   91     DEFAULT_LANG: "",
20:12:08 <charlesay>   92     "de": "./de",
20:12:08 <charlesay>   93 }
20:12:23 <charlesay>   90 TRANSLATIONS = {
20:12:23 <charlesay>   91     DEFAULT_LANG: "",
20:12:23 <charlesay>   92     "de": "./de",
20:12:23 <charlesay>   93 }
20:12:34 <charlesay> sorry for posting that twice
20:17:31 <charlesay> ralsina: about the SHOW_UNTRANSLATED_POSTS setting: i like the 'true' behaviour for that: i want visitors to see all the posts, but in their language if possible
20:18:18 <charlesay> the issue is that this isn't what happens on the german site, where the english posts that have german versions also appear
20:20:27 <ChrisWarrick> charlesay: That’s invalid
20:20:55 <ChrisWarrick> charlesay: Either set DEFAULT_LANG to "en", or change line 92 to "en": "./en" (depends on what output you want)
20:21:20 <charlesay> ChrisWarrick: thanks
20:23:50 <charlesay> that seems to fix things