From ad0abea6c8a85ebd0ba322aa96e0ce415644fa21 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 27 May 2005 09:37:16 +0000 Subject: [PATCH] * Fix deleting categories when having privileges but not being administrator (Patch #1205347, many thanks to Penny Leach) --- docs/NEWS | 21 ++++++++++++--------- include/admin/category.inc.php | 1 + 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 09b9f17..b00b69a 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,18 +3,9 @@ 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 @@ -78,6 +69,18 @@ Version 0.9 () 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) diff --git a/include/admin/category.inc.php b/include/admin/category.inc.php index 5b92625..d55a884 100644 --- a/include/admin/category.inc.php +++ b/include/admin/category.inc.php @@ -107,6 +107,7 @@ if ($serendipity['GET']['adminAction'] == 'doDelete') { = USERLEVEL_CHIEF || $serendipity['authorid'] == $this_cat['authorid'] || $this_cat['authorid'] == '0') { ?>
-- 2.39.5