[pmwiki-users] PmWiki 2.2.14 released

Petko Yotov 5ko at 5ko.fr
Fri Feb 26 22:38:04 CST 2010


Hello. I have released pmwiki-2.2.14 today, available at :

    http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.14.tgz
    http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.14.zip
     svn://www.pmwiki.org/pmwiki/tags/latest

This release corrects a bug with inline styles for WikiTrail links. 

Undefined include/template {$$variables} are now removed from the included 
section, like Page(Text)Variables, and can be used in conditional expressions. 
If needed, this change can be reverted by adding to config.php such a line:

  $EnableUndefinedTemplateVars = 1; # keep and display unset {$$variables}

PageList templates now accept the sections !first and !last which appear for 
every page in the list *except* for the first or the last one.

"Title" attributes to external links are now enabled (they existed before, but 
were not enabled by default). You can have tooltip titles on external links, 
including InterMap and attachments, by adding the link title in double quotes 
right after the address:

  [[http://www.pmwiki.org"Home of PmWiki"| External link]]

The above link will show a tooltip title "Home of PmWiki" when a visitor moves 
the mouse cursor over the link.

For international wikis, PmWiki now can automatically translate the titles of 
technical pages like GroupAttributes or RecentChanges -- just define these 
strings as usual in XLPage, for example, in French:

  'AllRecentChanges'   => 'Tous les changements récents',
  'EditQuickReference' => 'Antisèche pour l'édition',

Note, if a page has a (:title ...:) directive, it will be used.

The list of supported and translated pages is available here:
  http://www.pmwiki.org/wiki/Localization/Localization

Some minor optimizations were done and the documentation was updated. 

Comments, questions welcome.

Thanks,
Petko
--
Change log     :  http://www.pmwiki.org/wiki/PmWiki/ChangeLog
Release notes  :  http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes
If you upgrade :  http://www.pmwiki.org/wiki/PmWiki/Upgrades



More information about the pmwiki-users mailing list