[geeklog-cvs] geeklog-1.3/public_html/admin/install install.php,1.76,1.77

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Jan 29 04:02:13 EST 2005


Update of /var/cvs/geeklog-1.3/public_html/admin/install
In directory www:/tmp/cvs-serv5679/public_html/admin/install

Modified Files:
	install.php 
Log Message:
Introduced a 'story.ping' permission, allowing users to send trackbacks / pings.


Index: install.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/install/install.php,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** install.php	28 Jan 2005 12:40:16 -0000	1.76
--- install.php	29 Jan 2005 09:02:11 -0000	1.77
***************
*** 167,171 ****
  
      $retval .= '<h1>Geeklog Installation (Step 1 of 2)</h1>' . LB;
!     $retval .= '<p><strong>Welcome to Geeklog ' . VERSION . '</strong> and thank you for choosing Geeklog. You are only 2 steps away from having Geeklog running on your system.</p>' . LB;
      $retval .= "<p>If you haven't already done so, you should <strong>edit config.php prior to running this script</strong>. This script will then apply the database structures for both fresh installations and upgrades.</p>" . LB;
  
--- 167,171 ----
  
      $retval .= '<h1>Geeklog Installation (Step 1 of 2)</h1>' . LB;
!     $retval .= '<p><strong>Welcome and thank you for choosing Geeklog.</strong> You are only 2 steps away from having Geeklog ' . VERSION . ' running on your system.</p>' . LB;
      $retval .= "<p>If you haven't already done so, you should <strong>edit config.php prior to running this script</strong>. This script will then apply the database structures for both fresh installations and upgrades.</p>" . LB;
  
***************
*** 740,743 ****
--- 740,746 ----
                  next ($_SQL);
              }
+ 
+             upgrade_addFeature ();
+ 
              $current_gl_version = '1.3.12';
              $_SQL = '';




More information about the geeklog-cvs mailing list