Commit Graph

1409 Commits

Author SHA1 Message Date
David Anderson c6c2422207 be careful deleting project_init.xml
svn path=/trunk/boinc/; revision=8705
2005-10-19 21:04:45 +00:00
Jens Seidler 4f81e48308 Localization: Clientgui and web language files updated: Chinese Traditional (zh_TW)
svn path=/trunk/boinc/; revision=8701
2005-10-18 21:44:32 +00:00
David Anderson 4a53269531 profile fixes
svn path=/trunk/boinc/; revision=8684
2005-10-17 03:03:48 +00:00
Janus B. Kristensen 7523c3f7d9 Added = to == to get === (a boolean comparison) instead of == (an evaluated value comparison)
svn path=/trunk/boinc/; revision=8683
2005-10-16 10:11:19 +00:00
David Anderson 9dc3ca508e PHP profile include fix
svn path=/trunk/boinc/; revision=8674
2005-10-14 00:05:41 +00:00
Janus B. Kristensen f2cefff84a HTML version of team name now available again.
svn path=/trunk/boinc/; revision=8670
2005-10-13 09:03:43 +00:00
David Anderson 3e6f1f062c account creation cleanup
svn path=/trunk/boinc/; revision=8666
2005-10-12 22:51:55 +00:00
Bruce Allen ce6426026c Fix bug in cancel WU script
svn path=/trunk/boinc/; revision=8653
2005-10-11 19:27:37 +00:00
David Anderson d6b863c84d *** empty log message ***
svn path=/trunk/boinc/; revision=8562
2005-10-08 19:12:43 +00:00
David Anderson bcd86f38ab *** empty log message ***
svn path=/trunk/boinc/; revision=8558
2005-10-07 23:19:20 +00:00
David Anderson 0c30f68f44 generic get_project_config.php
svn path=/trunk/boinc/; revision=8555
2005-10-07 20:03:15 +00:00
David Anderson 2306ba39ab add elements fo config file
svn path=/trunk/boinc/; revision=8550
2005-10-07 19:19:07 +00:00
Bruce Allen 258170dce3 Added a graphic for the 'report post' button.
svn path=/trunk/boinc/; revision=8549
2005-10-07 18:20:47 +00:00
Jens Seidler 3108a98330 Localization: Clientgui and web language files updated: German (de), Swedish (sv_SE/sv), Durch( nl), French (fr)
svn path=/trunk/boinc/; revision=8542
2005-10-07 16:02:00 +00:00
Bruce Allen d8ae84126a Emergency fix: prevent users from creating password<6 chars long
using web-page interface.  David, Janus, the min password length
needs to be parsed from a single place, eg config.xml, and used
consistently in both PHP and client-side ops.

svn path=/trunk/boinc/; revision=8541
2005-10-07 14:28:08 +00:00
Matt Lebofsky 54d9ce7cb0 ps w -> ps ww
svn path=/trunk/boinc/; revision=8537
2005-10-06 20:22:21 +00:00
Janus B. Kristensen e5f8640c47 Testing if this removes warnings
svn path=/trunk/boinc/; revision=8514
2005-10-05 20:17:36 +00:00
David Anderson dbf95d28ca change email before set passwd
svn path=/trunk/boinc/; revision=8430
2005-10-03 22:16:32 +00:00
David Anderson 5c5886c7a5 login on account setup fix
svn path=/trunk/boinc/; revision=8427
2005-10-03 19:21:19 +00:00
David Anderson 8736716699 password link
svn path=/trunk/boinc/; revision=8420
2005-10-03 17:28:50 +00:00
David Anderson ffbfdb5ce4 *** empty log message ***
svn path=/trunk/boinc/; revision=8411
2005-10-02 18:23:38 +00:00
Jens Seidler 4872e2dba7 Localization: Clientgui and web language files updated: Russian (ru), Spanish (es), Chinese (zh_CN)
svn path=/trunk/boinc/; revision=8406
2005-10-02 06:57:22 +00:00
Bruce Allen 97b5956d6b More undefined variables
svn path=/trunk/boinc/; revision=8402
2005-10-01 18:40:39 +00:00
Bruce Allen 0cd8eab5bf Eliminate a few more undefined variables
svn path=/trunk/boinc/; revision=8401
2005-10-01 18:30:15 +00:00
Bruce Allen 20030738da eliminate a '===' typo
eliminate use of undefined variables

correct use of 'define()' syntax in the .inc file output
by translation.inc

svn path=/trunk/boinc/; revision=8400
2005-10-01 18:19:28 +00:00
Bruce Allen c62d4ef71b Undefined variable
svn path=/trunk/boinc/; revision=8399
2005-10-01 17:50:15 +00:00
Bruce Allen 9fb3b46797 David, if you really wanted USE_PHPMAILER to be a const not a variable
then have

if (defined(USE_PHPMAILER)) {
    $USE_PHPMAILER=USE_PHPMAILER;
} else {
    $USE_PHPMAILER=false;
}
http://de3.php.net/manual/en/language.constants.php

says no dollars sign should be prepended if you are using a constant not a
variable.

svn path=/trunk/boinc/; revision=8398
2005-10-01 17:34:09 +00:00
Bruce Allen c9f15ce395 Uninitalized variable
svn path=/trunk/boinc/; revision=8397
2005-10-01 17:17:00 +00:00
Bruce Allen e0ec126c5d Eliminate PHP warning
svn path=/trunk/boinc/; revision=8396
2005-10-01 17:10:31 +00:00
Bruce Allen 14bbb16fb9 util.inc calls tr() tranlsation function so thus needs to include this.
svn path=/trunk/boinc/; revision=8392
2005-10-01 16:07:11 +00:00
Bruce Allen 2a3545a547 Only screen profile pictures, not responses.
svn path=/trunk/boinc/; revision=8391
2005-10-01 16:00:31 +00:00
Janus B. Kristensen 8e9a59767f *** empty log message ***
svn path=/trunk/boinc/; revision=8389
2005-10-01 11:29:31 +00:00
Janus B. Kristensen 0ebf1c17ff Email to moderators about reported posts
svn path=/trunk/boinc/; revision=8387
2005-10-01 11:11:53 +00:00
Bruce Allen 9179a8f30d Janus, you neglected to include the tranlation.inc file in your check
in a few days ago!

svn path=/trunk/boinc/; revision=8376
2005-10-01 01:39:32 +00:00
David Anderson 207d16343a *** empty log message ***
svn path=/trunk/boinc/; revision=8355
2005-09-30 06:17:43 +00:00
Bruce Allen cb260c471b More utiliites for converting things to bbcode. This was needed because
otherwise the stuff in the signatures was totally messing up the forum pages.

svn path=/trunk/boinc/; revision=8348
2005-09-30 01:29:58 +00:00
David Anderson ac359dcca7 Python support
svn path=/trunk/boinc/; revision=8336
2005-09-29 23:18:33 +00:00
Jens Seidler e0606a0b57 Localization: Web language files updated: Chinese (zh_CN), Korean (ko)
svn path=/trunk/boinc/; revision=8322
2005-09-29 20:30:31 +00:00
Jens Seidler e7819636b1 Localization: Clientgui and web language files updated: Russian (ru), Romanian (ro), Czech (cs)
svn path=/trunk/boinc/; revision=8316
2005-09-29 17:22:54 +00:00
Matt Lebofsky 84cce04828 quick fix (added trim() around parse xml elements).
svn path=/trunk/boinc/; revision=8234
2005-09-27 21:40:50 +00:00
Janus B. Kristensen 53a262ebde Added bbcode info and warnings
svn path=/trunk/boinc/; revision=8232
2005-09-27 20:53:00 +00:00
Janus B. Kristensen a4d932c2ed *** empty log message ***
svn path=/trunk/boinc/; revision=8230
2005-09-27 20:46:23 +00:00
Janus B. Kristensen 60b6c6d973 Translate text from forum_post page
svn path=/trunk/boinc/; revision=8228
2005-09-27 20:38:44 +00:00
Janus B. Kristensen 1b919d324e Translate bbcode information
svn path=/trunk/boinc/; revision=8227
2005-09-27 20:34:05 +00:00
David Anderson 941d7e21d8 fix DEBUG symbol collision
svn path=/trunk/boinc/; revision=8189
2005-09-26 23:28:48 +00:00
Matt Lebofsky 4869d45f65 *** empty log message ***
svn path=/trunk/boinc/; revision=8185
2005-09-26 20:46:56 +00:00
David Anderson bd668c4b9e profile screening conditionally restored
svn path=/trunk/boinc/; revision=8182
2005-09-26 20:01:01 +00:00
Matt Lebofsky 8da3a3e9b7 removed "apache" words that broke variables...
svn path=/trunk/boinc/; revision=8181
2005-09-26 19:56:32 +00:00
Matt Lebofsky 4a9c5ba469 fixed apache_request_headers bugs
svn path=/trunk/boinc/; revision=8178
2005-09-26 19:52:01 +00:00
Matt Lebofsky dfedc30dff reintroduced xml->output file code
svn path=/trunk/boinc/; revision=8177
2005-09-26 18:11:14 +00:00
Matt Lebofsky b7e459694e fixed missing comma
svn path=/trunk/boinc/; revision=8170
2005-09-25 16:18:01 +00:00
David Anderson 5d9e3a61fd profile picture verification
svn path=/trunk/boinc/; revision=8169
2005-09-25 05:47:48 +00:00
David Anderson 66ef4a6b49 *** empty log message ***
svn path=/trunk/boinc/; revision=8168
2005-09-24 22:30:19 +00:00
David Anderson 1e581bcc24 *** empty log message ***
svn path=/trunk/boinc/; revision=8154
2005-09-23 05:38:38 +00:00
David Anderson 9c6d0c4e5a *** empty log message ***
svn path=/trunk/boinc/; revision=8153
2005-09-22 23:51:52 +00:00
David Anderson adf9748d99 Macedonia
svn path=/trunk/boinc/; revision=8150
2005-09-22 23:27:08 +00:00
Matt Lebofsky 13c3d202b5 *** empty log message ***
svn path=/trunk/boinc/; revision=8148
2005-09-22 22:07:30 +00:00
David Anderson edd1ecf51b *** empty log message ***
svn path=/trunk/boinc/; revision=8134
2005-09-21 23:59:23 +00:00
David Anderson 773e53aa43 *** empty log message ***
svn path=/trunk/boinc/; revision=8133
2005-09-21 23:25:21 +00:00
David Anderson d08355f4da benchmark suspend logic
svn path=/trunk/boinc/; revision=8132
2005-09-21 21:39:35 +00:00
Matt Lebofsky c6bd005ed6 *** empty log message ***
svn path=/trunk/boinc/; revision=8121
2005-09-20 22:48:35 +00:00
David Anderson 5aa258b629 *** empty log message ***
svn path=/trunk/boinc/; revision=8059
2005-09-20 17:54:53 +00:00
David Anderson 331d273b36 *** empty log message ***
svn path=/trunk/boinc/; revision=8057
2005-09-20 17:54:52 +00:00
David Anderson 379cea1b2a bbcode convert script
svn path=/trunk/boinc/; revision=8052
2005-09-20 05:36:35 +00:00
David Anderson 28551ae350 *** empty log message ***
svn path=/trunk/boinc/; revision=8044
2005-09-17 21:28:25 +00:00
Matt Lebofsky 1da51704fe Further cleaning up of donation stuff. Project speific code is now in
../projects/donations.inc.

svn path=/trunk/boinc/; revision=8032
2005-09-15 20:45:11 +00:00
Rom Walton d491bf7566 *** empty log message ***
svn path=/trunk/boinc/; revision=8031
2005-09-15 18:30:17 +00:00
Matt Lebofsky e442b70263 *** empty log message ***
svn path=/trunk/boinc/; revision=8030
2005-09-15 18:18:53 +00:00
Jens Seidler 63377e6b27 Localization: Web anguage files updated: Spanish (es), German (de), Czech (cs)
svn path=/trunk/boinc/; revision=7984
2005-09-13 05:37:42 +00:00
Jens Seidler b483abc568 Localization: Clientgui and web language files updated: Spanish (es), Italian (it)
svn path=/trunk/boinc/; revision=7981
2005-09-12 05:42:42 +00:00
Janus B. Kristensen 2700099283 Removed the "title_plain" that was only (wrongly) used by teampage. The if-sentence looked really funny =)
svn path=/trunk/boinc/; revision=7979
2005-09-11 21:49:56 +00:00
Janus B. Kristensen 3fe81ac160 Only use non-html for team page display
svn path=/trunk/boinc/; revision=7975
2005-09-11 21:44:40 +00:00
Janus B. Kristensen 9822f038f0 Cleanup + Moderated posts no longer show up in result lists + "translatability"
svn path=/trunk/boinc/; revision=7973
2005-09-11 21:11:34 +00:00
Janus B. Kristensen d803fbeb52 Added translation tokens for the forum search action pages (form still missing translation tokens).
svn path=/trunk/boinc/; revision=7972
2005-09-11 21:10:30 +00:00
Bruce Allen c0f10ced41 Previously the only
profiles with verification=1 were those with credit, so UOTD was
selected from those.  Now there are profiles of users with zero credit
that have verification=1.  So script that selects UOTD now does
a table join to restrict profile searches to those of users with
credit only.

svn path=/trunk/boinc/; revision=7969
2005-09-11 08:09:39 +00:00
Bruce Allen 4185f363ed Web pages. To control the posting of offsensive pictures, do not
display any user profile pictures until they have been verified by
project admin.  When user enters or modifies picture, only they can
see if.  If not yet verified, they will see a message saying that
other users can't see it until it has been verified by the project.
If admins have rejected it, user will see a message saying that they
must replace their picture or no one but themselves can see it.

The only known side effect of this is that selection of UOTD is now
includes users with no credit.  I will try to fix this.

svn path=/trunk/boinc/; revision=7967
2005-09-11 07:31:42 +00:00
Bruce Allen 6502400932 user profiles: do NOT display pictures in Gallery where admin has
rejected profile.  Janus, I don't know if this is complete enough
to prevent rejected pictures from EVER being shown.  Do you?

svn path=/trunk/boinc/; revision=7964
2005-09-10 06:16:31 +00:00
David Anderson f45961a433 *** empty log message ***
svn path=/trunk/boinc/; revision=7955
2005-09-09 20:28:55 +00:00
David Anderson 81df3c4dce *** empty log message ***
svn path=/trunk/boinc/; revision=7929
2005-09-08 20:33:04 +00:00
Janus B. Kristensen b19ba89d79 Avoid cases where the page would show "Next 20" but no more users/teams are registered.
svn path=/trunk/boinc/; revision=7830
2005-09-07 16:00:27 +00:00
Janus B. Kristensen 6ecd1b8008 Make compiler more stable in a heavily accessed environment, where mutual exclusion cannot be guaranteed by the filesystem.
svn path=/trunk/boinc/; revision=7827
2005-09-07 15:54:35 +00:00
Janus B. Kristensen 36d4324a53 Added top teams listing translation ability
svn path=/trunk/boinc/; revision=7826
2005-09-07 15:51:28 +00:00
Janus B. Kristensen e301c49691 Added top teams listing translation tokens
svn path=/trunk/boinc/; revision=7825
2005-09-07 15:50:24 +00:00
Jens Seidler fefbcfc140 Localization: project-specific files updated: Polish (pl)
svn path=/trunk/boinc/; revision=7771
2005-09-06 05:33:26 +00:00
Jens Seidler 6cf82ec337 Localization: project-specific files updated: Polish (pl)
svn path=/trunk/boinc/; revision=7770
2005-09-06 05:27:09 +00:00
Jens Seidler 740cf2564f Localization: project-specific files updated: Polish (pl)
svn path=/trunk/boinc/; revision=7769
2005-09-06 04:38:29 +00:00
Janus B. Kristensen 43dbefe4d7 *** empty log message ***
svn path=/trunk/boinc/; revision=7767
2005-09-05 11:52:54 +00:00
Janus B. Kristensen fb4a35889c Added BOINC-doc code as [[something]], html is off by default.
svn path=/trunk/boinc/; revision=7766
2005-09-05 11:52:20 +00:00
Janus B. Kristensen 39825c3cd1 Adding and deleting too many slashes. This isn't needed.
svn path=/trunk/boinc/; revision=7764
2005-09-05 11:42:41 +00:00
Jens Seidler bbb4fc4e20 Localization: Clientgui and web language files updated: Czech (cs), Russian (ru), Japanese (ja), Japanese Win98 (ja_Win98), Brazilian Portuguese (pt_BR), Swedish (sv_SE), Polish (pl), Polish UTF8 (pl_UTF8),
svn path=/trunk/boinc/; revision=7711
2005-09-01 18:35:11 +00:00
David Anderson abe3fca454 *** empty log message ***
svn path=/trunk/boinc/; revision=7698
2005-08-31 22:50:53 +00:00
David Anderson 20d9274d01 allow zero resource share
svn path=/trunk/boinc/; revision=7692
2005-08-31 18:20:06 +00:00
David Anderson 852dd3a01d allow mixed case passwords
svn path=/trunk/boinc/; revision=7612
2005-08-30 15:50:19 +00:00
David Anderson f3195407d9 *** empty log message ***
svn path=/trunk/boinc/; revision=7611
2005-08-30 15:01:28 +00:00
David Anderson 2acfa60174 PHP changes
svn path=/trunk/boinc/; revision=7609
2005-08-30 14:55:17 +00:00
Janus B. Kristensen 99f75171f6 small correction
svn path=/trunk/boinc/; revision=7606
2005-08-30 09:50:35 +00:00
Janus B. Kristensen 039eb9a0dc When vieweing profiles the output is now based on the logged in user's forum output preferences.
svn path=/trunk/boinc/; revision=7601
2005-08-30 09:41:47 +00:00
David Anderson c3afdf5a7a *** empty log message ***
svn path=/trunk/boinc/; revision=7575
2005-08-29 23:51:38 +00:00
David Anderson 6b5a9fdfbc account creation fix
svn path=/trunk/boinc/; revision=7550
2005-08-29 23:00:59 +00:00
David Anderson faa449a676 user email change
svn path=/trunk/boinc/; revision=7538
2005-08-27 20:49:05 +00:00
David Anderson 8a72aef655 remove email munge code
svn path=/trunk/boinc/; revision=7518
2005-08-26 22:26:26 +00:00
David Anderson 041b6f24c6 *** empty log message ***
svn path=/trunk/boinc/; revision=7492
2005-08-25 23:07:58 +00:00
David Anderson 66fbe0cfbe *** empty log message ***
svn path=/trunk/boinc/; revision=7360
2005-08-16 20:48:21 +00:00
Janus B. Kristensen 8837a9c992 *** empty log message ***
svn path=/trunk/boinc/; revision=7354
2005-08-16 09:29:57 +00:00
Janus B. Kristensen 2fd8d74b6e Top users should include inactive users in RAC listing. Fixed some serious typos in cache timing.
Top teams can now be translated.

svn path=/trunk/boinc/; revision=7353
2005-08-16 09:20:25 +00:00
Janus B. Kristensen 2a9636f726 Team tables should also remember the team type when linking
svn path=/trunk/boinc/; revision=7352
2005-08-16 09:17:49 +00:00
David Anderson 9276415e06 *** empty log message ***
svn path=/trunk/boinc/; revision=7234
2005-08-11 00:17:00 +00:00
Rom Walton 5a606613f4 *** empty log message ***
svn path=/trunk/boinc/; revision=7233
2005-08-11 00:07:33 +00:00
Rom Walton f1206c6222 *** empty log message ***
svn path=/trunk/boinc/; revision=7232
2005-08-10 23:53:33 +00:00
Rom Walton 381fe4ade9 *** empty log message ***
svn path=/trunk/boinc/; revision=7229
2005-08-10 18:56:35 +00:00
Rom Walton bf217369ab *** empty log message ***
svn path=/trunk/boinc/; revision=7228
2005-08-10 18:41:45 +00:00
Rom Walton fc91bc7ef0 *** empty log message ***
svn path=/trunk/boinc/; revision=7226
2005-08-10 08:55:57 +00:00
David Anderson f8f68c0dc9 startup logic
svn path=/trunk/boinc/; revision=7224
2005-08-10 00:18:52 +00:00
David Anderson b36fef1e87 *** empty log message ***
svn path=/trunk/boinc/; revision=7216
2005-08-09 18:46:53 +00:00
David Anderson 1226a56d4c show db errors
svn path=/trunk/boinc/; revision=7211
2005-08-08 18:16:47 +00:00
David Anderson b3dc4bcbe4 new account setup
svn path=/trunk/boinc/; revision=7205
2005-08-07 01:33:15 +00:00
Janus B. Kristensen a2a0c7c019 Correct mistakes where user has hit space
svn path=/trunk/boinc/; revision=6973
2005-08-02 17:00:59 +00:00
Bruce Allen 15d5fce125 Trivial reordering
svn path=/trunk/boinc/; revision=6872
2005-07-29 22:54:04 +00:00
Bruce Allen 18799e34d0 Sort users list of hosts by last rpc time received and add a
corresponding table column.  David's going
to clean this up to sort by any column.

svn path=/trunk/boinc/; revision=6708
2005-07-21 06:57:40 +00:00
David Anderson 9f5c3c3da8 *** empty log message ***
svn path=/trunk/boinc/; revision=6701
2005-07-20 12:49:45 +00:00
Bruce Allen 5fd8a2ca2b Correct comment
svn path=/trunk/boinc/; revision=6639
2005-07-14 20:31:23 +00:00
Bruce Allen 4d6193babb - Transitioner would not set a new WU transition time less
than 24 hours away, to prevent thrashing.  But this delayed
      reissuing of new results.  For example if two results were
      issued a hours 17 and 18, and both timed out (no reply). At
      time 17+deadline the first would time out and a new result
      would be issued.  But then instead of setting the transition
      time to 18+deadline it would be set to 18+deadline+1 day.

      To prevent thrashing I have fixed this so that if a transition
      time is in the past, I advance it by TWICE the amount it is late,
      but never less than 1 minute or more than 1 day.

    - Ops pages: show unsent/in-progress results in purple.  For
      unsent results show create time rather than deadline.

svn path=/trunk/boinc/; revision=6637
2005-07-14 20:22:53 +00:00
Bruce Allen 430eab985e - Add explicity leading path to URLs in a 'show user' function that is
called from one of the ops pages.  Janus, I used URL_BASE rather
      than MASTER_URL (what's the distinction?).  Please confirm this.

svn path=/trunk/boinc/; revision=6589
2005-07-10 04:13:15 +00:00
David Anderson ccf355877c *** empty log message ***
svn path=/trunk/boinc/; revision=6520
2005-07-05 09:02:55 +00:00
Jens Seidler 046e28908e Localization: Clientgui and web language files updated: Catalan (ca), German (de), Spanish (es), Bulgarian (bg), Swedish (sv_SE)
svn path=/trunk/boinc/; revision=6508
2005-07-02 05:32:38 +00:00
Janus B. Kristensen c26613256a Sort results with newest posts first
svn path=/trunk/boinc/; revision=6501
2005-06-30 09:48:09 +00:00
Bruce Allen 79d98f8afa Print a warning if a user hits the upper boundary on claimed credits
svn path=/trunk/boinc/; revision=6496
2005-06-29 15:13:23 +00:00
Bruce Allen f403368dcd Clearer output
svn path=/trunk/boinc/; revision=6495
2005-06-29 14:01:41 +00:00
Bruce Allen 3083f28348 Added a php script grant_credit.php. Running this will grant credit
to users/hosts/teams for workunits that have been cancelled or have
otherwise failed with some problem (error_mask!=0).  The script
can be run multiple times without doing any harm.  Documentation
contained within as a comment.

svn path=/trunk/boinc/; revision=6475
2005-06-28 15:29:41 +00:00
Janus B. Kristensen 3368672f36 Fix display of minutes in time_diff - shouldn't this function be in time.inc anyways?
svn path=/trunk/boinc/; revision=6458
2005-06-27 17:01:52 +00:00
Jens Seidler f1e75bf4cc Localization: Clientgui and web language files updated: Czech (cs), Russian (ru), Danish (da), Lithuanian (lt)
svn path=/trunk/boinc/; revision=6454
2005-06-27 05:38:58 +00:00
David Anderson ca08a07ff9 *** empty log message ***
svn path=/trunk/boinc/; revision=6450
2005-06-26 23:13:48 +00:00
Janus B. Kristensen f5fab59eb5 User table used for top users is now translatable
svn path=/trunk/boinc/; revision=6421
2005-06-23 20:39:02 +00:00
Janus B. Kristensen 59d57ef9c4 added data caching ability an factored out a few functions
svn path=/trunk/boinc/; revision=6420
2005-06-23 20:37:43 +00:00
Janus B. Kristensen 2b4b12b463 New tokens for top user page
svn path=/trunk/boinc/; revision=6419
2005-06-23 20:36:17 +00:00
Janus B. Kristensen e82ca25432 Now translatable with caching of database data
svn path=/trunk/boinc/; revision=6418
2005-06-23 20:34:53 +00:00
David Anderson 6a0176e6c8 *** empty log message ***
svn path=/trunk/boinc/; revision=6415
2005-06-23 07:42:45 +00:00
Bruce Allen b848361a8e Incorrect description fixed
svn path=/trunk/boinc/; revision=6396
2005-06-22 01:10:48 +00:00
David Anderson 745c6cd26c *** empty log message ***
svn path=/trunk/boinc/; revision=6357
2005-06-15 22:22:26 +00:00
David Anderson 279c95f246 *** empty log message ***
svn path=/trunk/boinc/; revision=6351
2005-06-15 19:27:09 +00:00
David Anderson d85c1de549 *** empty log message ***
svn path=/trunk/boinc/; revision=6349
2005-06-15 04:53:08 +00:00
David Anderson 0ac17c0a7f *** empty log message ***
svn path=/trunk/boinc/; revision=6331
2005-06-12 20:43:59 +00:00
David Anderson 14f60e3fb6 *** empty log message ***
svn path=/trunk/boinc/; revision=6316
2005-06-08 23:55:21 +00:00
David Anderson 359c5de98f *** empty log message ***
svn path=/trunk/boinc/; revision=6282
2005-06-02 21:38:20 +00:00
David Anderson 197db0a3c5 *** empty log message ***
svn path=/trunk/boinc/; revision=6281
2005-06-02 07:04:29 +00:00
Bruce Allen aaec4a66ce Trivial rewording to emphasize that the total team member count and number
of members listed don't necessarily agree.

svn path=/trunk/boinc/; revision=6277
2005-06-01 19:50:50 +00:00
David Anderson 65341429fa *** empty log message ***
svn path=/trunk/boinc/; revision=6276
2005-06-01 19:05:36 +00:00
Jens Seidler 67371e392b Localization: Clientgui and web language files updated: Portuguese (pt)
svn path=/trunk/boinc/; revision=6267
2005-05-30 18:19:25 +00:00
Janus B. Kristensen 6f4fe1379f Reason is optional and action can get from either post or get methods. (todo write request_str instead of the test for get/post_str)
svn path=/trunk/boinc/; revision=6226
2005-05-23 19:05:44 +00:00
Bruce Allen e57e4cf5f8 Add credit info to host summary info on ops pages
svn path=/trunk/boinc/; revision=6207
2005-05-20 21:17:36 +00:00
Bruce Allen 3a055d9360 forum style: use 'comma-separated' number format for credit/RAC
svn path=/trunk/boinc/; revision=6181
2005-05-17 17:05:16 +00:00
Janus B. Kristensen d5e7202d80 Backing out css anti-overflow attempt
svn path=/trunk/boinc/; revision=6175
2005-05-17 08:53:29 +00:00
Janus B. Kristensen 6bc836ef5f Temporary fix for css style layout problems
svn path=/trunk/boinc/; revision=6174
2005-05-17 08:29:00 +00:00
Janus B. Kristensen 42134ce04d Fix a problem where forum_reply in Q&A area would spew out header before having redirected user back to the thread.
svn path=/trunk/boinc/; revision=6173
2005-05-17 08:00:34 +00:00
Janus B. Kristensen 48478eded2 Q&A area should now detect correctly again
svn path=/trunk/boinc/; revision=6170
2005-05-16 20:07:20 +00:00
Janus B. Kristensen f0cbe53a2a Don't send reply-notifications to the user who posted the reply.
svn path=/trunk/boinc/; revision=6169
2005-05-16 08:09:37 +00:00
David Anderson 76f6c732ba *** empty log message ***
svn path=/trunk/boinc/; revision=6163
2005-05-15 16:36:39 +00:00
Janus B. Kristensen d22381a22f Don't fetch the forum preferences twice. (Thanks Bruce)
svn path=/trunk/boinc/; revision=6156
2005-05-13 21:50:46 +00:00
Janus B. Kristensen 6098d95d02 New authorcol style and signature delimiter
svn path=/trunk/boinc/; revision=6152
2005-05-13 19:19:12 +00:00
Janus B. Kristensen 0ca88c5ea6 Thread table has id and authorcol has the authorcol style
svn path=/trunk/boinc/; revision=6151
2005-05-13 19:18:32 +00:00
Janus B. Kristensen 62675f2d7c redirect to same page so people can see the changes. (This has been changed before... we should decide on whether to direct people to home.php or the same page...)
svn path=/trunk/boinc/; revision=6150
2005-05-13 19:17:41 +00:00
Janus B. Kristensen b1f774ab65 Output-transform the signature preview
svn path=/trunk/boinc/; revision=6149
2005-05-13 19:15:39 +00:00
Janus B. Kristensen 2aa5497d4e Postal code and url are both optional
svn path=/trunk/boinc/; revision=6148
2005-05-13 19:14:48 +00:00
Janus B. Kristensen cc8b10f067 Use bbcode
svn path=/trunk/boinc/; revision=6147
2005-05-13 19:14:19 +00:00
Janus B. Kristensen 1b7975ad33 *** empty log message ***
svn path=/trunk/boinc/; revision=6146
2005-05-13 19:13:30 +00:00
Janus B. Kristensen 66b501a03d compile_languages is an optional parameter used to recompile the languages in case of an error. This is simply a debug thing and will be removed when the translator has proven to work over a longer period of time.
svn path=/trunk/boinc/; revision=6145
2005-05-13 19:13:12 +00:00
Janus B. Kristensen 84b8c123e0 Move externalize_links, add support for style names in start_forum_table and use the new output formatter in show_post and show_post2.
svn path=/trunk/boinc/; revision=6144
2005-05-13 19:11:04 +00:00
Janus B. Kristensen d24105fffe Automerge user and preferences instead of explicitly stating each field to be merged
svn path=/trunk/boinc/; revision=6143
2005-05-13 19:07:03 +00:00
David Anderson e76d620053 *** empty log message ***
svn path=/trunk/boinc/; revision=6133
2005-05-12 21:33:18 +00:00
Bruce Allen 4e0c249801 forums: allow project admin, project developers and forum moderators to edit
their own posts at any time (not just within one hour).

svn path=/trunk/boinc/; revision=6131
2005-05-12 14:57:16 +00:00
Bruce Allen f931f4878c PHP notice fix that I forgot to check in.
svn path=/trunk/boinc/; revision=6130
2005-05-12 14:07:22 +00:00
Bruce Allen 85316e4cf1 Eliminate a few other undefined variables
svn path=/trunk/boinc/; revision=6127
2005-05-11 14:44:36 +00:00
Bruce Allen 3a2bb7661d Corrected undefined index/variable errors on ops pages.
svn path=/trunk/boinc/; revision=6126
2005-05-11 14:37:42 +00:00
Bruce Allen 61d6b9d612 Fixed another typo that's been in this file for some time now.
svn path=/trunk/boinc/; revision=6125
2005-05-11 12:30:39 +00:00
Bruce Allen 2e02ac23be Deal with error case that occurs in PHP logs
svn path=/trunk/boinc/; revision=6124
2005-05-11 12:24:05 +00:00
Bruce Allen 159acff3a2 Get rid of two more undefined indices
svn path=/trunk/boinc/; revision=6123
2005-05-11 11:09:57 +00:00
Bruce Allen 3d128b0910 Eliminate undefined index
svn path=/trunk/boinc/; revision=6120
2005-05-11 10:56:49 +00:00
Bruce Allen fc194843d4 Another undefined index gone
svn path=/trunk/boinc/; revision=6119
2005-05-11 10:30:28 +00:00
Bruce Allen dbae4e9ca1 Eliminate undefined index
svn path=/trunk/boinc/; revision=6118
2005-05-11 10:26:53 +00:00
Bruce Allen 614c50bd20 Eliminate another undefined index
svn path=/trunk/boinc/; revision=6117
2005-05-11 10:22:07 +00:00
Bruce Allen 5187814770 another undefined index removed
svn path=/trunk/boinc/; revision=6116
2005-05-11 10:11:54 +00:00
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