Logs for #nikola for 2017-06-03

00:10:37 <KwBot> [nikola] ralsina assigned issue #2809 to ralsina: Make markdown a 1st class citizen https://github.com/getnikola/nikola/issues/2809
03:49:03 <KwBot> [nikola] xuhdev opened issue #2814: Make shortcode accessible from templates https://github.com/getnikola/nikola/issues/2814
06:53:08 -GitHub[nikola]:#nikola- [nikola] gwax opened pull request #2815: Update and strip base (master...update_and_strip_base) https://git.io/vHgxH
08:13:44 <KwBot> [nikola] Kwpolska closed issue #2812: Ignoring assets https://github.com/getnikola/nikola/issues/2812
08:13:55 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #2813: Fix #2812 — support ignoring assets in themes (master...ignoring_assets) https://git.io/vHgqk
08:20:29 -travis-ci:#nikola- Invariant build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/invariant-builds/builds/239028945.
08:21:16 -travis-ci:#nikola- getnikola/nikola#9077 (master - f45bafb : Chris Warrick): The build was broken.
08:21:17 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f1dbc2162e9f...f45bafbfefcc
08:21:17 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239028936
08:27:19 -travis-ci:#nikola- getnikola/nikola#9077 (master - f45bafb : Chris Warrick): The build was broken.
08:27:20 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f1dbc2162e9f...f45bafbfefcc
08:27:20 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239028936
08:33:10 -travis-ci:#nikola- getnikola/nikola#9077 (master - f45bafb : Chris Warrick): The build was broken.
08:33:11 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f1dbc2162e9f...f45bafbfefcc
08:33:11 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239028936
09:01:25 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vH2ei
09:01:25 -GitHub[nikola]:#nikola- nikola/master 94379b9 Chris Warrick: Avoid creating empty colorbox-i18n directory...
09:06:04 -travis-ci:#nikola- getnikola/nikola#9078 (master - 94379b9 : Chris Warrick): The build was fixed.
09:06:05 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f45bafbfefcc...94379b97a4c3
09:06:05 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/239034887
16:20:56 <KwBot> [nikola-themes] Kwpolska closed issue #124: [bnw] story template does not work at all https://github.com/getnikola/nikola-themes/issues/124
16:21:07 -GitHub[themes]:#nikola- [nikola-themes] Kwpolska pushed 3 new commits to master: https://git.io/vH2GF
16:21:07 -GitHub[themes]:#nikola- nikola-themes/master 6cafeb7 Chris Warrick: Remove bnw submodule...
16:21:07 -GitHub[themes]:#nikola- nikola-themes/master b54472c Chris Warrick: Add bnw theme without submodule...
16:21:07 -GitHub[themes]:#nikola- nikola-themes/master 66a1c38 Chris Warrick: Fix #124 -- create story.tmpl for bnw...
18:43:54 <t_animal> are shortcodes mako only in the new nikola?
18:47:25 <t_animal> btw: it's kinda uncool that nikola does not warn if a template is loaded incorrectly because a template needs an foo.theme-file now (I did not notice the change and it screwed my website up, I suspect because the parent theme was not detected).
18:57:44 <KwBot> [nikola] t-animal opened issue #2816: jinja-themes broken without warning if parent-file exists  https://github.com/getnikola/nikola/issues/2816
19:08:04 <t_animal> mhm this is weird, I can no longer reproduce the shortcode issue, so I'll just leave this here and not open an issue. I have had the problem described in the issue I just opened. after I created a .theme-file in the theme-folder it was fixed, but shortcodes were still not rendered (instead their source was put into the output). when I edited the image to check if it requires mako syntax (I changed a jinja-comment to a mako
19:08:04 <t_animal> ebuild the website, it suddenly rendered correctly. here's the shortcode-source if it helps: https://pbot.rmdir.de/dsCicQc04SEZNc8QIAKjDg (expires in 30 days)
19:14:16 <ChrisWarrick> t_animal: shortcodes *should* work with both
19:14:38 <t_animal> well, they do now, but at first they were definetly broken, no idea what fixed it though
19:15:03 <ChrisWarrick> perhaps it’s a glitch
19:15:11 <ChrisWarrick> does your theme have an 'engine' file?
19:15:24 <t_animal> no.
19:16:26 <t_animal> were they required in earlier versions? it did work without one
19:16:46 <ChrisWarrick> it worked because of inheritance
19:16:49 <t_animal> (maybe because the parent had one?)
19:16:51 <t_animal> yeah
19:18:46 <KwBot> [nikola] Kwpolska assigned issue #2816 to Kwpolska: jinja-themes broken without warning if parent-file exists  https://github.com/getnikola/nikola/issues/2816
19:21:40 <t_animal> haha, never heard the term brown paper bag issue before. gotta remember that for my projects