1
0

* New plugin API method "parseTemplate($filename)" to allow a

sidebar- or event-plugin to fetch+display a smarty template.
      (garvinhicking)
This commit is contained in:
Garvin Hicking
2007-08-31 10:39:55 +00:00
parent ae6d56830b
commit a27dc54fea
2 changed files with 35 additions and 0 deletions

View File

@ -3,6 +3,10 @@
Version 1.3 ()
------------------------------------------------------------------------
* New plugin API method "parseTemplate($filename)" to allow a
sidebar- or event-plugin to fetch+display a smarty template.
(garvinhicking)
* Made short-urls index.php?serendipity[id]=X or index.php?p=X
properly show a single entry view (garvinhicking)