XDF / catz

The world's most advanced cat show photo engine
https://catza.net/
0 stars 0 forks source link

Pages corrupted in Mojolicious 5.1x #464

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pages are missing some parts and rendered pages are truncated after upgrade to 
Mojolicious 5.1x

Original issue reported on code.google.com by heikki.s...@gmail.com on 21 Jul 2014 at 5:45

GoogleCodeExporter commented 9 years ago
At least one change found: in templates
 $self->render( 'elem/titleb', intent => 'browse', partial => 1 )
is in current Mojolicious
 $self->render_to_string( 'elem/titleb', intent => 'browse' ) 

Original comment by heikki.s...@gmail.com on 21 Jul 2014 at 5:46

GoogleCodeExporter commented 9 years ago
5.0  2014-05-29 - Replaced reserved stash value partial with render_to_string 
method.

Original comment by heikki.s...@gmail.com on 21 Jul 2014 at 5:48

GoogleCodeExporter commented 9 years ago
Fixed by making the mentioned change to all templates that had partial 
rendering.

Original comment by heikki.s...@gmail.com on 21 Jul 2014 at 7:02