openfirst-cvscommit Mailing List for openFIRST (Page 92)
Brought to you by:
xtimg
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(41) |
Jun
(210) |
Jul
(39) |
Aug
(153) |
Sep
(147) |
Oct
(173) |
Nov
(81) |
Dec
(163) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(33) |
Feb
(18) |
Mar
|
Apr
(62) |
May
|
Jun
(100) |
Jul
(38) |
Aug
(58) |
Sep
(1) |
Oct
|
Nov
(25) |
Dec
(172) |
2005 |
Jan
(31) |
Feb
(12) |
Mar
(67) |
Apr
(92) |
May
(247) |
Jun
(34) |
Jul
(36) |
Aug
(192) |
Sep
(15) |
Oct
(42) |
Nov
(92) |
Dec
(4) |
2006 |
Jan
|
Feb
(21) |
Mar
|
Apr
|
May
|
Jun
(53) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(4) |
Apr
(4) |
May
|
Jun
(15) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <dav...@us...> - 2003-06-27 21:32:55
|
Update of /cvsroot/openfirst/feedback/setup In directory sc8-pr-cvs1:/tmp/cvs-serv21711 Modified Files: setup.mysql Log Message: Fixed/added ofirst_config insert Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/feedback/setup/setup.mysql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** setup.mysql 26 Jun 2003 15:22:18 -0000 1.4 --- setup.mysql 27 Jun 2003 20:44:15 -0000 1.5 *************** *** 1,2 **** ! create table ofirst_feedbackusers (name TEXT, email TEXT); ! INSERT INTO ofirst_config SET modulename=`feedback`,showonmenu=`False`,active=`False` \ No newline at end of file --- 1,2 ---- ! CREATE TABLE ofirst_feedbackusers (name TEXT, email TEXT); ! INSERT INTO ofirst_config SET modulename='feedback',showonmenu='0',active='0'; \ No newline at end of file |
From: <dav...@us...> - 2003-06-27 21:05:25
|
Update of /cvsroot/openfirst/emoticon/setup In directory sc8-pr-cvs1:/tmp/cvs-serv21565 Modified Files: setup.mysql Log Message: Fixed/added ofirst_config insert Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/emoticon/setup/setup.mysql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** setup.mysql 21 Jun 2003 15:50:12 -0000 1.2 --- setup.mysql 27 Jun 2003 20:44:01 -0000 1.3 *************** *** 439,440 **** --- 439,441 ---- INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(torch)','<img src=\"http://openfirst.sourceforge.net/image/minimascot.png\" alt=\"(torch)\" title=\"(torch)\" />'); INSERT INTO ofirst_emoticon (emoticon, substitution) VALUES ('(first)','<img src=\"http://openfirst.sourceforge.net/image/icon/flag/first.png\" alt=\"(first)\" title=\"(first)\" />'); + INSERT INTO ofirst_config SET modulename='emoticon',showonmenu='0',active='0'; |
From: <dav...@us...> - 2003-06-27 20:54:35
|
Update of /cvsroot/openfirst/members/setup In directory sc8-pr-cvs1:/tmp/cvs-serv21800/setup Log Message: Directory /cvsroot/openfirst/members/setup added to the repository |
From: <dav...@us...> - 2003-06-27 20:53:03
|
Update of /cvsroot/openfirst/news/setup In directory sc8-pr-cvs1:/tmp/cvs-serv21924 Modified Files: setup.mysql Log Message: Fixed/added ofirst_config insert Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/news/setup/setup.mysql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** setup.mysql 21 Jun 2003 15:41:16 -0000 1.1 --- setup.mysql 27 Jun 2003 20:45:33 -0000 1.2 *************** *** 1 **** --- 1,2 ---- CREATE TABLE `ofirst_news` (`ID` int(6) unsigned NOT NULL auto_increment, `date` TINYTEXT, `poster` TINYTEXT, `title` TINYTEXT, `news` TEXT, PRIMARY KEY (`ID`)) Type=MyISAM; + INSERT INTO ofirst_config SET modulename='news',showonmenu='0',active='0',adminnavigation='<a href="$basepath/news/admin/">Admin Main</a>',modulenavigation='<a href="$basepath/news/">Current News</a>'; \ No newline at end of file |
From: <dav...@us...> - 2003-06-27 20:50:54
|
Update of /cvsroot/openfirst/logger/setup In directory sc8-pr-cvs1:/tmp/cvs-serv22587 Modified Files: setup.mysql Log Message: Changed the navigation spots. Admin nav was in module nav, so I put it back. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/logger/setup/setup.mysql,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** setup.mysql 27 Jun 2003 02:42:08 -0000 1.6 --- setup.mysql 27 Jun 2003 20:50:51 -0000 1.7 *************** *** 1,2 **** CREATE TABLE `ofirst_logger` (`ID` int(6) unsigned NOT NULL auto_increment, `IPAddress` tinytext, `Date` tinytext, `Location` tinytext, `QueryString` tinytext, `HostLookup` tinytext, `Browser` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/logger/reset.php">Reset Logger</a> <a href="$basepath/logger/rawdata.php">Raw Data</a>',includes='logger.php'; \ No newline at end of file --- 1,2 ---- CREATE TABLE `ofirst_logger` (`ID` int(6) unsigned NOT NULL auto_increment, `IPAddress` tinytext, `Date` tinytext, `Location` tinytext, `QueryString` tinytext, `HostLookup` tinytext, `Browser` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',adminnavigation='<a href="$basepath/logger/reset.php">Reset Logger</a> <a href="$basepath/logger/rawdata.php">Raw Data</a>',includes='logger.php'; \ No newline at end of file |
From: <dav...@us...> - 2003-06-27 20:14:45
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv16615 Modified Files: modules.php Log Message: Completed updates and fixes Index: modules.php =================================================================== RCS file: /cvsroot/openfirst/base/config/modules.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modules.php 27 Jun 2003 15:39:12 -0000 1.1 --- modules.php 27 Jun 2003 20:14:43 -0000 1.2 *************** *** 33,63 **** membersmenu($user->membertype); if($user->membertype == "administrator") { if(ISSET($_POST['update'])){ ! $query = mysql_query("SELECT * FROM ofirst_config"); ! while($module = mysql_fetch_object($query)){ ! if(ISSET($_POST[$module->modulename.'-active'])){ $active = "1"; }else{ $active = "0"; } if(ISSET($_POST[$module->modulename.'-showonmenu'])){ $showonmenu = "1"; }else{ $showonmenu = "0"; } ! mysql_query("UPDATE ofirst_config WHERE modulename='".$module->modulename."' SET ! modulename ='".$_POST[$module->modulename.'-modulename']."', ! modulename ='".$_POST[$module->modulename.'-modulenavigation']."', ! modulename ='".$_POST[$module->modulename.'-adminnavigation']."', ! modulename ='".$_POST[$module->modulename.'-includes']."', ! showonmenu ='".$showonmenu."', ! active ='".$active."'"); ! } ! ! } ?> ! <h1>SQL Install</h1> ! <p>This utility will create the tables required for certain openFIRST ! components to run. Select the SQL scripts you would like to ! install...</p> ! <form method="post" action="dd"> <table width="52%" align="center"> <tr> --- 33,70 ---- membersmenu($user->membertype); + // Check if user is actually an admin if($user->membertype == "administrator") { + + // Check if user wishes to make updates if(ISSET($_POST['update'])){ ! // Query for current module information and loop through with while ! $query = mysql_query("SELECT * FROM ofirst_config"); ! while($module = mysql_fetch_object($query)){ ! ! // Set values to update db for checkboxes if(ISSET($_POST[$module->modulename.'-active'])){ $active = "1"; }else{ $active = "0"; } if(ISSET($_POST[$module->modulename.'-showonmenu'])){ $showonmenu = "1"; }else{ $showonmenu = "0"; } ! // Creater query string then update information in database ! mysql_query("UPDATE ofirst_config SET ! modulename = '".$_POST[$module->modulename.'-modulename']."', ! includes = '".$_POST[$module->modulename.'-includes']."', ! showonmenu = '".$showonmenu."', ! active = '".$active."' WHERE modulename = '".$module->modulename."'") or die(mysql_error()); ! } ! ! // Successful creation response and die with footers. ! echo "<br><br><center>Module information has been updated, thank you. [ <a href='modules.php'>Modules</a> ]<br><br>"; ! die(include($footer)); ! ! } ?> ! <h1>Module Administrator</h1> ! <p>This utility will allow you to manage modules for certain openFIRST components. ! You may find the options below:</p> ! <form method="post" action="modules.php"> <table width="52%" align="center"> <tr> *************** *** 80,84 **** </table> <br /> ! <input type="submit" value="Update Values" /> </form> --- 87,91 ---- </table> <br /> ! <input type="submit" name="update" value="Update Values" /> </form> |
From: <dav...@us...> - 2003-06-27 20:14:19
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv16544 Modified Files: index.php Log Message: Added link to module manager Index: index.php =================================================================== RCS file: /cvsroot/openfirst/base/config/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.php 7 Jun 2003 16:11:31 -0000 1.1.1.1 --- index.php 27 Jun 2003 20:14:16 -0000 1.2 *************** *** 34,38 **** ?> <h1>OpenFIRST Configuration Area</h1> ! <p><a href="install.php">Install Component</a> - required to install several new openFIRST modules.</p> <?php } else { --- 34,41 ---- ?> <h1>OpenFIRST Configuration Area</h1> ! <p><a href="install.php">Install Component</a> - required to install several new ! openFIRST modules.</p> ! <p><a href="modules.php">Module Administrator</a> - required to manage openFIRST ! modules.</p> <?php } else { |
From: <dav...@us...> - 2003-06-27 15:39:15
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv3754 Added Files: modules.php Log Message: Initial upload. Has bugs needs to be fixed. --- NEW FILE: modules.php --- <?php /* * openFIRST.base - config/install.php * * Copyright (C) 2003, * openFIRST Project * Original Author: Tim Ginn <tim...@po...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ // Purpose: set up OpenFIRST modules -- currently only installs MySQL tables include("../config/globals.php"); include($header); membersmenu($user->membertype); if($user->membertype == "administrator") { if(ISSET($_POST['update'])){ $query = mysql_query("SELECT * FROM ofirst_config"); while($module = mysql_fetch_object($query)){ if(ISSET($_POST[$module->modulename.'-active'])){ $active = "1"; }else{ $active = "0"; } if(ISSET($_POST[$module->modulename.'-showonmenu'])){ $showonmenu = "1"; }else{ $showonmenu = "0"; } mysql_query("UPDATE ofirst_config WHERE modulename='".$module->modulename."' SET modulename ='".$_POST[$module->modulename.'-modulename']."', modulename ='".$_POST[$module->modulename.'-modulenavigation']."', modulename ='".$_POST[$module->modulename.'-adminnavigation']."', modulename ='".$_POST[$module->modulename.'-includes']."', showonmenu ='".$showonmenu."', active ='".$active."'"); } } ?> <h1>SQL Install</h1> <p>This utility will create the tables required for certain openFIRST components to run. Select the SQL scripts you would like to install...</p> <form method="post" action="dd"> <table width="52%" align="center"> <tr> <td width="32%">Module Name</td> <td width="14%">Activate</td> <td width="19%">Show Menu</td> <td width="35%">Includes</td> </tr> <?php $query = mysql_query("SELECT * FROM ofirst_config"); while($module = mysql_fetch_object($query)){ ?> <tr> <td><input name="<?php echo $module->modulename; ?>-modulename" type="text" id="modulename" value="<?php echo $module->modulename; ?>"></td> <td><input name="<?php echo $module->modulename; ?>-active" type="checkbox" id="active" value="checkbox" <?php if((bool) $module->active == true){ echo "checked"; } ?>></td> <td><input name="<?php echo $module->modulename; ?>-showonmenu" type="checkbox" id="showonmenu" value="checkbox" <?php if((bool) $module->showonmenu == true){ echo "checked"; } ?>></td> <td><input name="<?php echo $module->modulename; ?>-includes" type="text" id="includes" value="<?php echo $module->includes; ?>" size="30"></td> </tr> <?php } ?> </table> <br /> <input type="submit" value="Update Values" /> </form> <?php } else { showlogin(); } include($footer); ?> |
From: <dav...@us...> - 2003-06-27 15:14:31
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv31566 Modified Files: headers.php Log Message: Fixed some design issues Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/headers.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** headers.php 27 Jun 2003 01:39:50 -0000 1.9 --- headers.php 27 Jun 2003 15:09:19 -0000 1.10 *************** *** 48,60 **** <tr> <td class="menu" background="<?php echo("$basepath/images/"); ?>back.gif"> ! <font color="#FFFFFF">» <a class="menu" accesskey="h" href="http://openfirst.sourceforge.net"><u>H</u>ome</a> | » <a class="menu" accesskey="d" href="http://openfirst.sourceforge.net/downloads.php"><u>D</u>ownloads</a> ! | » <a accesskey="r" class="menu" href="http://openfirst.sourceforge.net/release.php"><u>R</u>elease ! Notes</a> | » <a accesskey="m" class="menu" href="http://openfirst.sourceforge.net/modules.php"><u>M</u>odules</a> | » <a class="menu" accesskey="l" href="http://openfirst.sourceforge.net/license.php"><u>L</u>icense</a> ! | » <a class="menu" accesskey="b" href="http://openfirst.sourceforge.net/bugreports.php"><u>B</u>ug ! Reports</a> | » <a accesskey="c" class="menu" href="http://openfirst.sourceforge.net/contact.php"><u>C</u>ontact ! Us</a> | » <a accesskey="a" class="menu" href="http://openfirst.sourceforge.net/about.php"><u>A</u>bout ! openFIRST</a> | » <a class="menu" accesskey="e" href="http://openfirst.sourceforge.net/developers.php">D<u>e</u>velopers</a> </font> </td> </tr> --- 48,66 ---- <tr> <td class="menu" background="<?php echo("$basepath/images/"); ?>back.gif"> ! <?php ! if(ISSET($headers)){ ! echo $headers; ! }else{ ! ?> ! <font color="#FFFFFF">» <a class="menu" accesskey="h" href="http://openfirst.sourceforge.net"><u>H</u>ome</a> | » <a class="menu" accesskey="d" href="http://openfirst.sourceforge.net/downloads.php"><u>D</u>ownloads</a> ! | » <a accesskey="r" class="menu" href="http://openfirst.sourceforge.net/release.php"><u>R</u>elease Notes</a> ! | » <a accesskey="m" class="menu" href="http://openfirst.sourceforge.net/modules.php"><u>M</u>odules</a> | » <a class="menu" accesskey="l" href="http://openfirst.sourceforge.net/license.php"><u>L</u>icense</a> ! | » <a class="menu" accesskey="b" href="http://openfirst.sourceforge.net/bugreports.php"><u>B</u>ug Reports</a> ! | » <a accesskey="c" class="menu" href="http://openfirst.sourceforge.net/contact.php"><u>C</u>ontact Us</a> ! | » <a accesskey="a" class="menu" href="http://openfirst.sourceforge.net/about.php"><u>A</u>bout openFIRST</a> ! | » <a class="menu" accesskey="e" href="http://openfirst.sourceforge.net/developers.php">D<u>e</u>velopers</a> ! <?php } ?> </font> </td> </tr> *************** *** 64,68 **** cellpadding="0"> <tr> ! <td class="menu" width="72%"> <?php --- 70,74 ---- cellpadding="0"> <tr> ! <td class="menu" width="63%"> <?php *************** *** 80,84 **** ?> </td> ! <td class="menu" width="28%"> <div> <div align="right"><font color="#333333"> <?php --- 86,90 ---- ?> </td> ! <td class="menu" width="37%"> <div> <div align="right"><font color="#333333"> <?php |
From: <dav...@us...> - 2003-06-27 15:08:52
|
Update of /cvsroot/openfirst/base/images In directory sc8-pr-cvs1:/tmp/cvs-serv31452 Added Files: back-admin.png Log Message: initial upload --- NEW FILE: back-admin.png --- (This appears to be a binary file; contents omitted.) |
From: <xt...@us...> - 2003-06-27 14:36:39
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv26862 Modified Files: first.php Log Message: Add functionality for working with modules to the generated globals.php file Index: first.php =================================================================== RCS file: /cvsroot/openfirst/base/config/first.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** first.php 27 Jun 2003 13:44:37 -0000 1.7 --- first.php 27 Jun 2003 14:36:35 -0000 1.8 *************** *** 80,86 **** \$currentmodule = substr(\$currentmodule, 1, strpos(\$currentmodule, \"/\", 2) - 1); ! session_start(); ! include('auth.php'); ! session_write_close(); ?>"); fclose($of); --- 80,114 ---- \$currentmodule = substr(\$currentmodule, 1, strpos(\$currentmodule, \"/\", 2) - 1); ! ! session_start(); ! include(\'auth.php\'); ! mysql_select_db(\$sqldatabase, \$sqlconnection); ! \$incl = mysql_query(\"SELECT * FROM ofirst_config\"); ! if(mysql_errno() == 0) { ! while(\$module = mysql_fetch_object(\$incl)) { ! if( (bool) \$module->active == true) { ! if(! \$module->includes == \"\"){ ! \$inclist = explode(\",\",\$module->includes); ! if(count(\$inclist) >= 2){ ! foreach(\$inclist As \$inc){ ! include(\"\$basepath/\$module->modulename/\$inc\"); ! } ! } else { ! include(\"\$fbasepath/\$module->modulename/\$module->includes\"); ! } ! } ! if( (bool) \$module->showonmenu == true) { ! \$headers .= \" » <a class=\'menu\' ! href=\'\$basepath/\$module->modulename/\'>\".ucwords(\$module->modulename).\"</a> |\"; ! } ! ! if (\$currentmodule = \$module->modulename){ ! \$adminnav = \$module->adminnavigation; ! \$subnav = \$module->modulenavigation; ! } ! } ! } ! } ! session_write_close(); ?>"); fclose($of); |
From: <xt...@us...> - 2003-06-27 13:44:41
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv17862 Modified Files: first.php Log Message: Add file system base path to generated globals.php to allow for easy inclusion of files from other modules. Index: first.php =================================================================== RCS file: /cvsroot/openfirst/base/config/first.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** first.php 24 Jun 2003 02:30:44 -0000 1.6 --- first.php 27 Jun 2003 13:44:37 -0000 1.7 *************** *** 73,76 **** --- 73,77 ---- \$mailfrom = '" . $_POST["mailfrom"] . "'; \$basepath = '" . $_POST["basepath"] . "'; + \$fbasepath = '" . $_POST["fbasepath"] . "'; // Determine what module the user is viewing *************** *** 154,157 **** --- 155,162 ---- </td><td><input type="text" name="basepath" value="/openfirst"></td></tr> + <tr><td>The file system path to the basepath + (example: <strong>/home/openfirst/htdocs/openfirst</strong>) this should have a + trailing slash. + </td><td><input type="text" name="fbasepath" value="<?php chdir(".."); echo getcwd(); ?>"></td></tr> <tr><td></td><td><input type="submit" value="Set up OpenFIRST"></td></tr> </form> |
From: <dav...@us...> - 2003-06-27 03:57:55
|
Update of /cvsroot/openfirst/logger/setup In directory sc8-pr-cvs1:/tmp/cvs-serv3386 Modified Files: setup.mysql Log Message: Includes insert added. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/logger/setup/setup.mysql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** setup.mysql 27 Jun 2003 01:46:58 -0000 1.5 --- setup.mysql 27 Jun 2003 02:42:08 -0000 1.6 *************** *** 1,2 **** CREATE TABLE `ofirst_logger` (`ID` int(6) unsigned NOT NULL auto_increment, `IPAddress` tinytext, `Date` tinytext, `Location` tinytext, `QueryString` tinytext, `HostLookup` tinytext, `Browser` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/logger/reset.php">Reset Logger</a> <a href="$basepath/logger/rawdata.php">Raw Data</a>'; \ No newline at end of file --- 1,2 ---- CREATE TABLE `ofirst_logger` (`ID` int(6) unsigned NOT NULL auto_increment, `IPAddress` tinytext, `Date` tinytext, `Location` tinytext, `QueryString` tinytext, `HostLookup` tinytext, `Browser` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/logger/reset.php">Reset Logger</a> <a href="$basepath/logger/rawdata.php">Raw Data</a>',includes='logger.php'; \ No newline at end of file |
From: <dav...@us...> - 2003-06-27 02:41:31
|
Update of /cvsroot/openfirst/messenger/setup In directory sc8-pr-cvs1:/tmp/cvs-serv3293 Modified Files: setup.mysql Log Message: Includes insert added. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/messenger/setup/setup.mysql,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** setup.mysql 27 Jun 2003 01:48:06 -0000 1.6 --- setup.mysql 27 Jun 2003 02:41:27 -0000 1.7 *************** *** 1,3 **** CREATE TABLE `ofirst_messages` (`ID` int(6) unsigned NOT NULL auto_increment, `Sender` tinytext, `Receiver` tinytext, `Subject` tinytext, `Body` text, `Status` tinytext, `Date` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! CREATE TABLE 'ofirst_usersonline' ('ID' int(6) unsigned NOT NULL auto_increment, 'IPAddress' tinytext, 'Location' tinytext, 'Timestamp' text, 'Member' tinytext, PRIMARY KEY ('ID')) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='messenger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/messenger/">Users Online</a> <a href="$basepath/messenger/inbox.php">Inbox</a> <a href="$basepath/messenger/newmsg.php">Send Message</a>'; \ No newline at end of file --- 1,3 ---- CREATE TABLE `ofirst_messages` (`ID` int(6) unsigned NOT NULL auto_increment, `Sender` tinytext, `Receiver` tinytext, `Subject` tinytext, `Body` text, `Status` tinytext, `Date` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! CREATE TABLE `ofirst_usersonline` (`ID` int(6) unsigned NOT NULL auto_increment, `IPAddress` tinytext, `Location` tinytext, `Timestamp` text, `Member` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='messenger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/messenger/">Users Online</a> <a href="$basepath/messenger/inbox.php">Inbox</a> <a href="$basepath/messenger/newmsg.php">Send Message</a>',includes='messenger.php'; \ No newline at end of file |
From: <dav...@us...> - 2003-06-27 02:20:32
|
Update of /cvsroot/openfirst/photogallery/setup In directory sc8-pr-cvs1:/tmp/cvs-serv1129 Modified Files: setup.mysql Log Message: Removed TEXT size declaration to fix errors. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/photogallery/setup/setup.mysql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** setup.mysql 27 Jun 2003 01:48:55 -0000 1.5 --- setup.mysql 27 Jun 2003 02:20:29 -0000 1.6 *************** *** 1,2 **** ! CREATE TABLE `ofirst_galleries` (`ID` tinyint(3) unsigned NOT NULL auto_increment, `GalleryName` tinytext, `Author` text, `Date` time(10) NOT NULL, `Description` text, `NumPhotos` tinyint(6) unsigned default `0`, PRIMARY KEY (`ID`)) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='photogallery',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Gallery Manager</a>',modulenavigation='<a href="$basepath/awards/">View Gallery</a>'; --- 1,2 ---- ! CREATE TABLE `ofirst_galleries` (`ID` TINYINT (3) UNSIGNED NOT NULL, `GalleryName` TEXT, `Author` TEXT, `Dates` TIME NOT NULL, `Description` TEXT, `NumPhotos` INT (3) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY(`ID`)) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='photogallery',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Gallery Manager</a>',modulenavigation='<a href="$basepath/awards/">View Gallery</a>'; |
From: <dav...@us...> - 2003-06-27 01:51:00
|
Update of /cvsroot/openfirst/photogallery/setup In directory sc8-pr-cvs1:/tmp/cvs-serv29977 Modified Files: setup.mysql Log Message: Changed ` back to ' Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/photogallery/setup/setup.mysql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** setup.mysql 27 Jun 2003 01:33:21 -0000 1.4 --- setup.mysql 27 Jun 2003 01:48:55 -0000 1.5 *************** *** 1,2 **** ! CREATE TABLE 'ofirst_galleries' ('ID' tinyint(3) unsigned NOT NULL auto_increment, 'GalleryName' tinytext, 'Author' text, 'Date' time(10) NOT NULL, 'Description' text, 'NumPhotos' tinyint(6) unsigned default '0', PRIMARY KEY ('ID')) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='photogallery',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Gallery Manager</a>',modulenavigation='<a href="$basepath/awards/">View Gallery</a>'; --- 1,2 ---- ! CREATE TABLE `ofirst_galleries` (`ID` tinyint(3) unsigned NOT NULL auto_increment, `GalleryName` tinytext, `Author` text, `Date` time(10) NOT NULL, `Description` text, `NumPhotos` tinyint(6) unsigned default `0`, PRIMARY KEY (`ID`)) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='photogallery',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Gallery Manager</a>',modulenavigation='<a href="$basepath/awards/">View Gallery</a>'; |
From: <dav...@us...> - 2003-06-27 01:48:15
|
Update of /cvsroot/openfirst/messenger/setup In directory sc8-pr-cvs1:/tmp/cvs-serv29908 Modified Files: setup.mysql Log Message: Changed ` back to ' Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/messenger/setup/setup.mysql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** setup.mysql 27 Jun 2003 01:32:37 -0000 1.5 --- setup.mysql 27 Jun 2003 01:48:06 -0000 1.6 *************** *** 1,3 **** ! CREATE TABLE 'ofirst_messages' ('ID' int(6) unsigned NOT NULL auto_increment, 'Sender' tinytext, 'Receiver' tinytext, 'Subject' tinytext, 'Body' text, 'Status' tinytext, 'Date' tinytext, PRIMARY KEY ('ID')) TYPE=MyISAM; CREATE TABLE 'ofirst_usersonline' ('ID' int(6) unsigned NOT NULL auto_increment, 'IPAddress' tinytext, 'Location' tinytext, 'Timestamp' text, 'Member' tinytext, PRIMARY KEY ('ID')) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='messenger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/messenger/">Users Online</a> <a href="$basepath/messenger/inbox.php">Inbox</a> <a href="$basepath/messenger/newmsg.php">Send Message</a>'; --- 1,3 ---- ! CREATE TABLE `ofirst_messages` (`ID` int(6) unsigned NOT NULL auto_increment, `Sender` tinytext, `Receiver` tinytext, `Subject` tinytext, `Body` text, `Status` tinytext, `Date` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; CREATE TABLE 'ofirst_usersonline' ('ID' int(6) unsigned NOT NULL auto_increment, 'IPAddress' tinytext, 'Location' tinytext, 'Timestamp' text, 'Member' tinytext, PRIMARY KEY ('ID')) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='messenger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/messenger/">Users Online</a> <a href="$basepath/messenger/inbox.php">Inbox</a> <a href="$basepath/messenger/newmsg.php">Send Message</a>'; |
From: <dav...@us...> - 2003-06-27 01:47:01
|
Update of /cvsroot/openfirst/logger/setup In directory sc8-pr-cvs1:/tmp/cvs-serv29784 Modified Files: setup.mysql Log Message: Changed ` back to ' Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/logger/setup/setup.mysql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** setup.mysql 27 Jun 2003 01:31:40 -0000 1.4 --- setup.mysql 27 Jun 2003 01:46:58 -0000 1.5 *************** *** 1,2 **** ! CREATE TABLE 'ofirst_logger' ('ID' int(6) unsigned NOT NULL auto_increment, 'IPAddress' tinytext, 'Date' tinytext, 'Location' tinytext, 'QueryString' tinytext, 'HostLookup' tinytext, 'Browser' tinytext, PRIMARY KEY ('ID')) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/logger/reset.php">Reset Logger</a> <a href="$basepath/logger/rawdata.php">Raw Data</a>'; --- 1,2 ---- ! CREATE TABLE `ofirst_logger` (`ID` int(6) unsigned NOT NULL auto_increment, `IPAddress` tinytext, `Date` tinytext, `Location` tinytext, `QueryString` tinytext, `HostLookup` tinytext, `Browser` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/logger/reset.php">Reset Logger</a> <a href="$basepath/logger/rawdata.php">Raw Data</a>'; |
From: <dav...@us...> - 2003-06-27 01:46:05
|
Update of /cvsroot/openfirst/guestbook/setup In directory sc8-pr-cvs1:/tmp/cvs-serv29700 Modified Files: setup.mysql Log Message: Changed ` back to ' Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/guestbook/setup/setup.mysql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** setup.mysql 27 Jun 2003 01:30:46 -0000 1.4 --- setup.mysql 27 Jun 2003 01:46:03 -0000 1.5 *************** *** 1,2 **** ! CREATE TABLE ofirst_guestbook (guest text, email text, ICQ text, AIM text, MSN text, YIM text, IRC text, webpage text, location text, comment text, date text, deletecode text) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='guestbook',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Guestbook</a> <a href="$basepath/awards/admin/deleteentry.php">Delete Entry</a>',modulenavigation='<a href="$basepath/awards/">View Guestbook</a> <a href="$basepath/guestbook/sign.php">Sign Guestbook</a>'; --- 1,2 ---- ! CREATE TABLE ofirst_guestbook (`guest` text, `email` text, `ICQ` text, `AIM` text, `MSN` text, `YIM` text, `IRC` text, `webpage` text, `location` text, `comment` text, `date` text, `deletecode` text) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='guestbook',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Guestbook</a> <a href="$basepath/awards/admin/deleteentry.php">Delete Entry</a>',modulenavigation='<a href="$basepath/awards/">View Guestbook</a> <a href="$basepath/guestbook/sign.php">Sign Guestbook</a>'; |
From: <dav...@us...> - 2003-06-27 01:44:39
|
Update of /cvsroot/openfirst/awards/setup In directory sc8-pr-cvs1:/tmp/cvs-serv29535 Modified Files: setup.mysql Log Message: Changed ` back to ' Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/awards/setup/setup.mysql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** setup.mysql 27 Jun 2003 01:30:19 -0000 1.5 --- setup.mysql 27 Jun 2003 01:44:35 -0000 1.6 *************** *** 1,2 **** ! CREATE TABLE 'ofirst_awards' ('ID' int(6) unsigned NOT NULL auto_increment, 'AwardName' tinytext, 'Event' tinytext, 'Date' date default NULL, 'Recipient' tinytext, 'Image' tinytext, PRIMARY KEY ('ID')) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='awards',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Awards</a>',modulenavigation='<a href="$basepath/awards/">View Awards</a>'; --- 1,2 ---- ! CREATE TABLE `ofirst_awards` (`ID` int(6) unsigned NOT NULL auto_increment, `AwardName` tinytext, `Event` tinytext, `Date` date default NULL, `Recipient` tinytext, `Image` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; INSERT INTO ofirst_config SET modulename='awards',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Awards</a>',modulenavigation='<a href="$basepath/awards/">View Awards</a>'; |
From: <dav...@us...> - 2003-06-27 01:39:53
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv28905 Modified Files: headers.php Log Message: To remove errors with headers I added the $title value to something different on setup. Once globals.php is generated it reverts back to the user specified value. Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/headers.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** headers.php 27 Jun 2003 01:00:03 -0000 1.8 --- headers.php 27 Jun 2003 01:39:50 -0000 1.9 *************** *** 2,5 **** --- 2,6 ---- if(! isset($basepath)){ $basepath = "http://openfirst.sourceforge.net/"; + $title = "openFIRST Team"; } ?> |
From: <dav...@us...> - 2003-06-27 01:33:24
|
Update of /cvsroot/openfirst/photogallery/setup In directory sc8-pr-cvs1:/tmp/cvs-serv28271 Modified Files: setup.mysql Log Message: Fixed errors in script. Changed syntax a bit. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/photogallery/setup/setup.mysql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setup.mysql 26 Jun 2003 15:24:24 -0000 1.3 --- setup.mysql 27 Jun 2003 01:33:21 -0000 1.4 *************** *** 1,2 **** ! CREATE TABLE `ofirst_galleries` (`ID` tinyint(3) unsigned NOT NULL auto_increment, `GalleryName` tinytext, `Author` text, `Date` time(10) NOT NULL, `Description` text, `NumPhotos` tinyint(6) unsigned default '0', PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename=`photogallery`,showonmenu=`False`,active=`False`,adminnavigation=`<a href=$basepath/awards/admin/>Gallery Manager</a>`,modulenavigation=`<a href=$basepath/awards/>View Gallery</a>` \ No newline at end of file --- 1,2 ---- ! CREATE TABLE 'ofirst_galleries' ('ID' tinyint(3) unsigned NOT NULL auto_increment, 'GalleryName' tinytext, 'Author' text, 'Date' time(10) NOT NULL, 'Description' text, 'NumPhotos' tinyint(6) unsigned default '0', PRIMARY KEY ('ID')) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='photogallery',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Gallery Manager</a>',modulenavigation='<a href="$basepath/awards/">View Gallery</a>'; \ No newline at end of file |
From: <dav...@us...> - 2003-06-27 01:32:42
|
Update of /cvsroot/openfirst/messenger/setup In directory sc8-pr-cvs1:/tmp/cvs-serv28176 Modified Files: setup.mysql Log Message: Fixed errors in script. Changed syntax a bit. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/messenger/setup/setup.mysql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** setup.mysql 26 Jun 2003 15:23:56 -0000 1.4 --- setup.mysql 27 Jun 2003 01:32:37 -0000 1.5 *************** *** 1,3 **** ! CREATE TABLE `ofirst_messages` (`ID` int(6) unsigned NOT NULL auto_increment, `Sender` tinytext, `Receiver` tinytext, `Subject` tinytext, `Body` text, `Status` tinytext, `Date` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! CREATE TABLE `ofirst_usersonline` (`ID` int(6) unsigned NOT NULL auto_increment, `IPAddress` tinytext, `Location` tinytext, `Timestamp` text, `Member` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename=`messenger`,showonmenu=`False`,active=`False`,modulenavigation=`<a href=$basepath/messenger/>Users Online</a> <a href=$basepath/messenger/inbox.php>Inbox</a> <a href=$basepath/messenger/newmsg.php>Send Message</a>` \ No newline at end of file --- 1,3 ---- ! CREATE TABLE 'ofirst_messages' ('ID' int(6) unsigned NOT NULL auto_increment, 'Sender' tinytext, 'Receiver' tinytext, 'Subject' tinytext, 'Body' text, 'Status' tinytext, 'Date' tinytext, PRIMARY KEY ('ID')) TYPE=MyISAM; ! CREATE TABLE 'ofirst_usersonline' ('ID' int(6) unsigned NOT NULL auto_increment, 'IPAddress' tinytext, 'Location' tinytext, 'Timestamp' text, 'Member' tinytext, PRIMARY KEY ('ID')) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='messenger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/messenger/">Users Online</a> <a href="$basepath/messenger/inbox.php">Inbox</a> <a href="$basepath/messenger/newmsg.php">Send Message</a>'; \ No newline at end of file |
From: <dav...@us...> - 2003-06-27 01:31:42
|
Update of /cvsroot/openfirst/logger/setup In directory sc8-pr-cvs1:/tmp/cvs-serv28015 Modified Files: setup.mysql Log Message: Fixed errors in script. Changed syntax a bit. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/logger/setup/setup.mysql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setup.mysql 26 Jun 2003 15:23:39 -0000 1.3 --- setup.mysql 27 Jun 2003 01:31:40 -0000 1.4 *************** *** 1,2 **** ! CREATE TABLE `ofirst_logger` (`ID` int(6) unsigned NOT NULL auto_increment, `IPAddress` tinytext, `Date` tinytext, `Location` tinytext, `QueryString` tinytext, `HostLookup` tinytext, `Browser` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename=`logger`,showonmenu=`False`,active=`False`,modulenavigation=`<a href=$basepath/logger/reset.php>Reset Logger</a> <a href=$basepath/logger/rawdata.php>Raw Data</a>` \ No newline at end of file --- 1,2 ---- ! CREATE TABLE 'ofirst_logger' ('ID' int(6) unsigned NOT NULL auto_increment, 'IPAddress' tinytext, 'Date' tinytext, 'Location' tinytext, 'QueryString' tinytext, 'HostLookup' tinytext, 'Browser' tinytext, PRIMARY KEY ('ID')) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',modulenavigation='<a href="$basepath/logger/reset.php">Reset Logger</a> <a href="$basepath/logger/rawdata.php">Raw Data</a>'; \ No newline at end of file |
From: <dav...@us...> - 2003-06-27 01:30:49
|
Update of /cvsroot/openfirst/guestbook/setup In directory sc8-pr-cvs1:/tmp/cvs-serv27913 Modified Files: setup.mysql Log Message: Fixed errors in script. Changed syntax a bit. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/guestbook/setup/setup.mysql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setup.mysql 26 Jun 2003 15:23:18 -0000 1.3 --- setup.mysql 27 Jun 2003 01:30:46 -0000 1.4 *************** *** 1,2 **** CREATE TABLE ofirst_guestbook (guest text, email text, ICQ text, AIM text, MSN text, YIM text, IRC text, webpage text, location text, comment text, date text, deletecode text) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename=`guestbook`,showonmenu=`False`,active=`False`,adminnavigation=`<a href=$basepath/awards/admin/>Manage Guestbook</a> <a href=$basepath/awards/admin/deleteentry.php>Delete Entry</a>`,modulenavigation=`<a href=$basepath/awards/>View Guestbook</a> <a href=$basepath/guestbook/sign.php>Sign Guestbook</a>` \ No newline at end of file --- 1,2 ---- CREATE TABLE ofirst_guestbook (guest text, email text, ICQ text, AIM text, MSN text, YIM text, IRC text, webpage text, location text, comment text, date text, deletecode text) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='guestbook',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Guestbook</a> <a href="$basepath/awards/admin/deleteentry.php">Delete Entry</a>',modulenavigation='<a href="$basepath/awards/">View Guestbook</a> <a href="$basepath/guestbook/sign.php">Sign Guestbook</a>'; \ No newline at end of file |