i fixed this in http://code.google.com/p/getpaid/source/detail?r=3649
could somebody please review the changes. thanks! harald Harald Friessnegger wrote: > thanks for the feedback. > > i filed a bug on the getpaid tracker and am starting to work on this > http://code.google.com/p/getpaid/issues/detail?id=292 > > > regards, harald > > > > > danielle davout wrote: > >> On Fri, May 21, 2010 at 7:17 PM, Harald Friessnegger >> <[email protected]> wrote: >>> hi there >>> >>> using plone4.0b3 buildout together with getpaid as described by david: >>> http://www.mail-archive.com/getpaid- > [email protected]/msg00947.html >>> >>> all getpaid forms that list items in my shopping cart or oder >>> infromation do show html code in the title column instead of a link to >>> the item (or order). >>> >>> eg: @@manage-getpaid-orders >>> >>> <a href="@@admin-manage-order/846137563/@@admin">846137563</a> >>> Paypal... >>> >>> >>> id did not yet find any bug in the issue tracker. >>> >>> maybe the problem is plone4 related? >>> did i forget to pin a custom version of any component that has been >>> patched to support hyperlinks in these tables? >>> >>> thanks for your feedback! >>> harald >> >> I wrote a note >> in zc.formlib there was a bug, the work around is now causing problem >> def cell_formatter(self, value, item, formatter): >> return unicode(value).replace('&', '&') \ >> .replace('<', '<') \ >> .replace('>', '>') >> stupidely nothing else, I will check what changes I ve made... and where >> .... >> > -- Webmeisterei GmbH - Büro für Netzfragen Tel: +43 5572 908877, Fax: +43 5572 908877-66 Steinebach 18, A-6850 Dornbirn http://www.webmeisterei.com -- GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker) You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en?hl=en
