debian/compat
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 04 Mar 2010 09:35:34 +0100
branchstable
changeset 4785 1fa7363c78bd
parent 858 e6ae125d5903
child 11832 e8be49ecb522
permissions -rw-r--r--
add render_description method to RSSItemView to improve modularity. The construction of the description marker of and rss entry is currently built by the main cell_call function. This make the job hard for RSSItemView subclass to change the default behaviour. The changeset fix this issue by extracting the description creation into a render_description method. Such extraction are already in place for various rss marquer.

7