Commit Graph

1278 Commits

Author SHA1 Message Date
Bruce Allen f17972048e eliminate undefined index
svn path=/trunk/boinc/; revision=6115
2005-05-11 10:07:15 +00:00
Bruce Allen 35847ea4bf Eliminate undefined index
svn path=/trunk/boinc/; revision=6114
2005-05-11 10:03:27 +00:00
Bruce Allen 39dbc2fd3c Get rid of another undefined index
svn path=/trunk/boinc/; revision=6113
2005-05-11 09:57:46 +00:00
Bruce Allen a84e48af43 Eliminate typo and another undefined variable
svn path=/trunk/boinc/; revision=6112
2005-05-11 09:48:07 +00:00
Bruce Allen 035738ed19 Eliminate another undefined variable
svn path=/trunk/boinc/; revision=6111
2005-05-11 09:44:41 +00:00
Bruce Allen b123c44e6d Eliminate undefined indexes
svn path=/trunk/boinc/; revision=6110
2005-05-11 09:37:44 +00:00
Bruce Allen e99cac1155 More undefined variables
svn path=/trunk/boinc/; revision=6109
2005-05-11 09:27:14 +00:00
Bruce Allen ae34abe4f4 Eliminate annoying undefined variables
svn path=/trunk/boinc/; revision=6108
2005-05-11 09:14:22 +00:00
Bruce Allen ddf3be23a2 Fix uninitalized variable
svn path=/trunk/boinc/; revision=6107
2005-05-11 08:59:42 +00:00
Bruce Allen f0d0306011 Eliminate another PHP undefined index error
svn path=/trunk/boinc/; revision=6106
2005-05-11 08:44:27 +00:00
Bruce Allen 60fe324f96 Eliminate some annoying 'undefined index' errors in PHP log. Note
that in general the right way to use _GET[] is like this:
          $x=default_value;
          if (isset($_GET["x"])) $x=$_GET["x"];
This prevents PHP notice-type error messages.

svn path=/trunk/boinc/; revision=6104
2005-05-11 08:29:35 +00:00
Bruce Allen 6ac1767301 Corrected typo
svn path=/trunk/boinc/; revision=6103
2005-05-11 07:45:47 +00:00
Bruce Allen 2be3da41fc Added credit/recent average credit to brief description of users in forum
postings.

svn path=/trunk/boinc/; revision=6101
2005-05-11 03:50:01 +00:00
Janus B. Kristensen 0b822c4645 Move reply box to top of page to avoid scrolling
svn path=/trunk/boinc/; revision=6091
2005-05-10 16:08:05 +00:00
Bruce Allen cf027936bf Forums: added an html/bookmark style link to the header for each message.
This makes it a bit more convenient to reference a particular message (rather
than the entire thread) in an email or another thread.  Janus, Rob, I hope this
is OK with you.  Feel free to revert if you don't like it.

svn path=/trunk/boinc/; revision=6089
2005-05-10 13:19:39 +00:00
Janus B. Kristensen 070c6dde2a Initial checkin of PayPal donation system
svn path=/trunk/boinc/; revision=6078
2005-05-08 01:50:20 +00:00
Janus B. Kristensen 04529294ce Initial checkin of PayPal donation system
svn path=/trunk/boinc/; revision=6077
2005-05-08 01:40:46 +00:00
Janus B. Kristensen c0dc9c9142 <pre> style has changed
Blockquotes have a better style

svn path=/trunk/boinc/; revision=6076
2005-05-08 01:36:23 +00:00
Janus B. Kristensen 438d264c97 <pre> style has changed
svn path=/trunk/boinc/; revision=6075
2005-05-08 01:34:27 +00:00
Janus B. Kristensen fd3e27491d Prepare the text for the textarea
svn path=/trunk/boinc/; revision=6074
2005-05-08 01:33:03 +00:00
Janus B. Kristensen 8f3c1423cf *** empty log message ***
svn path=/trunk/boinc/; revision=6073
2005-05-08 01:30:46 +00:00
Janus B. Kristensen d176bf1d18 Removed old unused code and regex is now used for removing images instead of the old slow image removing function. Also added a new function to prepare text to be dropped into a textarea
svn path=/trunk/boinc/; revision=6072
2005-05-08 01:26:02 +00:00
Janus B. Kristensen fe423a3a08 Escaping of strings and checking of everything else before inserting into SQL DB
svn path=/trunk/boinc/; revision=6071
2005-05-08 01:19:12 +00:00
David Anderson 148b72cfe9 *** empty log message ***
svn path=/trunk/boinc/; revision=6066
2005-05-07 06:41:27 +00:00
Bruce Allen 0b62469e31 Strip slashes from clause
svn path=/trunk/boinc/; revision=6061
2005-05-06 18:35:55 +00:00
David Anderson 31b1dbbc02 *** empty log message ***
svn path=/trunk/boinc/; revision=6047
2005-05-05 21:12:26 +00:00
Jens Seidler ef1809f065 Localization: Clientgui and web language files updated: Polish (pl) and Czech (cs)
svn path=/trunk/boinc/; revision=6037
2005-05-05 09:22:55 +00:00
David Anderson de6cc8f23c *** empty log message ***
svn path=/trunk/boinc/; revision=6034
2005-05-05 06:21:45 +00:00
David Anderson 204fcd1f13 *** empty log message ***
svn path=/trunk/boinc/; revision=6033
2005-05-05 06:08:57 +00:00
Bruce Allen 58b5a09fa5 Oops
svn path=/trunk/boinc/; revision=6029
2005-05-05 05:15:26 +00:00
Bruce Allen 367d0daa8e Change php functions to correctly describe timezone field.
svn path=/trunk/boinc/; revision=6028
2005-05-05 05:06:16 +00:00
David Anderson 1ae7d9b042 *** empty log message ***
svn path=/trunk/boinc/; revision=6026
2005-05-04 22:38:14 +00:00
Janus B. Kristensen 6ea73ff7dd Separating the forum.inc into two files - one related to the database and one related to actual forum stuff (like displaying posts etc).
svn path=/trunk/boinc/; revision=6021
2005-05-04 08:46:46 +00:00
David Anderson 3d05c8b499 *** empty log message ***
svn path=/trunk/boinc/; revision=6020
2005-05-04 08:07:20 +00:00
Bruce Allen 0ce0500e17 in host page visible to ordinary users, include daily result
quota info.

svn path=/trunk/boinc/; revision=6011
2005-05-04 05:01:18 +00:00
Jens Seidler 6fad399b8c Localization: Clientgui and web language files updated: Spanish (es), Chinese Traditional (zh_TW), German (de), Czech (cs)
svn path=/trunk/boinc/; revision=5992
2005-04-30 21:48:47 +00:00
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 53fe1e1ed2 Lessen the load from bugs in third party scripts that continuously look up non-existant users.
svn path=/trunk/boinc/; revision=5953
2005-04-28 09:34:06 +00:00
Janus B. Kristensen 0223fb3a22 Rating can now only be done if the rules for rating in the DB have been followed.
svn path=/trunk/boinc/; revision=5952
2005-04-28 09:33:07 +00:00
Janus B. Kristensen 5f214a026d Quoting is now done using blockquote, loads of get_int/get_str changes. Moderators can now view hidden threads if going direct by id.
svn path=/trunk/boinc/; revision=5951
2005-04-28 09:32:22 +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
Rom Walton c1595522f9 *** empty log message ***
svn path=/trunk/boinc/; revision=5934
2005-04-25 18:44:17 +00:00
Bruce Allen 219fab8a5c Put 'do another' at the top not bottom of the page
svn path=/trunk/boinc/; revision=5930
2005-04-25 15:06:22 +00:00
David Anderson 615982f0b4 *** empty log message ***
svn path=/trunk/boinc/; revision=5910
2005-04-20 22:46:47 +00:00
Janus B. Kristensen f1a7efccf8 Stickies and new forum rules
svn path=/trunk/boinc/; revision=5906
2005-04-20 21:25:18 +00:00
Janus B. Kristensen 110ec42307 Old image files are being moved to the img/ dir to create a better overview of which files goes where.
svn path=/trunk/boinc/; revision=5905
2005-04-20 21:17:07 +00:00
Janus B. Kristensen 5c3a3db1c1 Old image files are being moved to this directory to create a better overview of which files goes where.
svn path=/trunk/boinc/; revision=5904
2005-04-20 21:16:26 +00:00
Janus B. Kristensen 55ada424a9 Image files for sticky forum entries
svn path=/trunk/boinc/; revision=5903
2005-04-20 21:12:45 +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 35acc96c5a Forgot to check in modified ops/index.php page
svn path=/trunk/boinc/; revision=5896
2005-04-19 20:48:43 +00:00
Bruce Allen 615d8aea5c Better error reporting from problem_host.php reporting page, if
host does not exist.  Thanks to Christian Beer.

svn path=/trunk/boinc/; revision=5895
2005-04-19 19:56:23 +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
Bruce Allen 01f30efe26 Made default choice 'ACCEPT' for screening user profiles for UOTD.
svn path=/trunk/boinc/; revision=5882
2005-04-18 02:36:35 +00:00
Jens Seidler faf00b141e Localization: Clientgui and web language files updated: Czech (cs), Spanish (es)
svn path=/trunk/boinc/; revision=5881
2005-04-17 12:07:50 +00:00
David Anderson fbea520885 *** empty log message ***
svn path=/trunk/boinc/; revision=5872
2005-04-15 22:58:32 +00:00
David Anderson 33a36d367f *** empty log message ***
svn path=/trunk/boinc/; revision=5871
2005-04-15 22:52:19 +00:00
David Anderson 05ece15a25 *** empty log message ***
svn path=/trunk/boinc/; revision=5860
2005-04-15 18:43:53 +00:00
Jens Seidler 5ad1cc6c8a Localization: Clientgui and web language files updated: Spanish (es)
svn path=/trunk/boinc/; revision=5856
2005-04-15 17:12:27 +00:00
Jens Seidler 893c211845 Localization: Clientgui and web language files updated: Catalan (ca)
svn path=/trunk/boinc/; revision=5853
2005-04-14 21:14:00 +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
Jens Seidler 51751cbaec Localization: web language file updated : Swedish (sv), Bulgarian (bg)
svn path=/trunk/boinc/; revision=5800
2005-04-08 05:40:14 +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
Jens Seidler 075087821f Localization: Clientgui and web language files updated: Bulgarian (bg) and German (de)
svn path=/trunk/boinc/; revision=5791
2005-04-07 19:06:15 +00:00
David Anderson 67f6558e04 *** empty log message ***
svn path=/trunk/boinc/; revision=5785
2005-04-06 19:41:31 +00:00
Jens Seidler d1b3444fb1 Localization: web language file updated: Russian (ru)
svn path=/trunk/boinc/; revision=5783
2005-04-06 04:54:28 +00:00
David Anderson bfed4b81aa *** empty log message ***
svn path=/trunk/boinc/; revision=5782
2005-04-05 21:26:41 +00:00
David Anderson 99b91e2721 *** empty log message ***
svn path=/trunk/boinc/; revision=5776
2005-04-05 06:43:58 +00:00
David Anderson c2310d99f5 *** empty log message ***
svn path=/trunk/boinc/; revision=5775
2005-04-05 06:10:23 +00:00
Jens Seidler 9529b68dce Localization: Clientgui and web language files updated: Czech (cs) - removed Czech (cz)
svn path=/trunk/boinc/; revision=5768
2005-04-04 04:47:37 +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
David Anderson 00f82cb4d9 *** empty log message ***
svn path=/trunk/boinc/; revision=5763
2005-04-02 18:14:37 +00:00
Janus B. Kristensen 822428875d Language selection and example flag
svn path=/trunk/boinc/; revision=5760
2005-04-02 15:51:45 +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
Janus B. Kristensen 1aece4252f Added the forum sample page title
Also added names on the language

svn path=/trunk/boinc/; revision=5758
2005-04-02 15:47:52 +00:00
Jens Seidler 623843185d Localization: web language file updated: Russian (ru)
svn path=/trunk/boinc/; revision=5729
2005-03-29 18:01:09 +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
Jens Seidler 7cd7096c82 Localization: web language file updated and Client Gui : Bulgarian (bg)
svn path=/trunk/boinc/; revision=5722
2005-03-27 09:33:41 +00:00
Jens Seidler 6d57d028ac Localization: web language file updated (for test only): Turkish (tr)
svn path=/trunk/boinc/; revision=5718
2005-03-25 08:14:58 +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
Jens Seidler 5652a49256 Localization: web language file updated: Russian (ru)
svn path=/trunk/boinc/; revision=5712
2005-03-24 16:07:22 +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
Jens Seidler 5f214c459c Localization: web language file updated: Spanish (es)
svn path=/trunk/boinc/; revision=5706
2005-03-23 19:45:09 +00:00
David Anderson 7e4801d6f7 *** empty log message ***
svn path=/trunk/boinc/; revision=5705
2005-03-23 19:25:00 +00:00
David Anderson 589c43379c *** empty log message ***
svn path=/trunk/boinc/; revision=5702
2005-03-23 03:04:56 +00:00
Jens Seidler 1acb56b758 Localization: web language file updated: Bulgarian (bg), Czech (cz), Spanish (es), French Canadian (fr_CA), Italien (it)
svn path=/trunk/boinc/; revision=5699
2005-03-22 20:47:14 +00:00
Jens Seidler 96d1c809b6 Localization: web language file updated: Chinese (Traditional) (zh_TW)
svn path=/trunk/boinc/; revision=5695
2005-03-21 15:40:35 +00:00
Jens Seidler c417f7f975 Localization: web language file updated: japanese (ja)
svn path=/trunk/boinc/; revision=5694
2005-03-21 15:38:18 +00:00
Jens Seidler b8a0601aea Localization: web language file updated: german (de)
svn path=/trunk/boinc/; revision=5684
2005-03-19 13:23:01 +00:00
Jens Seidler a8dd03d62a Localization: web language file updated: german (de)
svn path=/trunk/boinc/; revision=5683
2005-03-19 12:29:16 +00:00
Jens Seidler f964a399eb Localization: project-specific language file updated: german (de)
svn path=/trunk/boinc/; revision=5682
2005-03-19 10:35:21 +00:00
David Anderson 49dac384cc *** empty log message ***
svn path=/trunk/boinc/; revision=5681
2005-03-18 21:01:44 +00:00
Janus B. Kristensen d2fca6e428 Navigation bar support
svn path=/trunk/boinc/; revision=5623
2005-03-10 11:29:55 +00:00
David Anderson c27cb008f4 *** empty log message ***
svn path=/trunk/boinc/; revision=5599
2005-03-09 01:02:36 +00:00
Bruce Allen ce393d7c9e Added Neil Munday's stats counters
svn path=/trunk/boinc/; revision=5569
2005-03-05 13:54:08 +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 82cdffbf4f *** empty log message ***
svn path=/trunk/boinc/; revision=5558
2005-03-03 23:49:49 +00:00
David Anderson f949aa0e35 *** empty log message ***
svn path=/trunk/boinc/; revision=5556
2005-03-03 19:36:32 +00:00
Bruce Allen 77411a83ab Added ops page to manage special users (from Christian Beer)
svn path=/trunk/boinc/; revision=5555
2005-03-03 17:48:16 +00:00
David Anderson d1c93a45ec *** empty log message ***
svn path=/trunk/boinc/; revision=5552
2005-03-02 17:57:20 +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
Robi Buecheler 2e1b32466c *** empty log message ***
svn path=/trunk/boinc/; revision=5545
2005-03-01 04:53:04 +00:00
Robi Buecheler aedca344d0 Updated translation in /boinc/html/languages/translations for Russian.
svn path=/trunk/boinc/; revision=5541
2005-02-28 19:10:27 +00:00
Robi Buecheler cad65116b1 New translations in /boinc/html/languages/translations for Bulgarian, German, French, Japanese and Russian.
svn path=/trunk/boinc/; revision=5540
2005-02-28 02:37:59 +00:00
David Anderson 9f78f9a661 *** empty log message ***
svn path=/trunk/boinc/; revision=5534
2005-02-27 03:02:01 +00:00
David Anderson 11f870952d *** empty log message ***
svn path=/trunk/boinc/; revision=5533
2005-02-26 09:03:52 +00:00
David Anderson 6fd2bc5aed *** empty log message ***
svn path=/trunk/boinc/; revision=5531
2005-02-26 06:23:32 +00:00
David Anderson b152c3f453 *** empty log message ***
svn path=/trunk/boinc/; revision=5530
2005-02-26 00:24:37 +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 ca5d9616a7 oops, deleted the charset - inserted it again
svn path=/trunk/boinc/; revision=5522
2005-02-24 21:14:58 +00:00
Janus B. Kristensen 469744717d Enabled the account_creation_done pages
svn path=/trunk/boinc/; revision=5521
2005-02-24 19:06:42 +00:00
Janus B. Kristensen ce7f060e3a Enabled multilingual features
svn path=/trunk/boinc/; revision=5520
2005-02-24 19:02:39 +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 a592081d4c *** empty log message ***
svn path=/trunk/boinc/; revision=5504
2005-02-23 07:35:41 +00:00
Bruce Allen 3665aaae5a Added in definitions of two additional states that were used in the table
but not documented here.

svn path=/trunk/boinc/; revision=5502
2005-02-23 04:09:26 +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 9b23331b4a Multilanguage support for some of the accountcreation steps
svn path=/trunk/boinc/; revision=5486
2005-02-21 18:02:56 +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
David Anderson 5db48631f9 *** empty log message ***
svn path=/trunk/boinc/; revision=5480
2005-02-19 08:06:53 +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
Janus B. Kristensen 4e10456dc5 Not needed anymore
svn path=/trunk/boinc/; revision=5456
2005-02-17 12:24:33 +00:00
Janus B. Kristensen ef05d3672f Dummy file
svn path=/trunk/boinc/; revision=5455
2005-02-17 12:23:24 +00:00
Janus B. Kristensen b221a57b2d Checking input parameters
svn path=/trunk/boinc/; revision=5454
2005-02-17 11:43:49 +00:00
David Anderson 45942fbe5f *** empty log message ***
svn path=/trunk/boinc/; revision=5442
2005-02-16 19:47:00 +00:00
David Anderson d56dd39413 *** empty log message ***
svn path=/trunk/boinc/; revision=5440
2005-02-16 19:08:07 +00:00
David Anderson e0291445e6 *** empty log message ***
svn path=/trunk/boinc/; revision=5438
2005-02-16 01:21:41 +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 cdfb27ce32 *** empty log message ***
svn path=/trunk/boinc/; revision=5425
2005-02-14 18:33:08 +00:00
David Anderson a7320942ad *** empty log message ***
svn path=/trunk/boinc/; revision=5422
2005-02-13 21:33:02 +00:00
David Anderson e5296e5518 *** empty log message ***
svn path=/trunk/boinc/; revision=5421
2005-02-13 20:57:43 +00:00
David Anderson c0c82e71e4 *** empty log message ***
svn path=/trunk/boinc/; revision=5420
2005-02-13 19:20:02 +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 a5986e276d Added "double post" to the list of possible reasons
svn path=/trunk/boinc/; revision=5413
2005-02-12 09:50:42 +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 8ecc7868ea Translation features enabled on create account form
svn path=/trunk/boinc/; revision=5403
2005-02-11 22:08:56 +00:00
Bruce Allen abb06c404e Janus, hope this is OK, got rid of double 'getting started' (thanks David H)
svn path=/trunk/boinc/; revision=5400
2005-02-11 16:44:50 +00:00
Janus B. Kristensen ffe71595e1 It is attach_project, not add_project.
svn path=/trunk/boinc/; revision=5393
2005-02-10 22:27:44 +00:00
Bruce Allen 8dc13cd1e6 Turn off ops pages that update the data base. These now issue a message
informing the project admin that they need to be explicitly edited to
enable updating the database.  This will help prevent inadvertent use.
Thanks to David Hammer.

svn path=/trunk/boinc/; revision=5373
2005-02-09 18:09:26 +00:00
David Anderson 5a2a60ad91 *** empty log message ***
svn path=/trunk/boinc/; revision=5367
2005-02-08 22:07:40 +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
Janus B. Kristensen 57d8c2e49d Another test of the multilanguage features
svn path=/trunk/boinc/; revision=5359
2005-02-08 12:15:13 +00:00
Bruce Allen 9eaf0ce89a Third time lucky....
svn path=/trunk/boinc/; revision=5355
2005-02-08 04:59:13 +00:00
Bruce Allen 849f83488b Checking in the right versions of these files....
svn path=/trunk/boinc/; revision=5353
2005-02-08 04:38:31 +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 0f13e6d73c *** empty log message ***
svn path=/trunk/boinc/; revision=5345
2005-02-07 20:47:45 +00:00
David Anderson ff449c612c *** empty log message ***
svn path=/trunk/boinc/; revision=5343
2005-02-07 20:00:18 +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
David Anderson d925f1b1c7 *** empty log message ***
svn path=/trunk/boinc/; revision=5301
2005-02-03 19:12:34 +00:00
Janus B. Kristensen 8a95a0fff1 Sample use of translation functions.
svn path=/trunk/boinc/; revision=5255
2005-01-31 20:35:12 +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
Janus B. Kristensen 514c30a705 Interface to tiny sample translation
svn path=/trunk/boinc/; revision=5253
2005-01-31 20:30:52 +00:00
Janus B. Kristensen 3d2ea4fed5 Tiny sample translation
svn path=/trunk/boinc/; revision=5252
2005-01-31 20:30:10 +00:00
David Anderson 2e71493903 *** empty log message ***
svn path=/trunk/boinc/; revision=5246
2005-01-30 20:15:18 +00:00
David Anderson 08b22711f2 *** empty log message ***
svn path=/trunk/boinc/; revision=5230
2005-01-28 00:48:05 +00:00
Bruce Allen a9ae4e6ab2 Micro rewording at->by
svn path=/trunk/boinc/; revision=5223
2005-01-27 20:00:12 +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
David Anderson 3cbe6cebe5 *** empty log message ***
svn path=/trunk/boinc/; revision=5207
2005-01-25 19:21:35 +00:00
Bruce Allen 3017533fde From Christian Beer -- restore missing project_footer() function.
svn path=/trunk/boinc/; revision=5193
2005-01-24 14:45:51 +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
Janus B. Kristensen b5cd558293 When the user sees her own posts or a moderator looks at them deleted ones will be marked as deleted. In all other situations deleted posts will not be shown.
(by Jens Seidler)

svn path=/trunk/boinc/; revision=5188
2005-01-23 10:04:39 +00:00
David Anderson cc63aaf090 *** empty log message ***
svn path=/trunk/boinc/; revision=5182
2005-01-21 07:54:15 +00:00
David Anderson 435f8edd47 *** empty log message ***
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
David Anderson 81febcb444 *** empty log message ***
svn path=/trunk/boinc/; revision=5159
2005-01-20 19:45:46 +00:00
David Anderson b7a7cd825f *** empty log message ***
svn path=/trunk/boinc/; revision=5151
2005-01-20 18:50:49 +00:00
David Anderson 6df7ebc5e8 *** empty log message ***
svn path=/trunk/boinc/; revision=5144
2005-01-19 19:08:46 +00:00
David Anderson 240c121a00 *** empty log message ***
svn path=/trunk/boinc/; revision=5141
2005-01-19 05:44:12 +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 f3d6116223 *** empty log message ***
svn path=/trunk/boinc/; revision=5113
2005-01-13 23:06:15 +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
David Anderson 86c3728abe *** empty log message ***
svn path=/trunk/boinc/; revision=5020
2005-01-07 19:45:46 +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 33cf66edeb - Users cannot be listed more than once on the ignorelist.
- List is now sorted by userid
(partly patch by Christian Beer)

svn path=/trunk/boinc/; revision=5016
2005-01-07 18:25:01 +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 da2f822eb9 Display thread name in page title so users will not have to scroll up (or down)
svn path=/trunk/boinc/; revision=5003
2005-01-06 18:38:05 +00:00
Janus B. Kristensen 9a005d90ca Minor fix to user ignore function. When removing a user this no longer removes all users in the list.
svn path=/trunk/boinc/; revision=5002
2005-01-06 14:10:16 +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 a6a95a5814 Referenced team.php not top_teams.php
svn path=/trunk/boinc/; revision=4993
2005-01-04 18:31:15 +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 94ea96d986 Needed to keep clickable line nums working
svn path=/trunk/boinc/; revision=4972
2004-12-31 01:27:50 +00:00
Bruce Allen b60bb59c28 No need for user to type file name(s), default is now *.log
svn path=/trunk/boinc/; revision=4971
2004-12-31 01:15:50 +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
David Anderson 3400c27518 *** empty log message ***
svn path=/trunk/boinc/; revision=4967
2004-12-30 17:45:30 +00:00
David Anderson 7e8c74482e *** empty log message ***
svn path=/trunk/boinc/; revision=4966
2004-12-30 16:05:40 +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 e9d26909b2 *** empty log message ***
svn path=/trunk/boinc/; revision=4948
2004-12-27 22:52:55 +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 c417859785 *** empty log message ***
svn path=/trunk/boinc/; revision=4944
2004-12-27 21:14:18 +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 cb4f473b9e This image is used to show that a certain thread or post in the forum is filtered
svn path=/trunk/boinc/; revision=4895
2004-12-18 18:27:08 +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
Janus B. Kristensen 77b151299a Preparations for making this page HTML 4.01 transitional valid
svn path=/trunk/boinc/; revision=4890
2004-12-18 17:18:42 +00:00
Janus B. Kristensen af46719c82 Added description of the new colored column "Time reported
or deadline".
Also added "Done" to the possible client states.

svn path=/trunk/boinc/; revision=4889
2004-12-18 17:14:04 +00:00
David Anderson fd9d17540f *** empty log message ***
svn path=/trunk/boinc/; revision=4884
2004-12-17 22:00:34 +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
Janus B. Kristensen eec295c40d Added a text-box that displays how many more chars the user can write in the signature.
Also made changes to make this file HTML 4.01 transitional valid.

svn path=/trunk/boinc/; revision=4842
2004-12-14 02:54:29 +00:00
David Anderson c0c47595ac *** empty log message ***
svn path=/trunk/boinc/; revision=4840
2004-12-14 00:57:03 +00:00
David Anderson eef4094968 *** empty log message ***
svn path=/trunk/boinc/; revision=4806
2004-12-10 00:30:05 +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
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