openfirst-cvscommit Mailing List for openFIRST (Page 58)
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: <xt...@us...> - 2004-02-28 02:37:28
|
Update of /cvsroot/openfirst/messenger In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7715 Modified Files: index.php newmsg.php Log Message: Fix small bugs, change caption. Fixes bug #82. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/messenger/index.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.php 14 Feb 2004 15:24:04 -0000 1.15 --- index.php 28 Feb 2004 02:28:19 -0000 1.16 *************** *** 26,30 **** ?> <h1>Current Online Users</h1> ! <p>This is a list of current users on the website.</p> <table> <tr> --- 26,31 ---- ?> <h1>Current Online Users</h1> ! <p>This is a list of current users on the website. You may send ! messages to team members using the messenger feature.</p> <table> <tr> Index: newmsg.php =================================================================== RCS file: /cvsroot/openfirst/messenger/newmsg.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** newmsg.php 14 Feb 2004 15:24:04 -0000 1.17 --- newmsg.php 28 Feb 2004 02:28:19 -0000 1.18 *************** *** 64,68 **** if(function_exists("send_message")) { ! send_message($receiver->user, "You have a new message waiting in your messenger inbox. $home/$basepath/messenger/inbox.php", "all"); } --- 64,68 ---- if(function_exists("send_message")) { ! send_message($recipient->user, "You have a new message waiting in your messenger inbox. $home/$basepath/messenger/inbox.php", "all"); } |
Update of /cvsroot/openfirst/photogallery/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5421/admin Modified Files: cleargallery.php edit.php editphoto.php galleryglobals.php index.php makethumb.php newgallery.php preview.php upload.php Log Message: A number of non-critial bug fixes, license repetition errors (found by Daniel Schilling of 1006), and minor feature-enhancements. Index: cleargallery.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/cleargallery.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** cleargallery.php 24 Dec 2003 01:02:30 -0000 1.8 --- cleargallery.php 28 Feb 2004 02:12:17 -0000 1.9 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: edit.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/edit.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** edit.php 24 Dec 2003 01:02:30 -0000 1.10 --- edit.php 28 Feb 2004 02:12:17 -0000 1.11 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 176,178 **** <?php include_once($footer); ! ?> \ No newline at end of file --- 172,174 ---- <?php include_once($footer); ! ?> Index: editphoto.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/editphoto.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** editphoto.php 24 Dec 2003 01:02:31 -0000 1.7 --- editphoto.php 28 Feb 2004 02:12:17 -0000 1.8 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: galleryglobals.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/galleryglobals.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** galleryglobals.php 24 Dec 2003 01:02:31 -0000 1.4 --- galleryglobals.php 28 Feb 2004 02:12:17 -0000 1.5 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: index.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/index.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.php 24 Dec 2003 01:02:31 -0000 1.9 --- index.php 28 Feb 2004 02:12:17 -0000 1.10 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: makethumb.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/makethumb.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** makethumb.php 24 Dec 2003 01:02:31 -0000 1.8 --- makethumb.php 28 Feb 2004 02:12:17 -0000 1.9 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: newgallery.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/newgallery.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** newgallery.php 24 Dec 2003 01:02:31 -0000 1.12 --- newgallery.php 28 Feb 2004 02:12:17 -0000 1.13 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: preview.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/preview.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** preview.php 22 Aug 2003 16:24:43 -0000 1.2 --- preview.php 28 Feb 2004 02:12:17 -0000 1.3 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: upload.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/admin/upload.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** upload.php 24 Dec 2003 01:02:31 -0000 1.12 --- upload.php 28 Feb 2004 02:12:17 -0000 1.13 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- |
From: <xt...@us...> - 2004-02-28 02:21:25
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5421 Modified Files: email.php gallery.php index.php photogallery.php viewphoto.php Log Message: A number of non-critial bug fixes, license repetition errors (found by Daniel Schilling of 1006), and minor feature-enhancements. Index: email.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/email.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** email.php 30 Jan 2004 22:54:16 -0000 1.13 --- email.php 28 Feb 2004 02:12:17 -0000 1.14 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 33,37 **** if (! isset($_GET['ID']) || ! isset($_GET['PHOTO'])) { echo "You have not selected an image to view!"; ! die(include($footer)); } --- 29,33 ---- if (! isset($_GET['ID']) || ! isset($_GET['PHOTO'])) { echo "You have not selected an image to view!"; ! die(include_once($footer)); } Index: gallery.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/gallery.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** gallery.php 30 Jan 2004 22:59:02 -0000 1.17 --- gallery.php 28 Feb 2004 02:12:17 -0000 1.18 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 34,38 **** if (! isset($_GET['ID'])) { echo "You have not selected a gallery to view!"; ! die(include($footer)); } --- 30,34 ---- if (! isset($_GET['ID'])) { echo "You have not selected a gallery to view!"; ! die(include_once($footer)); } *************** *** 91,97 **** // Check if there is a thumb available for this image, if so then use it or else preview the actual reduced image if(file_exists($dirlocate."/thumbs/".$file)){ ! echo "<img border='1px' height=100 width=152 alt='Photo Gallery Image' src='".$dirlocate."/thumbs/".$file."'>"; } else { ! echo "<img border='1px' height=100 width=152 alt='Photo Gallery Image' src='".$dirlocate."/".$file."'>"; } --- 87,93 ---- // Check if there is a thumb available for this image, if so then use it or else preview the actual reduced image if(file_exists($dirlocate."/thumbs/".$file)){ ! echo "<img border='1px' alt='Photo Gallery Image' src='".$dirlocate."/thumbs/".$file."'>"; } else { ! echo "<img border='1px' alt='Photo Gallery Image' src='".$dirlocate."/".$file."'>"; } Index: index.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/index.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** index.php 24 Dec 2003 01:01:36 -0000 1.13 --- index.php 28 Feb 2004 02:12:17 -0000 1.14 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 32,36 **** ?> <h2>View Galleries</h2> ! <p>Welcome to the gallery viewer. Please select a gallery from the list below:<br> </p> <table width="637"> --- 28,35 ---- ?> <h2>View Galleries</h2> ! <p>Welcome to the gallery viewer. There are <strong><?php echo ! mysql_num_rows(mysql_query("SELECT * FROM ofirst_photogallery_image")); ?></strong> image(s) in ! <strong><?php echo ofirst_dbnum_rows(ofirst_dbquery("SELECT * FROM ofirst_photogallery_galleries")); ?></strong> ! galleries. Please select a gallery from the list below:<br> </p> <table width="637"> Index: photogallery.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/photogallery.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** photogallery.php 24 Dec 2003 01:01:36 -0000 1.6 --- photogallery.php 28 Feb 2004 02:12:17 -0000 1.7 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: viewphoto.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/viewphoto.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** viewphoto.php 30 Jan 2004 22:53:39 -0000 1.14 --- viewphoto.php 28 Feb 2004 02:12:17 -0000 1.15 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 58,62 **** if (! isset($_GET['ID']) || ! isset($_GET['PHOTO'])) { echo "You have not selected an image to view!"; ! die(include($footer)); } --- 54,58 ---- if (! isset($_GET['ID']) || ! isset($_GET['PHOTO'])) { echo "You have not selected an image to view!"; ! die(include_once($footer)); } *************** *** 140,144 **** // Declare dir location $dirlocate = $gallerydir.$gallery->GalleryName."/"; ! echo "<img height='400' width='500' src='".$dirlocate.$_GET['PHOTO']."'>"; ?> </td> --- 136,142 ---- // Declare dir location $dirlocate = $gallerydir.$gallery->GalleryName."/"; ! echo "<a href='" . $dirlocate . $_GET['PHOTO'] . "'> ! <img width='400' src='".$dirlocate.$_GET['PHOTO']."'> ! <br>View image alone</a>"; ?> </td> |
From: <xt...@us...> - 2004-02-18 18:15:21
|
Update of /cvsroot/openfirst/members/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3309 Modified Files: editmember.php Log Message: Make edit member actually edit the member information, rather than doing nothing. (Bug Report Credit: Daniel Schilling) Index: editmember.php =================================================================== RCS file: /cvsroot/openfirst/members/admin/editmember.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** editmember.php 20 Jan 2004 00:38:56 -0000 1.7 --- editmember.php 18 Feb 2004 18:05:19 -0000 1.8 *************** *** 57,61 **** } ! $query = "UPDATE ofirst_members SET firstname='" . $_POST["firstname"] . "', lastname='" . $_POST["lastname"] . "', --- 57,61 ---- } ! $query = ofirst_dbquery("UPDATE ofirst_members SET firstname='" . $_POST["firstname"] . "', lastname='" . $_POST["lastname"] . "', *************** *** 73,77 **** cellphonecarrier='" . $_POST["cellphonecarrier"] . "', password = '" . cryptpassword($_POST["password"], $encryption) . "', ! cellphonesms='" . $_POST["cellphonesms"] . "' WHERE user='".$_GET['user']."';"; $query = ofirst_dbquery("UPDATE ofirst_members SET password='" . cryptpassword($_POST["password"], $encryption) ."' WHERE user='".$_GET['user']."';"); --- 73,77 ---- cellphonecarrier='" . $_POST["cellphonecarrier"] . "', password = '" . cryptpassword($_POST["password"], $encryption) . "', ! cellphonesms='" . $_POST["cellphonesms"] . "' WHERE user='".$_POST['user']."';"); $query = ofirst_dbquery("UPDATE ofirst_members SET password='" . cryptpassword($_POST["password"], $encryption) ."' WHERE user='".$_GET['user']."';"); *************** *** 86,89 **** --- 86,90 ---- <p><a href="<?php echo $basepath; ?>/members/admin/">Back to Member List</a></p> <form action='editmember.php?user=<?php echo $_GET['user']; ?>' onsubmit="return dhtmlEditorPrepareSubmit();" method='post'> + <input type='hidden' name='user' value='<?php echo $_GET['user']; ?>'> <table> <tr> |
From: <xt...@us...> - 2004-02-14 18:04:15
|
Update of /cvsroot/openfirst/guestbook In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14243 Modified Files: index.php Log Message: Fix license information (Bug Report Credit: Daniel Schilling of 1006) Index: index.php =================================================================== RCS file: /cvsroot/openfirst/guestbook/index.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.php 24 Dec 2003 19:05:54 -0000 1.12 --- index.php 14 Feb 2004 16:52:08 -0000 1.13 *************** *** 17,24 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 17,20 ---- |
From: <xt...@us...> - 2004-02-14 16:20:01
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7472 Modified Files: index.php Log Message: Fix license information Index: index.php =================================================================== RCS file: /cvsroot/openfirst/members/index.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.php 22 Dec 2003 23:08:37 -0000 1.12 --- index.php 14 Feb 2004 16:13:16 -0000 1.13 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- |
From: <xt...@us...> - 2004-02-14 15:39:31
|
Update of /cvsroot/openfirst/sidebars In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv637 Modified Files: index.php sidebar.php Log Message: Add links to working sidebars, remove non-working ones and add messenger sidebar Index: index.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/index.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.php 14 Feb 2004 14:51:39 -0000 1.7 --- index.php 14 Feb 2004 15:32:56 -0000 1.8 *************** *** 43,46 **** --- 43,56 ---- </tr> <?php + if(is_readable("../guestbook/")) { + ?> + <tr> + <td>Guestbook</td> + <td><a href="preview.php?sidebar=guestbook">Preview</a></td> + <td><a href="javascript:window.sidebar.addPanel('Guestbook Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=guestbook','')">Add</a></td> + <td><a href="sidebar.php?sidebar=guestbook&cdf=true">Add</a></td> + </tr> + <?php + } if(is_readable("../messenger/")) { ?> *************** *** 53,66 **** <?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/")) { ?> --- 63,66 ---- Index: sidebar.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/sidebar.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** sidebar.php 14 Feb 2004 14:51:39 -0000 1.9 --- sidebar.php 14 Feb 2004 15:32:56 -0000 1.10 *************** *** 95,98 **** --- 95,103 ---- echo("<sub><a href='$home$basepath/awards' target='_content'>$q->AwardName</a></sub><br>"); } + } elseif ($sidebar == "MESSENGER" && is_readable("../messenger/")) { + echo("<sub><a href='$home$basepath/messenger/' target='_content'>View online users</a> + <br><a href='$home$basepath/messenger/inbox.php' target='_content'>Message Inbox</a> + <br><a href='$home$basepath/messenger/newmsg.php' target='_content'>Send Message</a> + </sub><br>"); } else { echo("Sorry, but the sidebar you requested is down for maintainence, has not been created yet, or has been discontinued."); |
From: <xt...@us...> - 2004-02-14 15:30:39
|
Update of /cvsroot/openfirst/messenger In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31386 Modified Files: inbox.php index.php messenger.php newmsg.php viewmsg.php Log Message: Fix all license information in module (Bug Report Credit: Daniel Schilling of 1006), add wrappers for future functionality. Index: inbox.php =================================================================== RCS file: /cvsroot/openfirst/messenger/inbox.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** inbox.php 24 Dec 2003 21:07:20 -0000 1.14 --- inbox.php 14 Feb 2004 15:24:04 -0000 1.15 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: index.php =================================================================== RCS file: /cvsroot/openfirst/messenger/index.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** index.php 24 Dec 2003 21:15:55 -0000 1.14 --- index.php 14 Feb 2004 15:24:04 -0000 1.15 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 36,40 **** <th width="126">User Level</th> <th width="148">Name</th> ! <th width="312">Currently Previewing</th> <th width="98">Options</th> </tr> --- 32,39 ---- <th width="126">User Level</th> <th width="148">Name</th> ! <?php if(function_exists("location_by_address")) { ?> ! <th width="148">Location</th> ! <?php } ?> ! <th width="312">Currently Viewing</th> <th width="98">Options</th> </tr> *************** *** 58,61 **** --- 57,63 ---- ?> </td> + <?php if(function_exists("location_by_address")) { ?> + <th><?php echo(location_by_address($_SERVER["REMOTE_ADDR"])); ?></th> + <?php } ?> <td><?php echo $userinf->Location; ?></td> <td> Index: messenger.php =================================================================== RCS file: /cvsroot/openfirst/messenger/messenger.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** messenger.php 24 Dec 2003 21:07:20 -0000 1.13 --- messenger.php 14 Feb 2004 15:24:04 -0000 1.14 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: newmsg.php =================================================================== RCS file: /cvsroot/openfirst/messenger/newmsg.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** newmsg.php 24 Dec 2003 21:07:20 -0000 1.16 --- newmsg.php 14 Feb 2004 15:24:04 -0000 1.17 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 67,70 **** --- 63,70 ---- } + if(function_exists("send_message")) { + send_message($receiver->user, "You have a new message waiting in your messenger inbox. $home/$basepath/messenger/inbox.php", "all"); + } + echo("<br><br><br><center>Message has been sent! [ <a href='inbox.php'>Inbox</a> ]<br><br>"); die(include_once($footer)); Index: viewmsg.php =================================================================== RCS file: /cvsroot/openfirst/messenger/viewmsg.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** viewmsg.php 24 Dec 2003 21:07:20 -0000 1.14 --- viewmsg.php 14 Feb 2004 15:24:04 -0000 1.15 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- |
From: <xt...@us...> - 2004-02-14 14:58:14
|
Update of /cvsroot/openfirst/sidebars In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25403 Modified Files: index.php preview.php sidebar.php Log Message: Fix several outstanding bugs including Bug ID #30, also correct license information (bug report credit: Dan Schilling of 1006), add emoticon information to index.php Index: index.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.php 24 Dec 2003 17:04:27 -0000 1.6 --- index.php 14 Feb 2004 14:51:39 -0000 1.7 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 89,93 **** if(is_readable("../emoticon/")) { ?> ! <?php } --- 85,94 ---- if(is_readable("../emoticon/")) { ?> ! <tr> ! <td>Emoticon</td> ! <td><a href="preview.php?sidebar=emoticon">Preview</a></td> ! <td><a href="javascript:window.sidebar.addPanel('Emoticon Sidebar', '<?php echo $home . $basepath . "/sidebars/"; ?>sidebar.php?sidebar=emoticon','')">Add</a></td> ! <td><a href="sidebar.php?sidebar=emoticon&cdf=true">Add</a></td> ! </tr> <?php } *************** *** 96,100 **** <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> --- 97,101 ---- <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> *************** *** 105,107 **** <?php include_once($footer); ! ?> \ No newline at end of file --- 106,108 ---- <?php include_once($footer); ! ?> Index: preview.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/preview.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** preview.php 24 Dec 2003 17:04:27 -0000 1.4 --- preview.php 14 Feb 2004 14:51:39 -0000 1.5 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- Index: sidebar.php =================================================================== RCS file: /cvsroot/openfirst/sidebars/sidebar.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** sidebar.php 24 Dec 2003 17:04:27 -0000 1.8 --- sidebar.php 14 Feb 2004 14:51:39 -0000 1.9 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- *************** *** 35,38 **** --- 31,35 ---- if(isset($_GET["sidebar"]) == false) { $_GET["sidebar"] = ""; } + if(! isset($_SERVER["REQUEST_URI"])) { $_SERVER["REQUEST_URI"] = "sidebar.php"; } $sidebar = strtoupper($_GET["sidebar"]); |
From: <xt...@us...> - 2004-02-14 14:46:53
|
Update of /cvsroot/openfirst/awards/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23661/admin Modified Files: index.php Log Message: Remove duplicated part of license agreement Index: index.php =================================================================== RCS file: /cvsroot/openfirst/awards/admin/index.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** index.php 24 Dec 2003 17:43:25 -0000 1.14 --- index.php 14 Feb 2004 14:40:20 -0000 1.15 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- |
From: <xt...@us...> - 2004-02-14 14:46:53
|
Update of /cvsroot/openfirst/awards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23661 Modified Files: index.php Log Message: Remove duplicated part of license agreement Index: index.php =================================================================== RCS file: /cvsroot/openfirst/awards/index.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** index.php 14 Feb 2004 14:38:02 -0000 1.13 --- index.php 14 Feb 2004 14:40:20 -0000 1.14 *************** *** 16,23 **** * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License --- 16,19 ---- |
From: <xt...@us...> - 2004-02-14 14:44:35
|
Update of /cvsroot/openfirst/awards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23284 Modified Files: index.php Log Message: Make awards show most recent awards in order from most to least recent. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/awards/index.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.php 20 Jan 2004 00:35:15 -0000 1.12 --- index.php 14 Feb 2004 14:38:02 -0000 1.13 *************** *** 30,34 **** // Query database for award information ! $query = ofirst_dbquery("SELECT * FROM ofirst_awards ORDER BY Date"); $amount = ofirst_dbnum_rows($query); ?> --- 30,34 ---- // Query database for award information ! $query = ofirst_dbquery("SELECT * FROM ofirst_awards ORDER BY Date DESC"); $amount = ofirst_dbnum_rows($query); ?> |
From: <xt...@us...> - 2004-02-14 14:41:59
|
Update of /cvsroot/openfirst/awards/setup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22829 Modified Files: setup.mssql setup.mysql Log Message: Correct table structure on existing installations of awards module. Index: setup.mssql =================================================================== RCS file: /cvsroot/openfirst/awards/setup/setup.mssql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** setup.mssql 27 Nov 2003 02:35:39 -0000 1.2 --- setup.mssql 14 Feb 2004 14:35:26 -0000 1.3 *************** *** 1,2 **** CREATE TABLE `ofirst_awards` (`ID` int(6) unsigned NOT NULL auto_increment, `AwardName` tinytext, `Description` text,`Event` tinytext, `Date` date default NULL, `Recipient` tinytext, `Image` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='awards',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Awards</a>',modulenavigation='<a href="$basepath/awards/">View Awards</a>'; \ No newline at end of file --- 1,3 ---- CREATE TABLE `ofirst_awards` (`ID` int(6) unsigned NOT NULL auto_increment, `AwardName` tinytext, `Description` text,`Event` tinytext, `Date` date default NULL, `Recipient` tinytext, `Image` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! ALTER TABLE `ofirst_awards` ADD column Description TEXT; ! INSERT INTO ofirst_config SET modulename='awards',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Awards</a>',modulenavigation='<a href="$basepath/awards/">View Awards</a>'; Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/awards/setup/setup.mysql,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** setup.mysql 27 Nov 2003 02:35:39 -0000 1.7 --- setup.mysql 14 Feb 2004 14:35:26 -0000 1.8 *************** *** 1,2 **** CREATE TABLE `ofirst_awards` (`ID` int(6) unsigned NOT NULL auto_increment, `AwardName` tinytext, `Description` text,`Event` tinytext, `Date` date default NULL, `Recipient` tinytext, `Image` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! INSERT INTO ofirst_config SET modulename='awards',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Awards</a>',modulenavigation='<a href="$basepath/awards/">View Awards</a>'; \ No newline at end of file --- 1,3 ---- CREATE TABLE `ofirst_awards` (`ID` int(6) unsigned NOT NULL auto_increment, `AwardName` tinytext, `Description` text,`Event` tinytext, `Date` date default NULL, `Recipient` tinytext, `Image` tinytext, PRIMARY KEY (`ID`)) TYPE=MyISAM; ! ALTER TABLE `ofirst_awards` ADD column Description TEXT; ! INSERT INTO ofirst_config SET modulename='awards',showonmenu='0',active='0',adminnavigation='<a href="$basepath/awards/admin/">Manage Awards</a>',modulenavigation='<a href="$basepath/awards/">View Awards</a>'; |
From: <xt...@us...> - 2004-02-08 14:51:49
|
Update of /cvsroot/openfirst/search In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29344 Modified Files: index.php Log Message: Add some additional condition checking. Fixes Bug IDs #66, 67 Index: index.php =================================================================== RCS file: /cvsroot/openfirst/search/index.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.php 28 Dec 2003 05:03:20 -0000 1.9 --- index.php 8 Feb 2004 14:48:44 -0000 1.10 *************** *** 37,40 **** --- 37,41 ---- //redirect to Google if needed if (isset($_GET["q"]) == true && $_GET["type"] == "google") { + if(! isset($_GET["domains"])) { $_GET["domains"] = $_SERVER["HTTP_HOST"]; } header("Location: http://www.google.com/search?q=".urlencode($_GET["q"])."+site:".$_GET["domains"]); } elseif (isset($_GET["q"]) == true && $_GET["type"] == "wwwgoogle") { |
From: <xt...@us...> - 2004-02-08 14:40:58
|
Update of /cvsroot/openfirst/members/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27513 Modified Files: config.inc.php Log Message: Work around all discovered PHP iCalendar bugs. This is due to the forth-coming version of PHP iCalendar being a nearly-complete rewrite which will likely include all warning fixes. Bug IDs #56, 57, 69, 71, 72, 73 are worked around. Index: config.inc.php =================================================================== RCS file: /cvsroot/openfirst/members/phpicalendar/config.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.inc.php 21 Dec 2003 23:17:20 -0000 1.2 --- config.inc.php 8 Feb 2004 14:36:14 -0000 1.3 *************** *** 26,29 **** --- 26,41 ---- } + /* + * This is only temporary for this version of PHP iCalendar + * (1.0). Future versions will include my own fixes for + * the numerous warnings and issues. The reason for this + * existing is to eliminate the errors which are displayed + * allowing users to use the existing version of PHP iCalendar + * without distractions and to allow the release of the members + * module at some time prior to the release of PHP iCalendar 2. + */ + restore_error_handler(); + error_reporting(0); + // Configuration file for PHP iCalendar 1.0 // |
From: <dav...@pr...> - 2004-01-30 23:00:43
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16973 Modified Files: gallery.php Log Message: Added checking for ID querystring value. Response to bug #42. Index: gallery.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/gallery.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** gallery.php 24 Dec 2003 01:01:36 -0000 1.16 --- gallery.php 30 Jan 2004 22:59:02 -0000 1.17 *************** *** 32,35 **** --- 32,40 ---- $gallery_columns = 3; // Set this variable to the number of rows you want to display the images with + if (! isset($_GET['ID'])) { + echo "You have not selected a gallery to view!"; + die(include($footer)); + } + // Retrieve gallery information $query = ofirst_dbquery("SELECT * FROM ofirst_photogallery_galleries WHERE ID = '".$_GET['ID']."'"); |
From: <dav...@pr...> - 2004-01-30 22:55:52
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12772 Modified Files: email.php Log Message: Added checking for PHOTO and ID querystring. This is in response to bug #38. Index: email.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/email.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** email.php 13 Jan 2004 01:05:28 -0000 1.12 --- email.php 30 Jan 2004 22:54:16 -0000 1.13 *************** *** 31,36 **** ! if(! isset($_GET["PHOTO"])) { $_GET["PHOTO"] = ""; } ! if(! isset($_GET["ID"])) { $_GET["ID"] = ""; } // Get gallery information --- 31,38 ---- ! if (! isset($_GET['ID']) || ! isset($_GET['PHOTO'])) { ! echo "You have not selected an image to view!"; ! die(include($footer)); ! } // Get gallery information |
From: <dav...@pr...> - 2004-01-30 22:55:15
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12289 Modified Files: viewphoto.php Log Message: Added checking for PHOTO and ID querystring. This is in response to bug #36. Index: viewphoto.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/viewphoto.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** viewphoto.php 24 Dec 2003 01:01:36 -0000 1.13 --- viewphoto.php 30 Jan 2004 22:53:39 -0000 1.14 *************** *** 56,59 **** --- 56,64 ---- } + if (! isset($_GET['ID']) || ! isset($_GET['PHOTO'])) { + echo "You have not selected an image to view!"; + die(include($footer)); + } + // Retrieve image data from the database $imgquery = ofirst_dbquery("SELECT * FROM ofirst_photogallery_image WHERE Gallery = '".$_GET['ID']."' AND Image = '".$_GET['PHOTO']."'"); |
From: <xt...@pr...> - 2004-01-25 16:04:14
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25423 Modified Files: web.php Log Message: Add checking to make sure file exists. Fixes bug #60 Index: web.php =================================================================== RCS file: /cvsroot/openfirst/members/web.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** web.php 21 Jan 2004 00:00:12 -0000 1.4 --- web.php 25 Jan 2004 16:03:19 -0000 1.5 *************** *** 37,41 **** if(substr($file, -1, 1) == "/") { $file .= "index.html"; } if($file == "") { $file .= "index.html"; } ! if ($fd = fopen ($vfs . $file, "rb")) { fpassthru($fd); } --- 37,41 ---- if(substr($file, -1, 1) == "/") { $file .= "index.html"; } if($file == "") { $file .= "index.html"; } ! if (file_exists($vfs . $file) && $fd = fopen ($vfs . $file, "rb")) { fpassthru($fd); } |
From: <xt...@us...> - 2004-01-21 00:58:22
|
Update of /cvsroot/openfirst/members/phpicalendar/includes In directory sc8-pr-cvs1:/tmp/cvs-serv17938 Modified Files: header.inc.php Log Message: Cause logins on calendar to work again. Index: header.inc.php =================================================================== RCS file: /cvsroot/openfirst/members/phpicalendar/includes/header.inc.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** header.inc.php 22 Dec 2003 19:38:42 -0000 1.3 --- header.inc.php 21 Jan 2004 00:58:17 -0000 1.4 *************** *** 1,4 **** <?php ! global $header, $footer, $calendar_path; include($header); if(! is_readable($calendar_path)) { --- 1,4 ---- <?php ! global $header, $footer, $calendar_path, $user; include($header); if(! is_readable($calendar_path)) { |
From: <xt...@us...> - 2004-01-21 00:51:29
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv16949 Modified Files: logout.php Log Message: Make sure that logout works in more situations than it previously would. Index: logout.php =================================================================== RCS file: /cvsroot/openfirst/members/logout.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** logout.php 23 Nov 2003 19:07:28 -0000 1.7 --- logout.php 21 Jan 2004 00:51:26 -0000 1.8 *************** *** 27,39 **** */ include_once("../config/globals.php"); - include_once($header); - if(isset($user->user)) { logout(); - echo("<h1>Logged Out</h1><p>You have been logged out of this web site.</p>"); - } - else { - echo("<h1>Cannot Logout</h1><p>You must be logged in in order to log out.</p>"); - showlogin(); } include_once($footer); ?> --- 27,38 ---- */ include_once("../config/globals.php"); if(isset($user->user)) { logout(); } + include_once($header); + ?> + <h1>Logged Out</h1> + <p>You are no longer logged into this web site.</p> + + <?php include_once($footer); ?> |
From: <xt...@us...> - 2004-01-21 00:33:19
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv13375 Modified Files: workspace.php Log Message: Change address to be proper for link to view/modify file directly after upload. Fixes bug #47. Index: workspace.php =================================================================== RCS file: /cvsroot/openfirst/members/workspace.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** workspace.php 21 Jan 2004 00:24:33 -0000 1.20 --- workspace.php 21 Jan 2004 00:33:16 -0000 1.21 *************** *** 275,279 **** } $uf = ofirst_dbquery("INSERT INTO ofirst_workspace_files (size, location, owner, division, permissions, date, description, filetype, name) VALUES('" .( filesize("$ws->virtfspath/" . $_POST["filepath"] . "/$name") / 1024). "', '" . $_POST["filepath"] . "', '$user->user', '" . $_POST["division"] . "', '" . $_POST["userperm"] . $_POST["groupperm"] . $_POST["otherperm"] . "', '" . date('D M d Y h:m:s') . "', '" . $_POST["description"] . "', '" . strtolower(substr($name, strrpos($name, ".") +1)) . "', '$name');"); ! echo("File "$name" has been uploaded successfully. [ <a href='workspace.php'>Workspace</a> | <a href='workspace.php?file=$name&action=view&filepath=" . $_POST["filepath"] ."'>View</a> ]"); die(include_once($footer)); } --- 275,279 ---- } $uf = ofirst_dbquery("INSERT INTO ofirst_workspace_files (size, location, owner, division, permissions, date, description, filetype, name) VALUES('" .( filesize("$ws->virtfspath/" . $_POST["filepath"] . "/$name") / 1024). "', '" . $_POST["filepath"] . "', '$user->user', '" . $_POST["division"] . "', '" . $_POST["userperm"] . $_POST["groupperm"] . $_POST["otherperm"] . "', '" . date('D M d Y h:m:s') . "', '" . $_POST["description"] . "', '" . strtolower(substr($name, strrpos($name, ".") +1)) . "', '$name');"); ! echo("File "$name" has been uploaded successfully. [ <a href='workspace.php'>Workspace</a> | <a href='workspace.php?file=$name&owner=$user->user&action=view&filepath=" . $_POST["filepath"] ."'>View</a> ]"); die(include_once($footer)); } |
From: <xt...@us...> - 2004-01-21 00:24:36
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv11408 Modified Files: workspace.php Log Message: Fix various file path problems upon removing directories and files. Fixes bugs #46, 51 and duplicates. Index: workspace.php =================================================================== RCS file: /cvsroot/openfirst/members/workspace.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** workspace.php 31 Dec 2003 06:22:29 -0000 1.19 --- workspace.php 21 Jan 2004 00:24:33 -0000 1.20 *************** *** 99,104 **** die(include_once($footer)); } elseif($_GET["action"] == "delete" && isset($_GET["confirmed"]) == true) { ! $del = ofirst_dbquery("DELETE FROM ofirst_workspace_files WHERE name='" . $_GET["file"] . "' AND owner='$user->user' AND location='" . $_GET["filepath"] . "';"); ! unlink($ws->virtfspath . "/" . $_GET["file"]); echo("The file <strong>"" . $_GET["file"] . ""</strong> has been deleted. [ <a href='workspace.php'>Workspace</a> ]"); die(include_once($footer)); --- 99,108 ---- die(include_once($footer)); } elseif($_GET["action"] == "delete" && isset($_GET["confirmed"]) == true) { ! if(is_writable($ws->virtfspath . $_GET["filepath"] . "/" . $_GET["file"])) { ! $del = ofirst_dbquery("DELETE FROM ofirst_workspace_files WHERE name='" . $_GET["file"] . "' AND owner='$user->user' AND location='" . $_GET["filepath"] . "';"); ! unlink($ws->virtfspath . $_GET["filepath"] . "/" . $_GET["file"]); ! } else { ! echo($ws->virtfspath . $_GET["filepath"] . "/" . $_GET["file"] . " is not writable"); ! } echo("The file <strong>"" . $_GET["file"] . ""</strong> has been deleted. [ <a href='workspace.php'>Workspace</a> ]"); die(include_once($footer)); *************** *** 119,123 **** deldir("${dir}/${entryname}"); } elseif($entryname != "." and $entryname!="..") { ! unlink("${dir}/${entryname}"); } } --- 123,129 ---- deldir("${dir}/${entryname}"); } elseif($entryname != "." and $entryname!="..") { ! if(is_writeable("${dir}/${entryname}")) { ! unlink("${dir}/${entryname}"); ! } } } *************** *** 129,133 **** deldir($ws->virtfspath . $_GET["directory"]); } else { ! deldir($ws->virtfspath . $filepath . $_GET["directory"]); } echo("The sub directory <strong>"" . $_GET["directory"] . ""</strong> has been deleted. [ <a href='workspace.php'>Workspace</a> ]"); --- 135,139 ---- deldir($ws->virtfspath . $_GET["directory"]); } else { ! deldir($ws->virtfspath . $filepath . "/" . $_GET["directory"]); } echo("The sub directory <strong>"" . $_GET["directory"] . ""</strong> has been deleted. [ <a href='workspace.php'>Workspace</a> ]"); |
From: <xt...@us...> - 2004-01-21 00:00:16
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv6965 Modified Files: web.php Log Message: Add checking to make sure a uri is specified. Fixes bugs #44, 45 Index: web.php =================================================================== RCS file: /cvsroot/openfirst/members/web.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** web.php 23 Nov 2003 19:07:28 -0000 1.3 --- web.php 21 Jan 2004 00:00:12 -0000 1.4 *************** *** 29,32 **** --- 29,33 ---- echo("<p><strong>Disclaimer:</strong> This page is not maintained by the administration of the rest of the site. The opinions and views expressed here are those of the author and are not necessarily the views and opinions of the administration.</p>"); + if(! isset($_GET["uri"])) { die("There is no page matching your request."); } $user = substr($_GET["uri"],1, strpos($_GET["uri"], "/", 2) - 1); *************** *** 34,41 **** $vfs = ofirst_dbfetch_object(ofirst_dbquery("SELECT virtfspath FROM ofirst_workspace_users WHERE user='$user';")); $vfs = $vfs->virtfspath . "www/"; ! if(substr($file, -1, 1) == "/") { $file .= "index.html"; } ! if($file == "") { $file .= "index.html"; } ! if ($fd = fopen ($vfs . $file, "rb")) { ! fpassthru($fd); ! } ?> --- 35,42 ---- $vfs = ofirst_dbfetch_object(ofirst_dbquery("SELECT virtfspath FROM ofirst_workspace_users WHERE user='$user';")); $vfs = $vfs->virtfspath . "www/"; ! if(substr($file, -1, 1) == "/") { $file .= "index.html"; } ! if($file == "") { $file .= "index.html"; } ! if ($fd = fopen ($vfs . $file, "rb")) { ! fpassthru($fd); ! } ?> |
From: <xt...@us...> - 2004-01-20 00:38:59
|
Update of /cvsroot/openfirst/members/admin In directory sc8-pr-cvs1:/tmp/cvs-serv20165 Modified Files: editmember.php Log Message: Make die() include footer, rather than echoing its location Index: editmember.php =================================================================== RCS file: /cvsroot/openfirst/members/admin/editmember.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** editmember.php 29 Dec 2003 16:10:17 -0000 1.6 --- editmember.php 20 Jan 2004 00:38:56 -0000 1.7 *************** *** 38,42 **** if (! isset($_GET['user'])){ echo "<br><br>You must select a user from the member list to edit! [ <a href='index.php'>Member List</a> ]<br><br>"; ! die("$footer"); } --- 38,42 ---- if (! isset($_GET['user'])){ echo "<br><br>You must select a user from the member list to edit! [ <a href='index.php'>Member List</a> ]<br><br>"; ! die(include("$footer")); } |