Re: [hibernate-dev] Blog posts not featured on the hibernate.org website

2017-02-02 Thread Sanne Grinovero
On 1 February 2017 at 23:25, Guillaume Smet wrote: > On Wed, Feb 1, 2017 at 6:46 PM, Sanne Grinovero wrote: >> >> Great, thanks for that! >> >> One minor issue: >> currently the homepage mentions literally "Bulk-id strategies when you >> can’t use temporary tables" >> Looks like something wrong w

Re: [hibernate-dev] Blog posts not featured on the hibernate.org website

2017-02-01 Thread Guillaume Smet
On Wed, Feb 1, 2017 at 6:46 PM, Sanne Grinovero wrote: > Great, thanks for that! > > One minor issue: > currently the homepage mentions literally "Bulk-id strategies when you > can’t use temporary tables" > Looks like something wrong with escaping > Fixed. -- Guillaume

Re: [hibernate-dev] Blog posts not featured on the hibernate.org website

2017-02-01 Thread Guillaume Smet
Yeah I saw that this evening when the new post of Vlad arrived. There shouldn't be any escaping but apparently at some point, entities are escaped. There is an :html_entities = false option used by the atomizer plugin that I also used but apparently it's not used at all in the awestruct code base.

Re: [hibernate-dev] Blog posts not featured on the hibernate.org website

2017-02-01 Thread Sanne Grinovero
Great, thanks for that! One minor issue: currently the homepage mentions literally "Bulk-id strategies when you can’t use temporary tables" Looks like something wrong with escaping? On 1 February 2017 at 16:05, Guillaume Smet wrote: > On Wed, Feb 1, 2017 at 4:47 PM, Guillaume Smet > wrote: > >>

Re: [hibernate-dev] Blog posts not featured on the hibernate.org website

2017-02-01 Thread Guillaume Smet
On Wed, Feb 1, 2017 at 4:47 PM, Guillaume Smet wrote: > > On Wed, Feb 1, 2017 at 4:42 PM, Gunnar Morling > wrote: > >> Great news! >> >> One minor nitpick: letters reaching out to the bottom of the line >> (e.g. "p", "y", "g") are cut off by one pixel or so. Can we increase >> the box, line heig

Re: [hibernate-dev] Blog posts not featured on the hibernate.org website

2017-02-01 Thread Guillaume Smet
On Wed, Feb 1, 2017 at 4:42 PM, Gunnar Morling wrote: > Great news! > > One minor nitpick: letters reaching out to the bottom of the line > (e.g. "p", "y", "g") are cut off by one pixel or so. Can we increase > the box, line height or whatever is needed for it? > I think it's a preexisting issu

Re: [hibernate-dev] Blog posts not featured on the hibernate.org website

2017-02-01 Thread Gunnar Morling
Great news! One minor nitpick: letters reaching out to the bottom of the line (e.g. "p", "y", "g") are cut off by one pixel or so. Can we increase the box, line height or whatever is needed for it? 2017-02-01 16:38 GMT+01:00 Guillaume Smet : > Hi, > > FYI, I just fixed the issue and the blogs p

Re: [hibernate-dev] Blog posts not featured on the hibernate.org website

2017-02-01 Thread Davide D'Alto
Great, thanks On Wed, Feb 1, 2017 at 3:38 PM, Guillaume Smet wrote: > Hi, > > FYI, I just fixed the issue and the blogs posts are now featured on the > website again. > > The good news: > - we don't rely on an external service anymore > - there is no cache so new blog posts are displayed on the w