openfirst-cvscommit Mailing List for openFIRST (Page 32)
Brought to you by:
xtimg
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(41) |
Jun
(210) |
Jul
(39) |
Aug
(153) |
Sep
(147) |
Oct
(173) |
Nov
(81) |
Dec
(163) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(33) |
Feb
(18) |
Mar
|
Apr
(62) |
May
|
Jun
(100) |
Jul
(38) |
Aug
(58) |
Sep
(1) |
Oct
|
Nov
(25) |
Dec
(172) |
2005 |
Jan
(31) |
Feb
(12) |
Mar
(67) |
Apr
(92) |
May
(247) |
Jun
(34) |
Jul
(36) |
Aug
(192) |
Sep
(15) |
Oct
(42) |
Nov
(92) |
Dec
(4) |
2006 |
Jan
|
Feb
(21) |
Mar
|
Apr
|
May
|
Jun
(53) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(4) |
Apr
(4) |
May
|
Jun
(15) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Astronouth7303 <ast...@us...> - 2005-04-03 02:09:53
|
Update of /cvsroot/openfirst/base In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9003 Modified Files: index.php Log Message: More XHTML stuff Index: index.php =================================================================== RCS file: /cvsroot/openfirst/base/index.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.php 14 Mar 2005 00:50:01 -0000 1.7 --- index.php 3 Apr 2005 02:09:43 -0000 1.8 *************** *** 61,65 **** echo("<table width=200><tr><th>Guestbook</th></tr><tr><td><div>Last records in our <a href=\"$basepath/guestbook\">guestbook</a>: </div>"); while($q = ofirst_dbfetch_object($qu)) { ! echo("<sub><strong><a href='/guestbook/' target='_content'>$q->guest</a></strong><br>$q->date</sub><br>"); } echo("</td></tr></table><br />"); --- 61,65 ---- echo("<table width=200><tr><th>Guestbook</th></tr><tr><td><div>Last records in our <a href=\"$basepath/guestbook\">guestbook</a>: </div>"); while($q = ofirst_dbfetch_object($qu)) { ! echo("<sub><strong><a href='/guestbook/' target='_content'>$q->guest</a></strong><br />$q->date</sub><br />"); } echo("</td></tr></table><br />"); *************** *** 71,75 **** echo("<table width=200><tr><th>Awards</th></tr><tr><td><div>Our team has received the following <a href=\"$basepath/awards\">awards</a>: </div>"); while($q = ofirst_dbfetch_object($qu)) { ! echo("<sub><a href='$basepath/awards' target='_content'>$q->AwardName</a></sub><br>"); } echo("</td></tr></table><br />"); --- 71,75 ---- echo("<table width=200><tr><th>Awards</th></tr><tr><td><div>Our team has received the following <a href=\"$basepath/awards\">awards</a>: </div>"); while($q = ofirst_dbfetch_object($qu)) { ! echo("<sub><a href='$basepath/awards' target='_content'>$q->AwardName</a></sub><br />"); } echo("</td></tr></table><br />"); |
From: Astronouth7303 <ast...@us...> - 2005-04-03 02:02:47
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4820/config Modified Files: headers.php Log Message: Trying to make it XHTML 1.1 valid Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/headers.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** headers.php 14 Mar 2005 00:50:00 -0000 1.21 --- headers.php 3 Apr 2005 02:02:37 -0000 1.22 *************** *** 9,17 **** <head> <title><?php echo $title; ?></title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <meta http-equiv="Content-Language" content="en-CA"> ! <meta name="copyright" content="© 2003 openFIRST http://openfirst.sf.net."> ! <meta name="author" content="OpenFIRST - http://openfirst.sf.net"> ! <meta name="generator" content="OpenFIRST - http://openfirst.sf.net"> <style type="text/css"> #adminmenu { color: #ffffff; } --- 9,17 ---- <head> <title><?php echo $title; ?></title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <meta http-equiv="Content-Language" content="en-CA" /> ! <meta name="copyright" content="© 2003 openFIRST http://openfirst.sf.net." /> ! <meta name="author" content="OpenFIRST - http://openfirst.sf.net" /> ! <meta name="generator" content="OpenFIRST - http://openfirst.sf.net" /> <style type="text/css"> #adminmenu { color: #ffffff; } *************** *** 48,52 **** <table width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> ! <td> <img src="<?php echo("$basepath"); ?>/images/openfirst.png" alt="openFIRST Portal System"> </td> </tr> --- 48,52 ---- <table width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> ! <td> <img src="<?php echo("$basepath"); ?>/images/openfirst.png" alt="openFIRST Portal System" /> </td> </tr> |
From: Astronouth7303 <ast...@us...> - 2005-04-03 01:52:22
|
Update of /cvsroot/openfirst/base/config/functions/wysiwyg/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv516/config/functions/wysiwyg/modules Modified Files: button_hr.js Log Message: Fixed <hr> instances. (XHTML) Index: button_hr.js =================================================================== RCS file: /cvsroot/openfirst/base/config/functions/wysiwyg/modules/button_hr.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** button_hr.js 20 Aug 2003 14:22:53 -0000 1.1 --- button_hr.js 3 Apr 2005 01:52:13 -0000 1.2 *************** *** 54,58 **** try{ var selection = document[_this.objectId].DOM.selection.createRange(); ! selection.pasteHTML('<hr>'); document[_this.objectId].focus(); } --- 54,58 ---- try{ var selection = document[_this.objectId].DOM.selection.createRange(); ! selection.pasteHTML('<hr />'); document[_this.objectId].focus(); } |
From: Astronouth7303 <ast...@us...> - 2005-04-03 01:47:43
|
Update of /cvsroot/openfirst/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30368/htdocs Modified Files: news.txt Log Message: Fixed <br> instances. (XHTML) Index: news.txt =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/news.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** news.txt 23 Jun 2004 23:42:48 -0000 1.1 --- news.txt 3 Apr 2005 01:47:30 -0000 1.2 *************** *** 1,7 **** ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=368428"><B>Recent Updates -- Atlanta Georgia National Competition</B></A> <I>Tim Ginn (xtimg) - 2004-04-14 21:40</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><BR>In the past week, I've been working hard to publish new versions of all of the modules. I'd like to thank everyone who helped with this overly-stressful process in the short time frame, particularly those new contributors to the openFIRST project (Dan Schilling, Steven Herold, Bryan Howarth). A lot of bugs are fixed, those that aren't, may now be reported more easily. Last minute features include support for the PEAR Database Abstraction Layer, and other goodies. I'd also like to mention that new developers are always welcome, and should contact an existing project member for more information. <div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=368428">[Read More/Comment]</a></div><HR width="100%" size="1" noshade> ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=365053"><B>Team 1006 Wins Chairman's Award at FIRST Canadian Regional</B></A> <I>Tim Ginn (xtimg) - 2004-04-03 19:27</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><BR>Team 1006 won our bid for the Chairman's Award at the 2004 FIRST Canadian Super-Regional. The openFIRST project is a major component of our bid for FIRST's most prestigious award. I'd also like to congratulate the other openFIRST teams on their success-- all made it to the final matches and put on a fantastic show in what in my mind is without a doubt the finest regional that FIRST has.<div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=365053">[Read More/Comment]</a></div><HR width="100%" size="1" noshade> ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=363509"><B>openFIRST Crew at the Canadian Regional</B></A> <I>Tim Ginn (xtimg) - 2004-03-29 16:08</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><BR>All of the openFIRST team members will be present at the FIRST Canadian Regional at the Hershey Centre later this week. For more information about the Canadian Regional, see <a href="http://www.firstcanadianregional.org/" >http://www.firstcanadianregional.org/</a> Also, a number of updates are forth-coming; at the moment most us developers are bogged down with other things, like making our team robots work, course-work, university preparations, and the like. If anyone is interested in helping out, please volunteer, there's plenty of work to go around :-)<div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=363509">[Read More/Comment]</a></div><HR width="100%" size="1" noshade> ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=352967"><B>openFIRST CVS Facilities Restored</B></A> <I>Tim Ginn (xtimg) - 2004-02-16 18:33</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><BR>Thanks to David Burley (SF user: burley) who seems to be acting as the SF.net guardian angel for this project the CVS facilites are now restored. Those developers and users who wish to use CVS may again proceed to do so. <div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=352967">[Read More/Comment]</a></div><HR width="100%" size="1" noshade> ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=352519"><B>openFIRST CVS Problems</B></A> <I>Tim Ginn (xtimg) - 2004-02-14 09:03</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><BR>Those of you experiencing problems with checking out certain modules or making changes will have been noticing problems with lock files. The support request to the SourceForge.net staff in order to fix this has been filed. The inaccessibility is the result of my error in making changes to the CVS configuration in anticipation of bringing new features to the openFIRST website (such as a 5 most-recent commits list, etc.) So, be patient and CVS access will be back to normal soon (and shortly after there should be a number of new commits).<div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=352519">[Read More/Comment]</a></div><HR width="100%" size="1" noshade><div align="center"><a href="http://sourceforge.net/news/?group_id=78233">[News archive]</a></div> \ No newline at end of file --- 1,9 ---- ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=368428"><B>Recent Updates -- Atlanta Georgia National Competition</B></A> <I>Tim Ginn (xtimg) - 2004-04-14 21:40</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><br />In the past week, I've been working hard to publish new versions of all of the modules. I'd like to thank everyone who helped with this overly-stressful process in the short time frame, particularly those new contributors to the openFIRST project (Dan Schilling, Steven Herold, Bryan Howarth). A lot of bugs are fixed, those that aren't, may now be reported more easily. Last minute features include support for the PEAR Database Abstraction Layer, and other goodies. I'd also like to mention that new developers are always welcome, and should contact an existing project member for more information. ! <div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=368428">[Read More/Comment]</a></div><HR width="100%" size="1" noshade> ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=365053"><B>Team 1006 Wins Chairman's Award at FIRST Canadian Regional</B></A> <I>Tim Ginn (xtimg) - 2004-04-03 19:27</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><br />Team 1006 won our bid for the Chairman's Award at the 2004 FIRST Canadian Super-Regional. The openFIRST project is a major component of our bid for FIRST's most prestigious award. I'd also like to congratulate the other openFIRST teams on their success-- all made it to the final matches and put on a fantastic show in what in my mind is without a doubt the finest regional that FIRST has.<div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=365053">[Read More/Comment]</a></div><HR width="100%" size="1" noshade> ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=363509"><B>openFIRST Crew at the Canadian Regional</B></A> <I>Tim Ginn (xtimg) - 2004-03-29 16:08</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><br />All of the openFIRST team members will be present at the FIRST Canadian Regional at the Hershey Centre later this week. For more information about the Canadian Regional, see <a href="http://www.firstcanadianregional.org/" >http://www.firstcanadianregional.org/</a> Also, a number of updates are forth-coming; at the moment most us developers are bogged down with other things, like making our team robots work, course-work, university preparations, and the like. If anyone is interested in helping out, please volunteer, there's plenty of work to go around :-)<div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=363509">[Read More/Comment]</a></div><HR width="100%" size="1" noshade> ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=352967"><B>openFIRST CVS Facilities Restored</B></A> <I>Tim Ginn (xtimg) - 2004-02-16 18:33</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><br />Thanks to David Burley (SF user: burley) who seems to be acting as the SF.net guardian angel for this project the CVS facilites are now restored. Those developers and users who wish to use CVS may again proceed to do so. ! <div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=352967">[Read More/Comment]</a></div><HR width="100%" size="1" noshade> ! <A HREF="http://sourceforge.net/forum/forum.php?forum_id=352519"><B>openFIRST CVS Problems</B></A> <I>Tim Ginn (xtimg) - 2004-02-14 09:03</I> - <A HREF="http://sourceforge.net/projects/openfirst/">openFIRST</A><br />Those of you experiencing problems with checking out certain modules or making changes will have been noticing problems with lock files. The support request to the SourceForge.net staff in order to fix this has been filed. The inaccessibility is the result of my error in making changes to the CVS configuration in anticipation of bringing new features to the openFIRST website (such as a 5 most-recent commits list, etc.) So, be patient and CVS access will be back to normal soon (and shortly after there should be a number of new commits).<div align="center"> <A HREF="http://sourceforge.net/forum/forum.php?forum_id=352519">[Read More/Comment]</a></div><HR width="100%" size="1" noshade><div align="center"><a href="http://sourceforge.net/news/?group_id=78233">[News archive]</a></div> |
From: Astronouth7303 <ast...@us...> - 2005-04-03 01:42:34
|
Update of /cvsroot/openfirst/base/config/functions/wysiwyg/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28383/config/functions/wysiwyg/js Modified Files: lib_ms.js Log Message: Fixed <br> instances. (XHTML) Index: lib_ms.js =================================================================== RCS file: /cvsroot/openfirst/base/config/functions/wysiwyg/js/lib_ms.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lib_ms.js 20 Aug 2003 14:14:26 -0000 1.1 --- lib_ms.js 3 Apr 2005 01:42:23 -0000 1.2 *************** *** 446,455 **** if (this.outPutMode == 'createTextarea') { ! document.writeln('<font size="1" face="Arial" color="red"> - you get a plain textarea instead of the DHTMLEditor</font><br>'); ! document.writeln('<textarea wrap="off" id="'+this.ElementId+'" style="width:'+_width+'px; height:'+_height+'px;" name="'+this.htmlSpcialChars(this.ElementName)+'">'+this.htmlSource+'</textarea><br>'); this.writeOutCount++; return false; } ! document.writeln('<br>'); return false; } --- 446,455 ---- if (this.outPutMode == 'createTextarea') { ! document.writeln('<font size="1" face="Arial" color="red"> - you get a plain textarea instead of the DHTMLEditor</font><br />'); ! document.writeln('<textarea wrap="off" id="'+this.ElementId+'" style="width:'+_width+'px; height:'+_height+'px;" name="'+this.htmlSpcialChars(this.ElementName)+'">'+this.htmlSource+'</textarea><br />'); this.writeOutCount++; return false; } ! document.writeln('<br />'); return false; } *************** *** 672,676 **** _htmlSrc += '<param name="'+_pr+'" value="'+this.activeXProperties[_pr]+'">'; } ! _htmlSrc += '<font size="1" face="Arial" color="red">Your Browser can not load the ActiveX control</font><br>'; _htmlSrc += '</object>'; --- 672,676 ---- _htmlSrc += '<param name="'+_pr+'" value="'+this.activeXProperties[_pr]+'">'; } ! _htmlSrc += '<font size="1" face="Arial" color="red">Your Browser can not load the ActiveX control</font><br />'; _htmlSrc += '</object>'; *************** *** 681,685 **** if (this.outPutMode == 'createTextarea') { ! _htmlSrc += '<textarea wrap="off" id="'+this.ElementId+'" style="display:none; width:'+_width+'px; height:'+_height+'px;" name="'+this.htmlSpcialChars(this.ElementName)+'">'+this.htmlSource+'</textarea><br>'; } --- 681,685 ---- if (this.outPutMode == 'createTextarea') { ! _htmlSrc += '<textarea wrap="off" id="'+this.ElementId+'" style="display:none; width:'+_width+'px; height:'+_height+'px;" name="'+this.htmlSpcialChars(this.ElementName)+'">'+this.htmlSource+'</textarea><br />'; } *************** *** 1638,1642 **** { this.LOG('Browser is NOT ActiveX Compatible',this._LOG_DEBUG|this._LOG_NOTE ); ! document.writeln('<br><font size="1" face="Arial" color="red">Your Browser does not support ActiveX - you get a plain textarea instead of the DHTMLEditor</font><br>'); return false; } --- 1638,1642 ---- { this.LOG('Browser is NOT ActiveX Compatible',this._LOG_DEBUG|this._LOG_NOTE ); ! document.writeln('<br /><font size="1" face="Arial" color="red">Your Browser does not support ActiveX - you get a plain textarea instead of the DHTMLEditor</font><br />'); return false; } *************** *** 1989,1993 **** case "\n" : ! _htmlSrc += '<br>'; break; --- 1989,1993 ---- case "\n" : ! _htmlSrc += '<br />'; break; |
From: Astronouth7303 <ast...@us...> - 2005-04-03 01:39:17
|
Update of /cvsroot/openfirst/base/config/functions/wysiwyg/gecko/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26292/config/functions/wysiwyg/gecko/js Modified Files: lib.js Log Message: Fixed <br> instances. (XHTML) Index: lib.js =================================================================== RCS file: /cvsroot/openfirst/base/config/functions/wysiwyg/gecko/js/lib.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lib.js 20 Aug 2003 02:58:32 -0000 1.1 --- lib.js 3 Apr 2005 01:39:09 -0000 1.2 *************** *** 201,205 **** case "\n" : ! whtml += '<br>'; break; --- 201,205 ---- case "\n" : ! whtml += '<br />'; break; *************** *** 650,654 **** whtml += '</td></TR></TABLE>'; ! whtml += '</td></TR></TABLE><!-- <img src="" width=1 height=1 alt=""><br> -->'; --- 650,654 ---- whtml += '</td></TR></TABLE>'; ! whtml += '</td></TR></TABLE><!-- <img src="" width=1 height=1 alt=""><br /> -->'; |
From: Astronouth7303 <ast...@us...> - 2005-04-03 01:31:12
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22424/members Modified Files: updateprofile.php Log Message: <br> fixes. Index: updateprofile.php =================================================================== RCS file: /cvsroot/openfirst/members/updateprofile.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** updateprofile.php 25 Dec 2003 02:47:15 -0000 1.13 --- updateprofile.php 3 Apr 2005 01:30:56 -0000 1.14 *************** *** 53,57 **** if(isset($_POST["sendsmstestmessage"]) && $user->cellphonesms == true) { mail($_POST["cellphonenumber"] . "@" . $_POST["cellphonecarrier"], "SMS Test", "This is the test message you requested from $title."); ! echo("<br><br> A test SMS Message has been sent, it should arrive soon, depending on the speed of your carrier's system."); } --- 53,57 ---- if(isset($_POST["sendsmstestmessage"]) && $user->cellphonesms == true) { mail($_POST["cellphonenumber"] . "@" . $_POST["cellphonecarrier"], "SMS Test", "This is the test message you requested from $title."); ! echo("<br /><br /> A test SMS Message has been sent, it should arrive soon, depending on the speed of your carrier's system."); } *************** *** 78,88 **** if($_POST["password"] == $_POST["cpassword"] && $_POST["password"] != "") { $query = ofirst_dbquery("UPDATE ofirst_members SET password='" . cryptpassword($_POST["password"], $encryption) ."' WHERE user='$user->user';"); ! echo("<br><br>Password Changed. "); } elseif ($_POST["password"] != $_POST["cpassword"]) { ! echo("<br><br>The password and confirm password fields do not match."); } } $user = ofirst_dbfetch_object(ofirst_dbquery("SELECT * FROM ofirst_members WHERE user='$user->user';")); ! echo("<br><font color='green'>Profile updated.</font>"); } ?> --- 78,88 ---- if($_POST["password"] == $_POST["cpassword"] && $_POST["password"] != "") { $query = ofirst_dbquery("UPDATE ofirst_members SET password='" . cryptpassword($_POST["password"], $encryption) ."' WHERE user='$user->user';"); ! echo("<br /><br />Password Changed. "); } elseif ($_POST["password"] != $_POST["cpassword"]) { ! echo("<br /><br />The password and confirm password fields do not match."); } } $user = ofirst_dbfetch_object(ofirst_dbquery("SELECT * FROM ofirst_members WHERE user='$user->user';")); ! echo("<br /><font color='green'>Profile updated.</font>"); } ?> *************** *** 104,108 **** <td> Existing: ! <br><select name='division'> <?php $div = ofirst_dbquery("SELECT division FROM ofirst_divisions;"); --- 104,108 ---- <td> Existing: ! <br /><select name='division'> <?php $div = ofirst_dbquery("SELECT division FROM ofirst_divisions;"); *************** *** 114,119 **** ?> </select> ! <br> ! <br> <table width="75%"> <tr> --- 114,119 ---- ?> </select> ! <br /> ! <br /> <table width="75%"> <tr> *************** *** 121,127 **** </tr> <tr> ! <td>Division Name<br> ! <input type='text' name='ndivision' /> <br> ! Description of New Division <br> <input type='text' name='divisiondescription' /></td> </tr> </table> </td> --- 121,127 ---- </tr> <tr> ! <td>Division Name<br /> ! <input type='text' name='ndivision' /> <br /> ! Description of New Division <br /> <input type='text' name='divisiondescription' /></td> </tr> </table> </td> *************** *** 131,135 **** <tr><th>Cell Phone/Pager Information</th><td> Number (10 digit)<input type='text' value='<?php echo $user->cellphonenumber; ?>' name='cellphonenumber' maxlength='10'> ! <br>Carrier <select name='cellphonecarrier'> <?php --- 131,135 ---- <tr><th>Cell Phone/Pager Information</th><td> Number (10 digit)<input type='text' value='<?php echo $user->cellphonenumber; ?>' name='cellphonenumber' maxlength='10'> ! <br />Carrier <select name='cellphonecarrier'> <?php *************** *** 148,157 **** // Check user specified cell info if($user->cellphonesms == "1") { ! echo("</select><br><input type='checkbox' checked='checked' value='0' name='cellphonesms'>Device is SMS Enabled"); } else { ! echo("</select><br><input type='checkbox' value='0' name='cellphonesms'>Device is SMS Enabled"); } ?> ! <br><input type='checkbox' value='on' name='sendsmstestmessage'>Send a test SMS message to my device</td></tr> <tr> <th>ICQ Number</th><td><input type='text' name='icq' value='<?php echo $user->icq; ?>'></td> --- 148,157 ---- // Check user specified cell info if($user->cellphonesms == "1") { ! echo("</select><br /><input type='checkbox' checked='checked' value='0' name='cellphonesms'>Device is SMS Enabled"); } else { ! echo("</select><br /><input type='checkbox' value='0' name='cellphonesms'>Device is SMS Enabled"); } ?> ! <br /><input type='checkbox' value='on' name='sendsmstestmessage'>Send a test SMS message to my device</td></tr> <tr> <th>ICQ Number</th><td><input type='text' name='icq' value='<?php echo $user->icq; ?>'></td> |
From: <bug...@we...> - 2005-04-03 00:58:35
|
http://bugzilla.openfirst.org/show_bug.cgi?id=244 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From ja...@op... 2005-04-02 18:58 ------- Fixed in CVS. ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. |
From: Astronouth7303 <ast...@us...> - 2005-04-03 00:58:12
|
Update of /cvsroot/openfirst/photogallery In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3507/photogallery Modified Files: index.php Log Message: Fixing Bug #244. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/photogallery/index.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** index.php 15 Aug 2004 20:05:46 -0000 1.16 --- index.php 3 Apr 2005 00:58:02 -0000 1.17 *************** *** 44,47 **** --- 44,48 ---- $query = ofirst_dbquery("SELECT * FROM ofirst_photogallery_galleries ORDER BY ID desc;"); while($gallery = ofirst_dbfetch_object($query)){ + if (is_object($gallery)) { ?> <tr> *************** *** 52,55 **** --- 53,57 ---- </tr> <?php + } } |
From: <bug...@we...> - 2005-04-03 00:57:36
|
http://bugzilla.openfirst.org/show_bug.cgi?id=244 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|de...@op... |ja...@op... Status|NEW |UNCONFIRMED Platform| |All Summary|Automated Bug Report - |/photogallery/index.php not |photogallery |checking for correct | |results. ------- Additional Comments From ja...@op... 2005-04-02 18:57 ------- Now about lines 49 through 52. Filing, taking. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:54:48
|
http://bugzilla.openfirst.org/show_bug.cgi?id=233 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From ja...@op... 2005-04-02 18:54 ------- *** This bug has been marked as a duplicate of 156 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:54:48
|
http://bugzilla.openfirst.org/show_bug.cgi?id=156 ------- Additional Comments From ja...@op... 2005-04-02 18:54 ------- *** Bug 233 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:53:34
|
http://bugzilla.openfirst.org/show_bug.cgi?id=230 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From de...@op... 2005-02-21 17:06 ------- MD5: 90de64c71ea5ad42dd1c6b4c86c11a0f Database Type: mysql Operating System: windows SQL Server: localhost Current Module: awards Error Number: 2 ------- Additional Comments From de...@op... 2005-02-21 17:06 ------- PHP SELF: /awards/index.php HTTP Host: localhost:8080 HTTP Referer: Translated Path: D:/Development/Apache2/htdocs/awards/index.php User (if exists): User Access Level: Error Description: mysql num rows(): supplied argument is not a valid MySQL result resource in D:\Development\Apache2\htdocs\config\dbase.php on line 258 ------- Additional Comments From ja...@op... 2005-04-02 18:53 ------- *** This bug has been marked as a duplicate of 156 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:53:33
|
http://bugzilla.openfirst.org/show_bug.cgi?id=156 ------- Additional Comments From ja...@op... 2005-04-02 18:53 ------- *** Bug 230 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:53:17
|
http://bugzilla.openfirst.org/show_bug.cgi?id=229 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ja...@op... 2005-04-02 18:53 ------- Now line 116 in /awards/admin/index.php v1.21. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:51:31
|
http://bugzilla.openfirst.org/show_bug.cgi?id=228 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From de...@op... 2005-02-19 09:31 ------- MD5: a91e15b0850cf30b55ac282c86745032 Database Type: mysql Operating System: windows SQL Server: localhost Current Module: members Error Number: 2 ------- Additional Comments From de...@op... 2005-02-19 09:31 ------- PHP SELF: /members/updateprofile.php HTTP Host: www.archangelrobotics.com HTTP Referer: http://www.archangelrobotics.com/members/updateprofile.php Translated Path: C:/anet/members/updateprofile.php User (if exists): ddibiase User Access Level: user Error Description: mail(): "sendmail from" not set in php.ini or custom "From:" header missing in C:\anet\members\updateprofile.php on line 54 DB Error Number: 0 DB Error: Last Query: $string = "UPDATE ofirst messenger messages SET Status = 'Read' WHERE Receiver = 'ddibiase'", $linkidentifier = "", $batchsize = "" ------- Additional Comments From ja...@op... 2005-04-02 18:51 ------- *** This bug has been marked as a duplicate of 227 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:51:30
|
http://bugzilla.openfirst.org/show_bug.cgi?id=227 ------- Additional Comments From de...@op... 2005-02-19 09:11 ------- PHP SELF: /members/forgotten.php HTTP Host: www.archangelrobotics.com HTTP Referer: http://www.archangelrobotics.com/members/forgotten.php Translated Path: C:/anet/members/forgotten.php User (if exists): User Access Level: Error Description: mail(): "sendmail from" not set in php.ini or custom "From:" header missing in C:\anet\members\forgotten.php on line 48 DB Error Number: 0 DB Error: Last Query: $string = "UPDATE ofirst members SET authcode = '1018969040' WHERE email = 'dav...@gm...';", $linkidentifier = "", $batchsize = "" ------- Additional Comments From ja...@op... 2005-04-02 18:51 ------- *** Bug 228 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:49:49
|
http://bugzilla.openfirst.org/show_bug.cgi?id=226 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From ja...@op... 2005-04-02 18:49 ------- *** This bug has been marked as a duplicate of 156 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:49:49
|
http://bugzilla.openfirst.org/show_bug.cgi?id=156 ------- Additional Comments From ja...@op... 2005-04-02 18:49 ------- *** Bug 226 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:49:42
|
http://bugzilla.openfirst.org/show_bug.cgi?id=156 ------- Additional Comments From ja...@op... 2005-04-02 18:49 ------- *** Bug 225 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:49:41
|
http://bugzilla.openfirst.org/show_bug.cgi?id=225 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From ja...@op... 2005-04-02 18:49 ------- *** This bug has been marked as a duplicate of 156 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:48:59
|
http://bugzilla.openfirst.org/show_bug.cgi?id=216 ------- Additional Comments From de...@op... 2005-02-14 22:02 ------- PHP SELF: /utra/config/index.php HTTP Host: localhost HTTP Referer: http://localhost/utra/config/index.php Translated Path: C:\\Websites\\utra\\config\\index.php User (if exists): admin User Access Level: administrator Error Description: Undefined variable: sqldatabase in C:\Websites\utra\config\dbase.php on line 302 DB Error Number: 0 DB Error: Last Query: $string = "SELECT VERSION() AS mysql version", $linkidentifier = "", $batchsize = "" ------- Additional Comments From ja...@op... 2005-04-02 18:48 ------- *** Bug 224 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:48:59
|
http://bugzilla.openfirst.org/show_bug.cgi?id=224 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From ja...@op... 2005-04-02 18:48 ------- *** This bug has been marked as a duplicate of 216 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:48:06
|
http://bugzilla.openfirst.org/show_bug.cgi?id=223 ja...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From de...@op... 2005-02-19 04:29 ------- MD5: ba5d40afaa41f06f1e1c5afc65510b32 Database Type: mysql Operating System: windows SQL Server: localhost Current Module: downloads Error Number: 2 ------- Additional Comments From de...@op... 2005-02-19 04:29 ------- PHP SELF: /downloads/index.php HTTP Host: www.archangelrobotics.com HTTP Referer: Translated Path: C:/anet/downloads/index.php User (if exists): User Access Level: Error Description: mysql num rows(): supplied argument is not a valid MySQL result resource in C:\anet\config\dbase.php on line 261 ------- Additional Comments From ja...@op... 2005-04-02 18:48 ------- *** This bug has been marked as a duplicate of 156 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |
From: <bug...@we...> - 2005-04-03 00:48:05
|
http://bugzilla.openfirst.org/show_bug.cgi?id=156 ------- Additional Comments From ja...@op... 2005-04-02 18:48 ------- *** Bug 223 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. |