Janus B. Kristensen
1de42d1500
Ability to ignore sticky posts (don't reorder them in forum list)
...
svn path=/trunk/boinc/; revision=5990
2005-04-30 10:20:49 +00:00
Janus B. Kristensen
e70234033f
Rating +/- links now are images
...
svn path=/trunk/boinc/; revision=5988
2005-04-30 09:04:00 +00:00
Bruce Allen
44b8232bc4
Typo
...
svn path=/trunk/boinc/; revision=5979
2005-04-29 19:31:02 +00:00
Bruce Allen
f8de417987
Fixed update_average() function to do the right thing when the time
...
between successive calls is small (zero seconds):
Consider the limit
as diff->0, using the first-order Taylor expansion of
exp(x)=1+x+O(x^2).
So to the lowest order in diff:
weight = 1 - diff ln(2) / half_life
so one has
avg += (1-weight)*(work/diff_days)
avg += [diff*ln(2)/half_life] * (work*SECONDS_PER_DAY/diff)
notice that diff cancels out, leaving
avg += [ln(2)/half_life] * work*SECONDS_PER_DAY
svn path=/trunk/boinc/; revision=5978
2005-04-29 19:22:43 +00:00
Janus B. Kristensen
bc302dfff9
Added blockquote and u as valid tags
...
svn path=/trunk/boinc/; revision=5950
2005-04-28 09:30:37 +00:00
Janus B. Kristensen
c82fd585d5
Minor correction that will take "holes" in special user bitfield into account.
...
svn path=/trunk/boinc/; revision=5947
2005-04-27 15:13:44 +00:00
Janus B. Kristensen
a27c54cc31
Stickies and new forum rules
...
svn path=/trunk/boinc/; revision=5902
2005-04-20 21:11:20 +00:00
Janus B. Kristensen
cddce53f72
Stickies and new forum rules
...
svn path=/trunk/boinc/; revision=5901
2005-04-20 20:56:58 +00:00
Bruce Allen
ffcebd559f
Added ops page script to email owners of 'problem' hosts. Thanks to
...
Christian Beer for writing this.
svn path=/trunk/boinc/; revision=5888
2005-04-18 18:26:14 +00:00
David Anderson
38c306c40d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5826
2005-04-11 18:24:36 +00:00
David Anderson
cfbf124d4d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5809
2005-04-08 21:40:32 +00:00
David Anderson
1c4a881fe1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5798
2005-04-08 00:06:52 +00:00
David Anderson
5fa6e0ec46
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5794
2005-04-07 20:46:25 +00:00
David Anderson
67f6558e04
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5785
2005-04-06 19:41:31 +00:00
David Anderson
733f296261
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5766
2005-04-03 22:01:18 +00:00
David Anderson
0dd0664134
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5764
2005-04-02 18:37:22 +00:00
Janus B. Kristensen
90420d0dbd
Create missing dirs on first start, support for dual ID (xx_YY) languages, uses list traversal instead of just first browser specified language, uses cookies to override browser string. General fixes and updates.
...
svn path=/trunk/boinc/; revision=5759
2005-04-02 15:49:30 +00:00
Rom Walton
f4f0c81c84
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5728
2005-03-29 04:55:43 +00:00
Rom Walton
f16d29bea3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5727
2005-03-29 04:34:47 +00:00
Rom Walton
2e551a5807
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5726
2005-03-29 04:30:38 +00:00
David Anderson
a95f0c33bd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5724
2005-03-28 22:26:22 +00:00
David Anderson
1ae97e68b3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5714
2005-03-24 19:06:27 +00:00
David Anderson
c5bba41114
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5713
2005-03-24 19:02:27 +00:00
Janus B. Kristensen
b8cff6617c
the time diff function now supports times in the future as well. (ie. "In 2 days")
...
svn path=/trunk/boinc/; revision=5711
2005-03-24 11:42:04 +00:00
Janus B. Kristensen
51f388ee0c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5710
2005-03-24 11:35:35 +00:00
David Anderson
46d84b5802
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5709
2005-03-23 23:58:43 +00:00
David Anderson
7e4801d6f7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5705
2005-03-23 19:25:00 +00:00
David Anderson
49dac384cc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5681
2005-03-18 21:01:44 +00:00
David Anderson
c27cb008f4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5599
2005-03-09 01:02:36 +00:00
Janus B. Kristensen
ffe9fa69e7
Automatically detect >=GD2
...
svn path=/trunk/boinc/; revision=5564
2005-03-04 10:35:32 +00:00
Janus B. Kristensen
4f45622c91
Project specific callback functions added
...
svn path=/trunk/boinc/; revision=5562
2005-03-04 10:09:25 +00:00
David Anderson
f949aa0e35
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5556
2005-03-03 19:36:32 +00:00
Janus B. Kristensen
a705b7db17
Correct compiler to avoid concurrent compiles
...
svn path=/trunk/boinc/; revision=5550
2005-03-02 13:33:07 +00:00
David Anderson
e94529c4f7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5528
2005-02-25 19:35:34 +00:00
David Anderson
2534035cae
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5527
2005-02-25 00:41:22 +00:00
Janus B. Kristensen
b2922a60b1
Translator echos to logger instead of output
...
svn path=/trunk/boinc/; revision=5518
2005-02-24 18:48:12 +00:00
David Anderson
7be3f2711b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5500
2005-02-23 00:42:14 +00:00
David Anderson
1e808b012c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5494
2005-02-22 19:37:55 +00:00
Janus B. Kristensen
ca9f0ea0c8
Updated to use >=GD2 if available (better images)
...
svn path=/trunk/boinc/; revision=5481
2005-02-20 10:16:56 +00:00
Janus B. Kristensen
95fda61c2e
- Build interface from project default language instead of explicitly writing it in a file.
...
- Added a new layer of translation - the project specifc one, where projects can add their own translations.
svn path=/trunk/boinc/; revision=5457
2005-02-17 12:26:04 +00:00
David Anderson
e54580eb96
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5436
2005-02-16 00:24:53 +00:00
David Anderson
d38bdf43ec
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5435
2005-02-15 22:29:32 +00:00
David Anderson
01326be47f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5419
2005-02-13 19:04:20 +00:00
David Anderson
a6d5713db1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5417
2005-02-13 06:13:33 +00:00
Janus B. Kristensen
53cc977ad2
Delete thread forum moderation feature
...
svn path=/trunk/boinc/; revision=5412
2005-02-12 09:50:13 +00:00
Janus B. Kristensen
f0b90fcb7e
Small layout fix
...
svn path=/trunk/boinc/; revision=5366
2005-02-08 21:20:00 +00:00
Janus B. Kristensen
e63599ac61
Small correction to allow empty lines and comments in language.po files and language interface.
...
svn path=/trunk/boinc/; revision=5360
2005-02-08 12:18:02 +00:00
Bruce Allen
9eaf0ce89a
Third time lucky....
...
svn path=/trunk/boinc/; revision=5355
2005-02-08 04:59:13 +00:00
Bruce Allen
1cb56d0f52
- Add new validate_state==TOO_LATE to ops pages summaries and result table
...
choice selection menus
- Ops pages fixes from Christian Beers and David Hammer:
* some rearrangement of index page
* fix pass percentage by platform pages to show only non-deprecated apps
* all platforms now appear in summary pages of failures
svn path=/trunk/boinc/; revision=5351
2005-02-08 03:33:35 +00:00
David Anderson
b961c2ce3d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5349
2005-02-08 00:39:05 +00:00
David Anderson
694ae2973e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5341
2005-02-07 06:24:14 +00:00
Janus B. Kristensen
14685f9a87
Added <strong> to list of allowed tags
...
svn path=/trunk/boinc/; revision=5313
2005-02-04 09:36:38 +00:00
Janus B. Kristensen
0b5da1f400
Translation functions (currently no support for project specific expansions)
...
svn path=/trunk/boinc/; revision=5254
2005-01-31 20:32:49 +00:00
David Anderson
2e71493903
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5246
2005-01-30 20:15:18 +00:00
Bruce Allen
001790f103
Small fix from David Hammer. When viewing the forums, there's a formatting problem with people who have the tag "New Member" and do not have an avatar in their profile. The forums are not seperating the "New Member" line and the start date so they are showing as "New memberJoined: Jan 22, 2005".
...
svn path=/trunk/boinc/; revision=5212
2005-01-26 07:09:14 +00:00
Bruce Allen
76b635f131
Fixes from Christian Beer for ops pages to approve profiles and
...
to errors in the previous 20/next 20 links when 'additional
clauses' is non-empty.
svn path=/trunk/boinc/; revision=5192
2005-01-24 13:17:49 +00:00
Janus B. Kristensen
62013e8f05
Show information about posts that are deleted.
...
(by Jens Seidler)
svn path=/trunk/boinc/; revision=5189
2005-01-23 10:05:15 +00:00
David Anderson
6df7ebc5e8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5144
2005-01-19 19:08:46 +00:00
David Anderson
e7d78df6ae
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5137
2005-01-18 22:47:08 +00:00
David Anderson
cc9c0a6341
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5135
2005-01-18 19:56:18 +00:00
Janus B. Kristensen
b15132830b
Initial test-version of moderation system
...
svn path=/trunk/boinc/; revision=5133
2005-01-18 13:00:38 +00:00
David Anderson
335af90e5f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5122
2005-01-14 21:21:04 +00:00
David Anderson
0fd0d4d551
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5121
2005-01-14 19:45:43 +00:00
Rom Walton
fcd5fde1d9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5119
2005-01-14 02:51:26 +00:00
Rom Walton
25edc20b51
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5118
2005-01-14 01:54:52 +00:00
David Anderson
ef34ef63d7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5112
2005-01-13 21:17:41 +00:00
Janus B. Kristensen
4c1a3ad473
Working version of CVS version tracking system
...
svn path=/trunk/boinc/; revision=5082
2005-01-12 13:39:05 +00:00
Janus B. Kristensen
fec1341cb8
Test of CVS version tracking system
...
svn path=/trunk/boinc/; revision=5081
2005-01-12 13:33:53 +00:00
Janus B. Kristensen
6fbcd570e2
Test of CVS version tracking system
...
svn path=/trunk/boinc/; revision=5080
2005-01-12 13:28:10 +00:00
Janus B. Kristensen
4203e9fb70
Test of CVS version tracking system
...
svn path=/trunk/boinc/; revision=5079
2005-01-12 13:25:33 +00:00
Janus B. Kristensen
b05d763f58
Removed "if" that checks $user->disabled_filtering - which doesn't exist.
...
Users disable filtering by setting their thresholds.
svn path=/trunk/boinc/; revision=5078
2005-01-12 12:54:34 +00:00
David Anderson
7035d11906
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5045
2005-01-09 21:52:22 +00:00
David Anderson
3726e76ba6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5044
2005-01-09 09:33:06 +00:00
David Anderson
ba4f91bae7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5042
2005-01-09 09:07:22 +00:00
David Anderson
b298ed30ab
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5033
2005-01-08 19:45:26 +00:00
David Anderson
1e4571f833
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5024
2005-01-07 23:20:51 +00:00
David Anderson
7cca0a5df2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5021
2005-01-07 20:12:31 +00:00
Janus B. Kristensen
b63dc9f267
Don't show the icon column in the helpdesk because icons are not shown (and should not be shown) anyways.
...
(patch by Christian Beer)
svn path=/trunk/boinc/; revision=5018
2005-01-07 18:29:20 +00:00
Janus B. Kristensen
4a14809c57
Filtering can now be turned off for the helpdesk
...
(patch by Christian Beer)
svn path=/trunk/boinc/; revision=5017
2005-01-07 18:27:06 +00:00
Janus B. Kristensen
563022c4cd
round scores and ratings in forum to avoid stuff like 2.99999999999
...
svn path=/trunk/boinc/; revision=5004
2005-01-06 18:48:07 +00:00
Janus B. Kristensen
a869084f87
Users can ignore other users in the forums
...
svn path=/trunk/boinc/; revision=4999
2005-01-06 11:47:44 +00:00
Bruce Allen
05cb2b383e
Add another sorting option for results: mod_time
...
svn path=/trunk/boinc/; revision=4994
2005-01-04 22:43:49 +00:00
Bruce Allen
0704f0882d
More improvements from Christian Beer:
...
My next request is to do a corresponding cleanup of the 'detailed' RESULT
page. In particular, it should show ALL the fields at the bottom of this
page: ops/db_form.php?table=result&detail=low which are:
Some specific things that would be helpful:
(1) again, decode meaning, AND numeric value:
Server state: Over [X]
Outcome: Client error [X]
File Delete state: Initial [0]
where possible.
(2) It would be extremely useful to decode the exit status
values into text, according to: lib/error_numbers.h:
so if the error is one of these values, a human-readable string
is also displayed. If not one of these values, just the number.
(3) This might be too hard -- could you search in stderr out
for things like <error_code>-108</error_code> and if found
add a separate row with the human-readable decoding of this?
(4) If easy, link App version back to the app version table.
If hard, don't bother.
(5) Fix bug on User Id line (currently has host_name_by_id(...))
svn path=/trunk/boinc/; revision=4974
2004-12-31 16:46:11 +00:00
Bruce Allen
9b914de238
Fixed comment
...
svn path=/trunk/boinc/; revision=4970
2004-12-31 00:58:15 +00:00
Bruce Allen
ecfcc4b22b
Changes from Christian Beer with small fixes from Bruce. These show
...
results in some range of MOD time rather than some range of received
time, and display all fields associated with Workunits.
svn path=/trunk/boinc/; revision=4969
2004-12-31 00:40:10 +00:00
Rom Walton
6f0e37535a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4963
2004-12-30 03:27:12 +00:00
Matt Lebofsky
b58f9f1aad
added intval + 0.1 to rating score (to avoid scores of 0.999999999, etc.)
...
svn path=/trunk/boinc/; revision=4961
2004-12-29 18:46:22 +00:00
Bruce Allen
81b2b59c8b
Hyperlink to WUs. Thanks to Christian (DjangoFett@gmx.net)
...
svn path=/trunk/boinc/; revision=4960
2004-12-29 16:52:53 +00:00
David Anderson
652e2e5c65
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4952
2004-12-28 05:25:44 +00:00
David Anderson
1776219b2d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4949
2004-12-27 22:57:47 +00:00
David Anderson
c60fb03c27
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4946
2004-12-27 21:53:38 +00:00
Bruce Allen
7bcd27cf8d
Correct cut-and-paste error: table with border should not have zero border width
...
svn path=/trunk/boinc/; revision=4945
2004-12-27 21:21:40 +00:00
David Anderson
15e29841be
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4941
2004-12-27 03:42:11 +00:00
Rom Walton
daf0c81807
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4917
2004-12-22 03:07:21 +00:00
Rom Walton
51d993e5be
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4916
2004-12-22 01:54:09 +00:00
Rom Walton
35c47bdbf5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4915
2004-12-22 01:52:52 +00:00
Rom Walton
010ed8b1b8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4914
2004-12-22 01:12:10 +00:00
Rom Walton
02ccca528e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4913
2004-12-21 23:06:31 +00:00
David Anderson
e952710159
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4905
2004-12-20 18:29:15 +00:00
Janus B. Kristensen
80d16f9d3b
Experimental use of icons in threadlists
...
svn path=/trunk/boinc/; revision=4897
2004-12-18 19:27:37 +00:00
Janus B. Kristensen
6fa03e1a62
A lot of html corrections + definition of the new filter image
...
svn path=/trunk/boinc/; revision=4893
2004-12-18 18:13:46 +00:00
Janus B. Kristensen
b7e7a6aa84
Added explain for the new "Time reported
...
or deadline" as well as preparations for making this page HTML 4.01 transitional valid
svn path=/trunk/boinc/; revision=4891
2004-12-18 17:27:03 +00:00
David Anderson
35c7714ef2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4866
2004-12-16 20:52:27 +00:00
David Anderson
92d9cb6ccb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4865
2004-12-16 19:37:26 +00:00
David Anderson
766c11710f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4860
2004-12-15 23:50:00 +00:00
David Anderson
c0c47595ac
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4840
2004-12-14 00:57:03 +00:00
David Anderson
4acb793e6e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4797
2004-12-08 22:05:56 +00:00
David Anderson
164c643695
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4788
2004-12-08 07:03:43 +00:00
David Anderson
2c5f1d1a5b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
Bruce Allen
087ea6b791
Mislabeled row, added userid to table
...
svn path=/trunk/boinc/; revision=4723
2004-12-03 12:58:50 +00:00
Bruce Allen
6aa04b9cf2
Better formatting
...
svn path=/trunk/boinc/; revision=4717
2004-12-02 23:41:09 +00:00
Bruce Allen
79865e672c
Added display of some unix times on query page: helpful in adding clauses
...
svn path=/trunk/boinc/; revision=4715
2004-12-02 23:30:25 +00:00
Bruce Allen
5dee0314d3
Fixed nasty bug in ops pages where top two WU error mask bits were
...
not being shown in WU summary/detail pages.
svn path=/trunk/boinc/; revision=4710
2004-12-02 22:53:16 +00:00
Bruce Allen
6f62a332fd
Minor format changes
...
svn path=/trunk/boinc/; revision=4705
2004-12-02 18:46:21 +00:00
Bruce Allen
5981d17071
Modified to work correctly with ALL php versions
...
svn path=/trunk/boinc/; revision=4703
2004-12-02 18:10:01 +00:00
Bruce Allen
b7207a0aa0
Show target nresults and transition time for workunits. Show deadine for results
...
if not yet received (color coded to indicate if in the future or past).
svn path=/trunk/boinc/; revision=4700
2004-12-02 13:18:07 +00:00
Bruce Allen
159cb1460c
FOr unreturned results, show reporting deadline.
...
Add additional state possibilities.
Explain validate error state.
svn path=/trunk/boinc/; revision=4695
2004-12-01 23:20:12 +00:00
Bruce Allen
ad64ab09d4
Show all four possible validate states on ops 'result summary' page.
...
svn path=/trunk/boinc/; revision=4686
2004-11-30 13:46:37 +00:00
Bruce Allen
ee26ba1d6e
WU delay bound in human-readable form,
...
svn path=/trunk/boinc/; revision=4680
2004-11-29 11:56:25 +00:00
Bruce Allen
14129d4ec8
- Admin database ops page: show all three file delete states, add additional
...
sort options to results page, better internal bug checking on state lists,
move result summary to top of WU detail page, show WU report deadline in
human-readable form, show cross_project_ID in user table.
svn path=/trunk/boinc/; revision=4679
2004-11-29 11:00:49 +00:00
David Anderson
43a21e6efd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4618
2004-11-21 18:56:30 +00:00
David Anderson
dad6723cc5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4603
2004-11-19 07:33:59 +00:00
David Anderson
7342b36f2e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4599
2004-11-18 20:01:12 +00:00
Bruce Allen
dfa92f251a
- Fixed RESULT form on ops page so that it now covers correctly
...
all possible states (including ones with value 0) and
eliminated the 'Unknown' values that previously appeared on the
form. These were in error. This is a clean fix, by defining (for example)
outcome='CHOOSE_ALL', eg a non-numerical value, for the 'select ALL' case.
- Added a select menu for validate_state to the RESULT form.
- In forms for outcome, validate_state, client_state and server_state, indicate
numeric values (helpful if using additional clauses for more sophisticated queries)
svn path=/trunk/boinc/; revision=4579
2004-11-17 10:37:08 +00:00
Bruce Allen
d5f8ffb34c
Add validate state to result tables, color code for validate state information
...
and REALLY include ALL cases of outcome (including init).
svn path=/trunk/boinc/; revision=4576
2004-11-17 01:32:42 +00:00
Bruce Allen
e33f87cde0
Result summary pages corrected for boundary condition errors in arrays and to cover
...
additional result.outcome==6 case. Result summaries now sum correctly over outcomes!
svn path=/trunk/boinc/; revision=4574
2004-11-16 22:24:33 +00:00
Bruce Allen
ad51e49f5c
Fix bug in ops pages displaying counts of zero if 'additional clauses' includes string
...
names such as name='first_workunit'
svn path=/trunk/boinc/; revision=4573
2004-11-16 20:38:00 +00:00
David Anderson
12b2c448bd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4557
2004-11-14 18:44:00 +00:00
David Anderson
ac44ed4e9b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4556
2004-11-14 18:12:03 +00:00
David Anderson
3482b3713d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4555
2004-11-14 17:49:16 +00:00
Bruce Allen
f36435263c
Can't include HTML comment -- headers already sent
...
svn path=/trunk/boinc/; revision=4552
2004-11-14 03:16:41 +00:00
Bruce Allen
94e886d4cb
Added CVS tag visible with 'view source'
...
svn path=/trunk/boinc/; revision=4550
2004-11-14 02:20:15 +00:00
Bruce Allen
5a5a1eb67d
Fix (commented out) for getting images working on systems without GD2/PHP support.
...
svn path=/trunk/boinc/; revision=4549
2004-11-14 02:17:44 +00:00
Bruce Allen
d3d3837169
Removed spurious commented out line
...
svn path=/trunk/boinc/; revision=4548
2004-11-14 02:00:09 +00:00
Bruce Allen
f5d2df4f60
Fixed links at bottom of workunits page, showing outcomes of results.
...
Added tabular description of tables to the database form page, longer clause box
svn path=/trunk/boinc/; revision=4547
2004-11-14 01:55:38 +00:00
David Anderson
caf92bd692
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4535
2004-11-12 22:50:58 +00:00
David Anderson
f8d31bf13a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4534
2004-11-12 19:55:36 +00:00
David Anderson
783087f8bb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4501
2004-11-07 02:57:02 +00:00
David Anderson
a326d68c33
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4471
2004-11-01 23:42:29 +00:00
David Anderson
e8cb263ff7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4470
2004-11-01 23:10:02 +00:00
David Anderson
2cfb778ca2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4459
2004-10-29 20:22:22 +00:00
David Anderson
4cb055dbe8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4442
2004-10-26 22:27:50 +00:00
David Anderson
465a97c096
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4426
2004-10-25 22:04:15 +00:00
David Anderson
bb97a32957
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4360
2004-10-20 05:45:43 +00:00
David Anderson
e75283e8f4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4340
2004-10-18 22:08:37 +00:00
David Anderson
742298ebce
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4335
2004-10-16 04:12:11 +00:00
David Anderson
bc2a5037f5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4334
2004-10-15 23:46:24 +00:00
David Anderson
35fbdcc866
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4318
2004-10-12 18:05:38 +00:00
David Anderson
abd4c861ed
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4311
2004-10-10 03:04:29 +00:00
David Anderson
22f1a1093a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4285
2004-10-01 23:46:22 +00:00
David Anderson
49b256f338
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4280
2004-10-01 07:49:01 +00:00
David Anderson
7a60dcfcc6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4270
2004-09-30 17:44:43 +00:00
David Anderson
4fd244d5d8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4249
2004-09-27 04:26:51 +00:00
Lana Alber
3b576016af
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4228
2004-09-23 00:32:10 +00:00
Lana Alber
7e60d8baf1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4227
2004-09-23 00:12:19 +00:00
Lana Alber
b5bc0a836d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4220
2004-09-21 21:56:10 +00:00
Lana Alber
a5836d59b5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4219
2004-09-21 20:35:36 +00:00
David Anderson
9666a699b2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4214
2004-09-21 18:57:30 +00:00
David Anderson
b40131f41e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4210
2004-09-20 21:58:47 +00:00
David Anderson
68ea689819
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4209
2004-09-20 21:49:54 +00:00
Lana Alber
6b1cfe4561
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4206
2004-09-17 19:32:41 +00:00
David Anderson
cc86d0e6cd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4200
2004-09-14 21:47:56 +00:00
David Anderson
75fb68e02d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4199
2004-09-14 21:29:52 +00:00
David Anderson
a80dd102d0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4198
2004-09-14 20:45:17 +00:00
David Anderson
ca0ada5f18
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4194
2004-09-13 22:58:48 +00:00
David Anderson
a66caa800f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4181
2004-09-10 20:33:05 +00:00
David Anderson
9bc5a5d426
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4177
2004-09-10 00:14:37 +00:00
David Anderson
c5282fdc72
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4158
2004-09-05 19:26:27 +00:00
David Anderson
2634204c88
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4152
2004-09-04 23:37:49 +00:00
David Anderson
af533fb922
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4151
2004-09-04 23:37:15 +00:00
David Anderson
77648b86e2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4140
2004-09-01 23:17:33 +00:00
David Anderson
57d1d4a697
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4139
2004-09-01 22:51:23 +00:00
David Anderson
c1b1b1435e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4131
2004-08-31 23:08:28 +00:00
David Anderson
5ac391d35f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4122
2004-08-27 23:47:51 +00:00
David Anderson
db161a8064
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4116
2004-08-25 19:04:47 +00:00
David Anderson
bcfc434d77
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4110
2004-08-24 23:08:23 +00:00
David Anderson
2ae09fc7dd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4099
2004-08-24 00:15:14 +00:00
David Anderson
f6459acbef
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4078
2004-08-20 18:45:43 +00:00
David Anderson
6a92c0ea93
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4056
2004-08-12 15:06:35 +00:00
David Anderson
3510973585
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4039
2004-08-11 11:24:49 +00:00
Daniel Hsu
30d3ce0ec0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4020
2004-08-06 23:17:59 +00:00
David Anderson
5edfed8bf4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4004
2004-08-06 12:12:26 +00:00
David Anderson
156930d204
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4003
2004-08-06 11:42:41 +00:00
David Anderson
64bf0d7651
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3978
2004-08-04 15:30:52 +00:00
David Anderson
586da17e74
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3968
2004-08-03 16:59:27 +00:00
Daniel Hsu
144edd3875
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3952
2004-07-26 22:23:16 +00:00
Eric J. Korpela
1ca61ba699
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3946
2004-07-23 04:04:21 +00:00
Eric J. Korpela
fd201edeca
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3944
2004-07-23 01:07:18 +00:00
Eric J. Korpela
a7a656299d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3943
2004-07-22 23:42:50 +00:00
Karl Chen
36ed3f715f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3927
2004-07-21 22:19:21 +00:00
Karl Chen
d81330338b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3924
2004-07-21 22:09:42 +00:00
Eric J. Korpela
957a67e3d9
Caching now supports If-Modified-Since request header.
...
svn path=/trunk/boinc/; revision=3912
2004-07-20 21:54:18 +00:00
Eric J. Korpela
104b68f148
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3908
2004-07-20 19:20:19 +00:00
Eric J. Korpela
15bf73b18b
Added Expires, Cache-Control, and Last-Modified headers to cached objects.
...
svn path=/trunk/boinc/; revision=3907
2004-07-20 18:39:33 +00:00
David Anderson
05c23f787c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3894
2004-07-16 17:47:34 +00:00
David Anderson
ecf08e05cd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3880
2004-07-15 18:54:17 +00:00
Matt Lebofsky
e11033d3b7
fixed view_profile -> view_profile.php
...
svn path=/trunk/boinc/; revision=3832
2004-07-09 18:28:41 +00:00
David Anderson
a8676cad0c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3769
2004-07-03 19:42:59 +00:00
David Anderson
e0ddccfb44
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3753
2004-07-02 19:17:53 +00:00
David Anderson
cd3884593b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3727
2004-06-30 18:53:35 +00:00
Rom Walton
e294dc3aba
Client spamming server hotfix
...
svn path=/trunk/boinc/; revision=3717
2004-06-29 20:02:34 +00:00
Rom Walton
c506d14615
Client spamming server hotfix
...
svn path=/trunk/boinc/; revision=3701
2004-06-26 02:54:52 +00:00
David Anderson
8d1c9b4979
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3696
2004-06-24 16:51:22 +00:00
David Anderson
26f9113cb4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3685
2004-06-21 20:14:38 +00:00
David Anderson
fb06f2f372
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3606
2004-06-16 19:10:24 +00:00
David Anderson
3c05860cda
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3592
2004-06-15 22:55:54 +00:00
Daniel Hsu
b87634c90f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3579
2004-06-15 18:50:57 +00:00
Daniel Hsu
385f605cb0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3570
2004-06-14 20:20:06 +00:00
Rom Walton
1fb8c8a679
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3565
2004-06-14 08:08:42 +00:00
David Anderson
6ac981446e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3555
2004-06-13 17:58:18 +00:00
David Anderson
56c08a7f95
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3538
2004-06-11 18:50:15 +00:00
David Anderson
ab6fef1741
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3527
2004-06-10 19:43:54 +00:00
David Anderson
319b4573b7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3519
2004-06-09 21:42:23 +00:00
David Anderson
68039a57e2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3513
2004-06-09 00:12:22 +00:00
David Anderson
c46546288e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3508
2004-06-07 03:34:07 +00:00
David Anderson
e3026a1ddc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3488
2004-06-01 18:55:59 +00:00
David Anderson
5586e8a460
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3485
2004-05-31 19:15:23 +00:00
David Anderson
7134a969cb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3482
2004-05-31 17:37:22 +00:00
David Anderson
c5b4118a34
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3477
2004-05-31 00:50:06 +00:00
David Anderson
ec78e50fb6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3476
2004-05-30 21:47:11 +00:00
Rom Walton
b7ca5d74d4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3463
2004-05-28 22:11:42 +00:00
David Anderson
8690e8eb85
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3461
2004-05-28 05:53:24 +00:00
David Anderson
22e72bc2e0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3423
2004-05-24 03:40:38 +00:00
David Anderson
5e178fe1dc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3381
2004-05-14 22:57:59 +00:00
David Anderson
c9b9977220
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3379
2004-05-13 21:35:08 +00:00
David Anderson
35129ae8e9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3378
2004-05-13 20:30:15 +00:00
David Anderson
b75c017d85
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3368
2004-05-12 17:54:23 +00:00
David Anderson
2deee53456
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3367
2004-05-11 22:49:23 +00:00
David Anderson
a0ad1eb4d7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3362
2004-05-09 22:17:54 +00:00
David Anderson
805f010ba1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3361
2004-05-07 22:17:34 +00:00
Rom Walton
a9225a9706
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3356
2004-05-06 21:29:15 +00:00
Rom Walton
0fce1ab0ca
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3355
2004-05-06 02:02:15 +00:00
Rom Walton
d46486bbbe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3335
2004-05-04 21:35:05 +00:00
Rom Walton
da4171b59e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3334
2004-05-04 21:31:51 +00:00
Rom Walton
d4a4ccc57f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3333
2004-05-04 21:23:28 +00:00
Rom Walton
61e6e2ffc1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3332
2004-05-04 20:45:02 +00:00
Rom Walton
79250cfdc9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3331
2004-05-04 20:00:46 +00:00
Rom Walton
e2bb47a053
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3330
2004-05-04 19:54:28 +00:00
Rom Walton
83b5c32e90
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3329
2004-05-04 16:41:38 +00:00
Rom Walton
2d5655b823
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3328
2004-05-04 11:15:44 +00:00
Rom Walton
d935377785
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3327
2004-05-04 11:14:12 +00:00
Rom Walton
b6e4c18393
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3326
2004-05-04 11:12:20 +00:00
Rom Walton
c62fd12a8d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3325
2004-05-04 11:03:18 +00:00
Rom Walton
fc79be1090
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3324
2004-05-04 11:00:15 +00:00
Rom Walton
69a0d21b0c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3323
2004-05-04 10:56:53 +00:00
Rom Walton
0d6d4fb6d4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3322
2004-05-04 06:44:48 +00:00
Rom Walton
a904312f0d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3318
2004-05-03 22:32:04 +00:00
Rom Walton
afe61f8f1e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3317
2004-05-03 22:29:31 +00:00
David Anderson
00191f0456
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3308
2004-04-30 18:26:20 +00:00
David Anderson
8e66017d92
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3282
2004-04-21 23:25:05 +00:00