Commit Graph

1278 Commits

Author SHA1 Message Date
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
David Anderson 92409fdb82 team lookup XML
svn path=/trunk/boinc/; revision=9242
2006-01-16 06:04:16 +00:00
David Anderson 782d76dd30 moved server status pages
svn path=/trunk/boinc/; revision=9241
2006-01-16 05:48:11 +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 2d3e4550d6 *** empty log message ***
svn path=/trunk/boinc/; revision=9231
2006-01-14 08:25:59 +00:00
David Anderson 0e92e2974a forum fix
svn path=/trunk/boinc/; revision=9230
2006-01-14 08:23:57 +00:00
David Anderson ca7fc562d5 *** empty log message ***
svn path=/trunk/boinc/; revision=9222
2006-01-13 01:07:05 +00:00
David Anderson 24a078ee63 *** empty log message ***
svn path=/trunk/boinc/; revision=9221
2006-01-12 22:05:41 +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 237e83a2de uotd bbcode
svn path=/trunk/boinc/; revision=9196
2006-01-09 08:37:44 +00:00
David Anderson dec7f05fcd *** empty log message ***
svn path=/trunk/boinc/; revision=9190
2006-01-06 19:45:46 +00:00
Jens Seidler 3f43a63bf9 Localization: Web language files updated: Chinese Simplified (zh_CN), Brazilian Portuguese (pt_BR)
svn path=/trunk/boinc/; revision=9164
2006-01-03 06:12:52 +00:00
David Anderson a941a17019 *** empty log message ***
svn path=/trunk/boinc/; revision=9162
2005-12-30 06:48:19 +00:00
Bruce Allen 1eb780f444 Added sort ability on user fields. Limit database stress by requiring
at least three characters of search string.
To-do: add similar functionality for profile search

svn path=/trunk/boinc/; revision=9150
2005-12-27 18:21:00 +00:00
Bruce Allen 90bec63406 Modified the pages to search users and profiles so that the results
display a bit more info about the users (date joined project, country,
total credit, RAC)..

svn path=/trunk/boinc/; revision=9149
2005-12-26 20:03:06 +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
David Anderson 32e31d3ede web fix
svn path=/trunk/boinc/; revision=9114
2005-12-21 22:59:21 +00:00
Matt Lebofsky d33d440b43 *** empty log message ***
svn path=/trunk/boinc/; revision=9113
2005-12-21 21:58:34 +00:00
Jens Seidler 1a59f0ca45 Localization: Clientgui and web language files updated: Chinese Simplified (zh_CN), Czech (cs)
svn path=/trunk/boinc/; revision=9106
2005-12-21 05:51:30 +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
Jens Seidler 8770dae99f Localization: Clientgui and web language files updated: Chinese Simplified (zh_CN), Russian (ru), German (de), Jpanese (ja), Czech (cs)
svn path=/trunk/boinc/; revision=9087
2005-12-19 06:19:39 +00:00
David Anderson 1959fbe160 don't leak fds to apps
svn path=/trunk/boinc/; revision=9084
2005-12-18 02:00:15 +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 78c552d8dc Restrict list of top hosts to those with > 300 credits. This prevents
hosts that have done only one or two WU and have anomalously high
RAC values from heading the list.

svn path=/trunk/boinc/; revision=9079
2005-12-16 21:18:52 +00:00
Bruce Allen 68c79d4ad7 On David's request, added the E@H 'server_status.php' page. Note that
this is not linked to from the sample project home page.  It also contains
at least some E@H-specific stuff, but David promised to clean this up (:-).

svn path=/trunk/boinc/; revision=9071
2005-12-15 17:19:56 +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
Jens Seidler 0d1fb449ef Localization: Clientgui and web language files updated: Jpanese (ja), Spanish (es), Danish (da), Polish (pl)
svn path=/trunk/boinc/; revision=9055
2005-12-09 06:41:25 +00:00
David Anderson 877f39921f *** empty log message ***
svn path=/trunk/boinc/; revision=9048
2005-12-06 23:00:44 +00:00
David Anderson 1c5ebc6ef8 *** empty log message ***
svn path=/trunk/boinc/; revision=9036
2005-12-05 20:52:35 +00:00
David Anderson db55337219 web stuff
svn path=/trunk/boinc/; revision=9034
2005-12-04 23:39:09 +00:00
David Anderson 413c161c36 *** empty log message ***
svn path=/trunk/boinc/; revision=9012
2005-11-30 22:52:23 +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
Jens Seidler b1aa91f662 Localization: Web language files updated: Polish (pl)
svn path=/trunk/boinc/; revision=9006
2005-11-29 17:24:59 +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
David Anderson d049169dba accept account key as passwd
svn path=/trunk/boinc/; revision=8960
2005-11-26 20:56:54 +00:00
Janus B. Kristensen 46fea8158e Added semitransparent background to quotes.
svn path=/trunk/boinc/; revision=8927
2005-11-24 21:12:58 +00:00
Janus B. Kristensen 96f82f3a4f Display only last Y posts if thread has more than X posts in total.
svn path=/trunk/boinc/; revision=8925
2005-11-24 16:36:12 +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
Janus B. Kristensen 48c0603ab8 More layout moved to CSS
svn path=/trunk/boinc/; revision=8923
2005-11-24 16:20:48 +00:00
David Anderson 66209eca82 *** empty log message ***
svn path=/trunk/boinc/; revision=8914
2005-11-23 03:28:31 +00:00
David Anderson 7adccd96d7 *** empty log message ***
svn path=/trunk/boinc/; revision=8912
2005-11-23 01:54:18 +00:00
Jens Seidler 73091a9933 Localization: Clientgui and web language files updated: Russian (ru), Latvian (lv)
svn path=/trunk/boinc/; revision=8889
2005-11-21 06:02:26 +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