> On Wed, 2005-04-27 at 01:01 +0200, Damien Wyart wrote: > > <span class="itemCreator" tal:content="reply/getCreator" />
* "Rakotomandimby (R12y) Mihamina" <[EMAIL PROTECTED]> [270405 16:06]: > It was <span class="itemCreator" tal:replace="here/getCreator" /> > in the template. Which version do you use ? I can not see any track of a tal:replace attribute in the revisions of the file (see http://cvs.nuxeo.org/cgi-bin/viewcvs.cgi/CPS3/CPSChat/skins/cps_chat/cps_chat_main_frame.pt) > I made some grep on the files and yes I also saw this was the unique > file that could manage it. Yes, I confirm this. > I tried both: > <span class="itemCreator" > tal:content="python:here.getMemberFullNameFromId(reply.getCreator())" /> > and > <span class="itemCreator" > tal:content="python:here.getMemberFullNameFromId(here.getCreator())" /> > and > <span class="itemCreator" > tal:content="python:here.getMemberFullNameFromId(here.getCreator())" /> > With a reinstallation of CPSChat after each modification, but "niet". > I am not very clever with ZPT/Python... Did you restart Zope ? if you are not in debug mode, changes made on the filesystem won't be taken into account until the next restart. > PS: The mainline developpers may have not taken you patch because it > did not work on their system? I am a mainline developper (seen my email address ? :) ! No, it was just a lack of time matter. Btw the fix I quoted is now in official CPSChat, I commited this a few minutes ago and a quick test seemed ok for me. -- Damien Wyart _______________________________________________ cps-devel mailing list http://lists.nuxeo.com/mailman/listinfo/cps-devel
