openfirst-cvscommit Mailing List for openFIRST (Page 78)
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-28 15:30:29
|
Update of /cvsroot/openfirst/news/image In directory sc8-pr-cvs1:/tmp/cvs-serv30227/image Log Message: Directory /cvsroot/openfirst/news/image added to the repository |
From: <xt...@us...> - 2003-09-28 14:44:48
|
Update of /cvsroot/openfirst/sidebars In directory sc8-pr-cvs1:/tmp/cvs-serv735 Modified Files: index.php sidebar.php Log Message: Remove Port Perry branding, fix errors occuring with certain style sheets which justify as letter. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 26 Sep 2003 03:31:08 -0000 1.3 --- index.php 28 Sep 2003 13:01:02 -0000 1.4 *************** *** 42,49 **** <table width="488" align="center"> <tr> ! <th width="104">Option Name</th> ! <th width="104">Preview</th> ! <th width="100">Add as Sidebar</th> ! <th width="160">Add as Active Desktop</th> </tr> <?php if(is_readable("../messenger/")) { ?> --- 42,49 ---- <table width="488" align="center"> <tr> ! <th>Option Name</th> ! <th>Preview</th> ! <th>Add as Sidebar</th> ! <th>Add as Active Desktop</th> </tr> <?php if(is_readable("../messenger/")) { ?> Index: sidebar.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/sidebar.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sidebar.php 14 Sep 2003 22:44:08 -0000 1.4 --- sidebar.php 28 Sep 2003 13:01:02 -0000 1.5 *************** *** 48,52 **** </schedule> <item href=\"/sidebars/sidebar.php?sidebar=$sidebar\" lastmod=\"2003-03-18\"> ! <title>Team #1006 $sidebar</title> <usage value=\"DesktopComponent\"> <openas value=\"html\" /> --- 48,52 ---- </schedule> <item href=\"/sidebars/sidebar.php?sidebar=$sidebar\" lastmod=\"2003-03-18\"> ! <title>$sidebar</title> <usage value=\"DesktopComponent\"> <openas value=\"html\" /> |
From: <dav...@us...> - 2003-09-28 14:32:44
|
Update of /cvsroot/openfirst/news In directory sc8-pr-cvs1:/tmp/cvs-serv20450 Modified Files: index.php Log Message: Minor changes. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/news/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.php 13 Sep 2003 15:38:25 -0000 1.5 --- index.php 28 Sep 2003 14:32:29 -0000 1.6 *************** *** 30,37 **** ?> <h2>Top Headlines</h2> ! Here are the top 5 most important news outbreaks.<br> <?php shownews(5); // Shows 5 pieces of news. include($footer); ! ?> --- 30,37 ---- ?> <h2>Top Headlines</h2> ! Here are the top 5 most important news outbreaks.<br><br> <?php shownews(5); // Shows 5 pieces of news. include($footer); ! ?> \ No newline at end of file |
From: <xt...@us...> - 2003-09-28 13:54:39
|
Update of /cvsroot/openfirst/messenger In directory sc8-pr-cvs1:/tmp/cvs-serv13427 Modified Files: inbox.php index.php messenger.php newmsg.php viewmsg.php Log Message: Convert ISSET to isset, optimise some queries, add full names to several dialogues, clarify titles, fix bug for selection box for new messages. Index: inbox.php =================================================================== RCS file: /cvsroot/openfirst/messenger/inbox.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** inbox.php 23 Aug 2003 20:31:57 -0000 1.5 --- inbox.php 28 Sep 2003 13:54:24 -0000 1.6 *************** *** 57,61 **** <th width="28"></th> <th width="194">Subject</th> ! <th width="171">Date</th> <th width="128">Sender</th> <th width="116">Option</th> --- 57,61 ---- <th width="28"></th> <th width="194">Subject</th> ! <th width="210">Date</th> <th width="128">Sender</th> <th width="116">Option</th> *************** *** 80,84 **** <td><?php echo $messages->Sender; ?></td> <td>[ <a href='inbox.php?DELETE=<?php echo $messages->ID; ?>'> Delete </a> ] ! [ <a href="newmsg.php?SUBJECT=Re: <?php echo $messages->Subject; ?>">Reply</a> ]</td> </tr> <?php --- 80,84 ---- <td><?php echo $messages->Sender; ?></td> <td>[ <a href='inbox.php?DELETE=<?php echo $messages->ID; ?>'> Delete </a> ] ! <br>[ <a href="newmsg.php?SUBJECT=Re: <?php echo $messages->Subject; ?>">Reply</a> ]</td> </tr> <?php Index: index.php =================================================================== RCS file: /cvsroot/openfirst/messenger/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.php 26 Sep 2003 03:30:20 -0000 1.6 --- index.php 28 Sep 2003 13:54:24 -0000 1.7 *************** *** 34,39 **** <th width="25"></th> <th width="203">User Level</th> <th width="290">Currently Previewing</th> ! <th width="110">Options</th> </tr> <?php --- 34,40 ---- <th width="25"></th> <th width="203">User Level</th> + <th width="110">Name</th> <th width="290">Currently Previewing</th> ! <th width="144">Options</th> </tr> <?php *************** *** 51,57 **** <td><?php if ($userinf->Member == "none") { ! echo "Visiting Guest"; } else { ! echo "<font size='1px'>($userinf->Member) </font>".$members->firstname." ".$members->lastname; } ?></td> --- 52,58 ---- <td><?php if ($userinf->Member == "none") { ! echo "Visiting Guest</td><td>N/A"; } else { ! echo "Member</td><td>$members->firstname $members->lastname"; } ?></td> *************** *** 73,75 **** <?php include($footer); ! ?> \ No newline at end of file --- 74,76 ---- <?php include($footer); ! ?> Index: messenger.php =================================================================== RCS file: /cvsroot/openfirst/messenger/messenger.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** messenger.php 13 Sep 2003 15:38:25 -0000 1.8 --- messenger.php 28 Sep 2003 13:54:24 -0000 1.9 *************** *** 35,39 **** $query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline WHERE IPAddress = '".$IP."'"); ! if(ISSET($user->user)){ $memberinf = $user->user; }else{ --- 35,39 ---- $query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline WHERE IPAddress = '".$IP."'"); ! if(isset($user->user)){ $memberinf = $user->user; }else{ Index: newmsg.php =================================================================== RCS file: /cvsroot/openfirst/messenger/newmsg.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** newmsg.php 13 Sep 2003 15:38:25 -0000 1.9 --- newmsg.php 28 Sep 2003 13:54:24 -0000 1.10 *************** *** 78,82 **** // Set the reply based on querystring or list members ! if (ISSET($_GET['RECIP'])){ $query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline WHERE ID = '".$_GET['RECIP']."'"); --- 78,82 ---- // Set the reply based on querystring or list members ! if (isset($_GET['RECIP'])){ $query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline WHERE ID = '".$_GET['RECIP']."'"); *************** *** 90,96 **** echo "<select name='recip' id='recip'>"; ! $query = ofirst_dbquery("SELECT * FROM ofirst_members"); while($recipient = ofirst_dbfetch_object($query)){ ! echo "<option>".$recipient->user."<option>"; } --- 90,96 ---- echo "<select name='recip' id='recip'>"; ! $query = ofirst_dbquery("SELECT user FROM ofirst_members ORDER BY user;"); while($recipient = ofirst_dbfetch_object($query)){ ! echo "<option>".$recipient->user."</option>"; } *************** *** 127,129 **** <?php include($footer); ! ?> \ No newline at end of file --- 127,129 ---- <?php include($footer); ! ?> Index: viewmsg.php =================================================================== RCS file: /cvsroot/openfirst/messenger/viewmsg.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** viewmsg.php 23 Aug 2003 20:31:57 -0000 1.5 --- viewmsg.php 28 Sep 2003 13:54:24 -0000 1.6 *************** *** 54,58 **** <tr> <th>Sender</th> ! <td><a href='profiles.php?ID=<?php echo $msg->Sender ?>'><?php echo $msg->Sender ?></a></td> </tr> <tr> --- 54,72 ---- <tr> <th>Sender</th> ! <td><a href='profiles.php?ID=<?php echo $msg->Sender ?>'><?php echo("$msg->Sender"); ! $querymember = ofirst_dbquery("SELECT firstname, lastname FROM ofirst_members WHERE user = '$msg->Sender';"); ! $member = ofirst_dbfetch_object($querymember); ! echo(" ($member->firstname $member->lastname)"); ?> ! </td> ! </tr> ! <tr> ! <td><img src="visitors.png" alt="Visitor"></td> ! <td><?php ! if ($userinf->Member == "none") { ! echo "Visiting Guest</td><td>N/A"; ! } else { ! echo "Member</td><td>$members->firstname $members->lastname"; ! } ! ?></a></td> </tr> <tr> *************** *** 70,72 **** <?php include($footer); ! ?> \ No newline at end of file --- 84,86 ---- <?php include($footer); ! ?> |
From: <xt...@us...> - 2003-09-28 13:34:46
|
Update of /cvsroot/openfirst/feedback In directory sc8-pr-cvs1:/tmp/cvs-serv6937 Modified Files: index.php Log Message: Make indenting proper again, convert ISSET to isset (again) and make signature occur after a proper amount of spacing from the main filler message Index: index.php =================================================================== RCS file: /cvsroot/openfirst/feedback/index.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.php 13 Sep 2003 16:12:06 -0000 1.10 --- index.php 28 Sep 2003 13:34:35 -0000 1.11 *************** *** 58,62 **** ?> <br />Your E-mail Address (used for replies): ! <input type="text" name="from" style="width: 150px;" value="<?php if(ISSET($user->email)){echo($user->email); } ?>" /> <br />Type of feedback: <input type="radio" name="type" value="comment" />Comment --- 58,62 ---- ?> <br />Your E-mail Address (used for replies): ! <input type="text" name="from" style="width: 150px;" value="<?php if(isset($user->email)){echo($user->email); } ?>" /> <br />Type of feedback: <input type="radio" name="type" value="comment" />Comment *************** *** 66,70 **** <?php if (function_exists("make_wysiwyg")) { ! if(ISSET($user->signature)){ $msg = "Insert your feedback here.$user->signature"; }else{ $msg = "Insert your feedback here."; } make_wysiwyg("message",500,300,$msg); } else { --- 66,71 ---- <?php if (function_exists("make_wysiwyg")) { ! if(isset($user->signature)){ $msg = "Insert your feedback here.\n\n$user->signature"; }else{ $msg = "Insert your feedback here."; ! } make_wysiwyg("message",500,300,$msg); } else { |
From: <xt...@us...> - 2003-09-28 13:34:46
|
Update of /cvsroot/openfirst/feedback/admin In directory sc8-pr-cvs1:/tmp/cvs-serv6937/admin Modified Files: index.php Log Message: Make indenting proper again, convert ISSET to isset (again) and make signature occur after a proper amount of spacing from the main filler message Index: index.php =================================================================== RCS file: /cvsroot/openfirst/feedback/admin/index.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.php 26 Sep 2003 03:30:45 -0000 1.7 --- index.php 28 Sep 2003 13:34:35 -0000 1.8 *************** *** 33,47 **** // Delete current users, as they will all be replaced with new users. if(isset($_POST['feedbackusers'])){ ! $query = ofirst_dbquery("DELETE FROM ofirst_feedbackusers;"); ! $line = explode("\n", $_POST["feedbackusers"]); ! foreach ($line as $lin) { ! $fname = trim(substr($lin, strpos($lin, " ") - strlen($lin))); ! $femail = trim(substr($lin, 0, strpos($lin, " "))); // Create the new users for the feedback list $query = ofirst_dbquery("INSERT INTO ofirst_feedbackusers (name, email) VALUES ('$fname', '$femail');") or die(mysql_error()); ! } ! echo("<p><br>The feedback users have been modified as per your request. [ <a href='index.php'>Manage</a> ]<br></p>"); ! die(include($footer)); ! } } --- 33,47 ---- // Delete current users, as they will all be replaced with new users. if(isset($_POST['feedbackusers'])){ ! $query = ofirst_dbquery("DELETE FROM ofirst_feedbackusers;"); ! $line = explode("\n", $_POST["feedbackusers"]); ! foreach ($line as $lin) { ! $fname = trim(substr($lin, strpos($lin, " ") - strlen($lin))); ! $femail = trim(substr($lin, 0, strpos($lin, " "))); // Create the new users for the feedback list $query = ofirst_dbquery("INSERT INTO ofirst_feedbackusers (name, email) VALUES ('$fname', '$femail');") or die(mysql_error()); ! } ! echo("<p><br>The feedback users have been modified as per your request. [ <a href='index.php'>Manage</a> ]<br></p>"); ! die(include($footer)); ! } } |
From: <xt...@us...> - 2003-09-28 13:10:40
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv2188 Removed Files: Thumbs.db Log Message: Remove useless garbage file which was committed in error. --- Thumbs.db DELETED --- |
From: <dav...@us...> - 2003-09-26 03:31:11
|
Update of /cvsroot/openfirst/sidebars In directory sc8-pr-cvs1:/tmp/cvs-serv4038 Modified Files: index.php Log Message: Added organization with tables. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 7 Sep 2003 14:04:05 -0000 1.2 --- index.php 26 Sep 2003 03:31:08 -0000 1.3 *************** *** 31,91 **** <h1>Side Bars</h1> ! <p>Side bars allow content from this site to be easily integrated into your web browser. ! This can enhance your experience on this site and allow up to date content to be ! automatically provided to you. The side bars are known to be functional in Netscape and ! Mozilla. The sidebars may also be implemented as "Active Desktop" components on ! some versions of Microsoft® Windows® if Active Desktop has been enabled.</p> ! ! <ul> ! <?php if(is_readable("../guestbook/")) { ?> ! <li>Guestbook ! (<a href="preview.php?sidebar=guestbook">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Guestbook Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=guestbook','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=guestbook&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } ! if(is_readable("../messenger/")) { ?> ! <li>Messenger ! (<a href="preview.php?sidebar=messenger">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Messenger Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=messenger','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=messenger&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } ! if(is_readable("../projects/")) { ?> ! <li>Projects ! (<a href="preview.php?sidebar=projects">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Projects Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=projects','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=projects&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } ! if(is_readable("../news/")) { ?> ! <li>News ! (<a href="preview.php?sidebar=news">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('News Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=news','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=news&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } if(is_readable("../manual/")) { ?> ! <li>Manual ! (<a href="preview.php?sidebar=manual">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Manual Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=manual','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=manual&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } if(is_readable("../emoticon/")) { ?> ! <li>Emoticon ! (<a href="preview.php?sidebar=emoticon">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Emoticon Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=emoticon','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=emoticon&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } if(is_readable("../awards/")) { ?> ! <li>Awards ! (<a href="preview.php?sidebar=awards">preview</a>) ! (<a href="javascript:window.sidebar.addPanel('Awards Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=awards','')">Add as sidepanel</a> ! <a href="sidebar.php?sidebar=awards&cdf=true">Add as Active Desktop item</a>) ! </li> ! <?php } ?> ! </ul> <?php include($footer); ?> --- 31,93 ---- <h1>Side Bars</h1> ! <p>Side bars allow content from this site to be easily integrated into your web ! browser.<br> ! This can enhance your experience on this site and allow up to date content to ! be automatically provided to you.<br> ! The side bars are known to be functional in Netscape and Mozilla.<br> ! <br> ! The sidebars may also be implemented as "Active Desktop" components ! on some<br> ! versions of Microsoft® Windows® if Active Desktop has been enabled.</p> ! <table width="488" align="center"> ! <tr> ! <th width="104">Option Name</th> ! <th width="104">Preview</th> ! <th width="100">Add as Sidebar</th> ! <th width="160">Add as Active Desktop</th> ! </tr> ! <?php if(is_readable("../messenger/")) { ?> ! <tr> ! <td>Messenger</td> ! <td><a href="preview.php?sidebar=messenger">Preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('Messenger Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=messenger','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=messenger&cdf=true">Add</a></td> ! </tr> ! <?php } ! if(is_readable("../projects/")) { ?></tr> ! <td>Projects</td> ! <td><a href="preview.php?sidebar=projects">Preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('Projects Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=projects','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=projects&cdf=true">Add</a></td> ! </tr> ! <?php } ! if(is_readable("../news/")) { ?> ! <tr> ! <td>News</td> ! <td><a href="preview.php?sidebar=news">Preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('News Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=news','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=news&cdf=true">Add</a></td> ! </tr> ! <?php } if(is_readable("../manual/")) { ?> ! <tr> ! <td>Manual</td> ! <td><a href="preview.php?sidebar=manual">Preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('Manual Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=manual','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=manual&cdf=true">Add</a></td> ! </tr> ! <?php } if(is_readable("../emoticon/")) { ?> ! <?php } if(is_readable("../awards/")) { ?> ! <tr> ! <td>Awards</td> ! <td><a href="preview.php?sidebar=awards">preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('Awards Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=awards','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=awards&cdf=true">Add</a></td> ! </tr> ! <?php } ?> ! </table> ! <br> <?php include($footer); ?> |
From: <dav...@us...> - 2003-09-26 03:30:55
|
Update of /cvsroot/openfirst/feedback/admin In directory sc8-pr-cvs1:/tmp/cvs-serv3985 Modified Files: index.php Log Message: Fixed some minor things. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/feedback/admin/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.php 13 Sep 2003 15:35:59 -0000 1.6 --- index.php 26 Sep 2003 03:30:45 -0000 1.7 *************** *** 31,38 **** 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;"); $line = explode("\n", $_POST["feedbackusers"]); --- 31,36 ---- if(isset($_POST["feedbackusers"])) { ! // Delete current users, as they will all be replaced with new users. ! if(isset($_POST['feedbackusers'])){ $query = ofirst_dbquery("DELETE FROM ofirst_feedbackusers;"); $line = explode("\n", $_POST["feedbackusers"]); *************** *** 40,48 **** $fname = trim(substr($lin, strpos($lin, " ") - strlen($lin))); $femail = trim(substr($lin, 0, strpos($lin, " "))); - if(trim($fname) != "" && trim($femail) != "") { // Create the new users for the feedback list ! $query = ofirst_dbquery("INSERT INTO ofirst_feedbackusers (name, email) VALUES ('$fname', '$femail');"); ! } ! } } --- 38,47 ---- $fname = trim(substr($lin, strpos($lin, " ") - strlen($lin))); $femail = trim(substr($lin, 0, strpos($lin, " "))); // Create the new users for the feedback list ! $query = ofirst_dbquery("INSERT INTO ofirst_feedbackusers (name, email) VALUES ('$fname', '$femail');") or die(mysql_error()); ! } ! echo("<p><br>The feedback users have been modified as per your request. [ <a href='index.php'>Manage</a> ]<br></p>"); ! die(include($footer)); ! } } |
From: <dav...@us...> - 2003-09-26 03:30:24
|
Update of /cvsroot/openfirst/messenger In directory sc8-pr-cvs1:/tmp/cvs-serv3930 Modified Files: index.php Log Message: Changed the member listings with first and last names. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/messenger/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.php 23 Aug 2003 20:31:57 -0000 1.5 --- index.php 26 Sep 2003 03:30:20 -0000 1.6 *************** *** 30,39 **** ?> <h1>Current Online Users</h1> ! <table width="538"> <tr> ! <th></th> ! <th>User Level</th> ! <th>Previewing</th> ! <th>Options</th> </tr> <?php --- 30,39 ---- ?> <h1>Current Online Users</h1> ! <table width="648"> <tr> ! <th width="25"></th> ! <th width="203">User Level</th> ! <th width="290">Currently Previewing</th> ! <th width="110">Options</th> </tr> <?php *************** *** 42,45 **** --- 42,49 ---- $query = ofirst_dbquery("SELECT * FROM ofirst_messenger_usersonline"); while($userinf = ofirst_dbfetch_object($query)){ + + $querymember = ofirst_dbquery("SELECT * FROM ofirst_members WHERE user = '".$userinf->Member."'"); + $members = ofirst_dbfetch_object($querymember); + ?> <tr> *************** *** 49,53 **** echo "Visiting Guest"; } else { ! echo $userinf->Member; } ?></td> --- 53,57 ---- echo "Visiting Guest"; } else { ! echo "<font size='1px'>($userinf->Member) </font>".$members->firstname." ".$members->lastname; } ?></td> |
From: <dav...@us...> - 2003-09-26 03:28:25
|
Update of /cvsroot/openfirst/members/setup In directory sc8-pr-cvs1:/tmp/cvs-serv3566 Modified Files: setup.mysql Log Message: Changed link names for better description of features. Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/members/setup/setup.mysql,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** setup.mysql 13 Aug 2003 11:52:30 -0000 1.10 --- setup.mysql 26 Sep 2003 03:28:21 -0000 1.11 *************** *** 1,4 **** INSERT INTO ofirst_config SET modulename='members',showonmenu='0',active='0'; ! UPDATE ofirst_config SET modulenavigation='<a href="$basepath/members/workspace.php">Workspace</a> | <a href="$basepath/members/divisions.php">Divisions</a> | <a href="$basepath/members/profile.php">Profile</a> | <a href="$basepath/members/links.php">Links</a> | <a href="$basepath/members/skills.php">Skills</a> | <a href="$basepath/members/updateprofile.php">Update Profile</a> | <a href="$basepath/members/logout.php">Logout</a>',adminnavigation='<a href="$basepath/members/adduser.php">Add Users</a> | <a href="$basepath/config/">Configuration</a>' where modulename='members'; CREATE TABLE IF NOT EXISTS ofirst_workspace_users (quota BIGINT, user CHAR(128), virtfspath TEXT, frozen INT(1)); CREATE TABLE IF NOT EXISTS ofirst_workspace_files(size BIGINT, name TEXT, location TEXT, owner TEXT, division TEXT, permissions TEXT, date TEXT, description TEXT, filetype TEXT); --- 1,4 ---- INSERT INTO ofirst_config SET modulename='members',showonmenu='0',active='0'; ! UPDATE ofirst_config SET modulenavigation='<a href="$basepath/members/workspace.php">My Workspace</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>',adminnavigation='<a href="$basepath/members/adduser.php">Add Users</a> | <a href="$basepath/config/">Site Configuration</a>' where modulename='members'; CREATE TABLE IF NOT EXISTS ofirst_workspace_users (quota BIGINT, user CHAR(128), virtfspath TEXT, frozen INT(1)); CREATE TABLE IF NOT EXISTS ofirst_workspace_files(size BIGINT, name TEXT, location TEXT, owner TEXT, division TEXT, permissions TEXT, date TEXT, description TEXT, filetype TEXT); |
From: <dav...@us...> - 2003-09-26 03:27:36
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv3515 Added Files: aim-none.png email-none.png icq-none.png msmsgs-none.png photo-none.png Thumbs.db Log Message: Added new icons for profile viewing. --- NEW FILE: aim-none.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: email-none.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: icq-none.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: msmsgs-none.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: photo-none.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Thumbs.db --- (This appears to be a binary file; contents omitted.) |
From: <dav...@us...> - 2003-09-26 03:26:54
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv3391 Modified Files: email.png profile.php Log Message: Simple updates to profile viewer. Index: email.png =================================================================== RCS file: /cvsroot/openfirst/members/email.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsZNYNDR and /tmp/cvscKE14y differ Index: profile.php =================================================================== RCS file: /cvsroot/openfirst/members/profile.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** profile.php 13 Sep 2003 15:38:25 -0000 1.13 --- profile.php 26 Sep 2003 03:26:42 -0000 1.14 *************** *** 87,91 **** <br> <table> ! <tr><th><a href="profile.php?orderby=user">Nick Name</a></th><th><a href="profile.php?orderby=team">Team</a></th><th><a href="profile.php?orderby=email">E-mail</a></th><th><a href="profile.php?orderby=msn">MSN</a></th><th><a href="profile.php?orderby=icq">ICQ</a></th><th><a href="profile.php?orderby=aim">AIM</a></th><th><a href="profile.php?orderby=picturelocation">Photo</a></th></tr> <?php if(! ISSET($_GET["orderby"])) { $_GET["orderby"] = "user"; } --- 87,98 ---- <br> <table> ! <tr> ! <th><a href="profile.php?orderby=user">Nick Name</a></th> ! <th><a href="profile.php?orderby=email">E-mail</a></th> ! <th><a href="profile.php?orderby=msn">MSN</a></th> ! <th><a href="profile.php?orderby=icq">ICQ</a></th> ! <th><a href="profile.php?orderby=aim">AIM</a></th> ! <th><a href="profile.php?orderby=picturelocation">Photo</a></th> ! </tr> <?php if(! ISSET($_GET["orderby"])) { $_GET["orderby"] = "user"; } *************** *** 96,105 **** } while($q = ofirst_dbfetch_object($query)) { ! echo("<tr><td><a href='profile.php?id=$q->user'>$q->user</a></td><td>$q->team</td>"); ! if($q->email != "") { echo("<td><img src='email.png' alt='email available' /></td>"); } else { echo("<td></td>"); } ! if($q->msn != "") { echo("<td><img src='msmsgs.png' alt='msn available' /></td>"); } else { echo("<td></td>"); } ! if($q->icq != "") { echo("<td><img src='icq.png' alt='icq available' /></td>"); } else { echo("<td></td>"); } ! if($q->aim != "") { echo("<td><img src='aim.png' alt='aim available' /></td>"); } else { echo("<td></td>"); } ! if($q->picturelocation != "") { echo("<td><img src='photo.png' alt='photo available' /></td>"); } echo("</tr>"); } --- 103,112 ---- } while($q = ofirst_dbfetch_object($query)) { ! echo "<td><a href='profile.php?id=$q->user'>$q->user</a></td>"; ! if($q->email != "") { echo("<td><img src='email.png' alt='email available' /></td>"); } else { echo("<td><img src='email-none.png' alt='email available' /></td>"); } ! if($q->msn != "") { echo("<td><img src='msmsgs.png' alt='msn available' /></td>"); } else { echo("<td><img src='msmsgs-none.png' alt='email available' /></td>"); } ! if($q->icq != "") { echo("<td><img src='icq.png' alt='icq available' /></td>"); } else { echo("<td><img src='icq-none.png' alt='email available' /></td>"); } ! if($q->aim != "") { echo("<td><img src='aim.png' alt='aim available' /></td>"); } else { echo("<td><img src='aim-none.png' alt='email available' /></td>"); } ! if($q->picturelocation != "") { echo("<td><img src='photo.png' alt='photo available' /></td>"); }else{ echo("<td><img src='photo-none.png' alt='email available' /></td>"); } echo("</tr>"); } *************** *** 116,122 **** } ! echo("<table><tr><td style='vertical-align: top;'>"); if($q->picturelocation == "") { ! echo("<img src='nophoto.png' alt='No photograph provided' />"); } else { echo("<img src='$q->picturelocation' alt='$q->firstname $q->lastname' />"); --- 123,129 ---- } ! echo("<table width='600'><tr><th></th><th width='70%'>Member Information</th></tr><tr><td style='vertical-align: top;'>"); if($q->picturelocation == "") { ! echo("No photograph provided."); } else { echo("<img src='$q->picturelocation' alt='$q->firstname $q->lastname' />"); *************** *** 128,142 **** if ($q->firstname == "") { $q->firstname = "None"; } if ($q->lastname == "") { $q->lastname = "None"; } - if ($q->team == "") { $q->team = "no particular team"; } if ($q->dateregistered == "") { $q->dateregistered = "creation"; } if ($q->lastseen == "") { $q->lastseen = "$q->firstname has never logged in."; } ! echo("</td><td><h2>$q->user of $q->team</h2> <sub>Real Name: $q->firstname $q->lastname ! <br />Member since: $q->dateregistered ! <br />Last seen logged in: $q->lastseen</sub> <p> Division: <a href='divisions.php?division=$q->division'>$q->division</a> ! <br />Year $q->year </p> --- 135,148 ---- if ($q->firstname == "") { $q->firstname = "None"; } if ($q->lastname == "") { $q->lastname = "None"; } if ($q->dateregistered == "") { $q->dateregistered = "creation"; } if ($q->lastseen == "") { $q->lastseen = "$q->firstname has never logged in."; } ! echo("</td><td><h2>$q->user</h2> <sub>Real Name: $q->firstname $q->lastname ! <br />Member since: ".date("F j, Y",$q->dateregistered)." ! <br />Last seen logged in: ".date("F j, Y",$q->lastseen)."</sub> <p> Division: <a href='divisions.php?division=$q->division'>$q->division</a> ! <br /> </p> *************** *** 177,187 **** <p>"); $skill = explode(",", $q->skills); for($y = 0; $y < count($skill); $y++) { $det = explode("|",$skill[$y]); ! echo("<br />$det[0] - " . status($det[1])); } echo("</p></td></tr></table>"); ! } } include($footer); ?> --- 183,200 ---- <p>"); + if(isset($skill)){ $skill = explode(",", $q->skills); + echo "<table width='300'>"; for($y = 0; $y < count($skill); $y++) { $det = explode("|",$skill[$y]); ! echo("<tr><td>$det[0] - " . status($det[1]) . "</td></tr>"); } + echo "</table>"; + }else{ + echo "No skills entered."; + } echo("</p></td></tr></table>"); ! ! } } include($footer); ?> |
From: <dav...@us...> - 2003-09-17 01:18:54
|
Update of /cvsroot/openfirst/base/images In directory sc8-pr-cvs1:/tmp/cvs-serv15016 Modified Files: openfirst-small.png openfirst.png poweredby-small.png poweredby.png Log Message: Added white background to images rather then transperancy. This removes the grey backgrounds that show up in Internet Explorer. Index: openfirst-small.png =================================================================== RCS file: /cvsroot/openfirst/base/images/openfirst-small.png,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsKJj40M and /tmp/cvsGEW6Lp differ Index: openfirst.png =================================================================== RCS file: /cvsroot/openfirst/base/images/openfirst.png,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsvPYtjQ and /tmp/cvsK1dMlw differ Index: poweredby-small.png =================================================================== RCS file: /cvsroot/openfirst/base/images/poweredby-small.png,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvseiiVgR and /tmp/cvs2HJTky differ Index: poweredby.png =================================================================== RCS file: /cvsroot/openfirst/base/images/poweredby.png,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsT2zhlS and /tmp/cvsoAO6rA differ |
From: <xt...@us...> - 2003-09-16 11:56:01
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv4991 Modified Files: install.php Log Message: Hide database types which are not currently offered from module installer Index: install.php =================================================================== RCS file: /cvsroot/openfirst/base/config/install.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** install.php 13 Sep 2003 15:38:26 -0000 1.15 --- install.php 16 Sep 2003 11:55:57 -0000 1.16 *************** *** 78,82 **** $handl=@opendir(getcwd() . "/$file/setup/"); while ($fil = @readdir($handl)){ ! if($fil != ".." && $fil != "." && $fil != "") { $filename = "../$file/setup/$fil"; $sqlf = str_replace(".", "-", str_replace(".$dbasetype", "",substr(strrchr($filename, "/"), 1))); --- 78,82 ---- $handl=@opendir(getcwd() . "/$file/setup/"); while ($fil = @readdir($handl)){ ! if($fil != ".." && $fil != "." && $fil != "" && str_pos($fil, $dbasetype) > 0) { $filename = "../$file/setup/$fil"; $sqlf = str_replace(".", "-", str_replace(".$dbasetype", "",substr(strrchr($filename, "/"), 1))); |
From: <xt...@us...> - 2003-09-14 22:44:12
|
Update of /cvsroot/openfirst/sidebars In directory sc8-pr-cvs1:/tmp/cvs-serv15580 Modified Files: preview.php sidebar.php Log Message: Remove known warning message issues. Index: preview.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/preview.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** preview.php 14 Aug 2003 02:38:52 -0000 1.1.1.1 --- preview.php 14 Sep 2003 22:44:08 -0000 1.2 *************** *** 28,31 **** --- 28,32 ---- include("../config/globals.php"); include($header); + if(isset($_GET["sidebar"]) == false) { $_GET["sidebar"] = ""; } ?> <h1>Preview Sidebar</h1> Index: sidebar.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/sidebar.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sidebar.php 7 Sep 2003 14:04:05 -0000 1.3 --- sidebar.php 14 Sep 2003 22:44:08 -0000 1.4 *************** *** 34,37 **** --- 34,39 ---- header("Cache-Control: no-cache"); + if(isset($_GET["sidebar"]) == false) { $_GET["sidebar"] = ""; } + $sidebar = strtoupper($_GET["sidebar"]); |
From: <dav...@us...> - 2003-09-14 03:40:57
|
Update of /cvsroot/openfirst/manual In directory sc8-pr-cvs1:/tmp/cvs-serv14778 Modified Files: openfirst.html Log Message: Added information about dbase functions. Index: openfirst.html =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.html 14 Sep 2003 03:16:24 -0000 1.1 --- openfirst.html 14 Sep 2003 03:40:54 -0000 1.2 *************** *** 145,148 **** --- 145,154 ---- includes /logger/logger.php. It was programmed this way so that users will have more power over increasing the systems features and power.</p> + <p>Another great feature that we implemented into openFIRST is the database + selection. openFIRST supports MySQL, MSSQL and ODBC. The way this works + is that all the database related functions are run through openFIRST + functions first (ie. ofirst_dbquery). The function itself checks if + the system is setup to run MySQL, MSSQL or ODBC and selects between + them. It then returns the data to the original function.</p> <p><strong>Module Specific Information</strong></p> <li><a href="openfirst.base/openfirst.base.html">openFIRST.base</a></li> |
From: <dav...@us...> - 2003-09-14 03:22:23
|
Update of /cvsroot/openfirst/manual/openfirst.sidebars In directory sc8-pr-cvs1:/tmp/cvs-serv12173 Added Files: openfirst.sidebars.html Log Message: initial upload --- NEW FILE: openfirst.sidebars.html --- <h2>openFIRST.sidebars</h2> <table width="68%" cellpadding="4"> <tr> <td> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.sidebars is used to provide information from modules directly within the main contant of the entire openFIRST system. This is a great feature because it keeps the website dynamic and up-to-date with the latest news. </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginn of openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td><p>none</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>The sidebars module creates information specific to each module and displays it on the side of the website this way visitors can view information quicker.</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td><p>none</p> </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 - basic view of the sidebars<br> sidebar.php - performs all the functions for editing the sidebars<br> preview.php - allows us to preview the sidebars</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Related Modules <font size="2">(required for using this module)</font></strong></td> </tr> <tr> <td>openFIRST.base</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-14 03:22:00
|
Update of /cvsroot/openfirst/manual/openfirst.search In directory sc8-pr-cvs1:/tmp/cvs-serv12099 Added Files: openfirst.search.html Log Message: initial upload --- NEW FILE: openfirst.search.html --- <h2>openFIRST.search</h2> <table width="68%" cellpadding="4"> <tr> <td> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.search is used to search the entire database for information pertaining to the particular search.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginn of openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td><p>none</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>The search module simply searches through the database and tries to find information particular to the search. It then displays the information for the user to browse through.</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td><p>none</p> </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 - the base script that performs most of the search and preview functions </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Related Modules <font size="2">(required for using this module)</font></strong></td> </tr> <tr> <td>openFIRST.base</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-14 03:21:36
|
Update of /cvsroot/openfirst/manual/openfirst.projects In directory sc8-pr-cvs1:/tmp/cvs-serv12062 Added Files: openfirst.projects.html Log Message: initial upload --- NEW FILE: openfirst.projects.html --- <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>The projects module is midly complex. It helps organize data efficiently. Information is organized in this basic hierarchy: groups, projects, tasks and notes. Groups must be created and members must be assigned to these groups. Under these groups an administrative may assign particular projects. Projects may be tracked by their completion. If an administrative wishes he can make a project wait (or pend) until one project is done for the other to become active. In order for a project to be complete it must be set to 100%. If a project is lowered from 100% then then the projects that pend on it will be set back to pending (even if they are finished or close to finished).</p> <p>Only users who were assigned to the particular group can add/modify projects under each group. A member who is now assigned to the project may create tasks and assign other people to it. Tasks have the same rules of pending just like projects do. Now in order to keep track of task completion members may commit notes and information to each task. Again only members assigned to that task have privileges to add a note.</p> <p>The projects module also has a meeting organizer which users may add meetings or declare as past. This feature is important because it provides and online and remote record for reference at any time.</p> <p>The meetings and action register system are all included into the daily updates system. In order for a webmaster to setup the update system they are required to create a crontab schedule which passes the updates.php script through the PHP Zend Engine. Crontab is only available on Unix systems. The Win32 equivelent would possibly be Microsoft Event Schedule. There are also 3rd party softwares which can be downloaded to perform events based on time.</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td><p>We are planning to expand this module by adding a crontab and MS Event 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.</p> <p>We are also planning to create an automatic crontab setup script for Unix systems only. This will be unveiled in the next openFIRST release.</p></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 - 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</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Related Modules <font size="2">(required for using this module)</font></strong></td> </tr> <tr> <td>openFIRST.base, openFIRST.members</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-14 03:21:10
|
Update of /cvsroot/openfirst/manual/openfirst.photogallery In directory sc8-pr-cvs1:/tmp/cvs-serv11980 Added Files: openfirst.photogallery.html Log Message: initial upload --- 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>The photo gallery is feature-rich. It allows you to create a gallery with a description and date. It then allows you to upload images to it. After you upload images you will have an option to make thumbnails for them. You can make specific thumbnails or you can may them en mass. Thumbnails do NOT override the original image. Whenever a gallery is created a folder is created under the gallery folder. All images are uploaded to the respective gallery folder. If you choose to make a thumbnail GD will shrink the image and place it in /thumbs in the particular gallery folder.</p> <p>The thumbs image has the same exact name as the original image. When you view the gallery images if a thumbnail is present the system will use the thumbnail. If a thumbnail is not present it will revert to using the large image.</p> <p>When adding information to your image (name, description, author etc.) you will have an option of extracting the image description from a text file. There are many other gallery systems that teams use that make use of text files. We have implemented this feature to make the lives of webmasters easier. If you wish to use text file extraction you must name the text file the exact same thing as the image.</p> <p>Once images are completely uploaded and setup in the system visitors will be able to send them to friends and/or comment on them as they please.</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. The randomimg() function will also be completed to allow you to preview random images anywhere on the website.</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>function galleryimage([gallery id],[image name],[thumnail/large image option],[height][width]) - this function can be used to preview images from the gallery simply by using this function.</p> </td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </tr> <tr> <td>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</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Related Modules <font size="2">(required for using this module)</font></strong></td> </tr> <tr> <td>openFIRST.base</td> </tr> </table> <p><strong></strong></p> |
From: <dav...@us...> - 2003-09-14 03:20:42
|
Update of /cvsroot/openfirst/manual/openfirst.news In directory sc8-pr-cvs1:/tmp/cvs-serv11895 Modified Files: openfirst.news.html Log Message: Made some text changes Index: openfirst.news.html =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.news/openfirst.news.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.news.html 11 Sep 2003 00:36:31 -0000 1.1 --- openfirst.news.html 14 Sep 2003 03:20:33 -0000 1.2 *************** *** 14,18 **** </tr> <tr> ! <td>Tim Ginnof openFIRST</td> </tr> <tr> --- 14,18 ---- </tr> <tr> ! <td>Tim Ginn of openFIRST</td> </tr> <tr> *************** *** 32,37 **** </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> --- 32,39 ---- </tr> <tr> ! <td>The news module asks the administrative to enter new news then inserts ! it into the databae. There are functions included in the module that allow ! the system to preview headlines. These functions may be used by webdevelopers ! in their own modules.</td> </tr> <tr> *************** *** 48,52 **** </tr> <tr> ! <td><p>none</p> </td> </tr> --- 50,54 ---- </tr> <tr> ! <td><p>function shownews()</p> </td> </tr> *************** *** 55,65 **** </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> --- 57,69 ---- </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>Related Modules <font size="2">(required for ! using this module)</font></strong></td> </tr> <tr> ! <td>openFIRST.base</td> </tr> </table> |
From: <dav...@us...> - 2003-09-14 03:20:17
|
Update of /cvsroot/openfirst/manual/openfirst.messenger In directory sc8-pr-cvs1:/tmp/cvs-serv11844 Modified Files: openfirst.messenger.html Log Message: Made some text changes Index: openfirst.messenger.html =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.messenger/openfirst.messenger.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.messenger.html 11 Sep 2003 00:36:31 -0000 1.1 --- openfirst.messenger.html 14 Sep 2003 03:20:11 -0000 1.2 *************** *** 8,13 **** </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> --- 8,13 ---- </tr> <tr> ! <td>The openFIRST.messenger is an internal messaging and member tracking system. ! The system works to provide users easy contact.</td> </tr> <tr> *************** *** 34,45 **** </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> --- 34,41 ---- </tr> <tr> ! <td>The messenger module carries an include throughout the entire website ! and constantly updates information whenever the user refreshes the page. ! This ensures that the most current information is updated about the user. ! The user can then be presented with new inbox messages directly on any page.</td> </tr> <tr> *************** *** 62,72 **** </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> --- 58,76 ---- </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>Related Modules <font size="2">(required for ! using this module)</font></strong></td> </tr> <tr> ! <td>openFIRST.base, openFIRST.members</td> </tr> </table> |
From: <dav...@us...> - 2003-09-14 03:20:00
|
Update of /cvsroot/openfirst/manual/openfirst.members In directory sc8-pr-cvs1:/tmp/cvs-serv11745 Modified Files: openfirst.members.html Log Message: Made some text changes Index: openfirst.members.html =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.members/openfirst.members.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.members.html 11 Sep 2003 00:36:31 -0000 1.1 --- openfirst.members.html 14 Sep 2003 03:19:57 -0000 1.2 *************** *** 13,18 **** 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> --- 13,18 ---- information. This module intergrates with many openFIRST modules. The module provides user permission tracking, individual user workspaces and website ! options, profile editing and viewing. It also allows for easy implemetation ! into newly developed modules.</td> </tr> <tr> *************** *** 20,24 **** </tr> <tr> ! <td>Tim Ginnof openFIRST</td> </tr> <tr> --- 20,24 ---- </tr> <tr> ! <td>Tim Ginn of openFIRST</td> </tr> <tr> *************** *** 41,53 **** </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> --- 41,48 ---- </tr> <tr> ! <td>The member module is the base of many other modules. In order to run those ! other modules you will require to have this module properly setup and running ! on your server. The user workspace allows individial users to store files ! related to specific divisions, personal page files and group files.</td> </tr> <tr> *************** *** 69,80 **** </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> --- 64,83 ---- </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>Related Modules <font size="2">(required for ! using this module)</font></strong></td> </tr> <tr> ! <td>openFIRST.base</td> </tr> </table> |
From: <dav...@us...> - 2003-09-14 03:19:56
|
Update of /cvsroot/openfirst/manual/openfirst.logger In directory sc8-pr-cvs1:/tmp/cvs-serv11704 Modified Files: openfirst.logger.html Log Message: Made some text changes Index: openfirst.logger.html =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.logger/openfirst.logger.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openfirst.logger.html 11 Sep 2003 00:36:31 -0000 1.1 --- openfirst.logger.html 14 Sep 2003 03:19:42 -0000 1.2 *************** *** 9,17 **** <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> --- 9,16 ---- <tr> <td>The openFIRST.logger allows for an organized interface to help track visitors ! to your website. The module tracks a wide range 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.</td> </tr> <tr> *************** *** 19,23 **** </tr> <tr> ! <td>Tim Ginnof openFIRST</td> </tr> <tr> --- 18,22 ---- </tr> <tr> ! <td>David Di Biase of openFIRST</td> </tr> <tr> *************** *** 25,29 **** </tr> <tr> ! <td>ofirst_guestbook</td> </tr> <tr> --- 24,28 ---- </tr> <tr> ! <td>ofirst_logger</td> </tr> <tr> *************** *** 31,35 **** </tr> <tr> ! <td>none</td> </tr> <tr> --- 30,34 ---- </tr> <tr> ! <td>logger.php</td> </tr> <tr> *************** *** 37,48 **** </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> --- 36,46 ---- </tr> <tr> ! <td>The logger script does not have a visitor page. This module was mostly ! designed for administrators to preview who visits their website. You should ! <em>NOT </em>show the logger module on the menu, so please make sure you ! deactivate it in the module selector in <em>config</em>. The module basically ! carries logger.php through the entire website via the globals script. It ! logs all the information retrieved when its on the page, then puts it in ! the database.</td> </tr> <tr> *************** *** 69,79 **** </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> --- 67,85 ---- </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>Related Modules <font size="2">(required for ! using this module)</font></strong></td> </tr> <tr> ! <td>openFIRST.base</td> </tr> </table> |