Version 1.1-alpha7()
------------------------------------------------------------------------
+ * BC-Break / Plugin API change: The serendipity_getTemplate() file
+ now no longer returns FALSE when a file is not found, but instead
+ the filename without a path. This is required so that the smarty-
+ created error message contains the missing filename instead of an
+ empty '' string.
+ Plugins based on this function need to make sure that they will
+ now properly use a file_exists() check on the returned function,
+ if they want to probe different locations of a file.
+ All template files containing the string "plugin" will still return
+ FALSE for the function call, to circumvent problems with spartacus
+ plugins.
+ Bottom line: Plugins that use "*plugin*.tpl" filenames or check
+ via file_exists() on the returned variable are safe.
+ (garvinhicking)
+
* Added arabic (sa) language by Way
* Add patch to allow entryproperties plugin to define passwords for
if (isset($_SESSION['serendipityEmail'])) {
$serendipity['email'] = $_SESSION['serendipityEmail'];
}
-
serendipity_plugin_api::hook_event('frontend_configure', $serendipity);
/* vim: set sts=4 ts=4 expandtab : */