Bruce Allen
44cef67242
Missing close bracket );
...
svn path=/trunk/boinc/; revision=4776
2004-12-07 11:02:46 +00:00
David Anderson
009d3c890e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4774
2004-12-06 23:21:57 +00:00
David Anderson
2c5f1d1a5b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
Janus B. Kristensen
2d1cef4a9e
Added display of forum navigation bar on the bottom of threads. Users won't have to scroll up to get back.
...
Also made the output HTML 4.01 transitional valid
svn path=/trunk/boinc/; revision=4761
2004-12-05 10:17:02 +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
David Anderson
1dd3076855
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4709
2004-12-02 22:24:53 +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
David Anderson
8ffbaf8014
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4694
2004-12-01 22:44:47 +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
319328e169
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4620
2004-11-22 19:17:13 +00:00
David Anderson
43a21e6efd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4618
2004-11-21 18:56:30 +00:00
Bruce Allen
c448b0d443
Ignore files that should not be in CVS
...
svn path=/trunk/boinc/; revision=4617
2004-11-21 15:42:52 +00:00
Bruce Allen
2560b34478
Added some comments about what the script does
...
svn path=/trunk/boinc/; revision=4616
2004-11-21 15:35:58 +00:00
David Anderson
d49adfb0f5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4613
2004-11-20 19:45:44 +00:00
Bruce Allen
0fdde906b5
- New user database email-lowercasing script more efficient, handles case
...
where user.id is not contiguous.
svn path=/trunk/boinc/; revision=4607
2004-11-19 14:12:13 +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
174bcb427c
Bug fixes (thanks to Jens Seidler): set cross project id (CPID) to random value
...
when creating user account from Administrator form, and lower_case email address
before inserting into database. Added script make_emails_lowercase.php which
goes through user database and changes email addresses to lowercase, and sets CPID
to a random string if it is currently 0 (empty). It should be safe to run this
script any number of times, on a damanged or undamaged user database, with no side
effects.
svn path=/trunk/boinc/; revision=4596
2004-11-18 13:14:28 +00:00
Bruce Allen
4361518814
More feedback for admin, including a link to the confirmation page, for testing.
...
svn path=/trunk/boinc/; revision=4595
2004-11-18 10:52:20 +00:00
Bruce Allen
512fcfc3de
Bug fixes (thanks to Jens Seidler): set cross project id (CPID) to random value
...
when creating user account from Administrator form, and lower_case email address
before inserting into database.
svn path=/trunk/boinc/; revision=4593
2004-11-18 09:59:22 +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
ac9d1c323f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4560
2004-11-15 02:01:46 +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
fb4e61bb80
Fix so it works under PHP<4.3.0
...
svn path=/trunk/boinc/; revision=4551
2004-11-14 02:57:57 +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
Bruce Allen
fd7c972fac
Embed CVS tags visible using 'show source' from browser. Fix comment.
...
svn path=/trunk/boinc/; revision=4546
2004-11-14 00:55:27 +00:00
Bruce Allen
2938871473
Added form to cancel workunits, removed previous half-form that had typo.
...
Linked form to ops/index.php page.
svn path=/trunk/boinc/; revision=4545
2004-11-14 00:42:02 +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
e285406306
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4511
2004-11-10 21:09:54 +00:00
David Anderson
5a107b7093
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4507
2004-11-09 16:07:46 +00:00
Karl Chen
d8cc0b1075
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4506
2004-11-09 07:54:31 +00:00
Karl Chen
f4a1f74d5b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4504
2004-11-08 06:20:36 +00:00