Commit Graph

1345 Commits

Author SHA1 Message Date
David Anderson b8ee2a050e user web
svn path=/trunk/boinc/; revision=9448
2006-02-12 06:19:00 +00:00
Bruce Allen 4a571ea68c Ops page bug fix from Carl Christensen for manage special users page.
svn path=/trunk/boinc/; revision=9431
2006-02-09 20:37:13 +00:00
David Anderson de1113c71a code reorg
svn path=/trunk/boinc/; revision=9421
2006-02-08 21:05:51 +00:00
Bruce Allen 8d7b03381d Made debug mode default, fixed typo
svn path=/trunk/boinc/; revision=9418
2006-02-08 03:40:45 +00:00
Bruce Allen f4d284c679 Added a script (originally provided by DA, I think) to
send mass email to project participants.  The script allows
one to select the TYPE of user, including 'all', 'active',
'lapsed', 'unsuccessful' and so on.  Also appends a 'how to opt
out' message at the end. Do NOT use this script without testing it.

svn path=/trunk/boinc/; revision=9417
2006-02-08 03:30:46 +00:00
Matt Lebofsky 6889b8d6c0 *** empty log message ***
svn path=/trunk/boinc/; revision=9401
2006-02-06 19:26:42 +00:00
David Anderson 710be691c3 LTD calculation
svn path=/trunk/boinc/; revision=9397
2006-02-02 23:59:47 +00:00
David Anderson 4265d3db4b *** empty log message ***
svn path=/trunk/boinc/; revision=9393
2006-02-02 20:06:36 +00:00
David Anderson 5f8f7f6acd create team RPC
svn path=/trunk/boinc/; revision=9380
2006-02-01 20:19:51 +00:00
Bruce Allen 2dc85757c3 user web: modify David's previous change. Make 'pending
credit link display only if 'show_results' enabled in
project config.xml file.

svn path=/trunk/boinc/; revision=9374
2006-02-01 04:00:11 +00:00
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 f886cb6f22 *** empty log message ***
svn path=/trunk/boinc/; revision=9314
2006-01-25 19:02:01 +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 9483ced59e user web pages: if can't delete host because there are still
results, give clearer error message and link to list of results.

svn path=/trunk/boinc/; revision=9246
2006-01-16 14:29:32 +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
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
Bruce Allen 82bfb01de4 Fix oversight in David's checkin
svn path=/trunk/boinc/; revision=8883
2005-11-19 21:15:29 +00:00
David Anderson b803f9b432 fill in blank passwd_hash
svn path=/trunk/boinc/; revision=8882
2005-11-19 20:33:55 +00:00
Jens Seidler e647f51668 Localization: Clientgui and web language files updated: Chinese Traditional (zh_TW), Svedish (sv_SE), Russian (ru), French (fr)
svn path=/trunk/boinc/; revision=8872
2005-11-18 06:17:35 +00:00
Janus B. Kristensen 61e9ef2aba Team search is substring search instead of prefix search.
svn path=/trunk/boinc/; revision=8865
2005-11-16 09:14:49 +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 58d94e2f65 add venue to RPC params
svn path=/trunk/boinc/; revision=8850
2005-11-13 06:48:26 +00:00
Jens Seidler 71e9d791dd Localization: Clientgui and web language files updated: German (de), Greek(el), French (fr), Swedish (sv_SE)
svn path=/trunk/boinc/; revision=8836
2005-11-09 21:36:26 +00:00
Jens Seidler dd7991173f Localization: Clientgui and web language files updated: Japanese (ja), Greek(el), Spanish (es)
svn path=/trunk/boinc/; revision=8804
2005-11-07 05:25:23 +00:00
David Anderson 0d7f8d16a7 *** empty log message ***
svn path=/trunk/boinc/; revision=8794
2005-11-02 23:47:25 +00:00
Jens Seidler 9aee543e69 Localization: Clientgui files updated: Russian (ru), Czech (cs), Japanese (ja), Danish (da), Greek (el)
svn path=/trunk/boinc/; revision=8784
2005-11-01 22:17:39 +00:00
David Anderson 17617df915 *** empty log message ***
svn path=/trunk/boinc/; revision=8780
2005-11-01 04:13:22 +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
David Anderson 35b45f4371 *** empty log message ***
svn path=/trunk/boinc/; revision=8767
2005-10-28 20:03:30 +00:00
David Anderson 5a10d5929b *** empty log message ***
svn path=/trunk/boinc/; revision=8762
2005-10-28 07:27:15 +00:00
Jens Seidler 4664a03623 Localization: Clientgui and web language files updated: Japanese (ja), Czech (cs)
svn path=/trunk/boinc/; revision=8743
2005-10-25 05:01:07 +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
Jens Seidler 4f81e48308 Localization: Clientgui and web language files updated: Chinese Traditional (zh_TW)
svn path=/trunk/boinc/; revision=8701
2005-10-18 21:44:32 +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
Bruce Allen ce6426026c Fix bug in cancel WU script
svn path=/trunk/boinc/; revision=8653
2005-10-11 19:27:37 +00:00
David Anderson d6b863c84d *** empty log message ***
svn path=/trunk/boinc/; revision=8562
2005-10-08 19:12:43 +00:00
David Anderson bcd86f38ab *** empty log message ***
svn path=/trunk/boinc/; revision=8558
2005-10-07 23:19:20 +00:00
David Anderson 0c30f68f44 generic get_project_config.php
svn path=/trunk/boinc/; revision=8555
2005-10-07 20:03:15 +00:00
David Anderson 2306ba39ab add elements fo config file
svn path=/trunk/boinc/; revision=8550
2005-10-07 19:19:07 +00:00
Bruce Allen 258170dce3 Added a graphic for the 'report post' button.
svn path=/trunk/boinc/; revision=8549
2005-10-07 18:20:47 +00:00
Jens Seidler 3108a98330 Localization: Clientgui and web language files updated: German (de), Swedish (sv_SE/sv), Durch( nl), French (fr)
svn path=/trunk/boinc/; revision=8542
2005-10-07 16:02:00 +00:00