Commit Graph

5920 Commits

Author SHA1 Message Date
Bruce Allen 3d128b0910 Eliminate undefined index
svn path=/trunk/boinc/; revision=6120
2005-05-11 10:56:49 +00:00
Bruce Allen fc194843d4 Another undefined index gone
svn path=/trunk/boinc/; revision=6119
2005-05-11 10:30:28 +00:00
Bruce Allen dbae4e9ca1 Eliminate undefined index
svn path=/trunk/boinc/; revision=6118
2005-05-11 10:26:53 +00:00
Bruce Allen 614c50bd20 Eliminate another undefined index
svn path=/trunk/boinc/; revision=6117
2005-05-11 10:22:07 +00:00
Bruce Allen 5187814770 another undefined index removed
svn path=/trunk/boinc/; revision=6116
2005-05-11 10:11:54 +00:00
Bruce Allen f17972048e eliminate undefined index
svn path=/trunk/boinc/; revision=6115
2005-05-11 10:07:15 +00:00
Bruce Allen 35847ea4bf Eliminate undefined index
svn path=/trunk/boinc/; revision=6114
2005-05-11 10:03:27 +00:00
Bruce Allen 39dbc2fd3c Get rid of another undefined index
svn path=/trunk/boinc/; revision=6113
2005-05-11 09:57:46 +00:00
Bruce Allen a84e48af43 Eliminate typo and another undefined variable
svn path=/trunk/boinc/; revision=6112
2005-05-11 09:48:07 +00:00
Bruce Allen 035738ed19 Eliminate another undefined variable
svn path=/trunk/boinc/; revision=6111
2005-05-11 09:44:41 +00:00
Bruce Allen b123c44e6d Eliminate undefined indexes
svn path=/trunk/boinc/; revision=6110
2005-05-11 09:37:44 +00:00
Bruce Allen e99cac1155 More undefined variables
svn path=/trunk/boinc/; revision=6109
2005-05-11 09:27:14 +00:00
Bruce Allen ae34abe4f4 Eliminate annoying undefined variables
svn path=/trunk/boinc/; revision=6108
2005-05-11 09:14:22 +00:00
Bruce Allen ddf3be23a2 Fix uninitalized variable
svn path=/trunk/boinc/; revision=6107
2005-05-11 08:59:42 +00:00
Bruce Allen f0d0306011 Eliminate another PHP undefined index error
svn path=/trunk/boinc/; revision=6106
2005-05-11 08:44:27 +00:00
Bruce Allen 8753384de7 Fixed typo in download_network.php
svn path=/trunk/boinc/; revision=6105
2005-05-11 08:30:34 +00:00
Bruce Allen 60fe324f96 Eliminate some annoying 'undefined index' errors in PHP log. Note
that in general the right way to use _GET[] is like this:
          $x=default_value;
          if (isset($_GET["x"])) $x=$_GET["x"];
This prevents PHP notice-type error messages.

svn path=/trunk/boinc/; revision=6104
2005-05-11 08:29:35 +00:00
Bruce Allen 6ac1767301 Corrected typo
svn path=/trunk/boinc/; revision=6103
2005-05-11 07:45:47 +00:00
Rom Walton 61d22941f6 *** empty log message ***
svn path=/trunk/boinc/; revision=6102
2005-05-11 06:57:58 +00:00
Bruce Allen 2be3da41fc Added credit/recent average credit to brief description of users in forum
postings.

svn path=/trunk/boinc/; revision=6101
2005-05-11 03:50:01 +00:00
Rom Walton 45a273f924 *** empty log message ***
svn path=/trunk/boinc/; revision=6100
2005-05-10 23:42:56 +00:00
Rom Walton 6bb4f0692b *** empty log message ***
svn path=/trunk/boinc/; revision=6099
2005-05-10 22:24:56 +00:00
Rom Walton 1d375dc068 *** empty log message ***
svn path=/trunk/boinc/; revision=6098
2005-05-10 22:21:16 +00:00
Bruce Allen 61efb5a027 Added comment and some E@H specific stuff.
svn path=/trunk/boinc/; revision=6097
2005-05-10 19:23:40 +00:00
Eric J. Korpela fd6e0c08da Added include of sys/socket.h for machines that need it to define socklen_t.
svn path=/trunk/boinc/; revision=6096
2005-05-10 18:17:28 +00:00
Eric J. Korpela 267e455575 Added include of sys/socket.h for machines that need it to define socklen_t.
svn path=/trunk/boinc/; revision=6095
2005-05-10 18:03:24 +00:00
Eric J. Korpela 3515ef9b38 Fix for machines with finite() defined in <ieeefp.h>.
svn path=/trunk/boinc/; revision=6094
2005-05-10 17:45:22 +00:00
David Anderson 3507d8cc48 *** empty log message ***
svn path=/trunk/boinc/; revision=6093
2005-05-10 17:16:40 +00:00
David Anderson d18861e5e7 *** empty log message ***
svn path=/trunk/boinc/; revision=6092
2005-05-10 17:04:13 +00:00
Janus B. Kristensen 0b822c4645 Move reply box to top of page to avoid scrolling
svn path=/trunk/boinc/; revision=6091
2005-05-10 16:08:05 +00:00
Eric J. Korpela c68b314a99 Fixed bug in caching of SAH_FUNCS_IN_NAMESPACE results.
svn path=/trunk/boinc/; revision=6090
2005-05-10 15:43:56 +00:00
Bruce Allen cf027936bf Forums: added an html/bookmark style link to the header for each message.
This makes it a bit more convenient to reference a particular message (rather
than the entire thread) in an email or another thread.  Janus, Rob, I hope this
is OK with you.  Feel free to revert if you don't like it.

svn path=/trunk/boinc/; revision=6089
2005-05-10 13:19:39 +00:00
Rom Walton c3c67c1e5d *** empty log message ***
svn path=/trunk/boinc/; revision=6088
2005-05-10 06:38:14 +00:00
Rom Walton 5d8995a3d1 *** empty log message ***
svn path=/trunk/boinc/; revision=6087
2005-05-10 03:42:01 +00:00
Rom Walton 980833dfec *** empty log message ***
svn path=/trunk/boinc/; revision=6086
2005-05-10 01:11:32 +00:00
Rom Walton bf4a22ed7b *** empty log message ***
svn path=/trunk/boinc/; revision=6085
2005-05-10 00:09:30 +00:00
Eric J. Korpela f9dba71f16 Fixed a bug. Added linkage flags for darwin. Changed awk references to $AWK so
gawk will be used if present.

svn path=/trunk/boinc/; revision=6084
2005-05-09 23:48:30 +00:00
Eric J. Korpela 3aa917defe changed awk reference to $AWK so the macro will use gawk if present.
svn path=/trunk/boinc/; revision=6083
2005-05-09 23:45:53 +00:00
David Anderson c219dedb19 *** empty log message ***
svn path=/trunk/boinc/; revision=6082
2005-05-09 20:20:33 +00:00
David Anderson 9cd02523b2 *** empty log message ***
svn path=/trunk/boinc/; revision=6081
2005-05-09 04:49:56 +00:00
Jens Seidler e7b6066a77 Localization: Clientgui files updated: Czech (cs), Swedish (sv_SE)
svn path=/trunk/boinc/; revision=6080
2005-05-08 18:55:22 +00:00
Janus B. Kristensen 1e317dd87b *** empty log message ***
svn path=/trunk/boinc/; revision=6079
2005-05-08 01:51:24 +00:00
Janus B. Kristensen 070c6dde2a Initial checkin of PayPal donation system
svn path=/trunk/boinc/; revision=6078
2005-05-08 01:50:20 +00:00
Janus B. Kristensen 04529294ce Initial checkin of PayPal donation system
svn path=/trunk/boinc/; revision=6077
2005-05-08 01:40:46 +00:00
Janus B. Kristensen c0dc9c9142 <pre> style has changed
Blockquotes have a better style

svn path=/trunk/boinc/; revision=6076
2005-05-08 01:36:23 +00:00
Janus B. Kristensen 438d264c97 <pre> style has changed
svn path=/trunk/boinc/; revision=6075
2005-05-08 01:34:27 +00:00
Janus B. Kristensen fd3e27491d Prepare the text for the textarea
svn path=/trunk/boinc/; revision=6074
2005-05-08 01:33:03 +00:00
Janus B. Kristensen 8f3c1423cf *** empty log message ***
svn path=/trunk/boinc/; revision=6073
2005-05-08 01:30:46 +00:00
Janus B. Kristensen d176bf1d18 Removed old unused code and regex is now used for removing images instead of the old slow image removing function. Also added a new function to prepare text to be dropped into a textarea
svn path=/trunk/boinc/; revision=6072
2005-05-08 01:26:02 +00:00
Janus B. Kristensen fe423a3a08 Escaping of strings and checking of everything else before inserting into SQL DB
svn path=/trunk/boinc/; revision=6071
2005-05-08 01:19:12 +00:00