Re: [PATCH 2/3] about: send images plain

2015-08-15 Thread Christian Hesse
"Jason A. Donenfeld" on Sat, 2015/08/15 01:07: > Excellent! This is a very wanted tweak indeed, and it's finally possible > thanks to the rework merged today that moves layout into each function. > Awesome. Yes, really glad we have the layout changes. ;) Just updated my patches after John's revi

Re: [PATCH 2/3] about: send images plain

2015-08-15 Thread John Keeping
On Fri, Aug 14, 2015 at 11:16:36PM +0200, Christian Hesse wrote: > From: Christian Hesse > > The about page used to display just fine, but images were broken: The > binary image data was embedded in html code. > Use cgit_print_plain() to send images in plain mode and make them > available on abou

Re: [PATCH 2/3] about: send images plain

2015-08-14 Thread Jason A. Donenfeld
Excellent! This is a very wanted tweak indeed, and it's finally possible thanks to the rework merged today that moves layout into each function. Awesome. I'm on a camping trip this weekend, so I'll get to merging this late on Sunday or Monday morning. On Aug 14, 2015 11:16 PM, "Christian Hesse" w

[PATCH 2/3] about: send images plain

2015-08-14 Thread Christian Hesse
From: Christian Hesse The about page used to display just fine, but images were broken: The binary image data was embedded in html code. Use cgit_print_plain() to send images in plain mode and make them available on about page. Signed-off-by: Christian Hesse --- ui-summary.c | 35 +