openfirst-cvscommit Mailing List for openFIRST (Page 30)
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: Astronouth7303 <ast...@us...> - 2005-05-15 05:43:03
|
Update of /cvsroot/openfirst/poll In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/poll Modified Files: openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/poll/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:27:22 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:52 -0000 1.2 *************** *** 4,8 **** $Modules['poll']['ver'] = 'CVS'; $Modules['poll']['inc'] = array ( ! 0 => 'poll.php', ); $Modules['poll']['admin'] = '<a href="$basepath/poll/admin/create.php">Create Poll</a> | <a href="$basepath/poll/admin/">Manage Polls</a>'; --- 4,8 ---- $Modules['poll']['ver'] = 'CVS'; $Modules['poll']['inc'] = array ( ! 'poll.php', ); $Modules['poll']['admin'] = '<a href="$basepath/poll/admin/create.php">Create Poll</a> | <a href="$basepath/poll/admin/">Manage Polls</a>'; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 16,18 ---- $Modules['awards']['show'] = false; } ! ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:43:03
|
Update of /cvsroot/openfirst/manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/manual Modified Files: openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:27:21 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:51 -0000 1.2 *************** *** 3,9 **** $Modules['manual']['name'] = 'Manual'; $Modules['manual']['ver'] = 'CVS'; ! $Modules['manual']['inc'] = array ( ! 0 => '', ! ); $Modules['manual']['admin'] = NULL; $Modules['manual']['nav'] = '<a href="$basepath/manual/">View Manual</a>'; --- 3,7 ---- $Modules['manual']['name'] = 'Manual'; $Modules['manual']['ver'] = 'CVS'; ! $Modules['manual']['inc'] = array (); $Modules['manual']['admin'] = NULL; $Modules['manual']['nav'] = '<a href="$basepath/manual/">View Manual</a>'; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 14,16 ---- $Modules['awards']['show'] = false; } ! ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:43:00
|
Update of /cvsroot/openfirst/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/modules Modified Files: info.php openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/modules/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:30:20 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:52 -0000 1.2 *************** *** 1,18 **** ! <?php ! global $Modules; ! $Modules['modules']['name'] = 'Modules'; ! $Modules['modules']['ver'] = 'CVS'; ! $Modules['modules']['inc'] = array ( ! 0 => '', ! ); ! $Modules['modules']['admin'] = NULL; ! $Modules['modules']['nav'] = '<a href="$basepath/modules/export.php">Export module info</a> | <a href="$basepath/modules/info.php">Generate info file</a>'; ! ! if (!isset($Modules['awards']['active']) { ! $Modules['awards']['active'] = false; ! } ! ! if (!isset($Modules['awards']['show']) { ! $Modules['awards']['show'] = false; ! } ! ?> \ No newline at end of file --- 1,16 ---- ! <?php ! global $Modules; ! $Modules['modules']['name'] = 'Modules'; ! $Modules['modules']['ver'] = 'CVS'; ! $Modules['modules']['inc'] = array (); ! $Modules['modules']['admin'] = NULL; ! $Modules['modules']['nav'] = '<a href="$basepath/modules/export.php">Export module info</a> | <a href="$basepath/modules/info.php">Generate info file</a>'; ! ! if (!isset($Modules['awards']['active']) { ! $Modules['awards']['active'] = false; ! } ! ! if (!isset($Modules['awards']['show']) { ! $Modules['awards']['show'] = false; ! } ! ?> Index: info.php =================================================================== RCS file: /cvsroot/openfirst/modules/info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** info.php 15 May 2005 05:30:20 -0000 1.1 --- info.php 15 May 2005 05:42:52 -0000 1.2 *************** *** 87,91 **** ?><html> <form method="post" action="<?php echo htmlentities($_SERVER['PHP_SELF']); ?>" enctype="multipart/form-data"> ! <fieldset style="left:auto; right:auto; padding:.5em; width:auto; margin: 1em; display:inline;"> <legend>Info</legend> <div><table style="border: none 0px;"> --- 87,91 ---- ?><html> <form method="post" action="<?php echo htmlentities($_SERVER['PHP_SELF']); ?>" enctype="multipart/form-data"> ! <fieldset style="left:auto; right:auto; padding:.5em; width:auto; margin: 1em;"> <legend>Info</legend> <div><table style="border: none 0px;"> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:43:00
|
Update of /cvsroot/openfirst/messenger In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/messenger Modified Files: openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/messenger/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:27:21 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:51 -0000 1.2 *************** *** 4,8 **** $Modules['messenger']['ver'] = 'CVS'; $Modules['messenger']['inc'] = array ( ! 0 => 'messenger.php', ); $Modules['messenger']['admin'] = NULL; --- 4,8 ---- $Modules['messenger']['ver'] = 'CVS'; $Modules['messenger']['inc'] = array ( ! 'messenger.php', ); $Modules['messenger']['admin'] = NULL; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 16,18 ---- $Modules['awards']['show'] = false; } ! ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:43:00
|
Update of /cvsroot/openfirst/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/news Modified Files: openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/news/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:27:21 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:52 -0000 1.2 *************** *** 4,8 **** $Modules['news']['ver'] = 'CVS'; $Modules['news']['inc'] = array ( ! 0 => 'viewnews.php', ); $Modules['news']['admin'] = '<a href="$basepath/news/admin/">Add News</a>'; --- 4,8 ---- $Modules['news']['ver'] = 'CVS'; $Modules['news']['inc'] = array ( ! 'viewnews.php', ); $Modules['news']['admin'] = '<a href="$basepath/news/admin/">Add News</a>'; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 16,18 ---- $Modules['awards']['show'] = false; } ! ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:43:00
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/members Modified Files: openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/members/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:27:21 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:51 -0000 1.2 *************** *** 3,9 **** $Modules['members']['name'] = 'Members'; $Modules['members']['ver'] = 'CVS'; ! $Modules['members']['inc'] = array ( ! 0 => '', ! ); $Modules['members']['admin'] = '<a href="$basepath/members/adduser.php">Add Users</a> | <a href="$basepath/members/phpicalendar/admin.php">Administrate Calendar</a> | <a href="$basepath/members/admin/">Manage Users</a> | <a href="$basepath/members/admin/editdivisions.php">Edit Divisions</a> | <a href="$basepath/members/admin/editmember.php">Edit Member</a> | <a href="$basepath/config/">Site Configuration</a>'; $Modules['members']['nav'] = '<a href="$basepath/members/workspace.php">My Workspace</a> | <a href="$basepath/members/phpicalendar/month.php">Team Calendar</a> | <a href="$basepath/members/divisions.php">Team Divisions</a> | <a href="$basepath/members/profile.php">Member List</a> | <a href="$basepath/members/links.php">Site Links</a> | <a href="$basepath/members/skills.php">My Skills</a> | <a href="$basepath/members/updateprofile.php">My Profile</a> | <a href="$basepath/members/logout.php">Logout</a>'; --- 3,7 ---- $Modules['members']['name'] = 'Members'; $Modules['members']['ver'] = 'CVS'; ! $Modules['members']['inc'] = array (); $Modules['members']['admin'] = '<a href="$basepath/members/adduser.php">Add Users</a> | <a href="$basepath/members/phpicalendar/admin.php">Administrate Calendar</a> | <a href="$basepath/members/admin/">Manage Users</a> | <a href="$basepath/members/admin/editdivisions.php">Edit Divisions</a> | <a href="$basepath/members/admin/editmember.php">Edit Member</a> | <a href="$basepath/config/">Site Configuration</a>'; $Modules['members']['nav'] = '<a href="$basepath/members/workspace.php">My Workspace</a> | <a href="$basepath/members/phpicalendar/month.php">Team Calendar</a> | <a href="$basepath/members/divisions.php">Team Divisions</a> | <a href="$basepath/members/profile.php">Member List</a> | <a href="$basepath/members/links.php">Site Links</a> | <a href="$basepath/members/skills.php">My Skills</a> | <a href="$basepath/members/updateprofile.php">My Profile</a> | <a href="$basepath/members/logout.php">Logout</a>'; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 14,16 ---- $Modules['awards']['show'] = false; } ! ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:42:59
|
Update of /cvsroot/openfirst/meetings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/meetings Modified Files: openfirst.info.php Log Message: fixed up openfirst.info.php Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/meetings/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:27:21 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:51 -0000 1.2 *************** *** 3,9 **** $Modules['meetings']['name'] = 'Meetings'; $Modules['meetings']['ver'] = 'CVS'; ! $Modules['meetings']['inc'] = array ( ! 0 => '', ! ); $Modules['meetings']['admin'] = NULL; $Modules['meetings']['nav'] = '<a href="$basepath/meetings/">Meeting Viewer</a>'; --- 3,7 ---- $Modules['meetings']['name'] = 'Meetings'; $Modules['meetings']['ver'] = 'CVS'; ! $Modules['meetings']['inc'] = array (); $Modules['meetings']['admin'] = NULL; $Modules['meetings']['nav'] = '<a href="$basepath/meetings/">Meeting Viewer</a>'; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 14,16 ---- $Modules['awards']['show'] = false; } ! ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:42:59
|
Update of /cvsroot/openfirst/logger In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30763/logger Modified Files: logger.php openfirst.info.php Log Message: fixed up openfirst.info.php Index: logger.php =================================================================== RCS file: /cvsroot/openfirst/logger/logger.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** logger.php 2 Apr 2005 01:50:29 -0000 1.12 --- logger.php 15 May 2005 05:42:51 -0000 1.13 *************** *** 94,98 **** // Browser individual hit counter $query=ofirst_dbquery('SELECT Value FROM ofirst_hitcount WHERE Name="'.$BROWSER.'"'); ! $total=ofirst_dbfetch_object($query); $total=($total->Value)+1; --- 94,98 ---- // Browser individual hit counter $query=ofirst_dbquery('SELECT Value FROM ofirst_hitcount WHERE Name="'.$BROWSER.'"'); ! $total=&ofirst_dbfetch_object($query); $total=($total->Value)+1; Index: openfirst.info.php =================================================================== RCS file: /cvsroot/openfirst/logger/openfirst.info.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.info.php 15 May 2005 05:27:20 -0000 1.1 --- openfirst.info.php 15 May 2005 05:42:51 -0000 1.2 *************** *** 4,8 **** $Modules['logger']['ver'] = 'CVS'; $Modules['logger']['inc'] = array ( ! 0 => 'logger.php', ); $Modules['logger']['admin'] = '<a href="$basepath/logger/index.php">Logger</a> | <a href="$basepath/logger/stats.php">Usage Statistics</a> | <a href="$basepath/logger/reset.php">Reset Logger</a> | <a href="$basepath/logger/rawdata.php">Raw Data</a>'; --- 4,8 ---- $Modules['logger']['ver'] = 'CVS'; $Modules['logger']['inc'] = array ( ! 'logger.php', ); $Modules['logger']['admin'] = '<a href="$basepath/logger/index.php">Logger</a> | <a href="$basepath/logger/stats.php">Usage Statistics</a> | <a href="$basepath/logger/reset.php">Reset Logger</a> | <a href="$basepath/logger/rawdata.php">Raw Data</a>'; *************** *** 16,18 **** $Modules['awards']['show'] = false; } ! ?> \ No newline at end of file --- 16,18 ---- $Modules['awards']['show'] = false; } ! ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:30:59
|
Update of /cvsroot/openfirst/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29831 Added Files: export.php index.php info.php openfirst.info.php Log Message: Some module utilities (mostly dealing with info files) --- NEW FILE: export.php --- <?php /* * openFIRST.awards - index.php * * Copyright (C) 2003, * openFIRST Project * Original Author: David Di Biase <dav...@ea...> * * 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. * * 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 * */ include_once("../config/globals.php"); function GetVarValue($var) { ob_Start(); var_export($var); $Value = ob_Get_Contents(); ob_End_Clean(); return $Value; } $incl = ofirst_dbquery('SELECT * FROM ofirst_config'); include_once($header); ?><fieldset> <legend>Code</legend> <dl> <?php foreach($Modules as $key => $data) { $version = $data['ver']; $includes = $data['inc']; $admin = $data['admin']; $nav = $data['nav']; if (strlen($version) <= 0) $version = 'CVS'; $code = GetVarValue($key); $name = GetVarValue(ucwords($key)); $version = GetVarValue($version); $includes = GetVarValue($includes); $admin = GetVarValue($admin); $nav = GetVarValue($nav); $PHPCode = '<'."?php global \$Modules; \$Modules[$code]['name'] = $name; \$Modules[$code]['ver'] = $version; \$Modules[$code]['inc'] = $includes; \$Modules[$code]['admin'] = $admin; \$Modules[$code]['nav'] = $nav; if (!isset(\$Modules['awards']['active']) { \$Modules['awards']['active'] = false; } if (!isset(\$Modules['awards']['show']) { \$Modules['awards']['show'] = false; } ?".'>'; if (isset($_REQUEST['save'])) { $save_len = file_put_contents("$fbasepath/$key/openfirst.info.php", $PHPCode); } ?><dt style="font-weight:bold;"><h2><?php echo htmlentities($key); ?></h2><?php if (isset($_REQUEST['save'])) { echo htmlentities("$save_len / ".strlen($PHPCode)); } ?></dt><dd> <textarea readonly="readonly" rows="18" cols="75"><?php if (false) { highlight_string($PHPCode); } else { echo htmlentities($PHPCode); } ?></textarea></dd><?php } ?> </dl></fieldset> <?php include_once($footer); ?> --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['modules']['name'] = 'Modules'; $Modules['modules']['ver'] = 'CVS'; $Modules['modules']['inc'] = array ( 0 => '', ); $Modules['modules']['admin'] = NULL; $Modules['modules']['nav'] = '<a href="$basepath/modules/export.php">Export module info</a> | <a href="$basepath/modules/info.php">Generate info file</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> --- NEW FILE: info.php --- <?php /* * openFIRST.awards - index.php * * Copyright (C) 2003, * openFIRST Project * Original Author: David Di Biase <dav...@ea...> * * 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. * * 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 * */ include_once("../config/globals.php"); $posted = false; if (isset($_POST['code'])) { $posted = true; $code = $_POST['code']; $name = $_POST['name']; $version = $_POST['version']; if (!isset($_POST['includes'])) $_POST['includes'] = array(); $includes = $_POST['includes']; $admin = $_POST['admin']; $nav = $_POST['nav']; } else { $posted = false; $code = ''; $name = ''; $version = ''; $includes = array(); $admin = ''; $nav = ''; } function GetVarValue($var) { ob_Start(); var_export($var); $Value = ob_Get_Contents(); ob_End_Clean(); return $Value; } $fields = array( 'name' => array( 'label' => 'Name', 'type' => 'text', 'value' => $name ), 'code' => array( 'label' => 'ID', 'type' => 'text', 'value' => $code ), 'version' => array( 'label' => 'Version', 'type' => 'text', 'value' => $version ), 'admin' => array( 'label' => 'Admin bar', 'type' => 'textarea', 'value' => $admin ), 'nav' => array( 'label' => 'Nav bar', 'type' => 'textarea', 'value' => $nav ), 'includes' => array( 'label' => 'Includes', 'type' => 'itemlist', 'value' => $includes ) ); include_once($header); ?><html> <form method="post" action="<?php echo htmlentities($_SERVER['PHP_SELF']); ?>" enctype="multipart/form-data"> <fieldset style="left:auto; right:auto; padding:.5em; width:auto; margin: 1em; display:inline;"> <legend>Info</legend> <div><table style="border: none 0px;"> <colgroup> <col id="labels" style="text-align:right;" /> <col id="values" /> </colgroup> <?php foreach($fields as $key=>$item) { echo '<tr><td><label for="'.htmlentities($key).'">'.htmlentities($item['label']).':</td><td>'; switch ($item['type']) { case 'textarea': echo '<textarea rows="5" cols="50" id="'.htmlentities($key).'" name="'.htmlentities($key).'">'.htmlentities($item['value']).'</textarea>'; break; case 'itemlist': echo ' <div class="filelist" style="width: 100%;"> <script language="javascript"> var '.htmlentities($key).'Count = 0; function '.htmlentities($key).'Add() { document.getElementById("'.htmlentities($key).'").options['.htmlentities($key).'Count] = new Option(document.getElementById("'.htmlentities($key).'").value, document.getElementById("'.htmlentities($key).'name").value); '.htmlentities($key).'Count++; document.getElementById("'.htmlentities($key).'name").value = ""; } </script> <input type="text" id="'.htmlentities($key).'name" name="'.htmlentities($key).'name" value="" style="width: 75%;" /><input type="button" value="Add" onclick="'.htmlentities($key).'Add()" style="width: 25%;" /><br /> <select size="6" name="'.htmlentities($key).'" id="'.htmlentities($key).'" style="width: 100%; display:block">'; foreach($item['value'] as $value) { echo '<option value="'.htmlentities($value).'">'.htmlentities($value).'</option>'; } echo '</select> </div> '; break; default: echo '<input type="'.htmlentities($item['type']).'" id="'.htmlentities($key).'" name="'.htmlentities($key).'" value="'.htmlentities($item['value']).'" />'; } echo '</td></tr>'; } ?> <tr> <td>‌</td> <td><input type="submit" value="Submit" /></td> </tr> </table></div> </fieldset> </form> <?php if ($posted) { $code = GetVarValue($code); $name = GetVarValue($name); $version = GetVarValue($version); $includes = GetVarValue($includes); $admin = GetVarValue($admin); $nav = GetVarValue($nav); $PHPCode = '<'."?php global \$Modules; \$Modules[$code]['name'] = $name; \$Modules[$code]['ver'] = $version; \$Modules[$code]['inc'] = $includes; \$Modules[$code]['admin'] = $admin; \$Modules[$code]['nav'] = $nav; if (!isset(\$Modules['awards']['active']) { \$Modules['awards']['active'] = false; } if (!isset(\$Modules['awards']['show']) { \$Modules['awards']['show'] = false; } ?".'>'; ?><fieldset> <legend>Code</legend> <dl><dt style="font-weight:bold;">openfirst.info.php</dt><dd> <!--pre style="padding: 1em;border: 1px dashed #2f6fab;color: Black;background-color: #f9f9f9;line-height: 1.1em;"--> <textarea readonly="readonly" rows="18" cols="75"><?php if (false) { highlight_string($PHPCode); } else { echo htmlentities($PHPCode); } ?></textarea></dd></dl></fieldset><?php } include_once($footer); ?> --- NEW FILE: index.php --- <?php /* * openFIRST.awards - index.php * * Copyright (C) 2003, * openFIRST Project * Original Author: David Di Biase <dav...@ea...> * * 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. * * 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 * */ include_once("../config/globals.php"); header("location: $basepath/modules/info.php"); ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:30:58
|
Update of /cvsroot/openfirst/modules/setup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29831/setup Added Files: setup.mssql setup.mysql Log Message: Some module utilities (mostly dealing with info files) --- NEW FILE: setup.mysql --- INSERT INTO ofirst_config SET modulename='modules',modulenavigation='<a href="$basepath/modules/export.php">Export module info</a> | <a href="$basepath/modules/info.php">Generate info file</a>'; --- NEW FILE: setup.mssql --- INSERT INTO ofirst_config SET modulename='modules',modulenavigation='<a href="$basepath/modules/export.php">Export module info</a> | <a href="$basepath/modules/info.php">Generate info file</a>'; |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:29:41
|
Update of /cvsroot/openfirst/modules/setup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29700/setup Log Message: Directory /cvsroot/openfirst/modules/setup added to the repository |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:28:02
|
Update of /cvsroot/openfirst/emoticon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/emoticon Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['emoticon']['name'] = 'Emoticon'; $Modules['emoticon']['ver'] = 'CVS'; $Modules['emoticon']['inc'] = array ( 0 => 'emoticonf.php', ); $Modules['emoticon']['admin'] = NULL; $Modules['emoticon']['nav'] = '<a href="$basepath/emoticon/">View Emoticons</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:51
|
Update of /cvsroot/openfirst/feedback In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/feedback Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['feedback']['name'] = 'Feedback'; $Modules['feedback']['ver'] = 'CVS'; $Modules['feedback']['inc'] = array ( 0 => '', ); $Modules['feedback']['admin'] = '<a href="$basepath/feedback/admin/">Manage Feedback Users</a>'; $Modules['feedback']['nav'] = '<a href="$basepath/feedback/">Give Feedback</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:49
|
Update of /cvsroot/openfirst/downloads In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/downloads Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['downloads']['name'] = 'Downloads'; $Modules['downloads']['ver'] = 'CVS'; $Modules['downloads']['inc'] = array ( 0 => '', ); $Modules['downloads']['admin'] = '<a href="$basepath/downloads/admin">Category Editor</a>'; $Modules['downloads']['nav'] = '<a href="$basepath/downloads/">Downloads Home</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:49
|
Update of /cvsroot/openfirst/messenger In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/messenger Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['messenger']['name'] = 'Messenger'; $Modules['messenger']['ver'] = 'CVS'; $Modules['messenger']['inc'] = array ( 0 => 'messenger.php', ); $Modules['messenger']['admin'] = NULL; $Modules['messenger']['nav'] = '<a href="$basepath/messenger/">Users Online</a> | <a href="$basepath/messenger/inbox.php">Inbox</a> | <a href="$basepath/messenger/newmsg.php">Send Message</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:49
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/photogallery Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['photogallery']['name'] = 'Photogallery'; $Modules['photogallery']['ver'] = 'CVS'; $Modules['photogallery']['inc'] = array ( 0 => 'photogallery.php', ); $Modules['photogallery']['admin'] = '<a href="$basepath/photogallery/admin/">Gallery Manager</a> | <a href="$basepath/photogallery/admin/newgallery.php">New Gallery</a>'; $Modules['photogallery']['nav'] = '<a href="$basepath/photogallery/">View Gallery</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:48
|
Update of /cvsroot/openfirst/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/news Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['news']['name'] = 'News'; $Modules['news']['ver'] = 'CVS'; $Modules['news']['inc'] = array ( 0 => 'viewnews.php', ); $Modules['news']['admin'] = '<a href="$basepath/news/admin/">Add News</a>'; $Modules['news']['nav'] = '<a href="$basepath/news/">Current News</a> | <a href="$basepath/news/rssfeed.php">Stream our News</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:47
|
Update of /cvsroot/openfirst/projects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/projects Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['projects']['name'] = 'Projects'; $Modules['projects']['ver'] = 'CVS'; $Modules['projects']['inc'] = array ( 0 => 'projectsmodule.php', ); $Modules['projects']['admin'] = '<a href="$basepath/projects/admin/updatesetup.php">Update Service Setup</a>'; $Modules['projects']['nav'] = '<a href="$basepath/projects/groups.php">Action Register</a> | <a href="$basepath/projects/mytask.php">My Tasks</a> | <a href="$basepath/projects/preferences.php">Preferences</a> | <a href="$basepath/projects/today.php">Todays Changes</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:47
|
Update of /cvsroot/openfirst/meetings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/meetings Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['meetings']['name'] = 'Meetings'; $Modules['meetings']['ver'] = 'CVS'; $Modules['meetings']['inc'] = array ( 0 => '', ); $Modules['meetings']['admin'] = NULL; $Modules['meetings']['nav'] = '<a href="$basepath/meetings/">Meeting Viewer</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:47
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/members Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['members']['name'] = 'Members'; $Modules['members']['ver'] = 'CVS'; $Modules['members']['inc'] = array ( 0 => '', ); $Modules['members']['admin'] = '<a href="$basepath/members/adduser.php">Add Users</a> | <a href="$basepath/members/phpicalendar/admin.php">Administrate Calendar</a> | <a href="$basepath/members/admin/">Manage Users</a> | <a href="$basepath/members/admin/editdivisions.php">Edit Divisions</a> | <a href="$basepath/members/admin/editmember.php">Edit Member</a> | <a href="$basepath/config/">Site Configuration</a>'; $Modules['members']['nav'] = '<a href="$basepath/members/workspace.php">My Workspace</a> | <a href="$basepath/members/phpicalendar/month.php">Team Calendar</a> | <a href="$basepath/members/divisions.php">Team Divisions</a> | <a href="$basepath/members/profile.php">Member List</a> | <a href="$basepath/members/links.php">Site Links</a> | <a href="$basepath/members/skills.php">My Skills</a> | <a href="$basepath/members/updateprofile.php">My Profile</a> | <a href="$basepath/members/logout.php">Logout</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:47
|
Update of /cvsroot/openfirst/awards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/awards Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['awards']['name'] = 'Awards'; $Modules['awards']['ver'] = 'CVS'; $Modules['awards']['inc'] = array ( 0 => '', ); $Modules['awards']['admin'] = '<a href="$basepath/awards/admin/">Manage Awards</a>'; $Modules['awards']['nav'] = '<a href="$basepath/awards/">View Awards</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:46
|
Update of /cvsroot/openfirst/poll In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/poll Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['poll']['name'] = 'Poll'; $Modules['poll']['ver'] = 'CVS'; $Modules['poll']['inc'] = array ( 0 => 'poll.php', ); $Modules['poll']['admin'] = '<a href="$basepath/poll/admin/create.php">Create Poll</a> | <a href="$basepath/poll/admin/">Manage Polls</a>'; $Modules['poll']['nav'] = '<a href="$basepath/poll/">Select Poll</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:46
|
Update of /cvsroot/openfirst/forum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/forum Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['forum']['name'] = 'Forum'; $Modules['forum']['ver'] = 'CVS'; $Modules['forum']['inc'] = array ( 0 => 'forumvisit.php', ); $Modules['forum']['admin'] = '<a href="$basepath/forum/admin/">Forum Admin</a>'; $Modules['forum']['nav'] = '<a href="$basepath/forum/">Forum Home</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:37
|
Update of /cvsroot/openfirst/search In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/search Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['search']['name'] = 'Search'; $Modules['search']['ver'] = 'CVS'; $Modules['search']['inc'] = array ( 0 => '', ); $Modules['search']['admin'] = NULL; $Modules['search']['nav'] = '<a href="$basepath/search/">Search</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |
From: Astronouth7303 <ast...@us...> - 2005-05-15 05:27:35
|
Update of /cvsroot/openfirst/manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29340/manual Added Files: openfirst.info.php Log Message: added basic openfirst.info.php to each module --- NEW FILE: openfirst.info.php --- <?php global $Modules; $Modules['manual']['name'] = 'Manual'; $Modules['manual']['ver'] = 'CVS'; $Modules['manual']['inc'] = array ( 0 => '', ); $Modules['manual']['admin'] = NULL; $Modules['manual']['nav'] = '<a href="$basepath/manual/">View Manual</a>'; if (!isset($Modules['awards']['active']) { $Modules['awards']['active'] = false; } if (!isset($Modules['awards']['show']) { $Modules['awards']['show'] = false; } ?> |