Commit Graph

382 Commits

Author SHA1 Message Date
Janus B. Kristensen e5f8640c47 Testing if this removes warnings
svn path=/trunk/boinc/; revision=8514
2005-10-05 20:17:36 +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 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
David Anderson ac359dcca7 Python support
svn path=/trunk/boinc/; revision=8336
2005-09-29 23:18:33 +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 1b919d324e Translate bbcode information
svn path=/trunk/boinc/; revision=8227
2005-09-27 20:34:05 +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 4a9c5ba469 fixed apache_request_headers bugs
svn path=/trunk/boinc/; revision=8178
2005-09-26 19:52:01 +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 1e581bcc24 *** empty log message ***
svn path=/trunk/boinc/; revision=8154
2005-09-23 05:38:38 +00:00
David Anderson adf9748d99 Macedonia
svn path=/trunk/boinc/; revision=8150
2005-09-22 23:27:08 +00:00
Matt Lebofsky c6bd005ed6 *** empty log message ***
svn path=/trunk/boinc/; revision=8121
2005-09-20 22:48:35 +00:00
David Anderson 331d273b36 *** empty log message ***
svn path=/trunk/boinc/; revision=8057
2005-09-20 17:54:52 +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
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
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
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 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
David Anderson abe3fca454 *** empty log message ***
svn path=/trunk/boinc/; revision=7698
2005-08-31 22:50:53 +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 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
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 b3dc4bcbe4 new account setup
svn path=/trunk/boinc/; revision=7205
2005-08-07 01:33:15 +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