Commit Graph

1268 Commits

Author SHA1 Message Date
David Anderson 17617df915 *** empty log message ***
svn path=/trunk/boinc/; revision=8780
2005-11-01 04:13:22 +00:00
David Anderson acc3b042f8 *** empty log message ***
svn path=/trunk/boinc/; revision=8772
2005-10-29 05:30:57 +00:00
David Anderson c2dff598d9 language list fix
svn path=/trunk/boinc/; revision=8771
2005-10-29 04:56:33 +00:00
David Anderson 35b45f4371 *** empty log message ***
svn path=/trunk/boinc/; revision=8767
2005-10-28 20:03:30 +00:00
David Anderson 5a10d5929b *** empty log message ***
svn path=/trunk/boinc/; revision=8762
2005-10-28 07:27:15 +00:00
Jens Seidler 4664a03623 Localization: Clientgui and web language files updated: Japanese (ja), Czech (cs)
svn path=/trunk/boinc/; revision=8743
2005-10-25 05:01:07 +00:00
Janus B. Kristensen 30a156a2e9 Fixed a typo that supposedly caused random forum layout errors.
svn path=/trunk/boinc/; revision=8741
2005-10-23 17:28:02 +00:00
David Anderson 8bf23a52b5 host merge fixes
svn path=/trunk/boinc/; revision=8740
2005-10-23 07:45:56 +00:00
David Anderson cf50f9bbe9 host merge fixes
svn path=/trunk/boinc/; revision=8738
2005-10-23 07:11:23 +00:00
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