Commit Graph

335 Commits

Author SHA1 Message Date
David Anderson b3dc4bcbe4 new account setup
svn path=/trunk/boinc/; revision=7205
2005-08-07 01:33:15 +00:00
Bruce Allen 15d5fce125 Trivial reordering
svn path=/trunk/boinc/; revision=6872
2005-07-29 22:54:04 +00:00
Bruce Allen 18799e34d0 Sort users list of hosts by last rpc time received and add a
corresponding table column.  David's going
to clean this up to sort by any column.

svn path=/trunk/boinc/; revision=6708
2005-07-21 06:57:40 +00:00
Bruce Allen 5fd8a2ca2b Correct comment
svn path=/trunk/boinc/; revision=6639
2005-07-14 20:31:23 +00:00
Bruce Allen 4d6193babb - Transitioner would not set a new WU transition time less
than 24 hours away, to prevent thrashing.  But this delayed
      reissuing of new results.  For example if two results were
      issued a hours 17 and 18, and both timed out (no reply). At
      time 17+deadline the first would time out and a new result
      would be issued.  But then instead of setting the transition
      time to 18+deadline it would be set to 18+deadline+1 day.

      To prevent thrashing I have fixed this so that if a transition
      time is in the past, I advance it by TWICE the amount it is late,
      but never less than 1 minute or more than 1 day.

    - Ops pages: show unsent/in-progress results in purple.  For
      unsent results show create time rather than deadline.

svn path=/trunk/boinc/; revision=6637
2005-07-14 20:22:53 +00:00
Bruce Allen 430eab985e - Add explicity leading path to URLs in a 'show user' function that is
called from one of the ops pages.  Janus, I used URL_BASE rather
      than MASTER_URL (what's the distinction?).  Please confirm this.

svn path=/trunk/boinc/; revision=6589
2005-07-10 04:13:15 +00:00
David Anderson ccf355877c *** empty log message ***
svn path=/trunk/boinc/; revision=6520
2005-07-05 09:02:55 +00:00
Janus B. Kristensen 3368672f36 Fix display of minutes in time_diff - shouldn't this function be in time.inc anyways?
svn path=/trunk/boinc/; revision=6458
2005-06-27 17:01:52 +00:00
Janus B. Kristensen f5fab59eb5 User table used for top users is now translatable
svn path=/trunk/boinc/; revision=6421
2005-06-23 20:39:02 +00:00
Janus B. Kristensen 59d57ef9c4 added data caching ability an factored out a few functions
svn path=/trunk/boinc/; revision=6420
2005-06-23 20:37:43 +00:00
David Anderson 6a0176e6c8 *** empty log message ***
svn path=/trunk/boinc/; revision=6415
2005-06-23 07:42:45 +00:00
Bruce Allen b848361a8e Incorrect description fixed
svn path=/trunk/boinc/; revision=6396
2005-06-22 01:10:48 +00:00
David Anderson 745c6cd26c *** empty log message ***
svn path=/trunk/boinc/; revision=6357
2005-06-15 22:22:26 +00:00
David Anderson 279c95f246 *** empty log message ***
svn path=/trunk/boinc/; revision=6351
2005-06-15 19:27:09 +00:00
David Anderson d85c1de549 *** empty log message ***
svn path=/trunk/boinc/; revision=6349
2005-06-15 04:53:08 +00:00
David Anderson 14f60e3fb6 *** empty log message ***
svn path=/trunk/boinc/; revision=6316
2005-06-08 23:55:21 +00:00
David Anderson 197db0a3c5 *** empty log message ***
svn path=/trunk/boinc/; revision=6281
2005-06-02 07:04:29 +00:00
Bruce Allen aaec4a66ce Trivial rewording to emphasize that the total team member count and number
of members listed don't necessarily agree.

svn path=/trunk/boinc/; revision=6277
2005-06-01 19:50:50 +00:00
David Anderson 65341429fa *** empty log message ***
svn path=/trunk/boinc/; revision=6276
2005-06-01 19:05:36 +00:00
Bruce Allen e57e4cf5f8 Add credit info to host summary info on ops pages
svn path=/trunk/boinc/; revision=6207
2005-05-20 21:17:36 +00:00
Bruce Allen 3a055d9360 forum style: use 'comma-separated' number format for credit/RAC
svn path=/trunk/boinc/; revision=6181
2005-05-17 17:05:16 +00:00
Janus B. Kristensen d5e7202d80 Backing out css anti-overflow attempt
svn path=/trunk/boinc/; revision=6175
2005-05-17 08:53:29 +00:00
Janus B. Kristensen 6bc836ef5f Temporary fix for css style layout problems
svn path=/trunk/boinc/; revision=6174
2005-05-17 08:29:00 +00:00
Janus B. Kristensen 48478eded2 Q&A area should now detect correctly again
svn path=/trunk/boinc/; revision=6170
2005-05-16 20:07:20 +00:00
Janus B. Kristensen f0cbe53a2a Don't send reply-notifications to the user who posted the reply.
svn path=/trunk/boinc/; revision=6169
2005-05-16 08:09:37 +00:00
David Anderson 76f6c732ba *** empty log message ***
svn path=/trunk/boinc/; revision=6163
2005-05-15 16:36:39 +00:00
Janus B. Kristensen 1b7975ad33 *** empty log message ***
svn path=/trunk/boinc/; revision=6146
2005-05-13 19:13:30 +00:00
Janus B. Kristensen 66b501a03d compile_languages is an optional parameter used to recompile the languages in case of an error. This is simply a debug thing and will be removed when the translator has proven to work over a longer period of time.
svn path=/trunk/boinc/; revision=6145
2005-05-13 19:13:12 +00:00
Janus B. Kristensen 84b8c123e0 Move externalize_links, add support for style names in start_forum_table and use the new output formatter in show_post and show_post2.
svn path=/trunk/boinc/; revision=6144
2005-05-13 19:11:04 +00:00
Janus B. Kristensen d24105fffe Automerge user and preferences instead of explicitly stating each field to be merged
svn path=/trunk/boinc/; revision=6143
2005-05-13 19:07:03 +00:00
David Anderson e76d620053 *** empty log message ***
svn path=/trunk/boinc/; revision=6133
2005-05-12 21:33:18 +00:00
Bruce Allen f931f4878c PHP notice fix that I forgot to check in.
svn path=/trunk/boinc/; revision=6130
2005-05-12 14:07:22 +00:00
Bruce Allen 85316e4cf1 Eliminate a few other undefined variables
svn path=/trunk/boinc/; revision=6127
2005-05-11 14:44:36 +00:00
Bruce Allen 3a2bb7661d Corrected undefined index/variable errors on ops pages.
svn path=/trunk/boinc/; revision=6126
2005-05-11 14:37:42 +00:00
Bruce Allen 61d6b9d612 Fixed another typo that's been in this file for some time now.
svn path=/trunk/boinc/; revision=6125
2005-05-11 12:30:39 +00:00
Bruce Allen 2e02ac23be Deal with error case that occurs in PHP logs
svn path=/trunk/boinc/; revision=6124
2005-05-11 12:24:05 +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 5187814770 another undefined index removed
svn path=/trunk/boinc/; revision=6116
2005-05-11 10:11:54 +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 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 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
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 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