14:53:22 <ralsina> Hey ChrisWarrick, how do you feel about a 7.7.10 by EOW? 14:53:43 <ChrisWarrick> ralsina: do you want to do all the hard work? 14:53:52 <ralsina> ChrisWarrick: yeah, I'll do it 14:54:10 <ralsina> I'll try to get a few extra bugfixes or whatever in, first 14:54:59 <ChrisWarrick> ralsina: I’m fine with Sunday then 14:55:08 <ralsina> cool 15:38:22 <ralsina> ChrisWarrick: renaming 7.8.0 to 7.7.10 because it's going to be a rather minor release 15:38:41 <ChrisWarrick> ralsina: sheesh 15:38:54 <ralsina> ChrisWarrick: you don't like 7.7.10? 15:38:57 <ChrisWarrick> not necessarily 15:39:00 <ChrisWarrick> but it can work out 15:39:05 <ralsina> ok 15:39:25 <ralsina> finally there is a decent EXIF manipulation thingie 15:39:26 <ChrisWarrick> just make sure to fix the underline in changes.txt, which actually depends on len("vX.Y.Z") == len("master") 15:39:44 <ralsina> ah, sure 16:20:12 <ralsina> Ok, so our EXIF orientation handling was buggy, and has been buggy for a long time 16:20:17 <ralsina> OTOH, just fixed it :-) 16:21:31 <ChrisWarrick> where is it? 16:21:37 <ralsina> about to push it 16:22:07 <ralsina> Basically, we were handling only half the possible orientations, and because we were not *saving* the fixed orientation, all the thumbnails were sort of wrong 16:22:32 <ralsina> specially if the site had preseve_exif set to True 16:26:41 -GitHub[nikola]:#nikola- [nikola] ralsina created improve-exif-orientation (+1 new commit): https://git.io/vKahQ 16:26:41 -GitHub[nikola]:#nikola- nikola/improve-exif-orientation 2b1ec3d Roberto Alsina: Improved EXIF orientation handling 16:27:43 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #2395: Improved EXIF orientation handling (master...improve-exif-orientation) https://git.io/vKahj 16:28:13 <ralsina> there 16:36:12 -travis-ci:#nikola- getnikola/nikola#7246 (improve-exif-orientation - 2b1ec3d : Roberto Alsina): The build failed. 16:36:13 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/2b1ec3d9ff77 16:36:13 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145586596 16:40:15 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to improve-exif-orientation: https://git.io/vKVeM 16:40:15 -GitHub[nikola]:#nikola- nikola/improve-exif-orientation 8a02a01 Roberto Alsina: lint 16:48:39 -travis-ci:#nikola- getnikola/nikola#7248 (improve-exif-orientation - 8a02a01 : Roberto Alsina): The build was fixed. 16:48:40 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2b1ec3d9ff77...8a02a012c960 16:48:40 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145589553 17:06:35 <ralsina> Once I have the support for cleaning up EXIF data before uploading, I think we should switch preserve_exif to True 17:09:16 -GitHub[nikola]:#nikola- [nikola] ralsina deleted improve-exif-orientation at 8a02a01: https://git.io/vKVTc 17:09:41 -GitHub[nikola]:#nikola- [nikola] ralsina deleted doc-shortcode at 78ad75c: https://git.io/vKVTE 17:14:26 -GitHub[nikola]:#nikola- [nikola] ralsina created add-exif-filtering from master (+0 new commits): https://git.io/vKVkO 17:14:45 -travis-ci:#nikola- getnikola/nikola#7250 (master - b3f8579 : Roberto Alsina): The build passed. 17:14:46 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/de12ca972f29...b3f8579dc3e3 17:14:46 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145596431 17:19:33 -travis-ci:#nikola- getnikola/nikola#7251 (master - 14ad199 : Roberto Alsina): The build passed. 17:19:34 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/b3f8579dc3e3...14ad199120eb 17:19:34 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145596489 17:22:26 -travis-ci:#nikola- getnikola/nikola#7252 (add-exif-filtering - 14ad199 : Roberto Alsina): The build passed. 17:22:27 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/add-exif-filtering 17:22:27 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145597413 18:07:34 <KwBot> [nikola] Kwpolska closed issue #1889: Augment post-list directive with more filters https://github.com/getnikola/nikola/issues/1889 18:07:45 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vKV3K 18:07:45 -GitHub[nikola]:#nikola- nikola/master f47705f Chris Warrick: Merge pull request #2394 from getnikola/post-list-date... 18:14:10 -GitHub[nikola]:#nikola- [nikola] ralsina deleted post-list-date at dd02d68: https://git.io/vKVGe 18:14:59 -travis-ci:#nikola- getnikola/nikola#7253 (master - f47705f : Chris Warrick): The build passed. 18:15:00 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/14ad199120eb...f47705f427a3 18:15:00 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145611246 18:27:28 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 4 new commits to add-exif-filtering: https://git.io/vKVnR 18:27:28 -GitHub[nikola]:#nikola- nikola/add-exif-filtering 4932302 Roberto Alsina: 1st draft of configuration 18:27:28 -GitHub[nikola]:#nikola- nikola/add-exif-filtering d03c877 Roberto Alsina: handle EXIF_WHITELIST config 18:27:28 -GitHub[nikola]:#nikola- nikola/add-exif-filtering 77ad4b2 Roberto Alsina: handle 'preserve everything' 18:28:03 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #2396: WIP: Add exif filtering (master...add-exif-filtering) https://git.io/vKVnV 18:40:18 -travis-ci:#nikola- getnikola/nikola#7254 (add-exif-filtering - ac39b62 : Roberto Alsina): The build passed. 18:40:19 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/14ad199120eb...ac39b62ffea9 18:40:19 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145619725 19:01:25 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 3 new commits to add-exif-filtering: https://git.io/vKV4l 19:01:25 -GitHub[nikola]:#nikola- nikola/add-exif-filtering f8ee726 Roberto Alsina: pass along EXIF_whitelist 19:01:25 -GitHub[nikola]:#nikola- nikola/add-exif-filtering 6102144 Roberto Alsina: lint 19:01:25 -GitHub[nikola]:#nikola- nikola/add-exif-filtering ea6d985 Roberto Alsina: basic feature skeleton (no functionality) 19:03:00 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to add-exif-filtering: https://git.io/vKV4X 19:03:00 -GitHub[nikola]:#nikola- nikola/add-exif-filtering cb0ab10 Roberto Alsina: make sure PRESERVE_EXIF_DATA and EXIF_WHITELIST reference each other 19:11:27 -travis-ci:#nikola- getnikola/nikola#7255 (add-exif-filtering - ea6d985 : Roberto Alsina): The build passed. 19:11:28 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/ac39b62ffea9...ea6d985541c9 19:11:28 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145630055 19:18:17 -travis-ci:#nikola- getnikola/nikola#7256 (add-exif-filtering - cb0ab10 : Roberto Alsina): The build passed. 19:18:18 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/ea6d985541c9...cb0ab1033690 19:18:18 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145630434 19:28:50 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to add-exif-filtering: https://git.io/vKVuV 19:28:50 -GitHub[nikola]:#nikola- nikola/add-exif-filtering 794495e Roberto Alsina: initial, totally untested, implementation 19:33:17 -travis-ci:#nikola- getnikola/nikola#7257 (add-exif-filtering - 794495e : Roberto Alsina): The build was broken. 19:33:18 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/cb0ab1033690...794495ef9a8a 19:33:19 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145636820 19:41:59 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to add-exif-filtering: https://git.io/vKV2G 19:41:59 -GitHub[nikola]:#nikola- nikola/add-exif-filtering 5c9d11e Roberto Alsina: fix obvious bug 19:47:25 -travis-ci:#nikola- getnikola/nikola#7258 (add-exif-filtering - 5c9d11e : Roberto Alsina): The build is still failing. 19:47:26 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/794495ef9a8a...5c9d11e321b8 19:47:26 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145639753 19:49:40 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to add-exif-filtering: https://git.io/vKVap 19:49:40 -GitHub[nikola]:#nikola- nikola/add-exif-filtering c53ad18 Roberto Alsina: don't pop the dict while iterating it 19:55:10 -travis-ci:#nikola- getnikola/nikola#7259 (add-exif-filtering - c53ad18 : Roberto Alsina): The build is still failing. 19:55:11 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/5c9d11e321b8...c53ad18194af 19:55:11 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145641815 19:57:15 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to add-exif-filtering: https://git.io/vKVwG 19:57:15 -GitHub[nikola]:#nikola- nikola/add-exif-filtering 84115e6 Roberto Alsina: full EXIF stripping works 20:02:18 -travis-ci:#nikola- getnikola/nikola#7260 (add-exif-filtering - 84115e6 : Roberto Alsina): The build is still failing. 20:02:19 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/c53ad18194af...84115e6cb703 20:02:19 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145643752 20:05:37 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to add-exif-filtering: https://git.io/vKVrr 20:05:37 -GitHub[nikola]:#nikola- nikola/add-exif-filtering 75ced54 Roberto Alsina: Make partially-filtered case work 20:11:07 -travis-ci:#nikola- getnikola/nikola#7261 (add-exif-filtering - 75ced54 : Roberto Alsina): The build is still failing. 20:11:08 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/84115e6cb703...75ced5457a92 20:11:08 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145645947 20:15:32 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to add-exif-filtering: https://git.io/vKVKZ 20:15:32 -GitHub[nikola]:#nikola- nikola/add-exif-filtering 301f43f Roberto Alsina: set w/h better 20:16:22 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to add-exif-filtering: https://git.io/vKVKg 20:16:22 -GitHub[nikola]:#nikola- nikola/add-exif-filtering 7c4d214 Roberto Alsina: removed leftover trace 20:20:52 -travis-ci:#nikola- getnikola/nikola#7262 (add-exif-filtering - 301f43f : Roberto Alsina): The build is still failing. 20:20:53 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/75ced5457a92...301f43fbf132 20:20:53 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145648646 20:22:23 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to add-exif-filtering: https://git.io/vKV69 20:22:23 -GitHub[nikola]:#nikola- nikola/add-exif-filtering d566ee3 Roberto Alsina: merged master 20:24:35 -travis-ci:#nikola- getnikola/nikola#7263 (add-exif-filtering - 7c4d214 : Roberto Alsina): The build is still failing. 20:24:36 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/301f43fbf132...7c4d2141a5a5 20:24:36 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145648931 20:33:05 -travis-ci:#nikola- getnikola/nikola#7265 (add-exif-filtering - d566ee3 : Roberto Alsina): The build is still failing. 20:33:06 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/7c4d2141a5a5...d566ee32bd24 20:33:06 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/145650711