Logs for #nikola for 2015-02-01

02:06:12 -GitHub[nikola]:#nikola- [nikola] pellenilsson opened pull request #1606: Thumbnail updates (master...thumbnail-updates) http://git.io/FNJo
06:46:27 -GitHub[nikola]:#nikola- [nikola] xuhdev opened pull request #1607: "isso" can also be set as a COMMENT_SYSTEM (master...xuhdev-patch-1) http://git.io/FN6U
09:32:49 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 2 new commits to master: http://git.io/FAvw
09:32:49 -GitHub[nikola]:#nikola- nikola/master e17039b Hong Xu: "isso" can also be set as a COMMENT_SYSTEM
09:32:49 -GitHub[nikola]:#nikola- nikola/master b6ee100 Chris Warrick: Merge pull request #1607 from xuhdev/xuhdev-patch-1...
09:39:30 -travis-ci:#nikola- getnikola/nikola#4610 (master - b6ee100 : Chris Warrick): The build passed.
09:39:30 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/bdd4cfbde28f...b6ee1007c964
09:39:30 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/49067336
14:16:10 -GitHub[plugins]:#nikola- [plugins] magmax opened pull request #69: Fixing headers. (master...master) http://git.io/FxlI
14:56:29 -GitHub[plugins]:#nikola- [plugins] magmax closed pull request #69: Fixing headers. (master...master) http://git.io/FxlI
19:34:37 -GitHub[plugins]:#nikola- [plugins] magmax opened pull request #70: Fixing headers. (master...master) http://git.io/FhI1
19:37:19 -GitHub[plugins]:#nikola- [plugins] Kwpolska closed pull request #70: Fixing headers. (master...master) http://git.io/FhI1
19:40:38 <travis-ci> [PLUGINS] getnikola/plugins#579 (master - ba6a22f : Chris Warrick): The build passed.
19:40:38 <travis-ci> [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/c42c605c11bd...ba6a22f6065e
19:40:38 <travis-ci> [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/49108127
20:59:31 <randomuser> I'm getting some errors, from nikola.packages.tzlocal import get_localzone
20:59:31 <randomuser> ImportError: No module named packages.tzlocal
20:59:59 <randomuser> ...and really, I'd like to just unbundle this and usse the system tzlocal package
21:01:00 <randomuser> so I go to test that it works the same way, and in a python console, I cannot import the same way
21:05:37 <randomuser> although, I can look at the code and see it's totally different :)
21:07:11 <randomuser> ChrisWarrick, what version of tzlocal is this, anyway?
21:09:00 <Aeyoun> Uhm. This escapes correctly on post pages when used as title, but generate actual element on index pages.
21:09:02 <Aeyoun> .. title: Localizing <input type="number"> can be a pain
21:17:17 <randomuser> Aeyoun, my uneducated suggestion would be to try &gt;input type="number"&lt;
21:20:47 <randomuser> win! I found something simple enough for me to fix!
21:25:42 <randomuser> I was stripping out the empty files
21:25:56 <randomuser> including nikola/packages/__init__.py, which was foolish
21:26:11 <randomuser> still, I would like to have a conversation about bundling sometime
21:34:09 <Aeyoun> randomuser: that just reverses the situation
21:34:46 <randomuser> you get an actual input form in the title?
21:35:32 <Aeyoun> randomuser: yeah on the post page, but not on the index page. so reverse the previous situation.
21:35:41 <randomuser> funny
22:11:28 <Aeyoun> I’ll avoid using markup in the title. For sanity’s sake. It reminded me that other systems (like robots, rss readers, rich snippets) may also fail when reading this.