[geeklog-cvs] geeklog: The default replacement text for censored text was supp...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 7 12:47:58 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/646c32d0878a
changeset: 6771:646c32d0878a
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Feb 07 18:46:54 2009 +0100
description:
The default replacement text for censored text was supposed to read "censored", not "censormode"

diffstat:

2 files changed, 3 insertions(+), 1 deletion(-)
public_html/admin/install/config-install.php |    2 +-
public_html/docs/history                     |    2 ++

diffs (24 lines):

diff -r d100539bbfc6 -r 646c32d0878a public_html/admin/install/config-install.php
--- a/public_html/admin/install/config-install.php	Sat Feb 07 16:07:22 2009 +0100
+++ b/public_html/admin/install/config-install.php	Sat Feb 07 18:46:54 2009 +0100
@@ -312,7 +312,7 @@
 
     $c->add('fs_censoring', NULL, 'fieldset', 7, 35, NULL, 0, TRUE);
     $c->add('censormode',1,'select',7,35,0,1760,TRUE);
-    $c->add('censorreplace','*censormode*','text',7,35,NULL,1770,TRUE);
+    $c->add('censorreplace','*censored*','text',7,35,NULL,1770,TRUE);
     $c->add('censorlist', array('fuck','cunt','fucker','fucking','pussy','cock','c0ck',' cum ','twat','clit','bitch','fuk','fuking','motherfucker'),'%text',7,35,NULL,1780,TRUE);
 
     $c->add('fs_iplookup', NULL, 'fieldset', 7, 36, NULL, 0, TRUE);
diff -r d100539bbfc6 -r 646c32d0878a public_html/docs/history
--- a/public_html/docs/history	Sat Feb 07 16:07:22 2009 +0100
+++ b/public_html/docs/history	Sat Feb 07 18:46:54 2009 +0100
@@ -3,6 +3,8 @@
 Feb 8, 2009 (1.5.2)
 -----------
 
+- The default replacement text for censored text was supposed to read
+  "censored", not "censormode" [Dirk]
 - Fixed problem with extra backslashes appearing in a story's title during the
   story preview when magic_quotes_gpc = On (bug #0000790) [Mike, Dirk]
 - Added missing page title when viewing a single comment [Dirk]



More information about the geeklog-cvs mailing list