Logs for #nikola for 2017-06-12

06:47:26 <ChrisWarrick> Guest91930: sorry, I got the syntax wrong yet again. This should work: pip install git+https://github.com/getnikola/nikola@fix-toml-meta
06:56:44 <Guest66272> something is wrong with sasl auth today...
07:01:58 <gour__> ChrisWarrick: rst/TOML does work, but asciidoc/YAML does not, iow. meta is passed through 
07:04:26 <ChrisWarrick> gour__: rst/YAML?
07:38:38 <gour__> ChrisWarrick: post with rst markup and YAML meta
07:38:47 <ChrisWarrick> gour: does rst/YAML work?
07:47:26 <gour> ChrisWarrick: yes
07:52:41 <ChrisWarrick> gour: this happens because we don’t strip metadata from asciidoc posts, because we call asciidoc with a filename
07:53:57 <gour> ChrisWarrick: i see...so it means that with Asciidoc, it's recommended to use 'default' meta format?
07:54:30 <ChrisWarrick> gour: with the current plugin, yes
08:00:22 <gour> ok
09:51:45 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 4 new commits to v8-cleanup: https://git.io/vHSVk
09:51:45 -GitHub[nikola]:#nikola- nikola/v8-cleanup 72cd97c Chris Warrick: Delete install_theme command...
09:51:45 -GitHub[nikola]:#nikola- nikola/v8-cleanup 6ce2658 Chris Warrick: Drop annotations support (annotateit.org closed down in March 2017)...
09:51:45 -GitHub[nikola]:#nikola- nikola/v8-cleanup eebb41c Chris Warrick: Fix tests (PRETTY_URLS, shortcodes)...
10:04:02 -travis-ci:#nikola- getnikola/nikola#9233 (v8-cleanup - 9d1e220 : Chris Warrick): The build is still failing.
10:04:03 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/426a1ecf4ed9...9d1e220c8163
10:04:03 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/241957800
10:56:57 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to v8-cleanup: https://git.io/vHS69
10:56:57 -GitHub[nikola]:#nikola- nikola/v8-cleanup cea44e5 Chris Warrick: Fix code style...
11:22:59 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #2832: Fix two grave and one interop bug in TOML/YAML meta handling (master...fix-toml-meta) https://git.io/vHyXm
11:38:29 -travis-ci:#nikola- getnikola/nikola#9235 (master - 8f8a215 : Chris Warrick): The build passed.
11:38:30 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/4b234907f2c0...8f8a215c8439
11:38:30 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/241983003
12:39:35 <KwBot> [nikola] Kwpolska opened issue #2834: Use “Jupyter” instead of “IPython Notebook” name https://github.com/getnikola/nikola/issues/2834
12:39:35 <KwBot> [nikola] Kwpolska assigned issue #2834 to Kwpolska: Use “Jupyter” instead of “IPython Notebook” name https://github.com/getnikola/nikola/issues/2834
12:54:27 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vHS7R
12:54:27 -GitHub[nikola]:#nikola- nikola/master 50dbc9d Chris Warrick: Version 7.8.8...
12:57:17 -GitHub[site]:#nikola- [nikola-site] Kwpolska pushed 1 new commit to master: https://git.io/vHS7F
12:57:17 -GitHub[site]:#nikola- nikola-site/master 88e9e65 Chris Warrick: Nikola v7.8.8...
12:57:50 <ChrisWarrick> there, v7.8.8 is out
13:02:04 -GitHub[nikola]:#nikola- [nikola] Kwpolska force-pushed v8-cleanup from cea44e5 to 8873429: https://git.io/vHS5c
13:02:04 -GitHub[nikola]:#nikola- nikola/v8-cleanup 9e5f114 Chris Warrick: Remove deprecated stuff for v8...
13:02:04 -GitHub[nikola]:#nikola- nikola/v8-cleanup 6e953a1 Chris Warrick: Drop insecure post encryption feature...
13:02:04 -GitHub[nikola]:#nikola- nikola/v8-cleanup fafbc1f Chris Warrick: Drop Python 2 support...
13:23:30 -travis-ci:#nikola- getnikola/nikola#9236 (master - 50dbc9d : Chris Warrick): The build passed.
13:23:31 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/8f8a215c8439...50dbc9d7d277
13:23:31 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/242008762
13:25:32 -GitHub[nikola]:#nikola- [nikola] Kwpolska tagged v7.1.1 at 140ebdf: https://git.io/vZdyv
13:25:55 <ChrisWarrick> ↑ ignore that, sourcetree did something weird
13:34:33 -travis-ci:#nikola- getnikola/nikola#9238 (v8-cleanup - 8873429 : Chris Warrick): The build is still failing.
13:34:34 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/cea44e55a693...887342908dcf
13:34:34 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/242011732
13:51:11 <ralsina_> Thanks for the fix ChrisWarrick, I need to test things more :-(
13:51:44 <ChrisWarrick> ralsina_: also, we’ve got some effectively-weekly releases out, which is nice IMO
13:51:53 <ralsina_> yeah
13:52:08 <ralsina_> And we are providing new features, which is always nice
14:46:45 -GitHub[nikola]:#nikola- [nikola] punchagan created fix-html-metadata (+1 new commit): https://git.io/vH9Ig
14:46:45 -GitHub[nikola]:#nikola- nikola/fix-html-metadata 37e5f83 Puneeth Chaganti: Correctly handle meta tags with no name while extracting metadata
14:48:10 -GitHub[nikola]:#nikola- [nikola] punchagan opened pull request #2835: Correctly handle meta tags with no name while extracting metadata (master...fix-html-metadata) https://git.io/vH9Iy
14:49:55 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #2835: Correctly handle meta tags with no name while extracting metadata (master...fix-html-metadata) https://git.io/vH9Iy
15:31:33 -travis-ci:#nikola- getnikola/nikola#9243 (master - 0eb37c0 : Chris Warrick): The build passed.
15:31:34 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/50dbc9d7d277...0eb37c07bdb4
15:31:34 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/242051821
19:32:37 <KwBot> [nikola] felixfontein opened issue #2836: [discussion] Plugins https://github.com/getnikola/nikola/issues/2836
20:10:39 -GitHub[nikola]:#nikola- [nikola] ralsina created guyou-feature-images-metadata (+12 new commits): https://git.io/vH9Ag
20:10:39 -GitHub[nikola]:#nikola- nikola/guyou-feature-images-metadata 459cf4b Guilhem Bonnefille: Fix metadata processing from .meta file...
20:10:39 -GitHub[nikola]:#nikola- nikola/guyou-feature-images-metadata 4360926 Guilhem Bonnefille: A support for .meta file for images in galleries...
20:10:39 -GitHub[nikola]:#nikola- nikola/guyou-feature-images-metadata a3d666c Guilhem Bonnefille: Trivial use of extended metadata in gallery.tmpl
20:11:11 -GitHub[nikola]:#nikola- [nikola] ralsina closed pull request #2438: [WIP] Feature images metadata (master...feature-images-metadata) https://git.io/v6CwO
20:11:51 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #2837: [WIP] images metadata (master...guyou-feature-images-metadata) https://git.io/vH9Ay