Commit Graph

6812 Commits

Author SHA1 Message Date
David Anderson 4bc558ffc8 disk usage fixes
svn path=/trunk/boinc/; revision=8442
2005-10-04 21:44:58 +00:00
Bruce Allen c2d2ee6e3c file_upload_handler: fix broken print statement format
and don't generate an error when parsing client version
release.  Karl, I think the broken print statement
was introduced between rev 1.41 and rev 1.42.

svn path=/trunk/boinc/; revision=8439
2005-10-04 18:30:49 +00:00
Rom Walton 54ece7826a *** empty log message ***
svn path=/trunk/boinc/; revision=8432
2005-10-03 23:14:39 +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 ed47beb5ad increase stderr_out limit to 64KB
svn path=/trunk/boinc/; revision=8421
2005-10-03 18:05:58 +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
Charlie Fenton 310202ebc7 *** empty log message ***
svn path=/trunk/boinc/; revision=8405
2005-10-01 21:54:55 +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 050867f52b Added missing includes in ops/profile_screen_form.php
svn path=/trunk/boinc/; revision=8390
2005-10-01 11:37:21 +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
Rom Walton c13769392d *** empty log message ***
svn path=/trunk/boinc/; revision=8386
2005-10-01 10:29:41 +00:00
Rom Walton 4f9e8c29f1 *** empty log message ***
svn path=/trunk/boinc/; revision=8377
2005-10-01 08:56:37 +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 46507b64fe exit file xfer backoff on retry request
svn path=/trunk/boinc/; revision=8375
2005-09-30 22:16:07 +00:00
David Anderson d9ece901de file transfer backoff policy change
svn path=/trunk/boinc/; revision=8371
2005-09-30 21:29:31 +00:00
Rom Walton 8057897a89 *** empty log message ***
svn path=/trunk/boinc/; revision=8369
2005-09-30 20:00:48 +00:00
Rom Walton 7b3c62ee9a *** empty log message ***
svn path=/trunk/boinc/; revision=8368
2005-09-30 19:00:53 +00:00
Rom Walton 59ef43a4a5 *** empty log message ***
svn path=/trunk/boinc/; revision=8367
2005-09-30 18:46:33 +00:00
Rom Walton 55f4a15614 *** empty log message ***
svn path=/trunk/boinc/; revision=8366
2005-09-30 18:41:38 +00:00
Reinhard Prix 38ac7136a9 correct 'return'.
svn path=/trunk/boinc/; revision=8365
2005-09-30 13:04:40 +00:00
Reinhard Prix 6b101e5e31 "everything that can go wrong, WILL go wrong!"
svn path=/trunk/boinc/; revision=8364
2005-09-30 12:54:12 +00:00
Rom Walton 68e0f2e648 *** empty log message ***
svn path=/trunk/boinc/; revision=8363
2005-09-30 09:07:31 +00:00
Rom Walton 61d3c449db *** empty log message ***
svn path=/trunk/boinc/; revision=8361
2005-09-30 09:00:50 +00:00
Charlie Fenton ca57d1cb93 *** empty log message ***
svn path=/trunk/boinc/; revision=8357
2005-09-30 08:58:22 +00:00
Charlie Fenton 5c3bb0337a *** empty log message ***
svn path=/trunk/boinc/; revision=8356
2005-09-30 07:05:39 +00:00
David Anderson 207d16343a *** empty log message ***
svn path=/trunk/boinc/; revision=8355
2005-09-30 06:17:43 +00:00
Charlie Fenton a5b9c0757b *** empty log message ***
svn path=/trunk/boinc/; revision=8354
2005-09-30 05:33:45 +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
Reinhard Prix df4bc39cad removed spurious dependencies in tool to avoid pointless re-linking
svn path=/trunk/boinc/; revision=8346
2005-09-30 00:19:42 +00:00
Rom Walton 43e4671f97 *** empty log message ***
svn path=/trunk/boinc/; revision=8345
2005-09-29 23:45:38 +00:00
Reinhard Prix c0b9abbcac more build-fixes
svn path=/trunk/boinc/; revision=8344
2005-09-29 23:38:23 +00:00
Reinhard Prix 00a3442dc1 - removed redundant configure-switch 'disable-static-linkage'
- made '--enable-client-release' work as advertised [default=OFF!!]

svn path=/trunk/boinc/; revision=8340
2005-09-29 23:37:36 +00:00
Reinhard Prix 138224449a make sure that only benchmark-sources have hardcoded -O3 applied to them.
svn path=/trunk/boinc/; revision=8339
2005-09-29 23:35:59 +00:00
David Anderson ac359dcca7 Python support
svn path=/trunk/boinc/; revision=8336
2005-09-29 23:18:33 +00:00
Bruce Allen dc12b0895c Nuke unused variable
svn path=/trunk/boinc/; revision=8333
2005-09-29 22:14:59 +00:00
Rom Walton 03191c156d *** empty log message ***
svn path=/trunk/boinc/; revision=8332
2005-09-29 21:47:12 +00:00
Reinhard Prix 78700671d7 Mac-sources mac_backtrace.[Ch] were missing from build...
svn path=/trunk/boinc/; revision=8328
2005-09-29 21:02:27 +00:00
Rom Walton 139b7906f4 *** empty log message ***
svn path=/trunk/boinc/; revision=8327
2005-09-29 20:41:41 +00:00