[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.23, 1.24

Dirk Haun dhaun at qs1489.pair.com
Sun Dec 30 12:46:41 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv96740

Modified Files:
	index.php 
Log Message:
1.4.2 -> 1.5.0 (SQL update files have been renamed accordingly in the CVS repository)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** index.php	30 Dec 2007 00:11:40 -0000	1.23
--- index.php	30 Dec 2007 17:46:39 -0000	1.24
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | index.php                                                                 |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | index.php                                                                 |
***************
*** 51,55 ****
  }
  if (!defined ('VERSION')) {
!     define('VERSION', '1.4.2');
  }
  if ( !defined( 'XHTML' ) ) {
--- 51,55 ----
  }
  if (!defined ('VERSION')) {
!     define('VERSION', '1.5.0');
  }
  if ( !defined( 'XHTML' ) ) {
***************
*** 712,716 ****
          case 'mysql':
              $test = array(
!                 '1.4.2'  => array("DESCRIBE {$_TABLES['storysubmission']} bodytext",''),
                  '1.4.1'  => array("SELECT ft_name FROM {$_TABLES['features']} WHERE ft_name = 'syndication.edit'", 'syndication.edit'),
                  '1.4.0'  => array("DESCRIBE {$_TABLES['users']} remoteusername",''),
--- 712,716 ----
          case 'mysql':
              $test = array(
!                 '1.5.0'  => array("DESCRIBE {$_TABLES['storysubmission']} bodytext",''),
                  '1.4.1'  => array("SELECT ft_name FROM {$_TABLES['features']} WHERE ft_name = 'syndication.edit'", 'syndication.edit'),
                  '1.4.0'  => array("DESCRIBE {$_TABLES['users']} remoteusername",''),
***************
*** 728,732 ****
  
  	    $test = array(
!                 '1.4.2'  => array("DESCRIBE {$_TABLES['storysubmission']} bodytext",''),
                  '1.4.1'  => array("SELECT ft_name FROM {$_TABLES['features']} WHERE ft_name = 'syndication.edit'", 'syndication.edit'),
              );
--- 728,732 ----
  
  	    $test = array(
!                 '1.5.0'  => array("DESCRIBE {$_TABLES['storysubmission']} bodytext",''),
                  '1.4.1'  => array("SELECT ft_name FROM {$_TABLES['features']} WHERE ft_name = 'syndication.edit'", 'syndication.edit'),
              );
***************
*** 1226,1230 ****
  
          case '1.4.1':
!             require_once $_CONF['path'] . 'sql/updates/' . $_DB_dbms . '_1.4.1_to_1.4.2.php';
              INST_updateDB($_SQL);
  
--- 1226,1230 ----
  
          case '1.4.1':
!             require_once $_CONF['path'] . 'sql/updates/' . $_DB_dbms . '_1.4.1_to_1.5.0.php';
              INST_updateDB($_SQL);
  
***************
*** 1294,1299 ****
              }
  
! 
!             $current_gl_version = '1.4.2';
              $_SQL = '';
              break;
--- 1294,1298 ----
              }
  
!             $current_gl_version = '1.5.0';
              $_SQL = '';
              break;




More information about the geeklog-cvs mailing list