Commit Graph

439 Commits

Author SHA1 Message Date
David Anderson 22853c9ab6 command line in template
svn path=/trunk/boinc/; revision=10053
2006-04-28 16:59:53 +00:00
David Anderson a43babc42d user web fixes
svn path=/trunk/boinc/; revision=9768
2006-03-30 00:45:24 +00:00
David Anderson 85f11e0592 *** empty log message ***
svn path=/trunk/boinc/; revision=9727
2006-03-24 23:37:32 +00:00
Bruce Allen 1eba6cc013 On user web pages, outcome validate error was being reported as unknown.
svn path=/trunk/boinc/; revision=9688
2006-03-20 20:04:31 +00:00
Bruce Allen 24a80c66a1 user web: allow sorting of columns of host data for a given user. I
have done this in a general way, which should permit any page to
be easily modified to permit sorting by any column.

svn path=/trunk/boinc/; revision=9516
2006-02-20 19:11:51 +00:00
David Anderson 49f1a1be8f *** empty log message ***
svn path=/trunk/boinc/; revision=9515
2006-02-20 07:55:32 +00:00
David Anderson f351e21bf8 show posts
svn path=/trunk/boinc/; revision=9500
2006-02-17 22:01:22 +00:00
Matt Lebofsky 5f605a5070 *** empty log message ***
svn path=/trunk/boinc/; revision=9493
2006-02-16 22:50:28 +00:00
David Anderson d939951843 crypt_prog on Win
svn path=/trunk/boinc/; revision=9481
2006-02-16 04:05:38 +00:00
David Anderson 19d1c8269c stats pages
svn path=/trunk/boinc/; revision=9468
2006-02-14 22:30:42 +00:00
David Anderson 888823aaff *** empty log message ***
svn path=/trunk/boinc/; revision=9450
2006-02-13 06:53:46 +00:00
David Anderson 9dc70ab8fb *** empty log message ***
svn path=/trunk/boinc/; revision=9449
2006-02-12 18:59:31 +00:00
David Anderson b8ee2a050e user web
svn path=/trunk/boinc/; revision=9448
2006-02-12 06:19:00 +00:00
David Anderson 710be691c3 LTD calculation
svn path=/trunk/boinc/; revision=9397
2006-02-02 23:59:47 +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 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