[Radiant] 0.6.8: odd problem

Ollivier Robert keltia at gmail.com
Wed Jul 30 07:50:12 CDT 2008


Hello, I just upgraded to 0.6.8 (gem), applied the fix mentioned by
Sean, runs fine.

I still have this very weird problem with a page of mine (and the
rendering of its children).

http://www.keltia.net/bar is the following:
-----
<r:children:each by="slug" order="asc">
  <h2><r:title /></h2>

  <div class="left">
    <r:content part="left" />
  </div>
  <div class="main">
    <r:content part="body" />
  </div>
  <hr />
</r:children:each>

Last update on: <r:date /> by "Ollivier Robert":/people/roberto
-----

It is supposed to render every children page, using slug value for
sorting.  Children have 10, 20, 30...70 for slug. Every child has two
parts, "Left" and "Body".

Problem is, since an indeterminate date (maybe around my migration
from FreeBSD/i386 to FreeBSD/amd64), the /bar page renders the first
line of the first child and the last few lines of the last child (see
for yourself).  I just don't understand what is happening.

Thanks.
-- 
Ollivier Robert -


More information about the Radiant mailing list