fixing isioc_type comment
adding method (from existing cube blog code) to ISiocItem (isioc_replies,
isioc_topics)
adding method (from existing cube blog code) to ISiocContainer (isioc_items)
/* * functions specific to cubicweb on google appengine * * :organization: Logilab * :copyright: 2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. * :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr *//* overrides rql_for_eid function from htmlhelpers.hs */functionrql_for_eid(eid){return'Any X WHERE X eid "'+eid+'"';}