[geeklog-cvs] Geeklog-1.x/sql/updates mssql_1.4.1_to_1.4.2.php, 1.5, 1.6 mysql_1.4.1_to_1.4.2.php, 1.30, 1.31

Oliver ospiess at qs1489.pair.com
Thu Sep 27 20:22:08 EDT 2007


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

Modified Files:
	mssql_1.4.1_to_1.4.2.php mysql_1.4.1_to_1.4.2.php 
Log Message:
removing left_blocks_in_footer config setting and placing it in lib-common;
introducing right_blocks_in_fotter setting

Index: mysql_1.4.1_to_1.4.2.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/sql/updates/mysql_1.4.1_to_1.4.2.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** mysql_1.4.1_to_1.4.2.php	24 Sep 2007 08:43:38 -0000	1.30
--- mysql_1.4.1_to_1.4.2.php	28 Sep 2007 00:22:06 -0000	1.31
***************
*** 176,180 ****
      $c->add('show_right_blocks',FALSE,'select',2,25,1,1350,TRUE);
      $c->add('showfirstasfeatured',0,'select',2,25,0,1360,TRUE);
-     $c->add('left_blocks_in_footer',0,'select',2,25,0,1370,TRUE);
      $c->add('backend',1,'select',0,26,0,1380,TRUE);
      $c->add('rdf_file','','text',0,26,NULL,1390,TRUE);
--- 176,179 ----

Index: mssql_1.4.1_to_1.4.2.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/sql/updates/mssql_1.4.1_to_1.4.2.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mssql_1.4.1_to_1.4.2.php	24 Sep 2007 08:43:38 -0000	1.5
--- mssql_1.4.1_to_1.4.2.php	28 Sep 2007 00:22:06 -0000	1.6
***************
*** 1,6 ****
  <?php
  
! /* These queries were copied from the mysql 1.4.2 upgrade and 
!  * probably need to be rewritten for MS SQL
  
  // remove time zone table since its included into PEAR now
--- 1,8 ----
  <?php
  
! /* These queries were copied from the mysql 1.4.2 upgrade and
! 
!  * probably need to be rewritten for MS SQL
! 
  
  // remove time zone table since its included into PEAR now
***************
*** 49,55 ****
          ");
          require_once($_CONF['path_system'] . 'classes/config.class.php');
!     
      $c = config::create();
!     
      $c->add('path_html','','text',0,1,NULL,10,TRUE);
      $c->add('site_url','','text',0,0,NULL,20,TRUE);
--- 51,57 ----
          ");
          require_once($_CONF['path_system'] . 'classes/config.class.php');
! 
      $c = config::create();
! 
      $c->add('path_html','','text',0,1,NULL,10,TRUE);
      $c->add('site_url','','text',0,0,NULL,20,TRUE);
***************
*** 189,193 ****
      $c->add('show_right_blocks',FALSE,'select',2,25,1,1350,TRUE);
      $c->add('showfirstasfeatured',0,'select',2,25,0,1360,TRUE);
-     $c->add('left_blocks_in_footer',0,'select',2,25,0,1370,TRUE);
      $c->add('backend',1,'select',0,26,0,1380,TRUE);
      $c->add('rdf_file','','text',0,26,NULL,1390,TRUE);
--- 191,194 ----




More information about the geeklog-cvs mailing list