Commit Graph

1029 Commits

Author SHA1 Message Date
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 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
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
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
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
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
David Anderson 148b72cfe9 *** empty log message ***
svn path=/trunk/boinc/; revision=6066
2005-05-07 06:41:27 +00:00
Bruce Allen 0b62469e31 Strip slashes from clause
svn path=/trunk/boinc/; revision=6061
2005-05-06 18:35:55 +00:00
David Anderson 31b1dbbc02 *** empty log message ***
svn path=/trunk/boinc/; revision=6047
2005-05-05 21:12:26 +00:00
Jens Seidler ef1809f065 Localization: Clientgui and web language files updated: Polish (pl) and Czech (cs)
svn path=/trunk/boinc/; revision=6037
2005-05-05 09:22:55 +00:00
David Anderson de6cc8f23c *** empty log message ***
svn path=/trunk/boinc/; revision=6034
2005-05-05 06:21:45 +00:00
David Anderson 204fcd1f13 *** empty log message ***
svn path=/trunk/boinc/; revision=6033
2005-05-05 06:08:57 +00:00
Bruce Allen 58b5a09fa5 Oops
svn path=/trunk/boinc/; revision=6029
2005-05-05 05:15:26 +00:00
Bruce Allen 367d0daa8e Change php functions to correctly describe timezone field.
svn path=/trunk/boinc/; revision=6028
2005-05-05 05:06:16 +00:00
David Anderson 1ae7d9b042 *** empty log message ***
svn path=/trunk/boinc/; revision=6026
2005-05-04 22:38:14 +00:00
Janus B. Kristensen 6ea73ff7dd Separating the forum.inc into two files - one related to the database and one related to actual forum stuff (like displaying posts etc).
svn path=/trunk/boinc/; revision=6021
2005-05-04 08:46:46 +00:00
David Anderson 3d05c8b499 *** empty log message ***
svn path=/trunk/boinc/; revision=6020
2005-05-04 08:07:20 +00:00
Bruce Allen 0ce0500e17 in host page visible to ordinary users, include daily result
quota info.

svn path=/trunk/boinc/; revision=6011
2005-05-04 05:01:18 +00:00
Jens Seidler 6fad399b8c Localization: Clientgui and web language files updated: Spanish (es), Chinese Traditional (zh_TW), German (de), Czech (cs)
svn path=/trunk/boinc/; revision=5992
2005-04-30 21:48:47 +00:00
Janus B. Kristensen 1de42d1500 Ability to ignore sticky posts (don't reorder them in forum list)
svn path=/trunk/boinc/; revision=5990
2005-04-30 10:20:49 +00:00
Janus B. Kristensen e70234033f Rating +/- links now are images
svn path=/trunk/boinc/; revision=5988
2005-04-30 09:04:00 +00:00
Bruce Allen 44b8232bc4 Typo
svn path=/trunk/boinc/; revision=5979
2005-04-29 19:31:02 +00:00
Bruce Allen f8de417987 Fixed update_average() function to do the right thing when the time
between successive calls is small (zero seconds):

Consider the limit
as diff->0, using the first-order Taylor expansion of
exp(x)=1+x+O(x^2).
So to the lowest order in diff:
weight = 1 - diff ln(2) / half_life
so one has
avg += (1-weight)*(work/diff_days)
avg += [diff*ln(2)/half_life] * (work*SECONDS_PER_DAY/diff)
notice that diff cancels out, leaving
avg += [ln(2)/half_life] * work*SECONDS_PER_DAY

svn path=/trunk/boinc/; revision=5978
2005-04-29 19:22:43 +00:00
Janus B. Kristensen 53fe1e1ed2 Lessen the load from bugs in third party scripts that continuously look up non-existant users.
svn path=/trunk/boinc/; revision=5953
2005-04-28 09:34:06 +00:00
Janus B. Kristensen 0223fb3a22 Rating can now only be done if the rules for rating in the DB have been followed.
svn path=/trunk/boinc/; revision=5952
2005-04-28 09:33:07 +00:00
Janus B. Kristensen 5f214a026d Quoting is now done using blockquote, loads of get_int/get_str changes. Moderators can now view hidden threads if going direct by id.
svn path=/trunk/boinc/; revision=5951
2005-04-28 09:32:22 +00:00
Janus B. Kristensen bc302dfff9 Added blockquote and u as valid tags
svn path=/trunk/boinc/; revision=5950
2005-04-28 09:30:37 +00:00
Janus B. Kristensen c82fd585d5 Minor correction that will take "holes" in special user bitfield into account.
svn path=/trunk/boinc/; revision=5947
2005-04-27 15:13:44 +00:00
Rom Walton c1595522f9 *** empty log message ***
svn path=/trunk/boinc/; revision=5934
2005-04-25 18:44:17 +00:00
Bruce Allen 219fab8a5c Put 'do another' at the top not bottom of the page
svn path=/trunk/boinc/; revision=5930
2005-04-25 15:06:22 +00:00
David Anderson 615982f0b4 *** empty log message ***
svn path=/trunk/boinc/; revision=5910
2005-04-20 22:46:47 +00:00
Janus B. Kristensen f1a7efccf8 Stickies and new forum rules
svn path=/trunk/boinc/; revision=5906
2005-04-20 21:25:18 +00:00