From 316e86f3dc5f26cb207e3c0c3589c1182fb3f650 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 13 Jan 2010 12:28:55 +0000 Subject: [PATCH] * Added ability to mark authorgroups as "hidden", so that members of such groups are excluded from common author listings. (Ref http://board.s9y.org/viewtopic.php?f=11&t=16237) (garvinhicking) --- docs/NEWS | 9 ++++++++- include/admin/entries.inc.php | 2 +- include/admin/groups.inc.php | 2 +- include/functions.inc.php | 9 +++++++-- include/functions_config.inc.php | 5 ++++- include/functions_plugins_admin.inc.php | 2 +- include/plugin_internal.inc.php | 2 +- .../serendipity_event_entryproperties.php | 4 ++-- 8 files changed, 25 insertions(+), 10 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 820587b9..0cc0bd45 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,13 @@ Version 1.6 () ------------------------------------------------------------------------ + * Added ability to mark authorgroups as "hidden", so that members + of such groups are excluded from common author listings. + (Ref http://board.s9y.org/viewtopic.php?f=11&t=16237) + (garvinhicking) + + * Added option for SMF importer to also import tags + * Added experimental global variable $i18n_filename_utf8 that can be set in a serendipity_config_local.inc.php or language include file, which will return Unicode-Permalinks. @@ -11,7 +18,7 @@ Version 1.6 () * Added event hook backend_sendcomment for sending comments and being able to chang via plugin API (onli) -Version 1.5.1 () +Version 1.5.1 (December 21st, 2009) ------------------------------------------------------------------------ * Fix bug with not showing "html" type configuration items. diff --git a/include/admin/entries.inc.php b/include/admin/entries.inc.php index 43fb596a..f0f04acd 100644 --- a/include/admin/entries.inc.php +++ b/include/admin/entries.inc.php @@ -113,7 +113,7 @@ function serendipity_drawList() {