------------------
- Added 'RSS' viewlet. It quite easy to use and RSS results are cached
by RSSCache. You should install feedparser to enable this feature.
[panjunyong]
- added 'Simple text' viewlet, you can add some text to the contentpanels
directly
[panjunyong]
- added noalign option
[fschulze]
- use None for empty attribute values, so the attributes can vanish in
the resulting html code
[fschulze]
- new spanish traslation, thanks to Gaspar Quiles <quiles_gasgva.es>
[panjunyong]
- add viewlet for mpoll
[panjunyong]
- you can set the number to list in folder_rencent and topic_list viewlet
[panjunyong]
- now all viewlets are configurable! And it is quite easy!!
[panjunyong]
- viewlet configuration form fields can be define in a macro with name:
(your_viewlet_macroname)_viewletconf
[panjunyong]
- for example, viewlets_folder_recent.pt has 2 macros: base_portlet
and base_portlet_viewletconf
[panjunyong]
- the form fields will automatically be showed when select viewlets
and saved
[panjunyong]
- your viewlet can use them in a dict named 'viewletOptions', for
example viewletOptions['itemCount']
[panjunyong]