Commit Graph

423 Commits

Author SHA1 Message Date
David Anderson fa5f5e96a6 *** empty log message ***
svn path=/trunk/boinc/; revision=9369
2006-02-01 00:23:49 +00:00
David Anderson f6f1835534 *** empty log message ***
svn path=/trunk/boinc/; revision=9368
2006-01-31 22:21:11 +00:00
David Anderson 51aefe4979 rss
svn path=/trunk/boinc/; revision=9270
2006-01-20 07:39:29 +00:00
David Anderson cd3fbc0ed1 Mauritius
svn path=/trunk/boinc/; revision=9257
2006-01-17 20:22:25 +00:00
Bruce Allen a5fa21f6dc user web pages: in list of hosts, add link to show results
if project is configured to show results.

svn path=/trunk/boinc/; revision=9247
2006-01-16 17:34:54 +00:00
Bruce Allen d68c82518a user host info page: when giving IP data, show both private
AND external IP (only for owner of host machine)

svn path=/trunk/boinc/; revision=9245
2006-01-16 12:36:14 +00:00
Bruce Allen 25ce5f8069 ops page: add external IP to data shown for host
svn path=/trunk/boinc/; revision=9244
2006-01-16 12:19:40 +00:00
Janus B. Kristensen 705410fc04 Small fix that should enable the serverside cache and clientside cache to cooperate (instead of only the serverside cache).
svn path=/trunk/boinc/; revision=9232
2006-01-14 23:48:30 +00:00
David Anderson 0e92e2974a forum fix
svn path=/trunk/boinc/; revision=9230
2006-01-14 08:23:57 +00:00
David Anderson 2c1bf9fb82 team lookup web RPC
svn path=/trunk/boinc/; revision=9209
2006-01-10 23:21:23 +00:00
Bruce Allen 57f89046ef fix bug on page that shows profile for a given user. The total
number of posts made by a given user is not shown correctly.

The PHP code assumes that this numberis given by user.posts.  However
in html/inc/db_forum.inc, the value of user.posts is NOT
incremented each time a user makes a new post (either starting
a new thread or replying to an existing one).  For the moment, my
the fix is to simply scan the database and count the number of posts by the
user, to give the right value on the profile page.

An alternative fix (which would be less DB intensive, overall)
is to (1) fix db_forum.inc so that it properly increments user.posts and
then (2) add an update_db.php script entry that correctly sets user.posts
by counting the number of posts for each user.

svn path=/trunk/boinc/; revision=9197
2006-01-09 09:43:17 +00:00
David Anderson a941a17019 *** empty log message ***
svn path=/trunk/boinc/; revision=9162
2005-12-30 06:48:19 +00:00
David Anderson d19b6419bb *** empty log message ***
svn path=/trunk/boinc/; revision=9136
2005-12-23 22:36:37 +00:00
David Anderson fb225fcad4 *** empty log message ***
svn path=/trunk/boinc/; revision=9128
2005-12-22 21:46:35 +00:00
David Anderson 829bc4c678 translation fixes
svn path=/trunk/boinc/; revision=9121
2005-12-22 08:22:44 +00:00
Matt Lebofsky d33d440b43 *** empty log message ***
svn path=/trunk/boinc/; revision=9113
2005-12-21 21:58:34 +00:00
Matt Lebofsky 96fdfb0f67 *** empty log message ***
svn path=/trunk/boinc/; revision=9094
2005-12-19 21:20:32 +00:00
David Anderson 6374d88da0 web RPC additions
svn path=/trunk/boinc/; revision=9088
2005-12-19 07:42:40 +00:00
Bruce Allen b87eed0dd0 [From Walt Gribben]
Cleanup of parameters that define disk free space requirements.
Previously these were spread around in different places.  Now
these are defined by some config.xml options that are used by
PHP pages and by the scheduler code.  See a description in
doc/configuration.php.

svn path=/trunk/boinc/; revision=9081
2005-12-17 04:53:48 +00:00
Bruce Allen 5f61674bad Made 'last scheduler contact' values a link to the posted server-side
scheduler logs.  On projects that don't post logs, these links will
simply give a 'not found' error if the user clicks on them.

svn path=/trunk/boinc/; revision=9070
2005-12-15 17:16:48 +00:00
David Anderson d0df76e6aa *** empty log message ***
svn path=/trunk/boinc/; revision=9063
2005-12-14 01:07:10 +00:00
David Anderson b451979ab0 user web fixes
svn path=/trunk/boinc/; revision=9059
2005-12-10 02:21:06 +00:00
David Anderson 877f39921f *** empty log message ***
svn path=/trunk/boinc/; revision=9048
2005-12-06 23:00:44 +00:00
Janus B. Kristensen 55abab8a0b mysql_escape input strings for profiles.
svn path=/trunk/boinc/; revision=9007
2005-11-29 21:28:12 +00:00
Janus B. Kristensen c81f8769a1 Take sort order into account when displaying only the X last posts
svn path=/trunk/boinc/; revision=8973
2005-11-28 00:24:32 +00:00
Janus B. Kristensen bfbd0d6bd1 More layout moved to CSS and corrections in the text transformer.
svn path=/trunk/boinc/; revision=8924
2005-11-24 16:26:05 +00:00
David Anderson 66209eca82 *** empty log message ***
svn path=/trunk/boinc/; revision=8914
2005-11-23 03:28:31 +00:00
Bruce Allen 7127761bd7 user ops page now shows passwd_hash and a bit of other info
svn path=/trunk/boinc/; revision=8884
2005-11-19 21:26:20 +00:00
David Anderson 2fd5bf26d8 web RPC for setting venue
svn path=/trunk/boinc/; revision=8854
2005-11-14 18:38:09 +00:00
David Anderson 0d7f8d16a7 *** empty log message ***
svn path=/trunk/boinc/; revision=8794
2005-11-02 23:47:25 +00:00
David Anderson acc3b042f8 *** empty log message ***
svn path=/trunk/boinc/; revision=8772
2005-10-29 05:30:57 +00:00
David Anderson c2dff598d9 language list fix
svn path=/trunk/boinc/; revision=8771
2005-10-29 04:56:33 +00:00
Janus B. Kristensen 30a156a2e9 Fixed a typo that supposedly caused random forum layout errors.
svn path=/trunk/boinc/; revision=8741
2005-10-23 17:28:02 +00:00
David Anderson 8bf23a52b5 host merge fixes
svn path=/trunk/boinc/; revision=8740
2005-10-23 07:45:56 +00:00
David Anderson cf50f9bbe9 host merge fixes
svn path=/trunk/boinc/; revision=8738
2005-10-23 07:11:23 +00:00
David Anderson c6c2422207 be careful deleting project_init.xml
svn path=/trunk/boinc/; revision=8705
2005-10-19 21:04:45 +00:00
David Anderson 4a53269531 profile fixes
svn path=/trunk/boinc/; revision=8684
2005-10-17 03:03:48 +00:00
Janus B. Kristensen 7523c3f7d9 Added = to == to get === (a boolean comparison) instead of == (an evaluated value comparison)
svn path=/trunk/boinc/; revision=8683
2005-10-16 10:11:19 +00:00
David Anderson 9dc3ca508e PHP profile include fix
svn path=/trunk/boinc/; revision=8674
2005-10-14 00:05:41 +00:00
Janus B. Kristensen f2cefff84a HTML version of team name now available again.
svn path=/trunk/boinc/; revision=8670
2005-10-13 09:03:43 +00:00
David Anderson 3e6f1f062c account creation cleanup
svn path=/trunk/boinc/; revision=8666
2005-10-12 22:51:55 +00:00
Janus B. Kristensen e5f8640c47 Testing if this removes warnings
svn path=/trunk/boinc/; revision=8514
2005-10-05 20:17:36 +00:00
Bruce Allen 97b5956d6b More undefined variables
svn path=/trunk/boinc/; revision=8402
2005-10-01 18:40:39 +00:00
Bruce Allen 0cd8eab5bf Eliminate a few more undefined variables
svn path=/trunk/boinc/; revision=8401
2005-10-01 18:30:15 +00:00
Bruce Allen 20030738da eliminate a '===' typo
eliminate use of undefined variables

correct use of 'define()' syntax in the .inc file output
by translation.inc

svn path=/trunk/boinc/; revision=8400
2005-10-01 18:19:28 +00:00
Bruce Allen c62d4ef71b Undefined variable
svn path=/trunk/boinc/; revision=8399
2005-10-01 17:50:15 +00:00
Bruce Allen 9fb3b46797 David, if you really wanted USE_PHPMAILER to be a const not a variable
then have

if (defined(USE_PHPMAILER)) {
    $USE_PHPMAILER=USE_PHPMAILER;
} else {
    $USE_PHPMAILER=false;
}
http://de3.php.net/manual/en/language.constants.php

says no dollars sign should be prepended if you are using a constant not a
variable.

svn path=/trunk/boinc/; revision=8398
2005-10-01 17:34:09 +00:00
Bruce Allen c9f15ce395 Uninitalized variable
svn path=/trunk/boinc/; revision=8397
2005-10-01 17:17:00 +00:00
Bruce Allen e0ec126c5d Eliminate PHP warning
svn path=/trunk/boinc/; revision=8396
2005-10-01 17:10:31 +00:00
Bruce Allen 14bbb16fb9 util.inc calls tr() tranlsation function so thus needs to include this.
svn path=/trunk/boinc/; revision=8392
2005-10-01 16:07:11 +00:00