[geeklog-hg] geeklog: add 'autotag_permissions_topic' config option when upgr...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat May 11 13:38:16 EDT 2013


changeset 9063:4f370cc01c46
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4f370cc01c46
user: Dirk Haun <dirk at haun-online.de>
date: Sat May 11 18:59:55 2013 +0200
description:
add 'autotag_permissions_topic' config option when upgrading

diffstat:

 sql/updates/mssql_2.0.0_to_2.0.1.php |  3 +++
 sql/updates/mysql_2.0.0_to_2.0.1.php |  3 +++
 sql/updates/pgsql_2.0.0_to_2.0.1.php |  3 +++
 3 files changed, 9 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 6f68f38f2dd8 -r 4f370cc01c46 sql/updates/mssql_2.0.0_to_2.0.1.php
--- a/sql/updates/mssql_2.0.0_to_2.0.1.php	Fri May 10 19:43:19 2013 +0530
+++ b/sql/updates/mssql_2.0.0_to_2.0.1.php	Sat May 11 18:59:55 2013 +0200
@@ -24,6 +24,9 @@
     $c->add('cache_templates',TRUE,'select',2,10,1,220,TRUE, $me, 10);
     $c->add('template_comments',FALSE,'select',2,11,1,1370,TRUE, $me, 11);       
 
+    // [topic:] autotag permissions
+    $c->add('autotag_permissions_topic', array(2, 2, 2, 2), '@select', 7, 41, 28, 1890, TRUE, $me, 37);
+
     return true;
 }
 
diff -r 6f68f38f2dd8 -r 4f370cc01c46 sql/updates/mysql_2.0.0_to_2.0.1.php
--- a/sql/updates/mysql_2.0.0_to_2.0.1.php	Fri May 10 19:43:19 2013 +0530
+++ b/sql/updates/mysql_2.0.0_to_2.0.1.php	Sat May 11 18:59:55 2013 +0200
@@ -24,6 +24,9 @@
     $c->add('cache_templates',TRUE,'select',2,10,1,220,TRUE, $me, 10);
     $c->add('template_comments',FALSE,'select',2,11,1,1370,TRUE, $me, 11);   
 
+    // [topic:] autotag permissions
+    $c->add('autotag_permissions_topic', array(2, 2, 2, 2), '@select', 7, 41, 28, 1890, TRUE, $me, 37);
+
     return true;
 }
 
diff -r 6f68f38f2dd8 -r 4f370cc01c46 sql/updates/pgsql_2.0.0_to_2.0.1.php
--- a/sql/updates/pgsql_2.0.0_to_2.0.1.php	Fri May 10 19:43:19 2013 +0530
+++ b/sql/updates/pgsql_2.0.0_to_2.0.1.php	Sat May 11 18:59:55 2013 +0200
@@ -24,6 +24,9 @@
     $c->add('cache_templates',TRUE,'select',2,10,1,220,TRUE, $me, 10);
     $c->add('template_comments',FALSE,'select',2,11,1,1370,TRUE, $me, 11);       
 
+    // [topic:] autotag permissions
+    $c->add('autotag_permissions_topic', array(2, 2, 2, 2), '@select', 7, 41, 28, 1890, TRUE, $me, 37);
+
     return true;
 }
 



More information about the geeklog-cvs mailing list