No. The main changes are
1) you can set: plugins.wiki.widgets=['youtube','slideshow'] to limit the number of available widgets. plugins.wiki.widgets='all' for all. 2) you can pass a url to plugin_wiki.render to use a different URL. This is because I want to use the render function to render content that is not stored in plugin_wiki_page and want to be able to redefined the meaning of [[link page:name]] to <a href="...name">link</ a> where ... is what you can now pass to render. 3) Fixed a bug in slideshow and allowed a new fields "links" where you can simply pass a list of comma separated urls. Massimo On Sep 25, 6:23 pm, Bruno Rocha <[email protected]> wrote: > Is there a repository or another place where we can see the change log for > plugin_wiki? > > I am going to try this now. > > Tks Massimo. > > 2010/9/25 mdipierro <[email protected]> > > > fixed some bugs and made it more general. > > -- > > http://rochacbruno.com.br

