openfirst-cvscommit Mailing List for openFIRST (Page 80)
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-09-13 15:38:30
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv20924/base/config Modified Files: install.php Log Message: Minor bug and design changes. Index: install.php =================================================================== RCS file: /cvsroot/openfirst/base/config/install.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** install.php 23 Aug 2003 20:37:30 -0000 1.14 --- install.php 13 Sep 2003 15:38:26 -0000 1.15 *************** *** 34,44 **** ?> ! <h1>Module Install</h1> ! <p>This utility will create the tables required for certain openFIRST ! components to run. Select the modules you would like to ! install. Once installed, modules must be enabled from the ! <a href="modules.php"><strong>Module Administrator</strong></a>.</p> <form method="post" action="install.php"> <?php --- 34,48 ---- ?> ! <h1>Module Installer</h1> ! <p>This utility will create the tables required for certain openFIRST components ! to run.<br> ! Select the modules you would like to install.<br> ! <br> ! <font color="#FF0000">Once installed, modules must be enabled from the <a href="modules.php"><strong>Module ! Administrator</strong></a>.</font></p> <form method="post" action="install.php"> + <table> + <tr><th>Module Name</th><th>Response</th></tr> <?php *************** *** 47,51 **** $sqlf = str_replace(".", "-", str_replace(".$dbasetype", "",substr(strrchr($filename, "/"), 1))); $dir = str_replace(".", "-", str_replace(".$dbasetype", "", substr(strchr($filename, "/"), 1))); ! echo("<br /> <input type='checkbox' name='$dir'>$sqlf - $dir</input>"); if(isset($_POST[$dir]) == true && $_POST[$dir] == "on") { --- 51,55 ---- $sqlf = str_replace(".", "-", str_replace(".$dbasetype", "",substr(strrchr($filename, "/"), 1))); $dir = str_replace(".", "-", str_replace(".$dbasetype", "", substr(strchr($filename, "/"), 1))); ! echo("<tr><td><br /> <input type='checkbox' name='$dir'>$sqlf - $dir</input></td>"); if(isset($_POST[$dir]) == true && $_POST[$dir] == "on") { *************** *** 61,66 **** } } - echo(" - <b>Submitted, and added.</b> - This module must be configured in the module administrator to show up on menus."); fclose($sf); } } --- 65,72 ---- } } fclose($sf); + echo("<td><b><font color='Green'>Module Installed</font></b></td></tr>"); + }else{ + echo "<td>--</td></tr>"; } } *************** *** 101,104 **** --- 107,111 ---- } ?> + </table> <br /><input type="submit" value="Create Tables" /> </form> |
From: <dav...@us...> - 2003-09-13 15:38:30
|
Update of /cvsroot/openfirst/news In directory sc8-pr-cvs1:/tmp/cvs-serv20924/news Modified Files: viewnews.php index.php Log Message: Minor bug and design changes. Index: viewnews.php =================================================================== RCS file: /cvsroot/openfirst/news/viewnews.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** viewnews.php 23 Aug 2003 20:25:13 -0000 1.4 --- viewnews.php 13 Sep 2003 15:38:25 -0000 1.5 *************** *** 36,44 **** while($news = ofirst_dbfetch_object($query)){ ! echo("<table> <tr><th> </th><th><strong>$news->title</strong></th></tr> <tr><th> </th><th>Posted on $news->date by $news->poster</th></tr> <tr><th><img src='$news->image' alt='$news->title'></th><td>$news->news</td></tr> ! </table>"); } --- 36,44 ---- while($news = ofirst_dbfetch_object($query)){ ! echo("<br><table> <tr><th> </th><th><strong>$news->title</strong></th></tr> <tr><th> </th><th>Posted on $news->date by $news->poster</th></tr> <tr><th><img src='$news->image' alt='$news->title'></th><td>$news->news</td></tr> ! </table><br>"); } Index: index.php =================================================================== RCS file: /cvsroot/openfirst/news/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.php 28 Jun 2003 16:55:21 -0000 1.4 --- index.php 13 Sep 2003 15:38:25 -0000 1.5 *************** *** 28,32 **** include("../config/globals.php"); include($header); ! shownews(5); // Shows 5 pieces of news. --- 28,35 ---- include("../config/globals.php"); include($header); ! ?> ! <h2>Top Headlines</h2> ! Here are the top 5 most important news outbreaks.<br> ! <?php shownews(5); // Shows 5 pieces of news. |
From: <dav...@us...> - 2003-09-13 15:38:30
|
Update of /cvsroot/openfirst/messenger In directory sc8-pr-cvs1:/tmp/cvs-serv20924/messenger Modified Files: newmsg.php messenger.php Log Message: Minor bug and design changes. Index: newmsg.php =================================================================== RCS file: /cvsroot/openfirst/messenger/newmsg.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** newmsg.php 23 Aug 2003 20:31:57 -0000 1.8 --- newmsg.php 13 Sep 2003 15:38:25 -0000 1.9 *************** *** 68,72 **** <th></th><th>Send New Messege</th> <tr> ! <td width="34%"><?php emoticon_preview(); ?></td> <td width="66%"> <table> --- 68,72 ---- <th></th><th>Send New Messege</th> <tr> ! <td width="34%"><?php emoticon_preview("14"); ?></td> <td width="66%"> <table> *************** *** 84,101 **** echo "<input type='hidden' name='recip' value='".$recipient->Member."'>"; }else{ ! echo "<select name='recip' id='recip'>"; ! $query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline"); ! echo $recipient->Member; ! ! while($recipient = ofirst_dbfetch_object($query)){ ! if($recipient->Member != "none"){ ! echo "<option>".$recipient->Member."<option>"; ! } ! } ! echo "</select>"; } ?> --- 84,99 ---- echo "<input type='hidden' name='recip' value='".$recipient->Member."'>"; + echo $recipient->Member; }else{ ! echo "<select name='recip' id='recip'>"; ! ! $query = ofirst_dbquery("SELECT * FROM ofirst_members"); ! while($recipient = ofirst_dbfetch_object($query)){ ! echo "<option>".$recipient->user."<option>"; ! } ! echo "</select>"; } ?> Index: messenger.php =================================================================== RCS file: /cvsroot/openfirst/messenger/messenger.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** messenger.php 25 Aug 2003 16:50:02 -0000 1.7 --- messenger.php 13 Sep 2003 15:38:25 -0000 1.8 *************** *** 61,65 **** $query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline"); ! $usersonline = "There are currently <b>".ofirst_dbnum_rows($query)."</b> persons on this website! [ <a href='./'>View List</a> ]"; // Check how many people are previewing the same exact script location and put in user usable variable --- 61,65 ---- $query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline"); ! $usersonline = "There are currently <b>".ofirst_dbnum_rows($query)."</b> persons on this website! [ <a href='$basepath/messenger/'>View List</a> ]"; // Check how many people are previewing the same exact script location and put in user usable variable |
From: <dav...@us...> - 2003-09-13 15:38:29
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1:/tmp/cvs-serv20924/photogallery Modified Files: viewphoto.php index.php gallery.php Log Message: Minor bug and design changes. Index: viewphoto.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/viewphoto.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** viewphoto.php 23 Aug 2003 20:32:49 -0000 1.9 --- viewphoto.php 13 Sep 2003 15:38:24 -0000 1.10 *************** *** 42,46 **** EMail = '".$_POST['email']."', Comment = '".$_POST['comment']."', ! Date = '".time()."'") or die(ofirst_dberror()); echo "<br><br>Your comment has been successfully posted! [ <a href='viewphoto.php?ID=".$_GET['ID']."&PHOTO=".$_GET['PHOTO']."'>View Image</a> ]<br><br>"; --- 42,46 ---- EMail = '".$_POST['email']."', Comment = '".$_POST['comment']."', ! Dates = '".time()."'") or die(ofirst_dberror()); echo "<br><br>Your comment has been successfully posted! [ <a href='viewphoto.php?ID=".$_GET['ID']."&PHOTO=".$_GET['PHOTO']."'>View Image</a> ]<br><br>"; *************** *** 98,102 **** </tr> <tr> ! <tth>Date</th> <td><?php echo date("F j, Y, g:i a",$image->Dates); ?></td> </tr> --- 98,102 ---- </tr> <tr> ! <th>Date</th> <td><?php echo date("F j, Y, g:i a",$image->Dates); ?></td> </tr> *************** *** 161,165 **** ?> ! <tr onMouseOver="this.style.backgroundColor='#cccccc'" onMouseOut="this.style.backgroundColor='#ffffff'" bgcolor="#ffffff"> <td width="33%"><strong><?php echo $comment->Author; ?><br></strong><a href='mailto:<?php echo $comment->EMail; ?>'>E-Mail Now</a><br> <?php --- 161,165 ---- ?> ! <tr> <td width="33%"><strong><?php echo $comment->Author; ?><br></strong><a href='mailto:<?php echo $comment->EMail; ?>'>E-Mail Now</a><br> <?php *************** *** 170,176 **** ?></td> <td width="67%"> ! <?php if(function_exists("slur_block")) { $comment = slur_block($comment->Comment); } ! if(function_exists("emoticon_translate")) { $comment = emoticon_translate($comment->Comment); } ! echo ($comment->Comment); ?> </td> </tr> --- 170,178 ---- ?></td> <td width="67%"> ! <?php ! if(function_exists("slur_block")) { $comment = slur_block($comment->Comment); } ! if(function_exists("emoticon_translate")) { $comment = emoticon_translate($comment); } ! echo $comment; ! ?> </td> </tr> *************** *** 186,191 **** </table> <p> </p> ! <p>The content within the galleries is copyright. ! In order to use or copy content contained within the galleries please contact the team's webmaster ! or leader.</p> <?php include($footer); ?> --- 188,192 ---- </table> <p> </p> ! <p>The content within the galleries is copyright. In order to use or copy content<br> ! contained within the galleries please contact the team's webmaster or leader.</p> <?php include($footer); ?> Index: index.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/index.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.php 1 Sep 2003 20:10:37 -0000 1.10 --- index.php 13 Sep 2003 15:38:25 -0000 1.11 *************** *** 36,40 **** <p>Welcome to the gallery viewer. Please select a gallery from the list below:<br> </p> ! <table width="701"> <tr> <th> </th> --- 36,40 ---- <p>Welcome to the gallery viewer. Please select a gallery from the list below:<br> </p> ! <table width="637"> <tr> <th> </th> *************** *** 66,71 **** ?> </table> ! <p>The content within the galleries is copyright. ! In order to use or copy content contained within the galleries please contact the team's webmaster ! or leader.</p> <?php include($footer); ?> --- 66,71 ---- ?> </table> ! <p>The content within the galleries is copyright. In order to use or copy content ! contained<br> ! within the galleries please contact the team's webmaster or leader.</p> <?php include($footer); ?> Index: gallery.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/gallery.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** gallery.php 1 Sep 2003 20:10:36 -0000 1.12 --- gallery.php 13 Sep 2003 15:38:25 -0000 1.13 *************** *** 110,115 **** ?> </table> ! <p>The content within the galleries is copyright. ! In order to use or copy content contained within the galleries please contact the team's webmaster ! or leader.</p> <?php include($footer); ?> --- 110,115 ---- ?> </table> ! <p>The content within the galleries is copyright. In order to use or copy content ! contained<br> ! within the galleries please contact the team's webmaster or leader.</p> <?php include($footer); ?> |
From: <dav...@us...> - 2003-09-13 15:38:29
|
Update of /cvsroot/openfirst/projects In directory sc8-pr-cvs1:/tmp/cvs-serv20924/projects Modified Files: viewmeeting.php preferences.php meetings.php index.php Log Message: Minor bug and design changes. Index: viewmeeting.php =================================================================== RCS file: /cvsroot/openfirst/projects/viewmeeting.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** viewmeeting.php 30 Aug 2003 14:42:57 -0000 1.4 --- viewmeeting.php 13 Sep 2003 15:38:24 -0000 1.5 *************** *** 123,129 **** // If WYSIWYG function is set then view the WYSIWYG function module if (function_exists("make_wysiwyg")) { ! make_wysiwyg("description",500,255,""); } else { ! echo "<textarea name='description'></textarea>"; } --- 123,129 ---- // If WYSIWYG function is set then view the WYSIWYG function module if (function_exists("make_wysiwyg")) { ! make_wysiwyg("notes",500,255,""); } else { ! echo "<textarea name='notes'></textarea>"; } *************** *** 135,140 **** present:</div></td> <td><p> ! <select name="absent[]" width='60' size="6"> ! <option>none</option> <?php --- 135,140 ---- present:</div></td> <td><p> ! <select name="absent[]" size="6" multiple width='60'> ! <option>none</option> <?php *************** *** 171,174 **** --- 171,175 ---- <?php + } } include($footer); Index: preferences.php =================================================================== RCS file: /cvsroot/openfirst/projects/preferences.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** preferences.php 30 Aug 2003 14:42:57 -0000 1.7 --- preferences.php 13 Sep 2003 15:38:24 -0000 1.8 *************** *** 48,53 **** ?> ! <h2><font face="Verdana, Arial, Helvetica, sans-serif">Preferences</font><br> </h2> <form action='preferences.php' method='POST'> <table width="527" align="center"> --- 48,59 ---- ?> ! <h2><font face="Verdana, Arial, Helvetica, sans-serif">Projects Preferences</font><br> </h2> + <p>This preference menu allows you to edit your daily update options<br> + If the administrator activates daily updates then every single day you will + receive an automatic<br> + update e-mail with all the changes made for the particular day.</p> + <p>The options below allow you to specify what kind<br> + of information you would like sent and if you want to receive the updates.</p> <form action='preferences.php' method='POST'> <table width="527" align="center"> *************** *** 59,69 **** <p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Your E-Mail Address: <strong><?php if(! isset($user->email)){ echo "You must configure your user account in order for this to automatically set."; }else{ echo $user->email; } ?></strong></font></p> ! <p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Would ! you like to be sent daily updates? <select name="updates" id="updates"> ! <option selected><?php echo $user->ProjectsUpdates; ?></option> <option>-----</option> ! <option value="On">Yes</option> ! <option value="Off">No</option> </select> </font></p> --- 65,75 ---- <p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Your E-Mail Address: <strong><?php if(! isset($user->email)){ echo "You must configure your user account in order for this to automatically set."; }else{ echo $user->email; } ?></strong></font></p> ! <p align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Send ! daily updates? <select name="updates" id="updates"> ! <option><?php echo $user->ProjectsUpdates; ?></option> <option>-----</option> ! <option>On</option> ! <option>Off</option> </select> </font></p> Index: meetings.php =================================================================== RCS file: /cvsroot/openfirst/projects/meetings.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** meetings.php 1 Sep 2003 17:29:10 -0000 1.6 --- meetings.php 13 Sep 2003 15:38:24 -0000 1.7 *************** *** 144,155 **** </tr> <?php - // Check for passed meetings and preview them $query = ofirst_dbquery("SELECT * FROM ofirst_projects_meetings WHERE Status='done'"); while($meeting = ofirst_dbfetch_object($query)){ - ?> ! <tr> ! <td><div align="center"><a href="viewmeeting.php?ID=<?php echo $meeting->ID; ?>"><img src="../members/icons/apps/date.png" width="32" height="32" border="0"></a></div></td> <td><?php echo date("F j, Y",$meeting->ForDate); ?></td> <td><?php echo $meeting->Description; ?></td> --- 144,154 ---- </tr> <?php // Check for passed meetings and preview them $query = ofirst_dbquery("SELECT * FROM ofirst_projects_meetings WHERE Status='done'"); while($meeting = ofirst_dbfetch_object($query)){ ?> ! <tr> ! <td><div align="center"><a href="viewmeeting.php?ID=<?php echo $meeting->ID; ?>"> ! <img src="../members/icons/apps/date.png" width="32" height="32" border="0"></a></div></td> <td><?php echo date("F j, Y",$meeting->ForDate); ?></td> <td><?php echo $meeting->Description; ?></td> *************** *** 158,168 **** $assign = explode(",",$meeting->ArrangedFor); foreach($assign as $assign){ ! $query = ofirst_dbquery("SELECT * FROM ofirst_projects_groups WHERE ID = '".$assign."'"); ! $group = ofirst_dbfetch_object($query); echo $group->GroupName; } - ?> ! </td> </tr> <?php --- 157,166 ---- $assign = explode(",",$meeting->ArrangedFor); foreach($assign as $assign){ ! $groupquery = ofirst_dbquery("SELECT * FROM ofirst_projects_groups WHERE ID = '".$assign."'"); ! $group = ofirst_dbfetch_object($groupquery); echo $group->GroupName; } ?> ! </td> </tr> <?php Index: index.php =================================================================== RCS file: /cvsroot/openfirst/projects/index.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.php 30 Aug 2003 14:42:57 -0000 1.9 --- index.php 13 Sep 2003 15:38:24 -0000 1.10 *************** *** 41,47 **** showlogin(); } else { ! echo "<p> </p><p>Welcome ".$user->user.", thank you for logging in!<br><br>"; } include($footer); ! ?> \ No newline at end of file --- 41,144 ---- showlogin(); } else { ! echo "<h2>Projects System</h2>Welcome <font color='green'>".$user->user."</font>, thank you for logging in!<br><br>"; ! ?> ! ! ! <table width="52%" border="0" cellspacing="0" cellpadding="6"> ! <tr> ! <th>Your Assigned Groups</th> ! </tr> ! </table> ! <table width="52%"> ! <tr> ! <td class="sub" width="4%"> </th> ! <td class="sub" width="20%">Task Name</th> ! <td class="sub" width="13%">Target Date</th> ! <td class="sub" width="30%">Assigned</th> </tr> ! <?php ! ! // Run through the current tasks ! $query = ofirst_dbquery("SELECT * FROM ofirst_projects_tasks"); ! while($tasks = ofirst_dbfetch_object($query)){ ! ! $showtask = false; ! ! $assigned = explode(",",$tasks->Assigned); ! foreach($assigned As $member){ ! if($member == $user->user){ ! $showtask = true; ! } ! } ! ! if($showtask){ ! ! // If value is pending then select the proper information ! if($tasks->Pend == "none"){ ! $pend = false; ! } else { ! ! $taskquery = ofirst_dbquery("SELECT * FROM ofirst_projects_tasks WHERE ID = '".$tasks->Pend."'"); ! $pendtask = ofirst_dbfetch_object($taskquery); ! ! if($pendtask->Completion == 100){ ! $pend = false; ! } else { ! $pend = true; ! } ! } ! } ! ?> ! <tr <?php if(date("F j, Y",time()) == date("F j, Y",$tasks->Dates)){ echo "bgColor='#CCCCCC'"; } ?>> ! <td><a href="notes.php?GroupID=<?php echo $_GET['GroupID']; ?>&TaskID=<?php echo $tasks->ID; ?>&ProjectID=<?php echo $_GET['ProjectID']; ?>"> ! <?php ! ! // If value is pending then show pend graphics ! if($pend){ ! echo "<img src='../members/icons/actions/encrypted.png' border='0'>"; ! } else { ! echo "<a href='notes.php?GroupID=".$tasks->GroupID."&TaskID=".$tasks->ID."&ProjectID=".$tasks->ProjectID."'><img src='../members/icons/filesystems/desktop.png' border='0'></a>"; ! } ! ! ?> ! </a></td> ! <td> ! <?php ! echo $tasks->TaskName." ("; ! if(! $pend){ ! echo $tasks->Completion."%"; ! } else { ! echo "PEND ON: ".$pendtask->TaskName; ! } ! echo ")"; ! ?> ! </td> ! <td> ! <?php ! echo date("F j, Y",$tasks->TarDate); ! ?> ! </td> ! <td><?php echo $tasks->Assigned; ?></td> ! </tr> ! <? ! } ! ! if(ofirst_dbnum_rows($query) == 0){ ! echo "\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n <td>There are no tasks for this project!</td>\n <td> </td>"; ! } ! ! ?> ! <tr> ! <td width="4%"> </th> ! <td width="20%"> ! <td width="13%"> ! <td width="30%">[ <a href="mytask.php">Detailed Related Tasks</a> ]</tr> ! </table> ! ! ! <br> ! <?php ! } include($footer); ! ?> |
From: <dav...@us...> - 2003-09-13 15:36:57
|
Update of /cvsroot/openfirst/emoticon/setup In directory sc8-pr-cvs1:/tmp/cvs-serv20366 Modified Files: setup.mysql Log Message: Minor bug and design changes. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/emoticon/setup/setup.mysql,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** setup.mysql 1 Sep 2003 18:50:52 -0000 1.10 --- setup.mysql 13 Sep 2003 15:36:53 -0000 1.11 *************** *** 442,446 **** 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',adminnavigation='<a href="$basepath/emoticon/">Main</a>',includes='emoticonf.php',modulenavigation='<a href="$basepath/emoticon/">View Emoticons</a>'; INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('motherfucker','************'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('fuck','****'); --- 442,446 ---- 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',includes='emoticonf.php',modulenavigation='<a href="$basepath/emoticon/">View Emoticons</a>'; INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('motherfucker','************'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('fuck','****'); *************** *** 448,449 **** --- 448,452 ---- INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('pussy','*****'); INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('ass','***'); + INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('cunt','****'); + INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('dick','****'); + INSERT INTO ofirst_slurblock (slur, substitution) VALUES ('bitch,'*****'); \ No newline at end of file |
From: <dav...@us...> - 2003-09-13 15:36:02
|
Update of /cvsroot/openfirst/feedback/admin In directory sc8-pr-cvs1:/tmp/cvs-serv20239 Modified Files: index.php Log Message: Minor bug and design changes. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/feedback/admin/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.php 1 Sep 2003 20:16:25 -0000 1.5 --- index.php 13 Sep 2003 15:35:59 -0000 1.6 *************** *** 30,34 **** if(isset($_POST["feedbackusers"])) { ! echo("<p>The feedback users have been modified as per your request.</p>"); // Delete current users, as they will all be replaced with new users. $query = ofirst_dbquery("DELETE FROM ofirst_feedbackusers;"); --- 30,37 ---- if(isset($_POST["feedbackusers"])) { ! ! echo("<p><br>The feedback users have been modified as per your request. [ <a href='index.php'>Manage</a> ]<br></p>"); ! die(include($footer)); ! // Delete current users, as they will all be replaced with new users. $query = ofirst_dbquery("DELETE FROM ofirst_feedbackusers;"); *************** *** 46,52 **** echo("<h1>Feedback</h1> <p>Use this form to setup the users of the feedback system. Each user should be on a ! new line with their email address first, then a space and their name (as it should appear on the feedback form).</p> ! <form method='post' action='./'> "); --- 49,55 ---- echo("<h1>Feedback</h1> <p>Use this form to setup the users of the feedback system. Each user should be on a ! new line with their email address first,<br> then a space and their name (as it should appear on the feedback form).</p> ! <form method='post' action='index.php'> "); *************** *** 59,63 **** } } else { ! echo("<textarea name='feedbackusers' rows='10' cols='50'>xt...@us... Tim Ginn"); } echo("</textarea><br /><input type='submit' value='Update Feedback Users' /></form>"); --- 62,66 ---- } } else { ! echo("<textarea name='feedbackusers' rows='10' cols='50'>jo...@so... Joe Somebody"); } echo("</textarea><br /><input type='submit' value='Update Feedback Users' /></form>"); |
From: <dav...@us...> - 2003-09-13 15:35:28
|
Update of /cvsroot/openfirst/feedback In directory sc8-pr-cvs1:/tmp/cvs-serv20080 Modified Files: index.php Log Message: Minor bug and design changes. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/feedback/index.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.php 7 Sep 2003 13:07:21 -0000 1.8 --- index.php 13 Sep 2003 15:35:25 -0000 1.9 *************** *** 29,33 **** include($header); ! echo("<h1>Feedback</h1>"); // Get a list of the users able to be contacted via the feedback form. --- 29,33 ---- include($header); ! echo("<h1>Give Feedback</h1>"); // Get a list of the users able to be contacted via the feedback form. *************** *** 63,71 **** <input type="radio" name="type" value="question" />Question <input type="radio" name="type" value="concern" />Concern ! <br />Message: <br /><?php if (function_exists("make_wysiwyg")) { ! make_wysiwyg("message",400,300,"Insert your feedback here. ! $user->signature"); } else { ?><textarea name="message" cols="40" rows="20">Insert your feedback here. --- 63,72 ---- <input type="radio" name="type" value="question" />Question <input type="radio" name="type" value="concern" />Concern ! <br /><br /> ! <?php if (function_exists("make_wysiwyg")) { ! make_wysiwyg("message",500,300,"Insert your feedback here. ! $user->signature"); } else { ?><textarea name="message" cols="40" rows="20">Insert your feedback here. |
From: <dav...@us...> - 2003-09-13 15:35:06
|
Update of /cvsroot/openfirst/emoticon In directory sc8-pr-cvs1:/tmp/cvs-serv19922 Modified Files: emoticonf.php index.php Log Message: Minor bug and design changes. Index: emoticonf.php =================================================================== RCS file: /cvsroot/openfirst/emoticon/emoticonf.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** emoticonf.php 23 Aug 2003 20:14:44 -0000 1.10 --- emoticonf.php 13 Sep 2003 15:35:01 -0000 1.11 *************** *** 55,59 **** echo "<tr><td>".$emot->substitution."</td><td>".$emot->emoticon."</td></tr>"; } ! echo "<td><a href='$basepath/emoticons/'>Show more...</a></td></table>"; } --- 55,59 ---- echo "<tr><td>".$emot->substitution."</td><td>".$emot->emoticon."</td></tr>"; } ! echo "<td><a href='$basepath/emoticon/'>Show more...</a></td></table>"; } Index: index.php =================================================================== RCS file: /cvsroot/openfirst/emoticon/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 23 Jul 2003 21:27:07 -0000 1.3 --- index.php 13 Sep 2003 15:35:01 -0000 1.4 *************** *** 29,40 **** include($header); if(function_exists("emoticon_preview")) { ! if((int)$_GET["perpage"] == 0) { $_GET["perpage"] = 25; } ! if((int)$_GET["start"] == 0) { $_GET["start"] = 0; } ! echo("<form action='./' method='get'> ! start at emoticon <input type='text' name='start' value='" . $_GET["start"] ."' size='3'> showing ! <input type='text' name='perpage' value='" . $_GET["perpage"] ."' size='3'> emoticons per page <input type='submit' value='Show Emoticons'> </form>"); emoticon_preview($_GET["perpage"], $_GET["start"]); } else { echo("Emoticon functions are not enabled"); --- 29,41 ---- include($header); if(function_exists("emoticon_preview")) { ! if(! ISSET($_GET["perpage"])) { $_GET["perpage"] = 25; } ! if(! ISSET($_GET["start"])) { $_GET["start"] = 0; } ! echo("<h2>Emoticon Preview</h2><form action='./' method='get'> ! <br>Start at emoticon <input type='text' name='start' value='" . $_GET["start"] ."' size='3'> show ! <input type='text' name='perpage' value='" . $_GET["perpage"] ."' size='3'> emoticons per page. <input type='submit' value='Show Emoticons'> </form>"); emoticon_preview($_GET["perpage"], $_GET["start"]); + echo "<br>"; } else { echo("Emoticon functions are not enabled"); |
From: <dav...@us...> - 2003-09-13 15:32:35
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv19400 Modified Files: footers.php Log Message: Added an hr bar accross the bottom. Index: footers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/footers.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** footers.php 28 Jun 2003 19:06:39 -0000 1.6 --- footers.php 13 Sep 2003 15:32:31 -0000 1.7 *************** *** 3,7 **** $basepath = "http://openfirst.sourceforge.net/"; } ! ?> <table class="menu" width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> --- 3,8 ---- $basepath = "http://openfirst.sourceforge.net/"; } ! ?> ! <hr width="80%" size="1px" style="border:1px" noshade> <table class="menu" width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> |
From: <dav...@us...> - 2003-09-13 15:31:49
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv19230 Modified Files: first.php Log Message: Made some text changes and directions for configurations. Index: first.php =================================================================== RCS file: /cvsroot/openfirst/base/config/first.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** first.php 24 Aug 2003 18:51:04 -0000 1.22 --- first.php 13 Sep 2003 15:31:45 -0000 1.23 *************** *** 34,38 **** if(isset($_POST["login"])) { // User is attempting to login for the first time. ! die("You have successfully logged in. <a href='index.php'>Access Administrative Configuration Options</a> (you will be prompted for your password again)"); } --- 34,38 ---- if(isset($_POST["login"])) { // User is attempting to login for the first time. ! die("<br><br><br>You have successfully logged in. <a href='index.php'>Access Administrative Configuration Options</a> (you will be prompted for your password again)</center>"); } *************** *** 208,218 **** <option value="odbc">ODBC</option> </select> ! <tr><td>Title of Software</td><td><input type="text" name="title" value="openFIRST" /></td></tr> ! <tr><td>Version of Software</td><td><input type="text" name="version" value="CVS" /></td></tr> <tr><td>Database Server Address</td><td><input type="text" name="sqlserver" value="localhost" /></td></tr> <tr><td>Database User Name</td><td><input type="text" name="sqluser" value="sqluser" /></td></tr> <tr><td>Database User Password</td><td><input type="password" name="sqlpassword" /></td></tr> <tr><td>Database Name (this database must already exist, it will not be automatically created)</td><td><input type="text" name="sqldatabase" value="openfirst" /></td></tr> ! <tr><td>Home site (the address scripts will use for linking to your main page)</td><td> <input type="text" name="home" value="http://openfirst.sourceforge.net"></td></tr> <tr><td>Header file (this should be a full system path)</td><td><input type="text" name="header" value="<?php echo(getcwd()); ?>/headers.php" /></td></tr> --- 208,225 ---- <option value="odbc">ODBC</option> </select> ! <tr> ! <td>Title of Website</td> ! <td><input type="text" name="title" value="openFIRST" /></td></tr> ! <tr> ! <td>Version of Website</td> ! <td><input type="text" name="version" value="CVS" /></td></tr> <tr><td>Database Server Address</td><td><input type="text" name="sqlserver" value="localhost" /></td></tr> <tr><td>Database User Name</td><td><input type="text" name="sqluser" value="sqluser" /></td></tr> <tr><td>Database User Password</td><td><input type="password" name="sqlpassword" /></td></tr> <tr><td>Database Name (this database must already exist, it will not be automatically created)</td><td><input type="text" name="sqldatabase" value="openfirst" /></td></tr> ! <tr> ! <td>Home Site (the address scripts will use for linking to your main page) ! <em>Note:</em> No backslash is required after the link</td> ! <td> <input type="text" name="home" value="http://openfirst.sourceforge.net"></td></tr> <tr><td>Header file (this should be a full system path)</td><td><input type="text" name="header" value="<?php echo(getcwd()); ?>/headers.php" /></td></tr> *************** *** 222,234 **** <tr><td>Mail From (the e-mail address that mail from the openFIRST site should appear to be from</td><td><input type="text" name="mailfrom" value="no...@op..."></td></tr> ! <tr><td>The base path to the OpenFIRST software ! (example: http://openfirst.sourceforge.net<strong>/openfirst</strong>) this should not have a ! trailing slash. ! </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> </table> --- 229,241 ---- <tr><td>Mail From (the e-mail address that mail from the openFIRST site should appear to be from</td><td><input type="text" name="mailfrom" value="no...@op..."></td></tr> ! <tr> ! <td>The base path to the openFIRST software (example: http://openfirst.sourceforge.net<strong>/openfirst</strong>) ! this should always have a beginning slash but no ending slash.</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 not 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> </table> |
From: <dav...@us...> - 2003-09-13 15:31:01
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv19055 Modified Files: modules.php Log Message: Made some design space changes. Added a colorful red and green switch when modules are activated or not. Index: modules.php =================================================================== RCS file: /cvsroot/openfirst/base/config/modules.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** modules.php 23 Aug 2003 20:37:30 -0000 1.5 --- modules.php 13 Sep 2003 15:30:58 -0000 1.6 *************** *** 60,64 **** <h1>Module Administrator</h1> ! <p>This utility will allow you to manage modules for certain openFIRST components. This includes enabling them, and setting them to be displayed on the menus.</p> <form method="post" action="modules.php"> --- 60,65 ---- <h1>Module Administrator</h1> ! <p>This utility will allow you to manage modules for certain openFIRST components.<br> ! This includes enabling them, and setting them to be displayed on the menus.</p> <form method="post" action="modules.php"> *************** *** 71,74 **** --- 72,76 ---- </tr> <?php + // Get module information and output values $query = ofirst_dbquery("SELECT * FROM ofirst_config"); while($module = ofirst_dbfetch_object($query)){ *************** *** 76,81 **** <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> --- 78,83 ---- <tr> <td><input name="<?php echo $module->modulename; ?>-modulename" type="text" id="modulename" value="<?php echo $module->modulename; ?>"></td> ! <td bgcolor='<?php if((bool) $module->active == true){ echo "#00FF00"; }else{ echo "red"; } ?>'><input name="<?php echo $module->modulename; ?>-active" type="checkbox" id="active" value="checkbox" <?php if((bool) $module->active == true){ echo "checked"; } ?>></td> ! <td bgcolor='<?php if((bool) $module->showonmenu == true){ echo "#00FF00"; }else{ echo "red"; } ?>'><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> *************** *** 84,87 **** --- 86,90 ---- ?> </table> + <br> <input type="submit" name="update" value="Update Values" /> </form> |
From: <dav...@us...> - 2003-09-13 15:30:11
|
Update of /cvsroot/openfirst/awards/admin In directory sc8-pr-cvs1:/tmp/cvs-serv18843 Modified Files: index.php Log Message: Made some spacing changes, and no awards preview. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/awards/admin/index.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.php 23 Aug 2003 20:03:13 -0000 1.7 --- index.php 13 Sep 2003 15:30:08 -0000 1.8 *************** *** 76,81 **** <h1>Manage Award Information</h1> - <p><a href="./">Manage Awards</a> <a href="<?php echo("$basepath/awards/"); ?>">View Awards</a> - </p> <form method="post" action="./"> <table> --- 76,79 ---- *************** *** 139,143 **** </tr> <tr> ! <td> </td> <?php if($award == "") { ?> <td><input name="create" type="submit" id="create" value="Create Listing"></td> --- 137,141 ---- </tr> <tr> ! <th> </th> <?php if($award == "") { ?> <td><input name="create" type="submit" id="create" value="Create Listing"></td> *************** *** 171,176 **** </tr> <?php ! } ?> </table> <?php --- 169,179 ---- </tr> <?php ! } ! if(mysql_num_rows($query) == 0){ ! echo "<tr><td> </td><td> </td><td>No awards entered!</td><td> </td><td> </td><td> </td></tr>"; ! } ! ?> </table> + <br> <?php |
From: <dav...@us...> - 2003-09-11 00:36:37
|
Update of /cvsroot/openfirst/manual/openfirst.guestbook In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.guestbook Added Files: openfirst.guestbook.html Log Message: initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now. --- NEW FILE: openfirst.guestbook.html --- <h2>openFIRST.guestbook</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="file:///C|/Inetpub/wwwroot/openFIRST/manual/openfirst.feedback/screen1.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.guestbook module was designed to allow visitors a chance to sign your guestbook and provide information about the user.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginnof openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_guestbook</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td>index.php - allows a basic front-end to the module<br> deleteyes.php - confirm the delete of a particular post<br> sign.php - allows user options to sign the guestbook<br> signthanks.php - provides the user with a thank you page for signing the guestbook<br> emoticons.php - N/A<br> deleteentry.php - allows admin to delete options</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>none</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, deleteyes.php, sign.php, signthanks.php, emoticons.php, deleteentry.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>none</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-11 00:36:37
|
Update of /cvsroot/openfirst/manual/openfirst.news In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.news Added Files: openfirst.photogallery.html openfirst.news.html Log Message: initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now. --- NEW FILE: openfirst.photogallery.html --- <h2>openFIRST.photogallery</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.photogallery is a top of the line photo gallery system designed specifically for the openFIRST system. The gallery comes with every feature you could possibly need. Features included are: thumbnail maker (switching GD functions depending on which GD gallery you have installed, automatically sets itself), gallery manager back-end, user comments, an advanced image naming and descriptions and a send-to-a-friend feature.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>David Di Biase of openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_photogallery_comments<br> ofirst_photogallery_galleries<br> ofirst_photogallery_image </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>photogallery.php - provides functions for viewing specific gallery images. This was developed to allow quick and easy image reference without the webmaster having to type in the direct path to the image. Simple use the functions within this script.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td><p>index.php - view the current galleries installed<br> gallery.php - view the current photos listed in the gallery<br> email.php - allows users to e-mail photo's to friends<br> viewphoto.php - view individual photos<br> photogallery.php - the system include file that is carried through the website by the base module. It allows simple access to any gallery image.<br> admin/cleargallery.php - clears all the photos in the gallery<br> admin/edit.php - edit gallery information<br> admin/editphoto.php - edit information about the current photo<br> admin/galleryglobals.php - a file that contains all the globals related to the photogallery module<br> admin/index.php - an admin index page<br> admin/makethumb.php - creates thumbnails, calls preview.php to create thumbs with GD<br> admin/newgallery.php - allows users to create new galleries<br> admin/preview.php - the thumbnail maker which contains the GD function switcher and functions</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>We are planning to expand this module by adding new features such as: image voting, top images of the month, and a newly added images feature.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>none</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, admin/index.php, gallery.php, email.php, viewphoto.php, admin/cleargallery.php, photogallery.php, admin/edit.php, admin/editphoto.php, admin/makethumb.php, admin/newgallery.php, admin/preview.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>none</td> </tr> </table> <p><strong></strong></p> --- NEW FILE: openfirst.news.html --- <h2>openFIRST.news</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.news allows for a simple and effective news managing system.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginnof openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_news</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td>index.php - views a list of all current news headlines<br> admin/index.php - allows admins to edit/add/delete news headlines</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>The news module has many new changes coming its way. In the coming future we plan to update it with image relations to the photogallery system, or photo uploads directly from the module, new headline viewing system, a headline include file that lists news on demand of a function.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>none</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, admin/index.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>none</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-11 00:36:37
|
Update of /cvsroot/openfirst/manual/openfirst.members In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.members Added Files: openfirst.members.html Log Message: initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now. --- NEW FILE: openfirst.members.html --- <h2>openFIRST.members</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"><br> <img src="screen3.png" width="267" height="222"><img src="screen4.png" width="267" height="222"> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.members module is the base system for all member related information. This module intergrates with many openFIRST modules. The module provides user permission tracking, individual user workspaces and website options, profile editing and viewing and allows for easy implemetation into newly developed modules.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginnof openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_members<br> ofirst_divisions<br> ofirst_workspace_files<br> ofirst_workspace_users </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td>index.php - provides introduction to members module<br> workspace.php - allows users to manage their member workspace and website options<br> web.php - users can use this script to edit website scripts<br> divisions.php - allows webmasters to manage team divisions<br> updateprofile.php - a script used to update a person profile<br> logout.php - ends all sessions and ensures the user has to login again<br> skills.php - allows users to edit their skills on the profile<br> links.php - a list of current links listed for the website</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>Updates are scheduled for the module with specific new requests.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>variable $user - allows easy access in any script over the website to the current users information</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, workspace.php, divisions.php, updateprofile.php, logout.php, skills.php, links.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>none</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-11 00:36:37
|
Update of /cvsroot/openfirst/manual/openfirst.emoticon In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.emoticon Added Files: openfirst.emoticon.html Log Message: initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now. --- NEW FILE: openfirst.emoticon.html --- <h2>openFIRST.emoticons</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.emoticons is to allow easy access and managment of smilies that enhance your websites functionality and design.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginnof openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_emoticons<br> ofirst_slurblock</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>emoticonf.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td>index.php - allows you to view and sort through the emoticons currently listed in your database.<br> emoticonf.php - this is the module include file. This file is carried throughout the website via the base module. The actual file contains 3 important functions vital to for using the entire module.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>We are planning to incorporate catagory selection for awards, this we you can organize awards based on competitions, years etc.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>function emoticon_translate - loops through all the emoticons listed in ofirst_emoticons and replaces the text with an image which corresponds with it in the database.</p> <p>function emoticon_preview - this function is used to provide a list of emoticons that a user can use in the website. It predefines the limit and start of which emoticons to preview.</p> <p>function slur_block - checks for related slurs in the ofirst_slurblock table then replaces whatever it finds with its cover up value.</p></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, emoticonf.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>- This script is due for an upgrade for new requested features: implementation of javascript to preview more emoticons easily, click-n-insert emoticon functionality and a complete emoticon management back-end complete with emoticon packager.</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-11 00:36:37
|
Update of /cvsroot/openfirst/manual/openfirst.feedback In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.feedback Added Files: openfirst.feedback.html Log Message: initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now. --- NEW FILE: openfirst.feedback.html --- <h2>openFIRST.feedback</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.feedback module was designed to allow webmasters to receive easy bug reports, suggestions or comments.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginnof openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_feedback</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td>index.php - allows you to insert your comments into the database.<br> admin/index.php - allows an administrative back-end to the feedback module.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>We are planning to incorporate a much more advanced feedback system, which sends responses back by e-mail.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>none</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, admin/index.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>none</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-11 00:36:37
|
Update of /cvsroot/openfirst/manual/openfirst.messenger In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.messenger Added Files: openfirst.messenger.html Log Message: initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now. --- NEW FILE: openfirst.messenger.html --- <h2>openFIRST.messenger</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.messenger intergrates with openFIRST.members. They both work together to provide a simple and exciting internal messeging system.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginnof openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_messenger_messeges<br> ofirst_messenger_users</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td>index.php - lists all the current users online<br> messenger.php - the system include file carried through the website from base. It basically checks the database to see if the current user has a record in the database. It also checks the users inbox and provides them with a new messege screen.<br> newmsg.php - allows users to send messeges between each other<br> viewmsg.php - allows users to view messeges sent to them<br> inbox.php - allows users to view a current list of messeges</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>The module will be updated to allow members to send messeges to other membres </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>variable $usersonline - a list of how many users are on the website<br> variable $usersonpage - a list of users currently on the particular page</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, messenger.php, newmsg.php, viewmsg.php, inbox.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>none</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-11 00:36:37
|
Update of /cvsroot/openfirst/manual/openfirst.logger In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.logger Added Files: openfirst.logger.html Log Message: initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now. --- NEW FILE: openfirst.logger.html --- <h2>openFIRST.logger</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.logger allows for an organized interface to help track visitors to your website. The module tracks lots of different information such as: visitor IP, host-looup, page visited, visitor browser, query-string value for page they visited. It then allows for a feature to track each page the person visited. If the user is logged in as a member then it declares that the user is a member of the website.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginnof openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_guestbook</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td>index.php - the first script that allows you to view a list of visitors to your website<br> rawdata.php - view hit by hit in order without grouping values<br> logger.php - the include file which is carried through the website by base. Once this script is called it logs the person who visits the page into the database.<br> track.php - allows you to track indepth information about the visiting user.<br> reset.php - resets the entire logger so that no hits are logged</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>A new update will be made available that allows webmasters to calculate bandwidth used on the website, number of total hits, and page views. It will provide this information in a graphical chart format.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>variable $IP - the IP address of the current visitor<br> variable $HOST - the host-lookup of the current visitor<br> variable $SCRIPT - the current script the user is on<br> variable $BROWSER - provides information about the current browser visiting the website</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, logger.php, reset.php,rawdata.php,track.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>none</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-11 00:35:28
|
Update of /cvsroot/openfirst/manual/openfirst.projects In directory sc8-pr-cvs1:/tmp/cvs-serv12753/openfirst.projects Added Files: openfirst.projects Log Message: initial upload --- NEW FILE: openfirst.projects --- <h2>openFIRST.projects</h2> <table width="81%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"><br> <img src="screen3.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.projects module intergrates with the openFIRST.members module to provide a very effective module. The entire system is used to manage team progession and its projects. It has a built in action register system, a meeting organizer, and automated daily updates e-mail system (uses Crontab/MS Schedular). This script is highly advanced and evolved, so please be careful in reading and modifying it.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>David Di Biase of openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td><p>ofirst_projects_groups<br> ofirst_projects_notes<br> ofirst_projects_tasks<br> ofirst_projects_projects<br> ofirst_projects_meetings </p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td><p>index.php - provides a module introduction<br> groups.php - views a list of current groups in the action register system<br> projects.php - views a list of projects related to a specific group<br> tasks.php - views a list of current tasks related to a project of a group.<br> notes.php - views a list of notes commited which are related to a specific task of a project of a group.<br> preferences.php - allows users to update their daily updates options for the action register.<br> updates.php - a scrip which should be used with Crontab/MS Schedular to send out daily updates by e-mail<br> viewmeeting.php - indepth information on a particular meeting<br> mytask.php - make a list of current tasks related to the particular user<br> today.php - make a list of all the changes commited for the particular day<br> meetings.php - list all current and past meetings with a history</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>We are planning to expand this module by adding a crontab and MS Schedular install script. The module will also be modified with image/document uploading features to allow for better documentation and system tracking. We also plan to add a complete projects logger which tracks every little change made by every user.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>none</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, groups.php, projects.php, notes.php, preferences.php, updates.php, viewmeeting.php, mytask.php, today.php, meetings.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>none</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-07 17:26:57
|
Update of /cvsroot/openfirst/manual/openfirst.emoticon In directory sc8-pr-cvs1:/tmp/cvs-serv12840/openfirst.emoticon Added Files: screen1.png Log Message: initial upload --- NEW FILE: screen1.png --- (This appears to be a binary file; contents omitted.) |
From: <dav...@us...> - 2003-09-07 17:26:56
|
Update of /cvsroot/openfirst/manual/openfirst.awards In directory sc8-pr-cvs1:/tmp/cvs-serv12840/openfirst.awards Added Files: screen2.png screen1.png openfirst.awards.html Log Message: initial upload --- NEW FILE: screen2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screen1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: openfirst.awards.html --- <h2>openFIRST.awards</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.awards module was designed to manage team awards and accomplishments in a neat and organized manner.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>David M.Di Biase of openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_awards</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</strong></td> </tr> <tr> <td>This is a very basic script that inserts and views award data in ofirst_awards. It uses images to depict 1st, 2nd and 3rd positions.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>We are planning to incorporate catagory selection for awards, this we you can organize awards based on competitions, years etc.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php, admin/index.php</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Notes</strong></td> </tr> <tr> <td>none</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-07 17:26:56
|
Update of /cvsroot/openfirst/manual/openfirst.logger In directory sc8-pr-cvs1:/tmp/cvs-serv12840/openfirst.logger Added Files: screen2.png screen1.png Log Message: initial upload --- NEW FILE: screen2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: screen1.png --- (This appears to be a binary file; contents omitted.) |
From: <dav...@us...> - 2003-09-07 17:26:56
|
Update of /cvsroot/openfirst/manual/openfirst.feedback In directory sc8-pr-cvs1:/tmp/cvs-serv12840/openfirst.feedback Added Files: screen1.png Log Message: initial upload --- NEW FILE: screen1.png --- (This appears to be a binary file; contents omitted.) |