Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28988
Modified Files:
serendipity_config.inc.php
Log Message:
Personal Configuration allows to configure defaults per-user for creating entries (publish state, moderate comments, allow comments)
Index: serendipity_config.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_config.inc.php,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- serendipity_config.inc.php 26 Jan 2005 16:03:28 -0000 1.138
+++ serendipity_config.inc.php 27 Jan 2005 15:01:59 -0000 1.139
@@ -46,12 +46,6 @@
// Can the user change the date of publishing for an entry?
$serendipity['allowDateManipulation'] = true;
-// Is the possibility to comment and entry enabled by default?
-$serendipity['allowCommentsDefault'] = true;
-
-// Should comment moderation be enabled by default?
-$serendipity['moderateCommentsDefault'] = false;
-
// How much time is allowed to pass since the publising of an entry, so that a comment to that entry
// will update it's LastModified stamp? If the time is passed, a comment to an old entry will no longer
// push an article as being updated.
|