[geeklog-hg] geeklog: remove leftover 'search_no_data' config option from the...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 10 06:08:24 EDT 2013


changeset 8991:1efc479d6d81
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/1efc479d6d81
user: Dirk Haun <dirk at haun-online.de>
date: Sun Mar 10 11:08:16 2013 +0100
description:
remove leftover 'search_no_data' config option from the database (bug #0001566)

diffstat:

 sql/updates/mssql_1.8.2_to_2.0.0.php |  7 +++++--
 sql/updates/mysql_1.8.2_to_2.0.0.php |  9 ++++++---
 sql/updates/pgsql_1.8.2_to_2.0.0.php |  9 ++++++---
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (61 lines):

diff -r 97271b1e3706 -r 1efc479d6d81 sql/updates/mssql_1.8.2_to_2.0.0.php
--- a/sql/updates/mssql_1.8.2_to_2.0.0.php	Sat Mar 09 22:12:07 2013 +0100
+++ b/sql/updates/mssql_1.8.2_to_2.0.0.php	Sun Mar 10 11:08:16 2013 +0100
@@ -110,10 +110,13 @@
     // Comments    
     $c->add('comment_on_same_page',0,'select',4,21,0, 1690, TRUE, $me, 21);
     $c->add('show_comments_at_replying',0,'select',4,21,0, 1691, TRUE, $me, 21);
-    
+
     // Microsummary
     $c->del('microsummary_short', 'Core');
-    
+
+    // removed in Geeklog 1.6.0 but may still be in older databases
+    $c->del('search_no_data', 'Core');
+
     // Breadcrumb Root Site Name
     $c->add('breadcrumb_root_site_name', 0, 'select', 7, 45, 0, 2040, TRUE, $me, 45);    
     
diff -r 97271b1e3706 -r 1efc479d6d81 sql/updates/mysql_1.8.2_to_2.0.0.php
--- a/sql/updates/mysql_1.8.2_to_2.0.0.php	Sat Mar 09 22:12:07 2013 +0100
+++ b/sql/updates/mysql_1.8.2_to_2.0.0.php	Sun Mar 10 11:08:16 2013 +0100
@@ -108,11 +108,14 @@
 
     // Comments    
     $c->add('comment_on_same_page',0,'select',4,21,0, 1690, TRUE, $me, 21);
-    $c->add('show_comments_at_replying',0,'select',4,21,0, 1691, TRUE, $me, 21);    
-    
+    $c->add('show_comments_at_replying',0,'select',4,21,0, 1691, TRUE, $me, 21);
+
     // Microsummary
     $c->del('microsummary_short', 'Core');
-    
+
+    // removed in Geeklog 1.6.0 but may still be in older databases
+    $c->del('search_no_data', 'Core');
+
     // Breadcrumb Root Site Name
     $c->add('breadcrumb_root_site_name', 0, 'select', 7, 45, 0, 2040, TRUE, $me, 45);    
     
diff -r 97271b1e3706 -r 1efc479d6d81 sql/updates/pgsql_1.8.2_to_2.0.0.php
--- a/sql/updates/pgsql_1.8.2_to_2.0.0.php	Sat Mar 09 22:12:07 2013 +0100
+++ b/sql/updates/pgsql_1.8.2_to_2.0.0.php	Sun Mar 10 11:08:16 2013 +0100
@@ -117,11 +117,14 @@
     
     // Comments    
     $c->add('comment_on_same_page',0,'select',4,21,0, 1690, TRUE, $me, 21);
-    $c->add('show_comments_at_replying',0,'select',4,21,0, 1691, TRUE, $me, 21);      
-    
+    $c->add('show_comments_at_replying',0,'select',4,21,0, 1691, TRUE, $me, 21);
+
     // Microsummary
     $c->del('microsummary_short', 'Core');
-    
+
+    // removed in Geeklog 1.6.0 but may still be in older databases
+    $c->del('search_no_data', 'Core');
+
     // Breadcrumb Root Site Name
     $c->add('breadcrumb_root_site_name', 0, 'select', 7, 45, 0, 2040, TRUE, $me, 45);    
     



More information about the geeklog-cvs mailing list