Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6215
Modified Files:
NEWS serendipity_config_local.tpl
Log Message:
Disable the use of popups by default
Index: serendipity_config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_config_local.tpl,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- serendipity_config_local.tpl 30 Jul 2004 01:29:47 -0000 1.43
+++ serendipity_config_local.tpl 5 Sep 2004 21:19:56 -0000 1.44
@@ -35,7 +35,7 @@
$serendipity['extCSS'] = '{INSTALL_EXTERNALSTYLE|extCSS|string|none|255}'; // INSTALL_EXTERNALSTYLE_DESC
$serendipity['wysiwyg'] = '{INSTALL_WYSIWYG|wysiwyg|bool|0|0}'; // INSTALL_WYSIWYG_DESC
$serendipity['XHTML11'] = '{INSTALL_XHTML11|XHTML11|bool|0|255}'; // INSTALL_XHTML11_DESC
-$serendipity['enablePopup'] = '{INSTALL_POPUP|enablePopup|bool|1|255}'; // INSTALL_POPUP_DESC
+$serendipity['enablePopup'] = '{INSTALL_POPUP|enablePopup|bool|0|255}'; // INSTALL_POPUP_DESC
$serendipity['embed'] = '{INSTALL_EMBED|embed|bool||255}'; // INSTALL_EMBED_DESC
$serendipity['top_as_links'] = '{INSTALL_SHOW_EXTERNAL_LINKS|top_as_links|bool||1|255}'; // INSTALL_SHOW_EXTERNAL_LINKS_DESC
$serendipity['blockReferer'] = '{INSTALL_BLOCKREF|blockReferer|string|;|255}'; // INSTALL_BLOCKREF_DESC
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- NEWS 2 Sep 2004 12:44:37 -0000 1.209
+++ NEWS 5 Sep 2004 21:19:56 -0000 1.210
@@ -3,11 +3,13 @@
Version 0.7 ()
------------------------------------------------------------------------
+ * Disable the use of popups by default (tomsommer)
+
* BBCode plugin can now pretty print code/php style blocks.
(Jez Hancock, garvinhicking)
- * Threaded/chronological view of comments can be toggled by the
- visitor. (garvinhicking)
+ * Threaded/Linear view of comments can be toggled by the
+ visitor. (garvinhicking, tomsommer)
* Plugin serendipity_event_spamblock: Will reject any double
comments, if enabled. Stub for enhancing other spam-protections
|