[geeklog-cvs] Geeklog-1.x/sql/updates mysql_1.4.1_to_1.5.0.php, 1.50, 1.51

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 20 11:25:42 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/sql/updates
In directory qs1489.pair.com:/tmp/cvs-serv80878/sql/updates

Modified Files:
	mysql_1.4.1_to_1.5.0.php 
Log Message:
Fixed some config option: 'sortmethod', 'searchloginrequired', 'skip_preview', 'comment_code', 'cookiesecure'; enable 'debug_image_upload' option (but keep it off)


Index: mysql_1.4.1_to_1.5.0.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/updates/mysql_1.4.1_to_1.5.0.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** mysql_1.4.1_to_1.5.0.php	19 Jan 2008 19:56:42 -0000	1.50
--- mysql_1.4.1_to_1.5.0.php	20 Jan 2008 16:25:40 -0000	1.51
***************
*** 113,117 ****
      $c->add('cookie_path','/','text',7,13,NULL,610,TRUE);
      $c->add('cookiedomain','','text',7,13,NULL,620,TRUE);
!     $c->add('cookiesecure',0,'text',7,13,NULL,630,TRUE);
      $c->add('lastlogin',TRUE,'select',4,14,1,640,TRUE);
      $c->add('pdf_enabled',0,'select',7,7,0,660,TRUE);
--- 113,117 ----
      $c->add('cookie_path','/','text',7,13,NULL,610,TRUE);
      $c->add('cookiedomain','','text',7,13,NULL,620,TRUE);
!     $c->add('cookiesecure',FALSE,'select',7,13,1,630,TRUE);
      $c->add('lastlogin',TRUE,'select',4,14,1,640,TRUE);
      $c->add('pdf_enabled',0,'select',7,7,0,660,TRUE);
***************
*** 121,125 ****
      $c->add('commentsloginrequired',0,'select',4,14,0,700,TRUE);
      $c->add('statsloginrequired',0,'select',4,14,0,710,TRUE);
!     $c->add('searchloginrequired',0,'select',4,14,0,720,TRUE);
      $c->add('profileloginrequired',0,'select',4,14,0,730,TRUE);
      $c->add('emailuserloginrequired',0,'select',4,14,0,740,TRUE);
--- 121,125 ----
      $c->add('commentsloginrequired',0,'select',4,14,0,700,TRUE);
      $c->add('statsloginrequired',0,'select',4,14,0,710,TRUE);
!     $c->add('searchloginrequired',0,'select',4,14,16,720,TRUE);
      $c->add('profileloginrequired',0,'select',4,14,0,730,TRUE);
      $c->add('emailuserloginrequired',0,'select',4,14,0,740,TRUE);
***************
*** 132,140 ****
      $c->add('postmode','plaintext','select',4,17,5,810,TRUE);
      $c->add('speedlimit',45,'text',4,17,NULL,820,TRUE);
!     $c->add('skip_preview',0,'text',4,17,NULL,830,TRUE);
      $c->add('advanced_editor',FALSE,'select',4,17,1,840,TRUE);
      $c->add('wikitext_editor',FALSE,'select',4,17,1,850,TRUE);
      $c->add('cron_schedule_interval',86400,'text',7,7,NULL,860,TRUE);
!     $c->add('sortmethod','sortnum','text',3,18,NULL,870,TRUE);
      $c->add('showstorycount',1,'select',3,18,0,880,TRUE);
      $c->add('showsubmissioncount',1,'select',3,18,0,890,TRUE);
--- 132,140 ----
      $c->add('postmode','plaintext','select',4,17,5,810,TRUE);
      $c->add('speedlimit',45,'text',4,17,NULL,820,TRUE);
!     $c->add('skip_preview',0,'select',4,17,0,830,TRUE);
      $c->add('advanced_editor',FALSE,'select',4,17,1,840,TRUE);
      $c->add('wikitext_editor',FALSE,'select',4,17,1,850,TRUE);
      $c->add('cron_schedule_interval',86400,'text',7,7,NULL,860,TRUE);
!     $c->add('sortmethod','sortnum','select',3,18,15,870,TRUE);
      $c->add('showstorycount',1,'select',3,18,0,880,TRUE);
      $c->add('showsubmissioncount',1,'select',3,18,0,890,TRUE);
***************
*** 196,202 ****
      $c->add('path_to_mogrify','','text',5,27,NULL,1460,FALSE);
      $c->add('path_to_netpbm','','text',5,27,NULL,1470,FALSE);
!     $c->add('debug_image_upload',TRUE,'select',5,28,1,1480,FALSE);
!     $c->add('keep_unscaled_image',0,'select',5,28,0,1490,TRUE);
!     $c->add('allow_user_scaling',1,'select',5,28,0,1500,TRUE);
      $c->add('max_image_width',160,'text',5,29,NULL,1510,TRUE);
      $c->add('max_image_height',160,'text',5,29,NULL,1520,TRUE);
--- 196,202 ----
      $c->add('path_to_mogrify','','text',5,27,NULL,1460,FALSE);
      $c->add('path_to_netpbm','','text',5,27,NULL,1470,FALSE);
!     $c->add('keep_unscaled_image',0,'select',5,28,0,1480,TRUE);
!     $c->add('allow_user_scaling',1,'select',5,28,0,1490,TRUE);
!     $c->add('debug_image_upload',TRUE,'select',5,28,1,1500,TRUE);
      $c->add('max_image_width',160,'text',5,29,NULL,1510,TRUE);
      $c->add('max_image_height',160,'text',5,29,NULL,1520,TRUE);
***************
*** 215,219 ****
      $c->add('comment_limit',100,'text',4,33,NULL,1650,TRUE);
      $c->add('comment_mode','threaded','select',4,33,11,1660,TRUE);
!     $c->add('comment_code',0,'select',4,33,0,1670,TRUE);
      $c->add('passwordspeedlimit',300,'text',4,14,NULL,1680,TRUE);
      $c->add('login_attempts',3,'text',4,14,NULL,1690,TRUE);
--- 215,219 ----
      $c->add('comment_limit',100,'text',4,33,NULL,1650,TRUE);
      $c->add('comment_mode','threaded','select',4,33,11,1660,TRUE);
!     $c->add('comment_code',0,'select',4,33,17,1670,TRUE);
      $c->add('passwordspeedlimit',300,'text',4,14,NULL,1680,TRUE);
      $c->add('login_attempts',3,'text',4,14,NULL,1690,TRUE);




More information about the geeklog-cvs mailing list