hooks/__init__.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 04 Mar 2010 09:35:34 +0100
branchstable
changeset 4785 1fa7363c78bd
parent 2835 04034421b072
child 4913 083b4d454192
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2835
04034421b072 [hooks] major refactoring:
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
"""core hooks"""