Version 0.9 ()
------------------------------------------------------------------------
- * Increased level of output message from the Spartacus plugin
- (garvinhicking)
-
- * Patched XML-RPC functions, thanks to Tim Putnam. This should enable
- XML-RPC services to properly fetch existing articles and edit them.
-
* Localized the string "Reply" which occured inside some templates.
(s/Reply/{$CONST.REPLY}/) (garvinhicking)
- * Patch/Bug #1209410 by swiesinger: When using shortcut admin URL,
- use https:// when specified by user
-
* Added swedish translation by Torbjörn Hedberg, Added european
portugues translation by Joao Palhoto Matos, Added hungarian
translation by Posz Marton
Version 0.8.2 ()
------------------------------------------------------------------------
+ * Patch/Bug #1209410 by swiesinger: When using shortcut admin URL,
+ use https:// when specified by user
+
+ * Fix deleting categories when having privileges but not being
+ administrator (Patch #1205347, many thanks to Penny Leach)
+
+ * Increased level of output message from the Spartacus plugin
+ (garvinhicking)
+
+ * Patched XML-RPC functions, thanks to Tim Putnam. This should enable
+ XML-RPC services to properly fetch existing articles and edit them.
+
* Fix Plugin API call performing too many unneeded SQL queries
(garvinhicking)
<?php
if ( $serendipity['GET']['adminAction'] == 'delete' ) {
+ $this_cat = serendipity_fetchCategoryInfo($serendipity['GET']['cid']);
if ($serendipity['serendipityUserlevel'] >= USERLEVEL_CHIEF || $serendipity['authorid'] == $this_cat['authorid'] || $this_cat['authorid'] == '0') {
?>
<form method="POST" name="serendipityCategory" action="?serendipity[adminModule]=category&serendipity[adminAction]=doDelete&serendipity[cid]=<?php echo $serendipity['GET']['cid'] ?>">