David Anderson
b5a83796b4
- Bolt stuff
...
svn path=/trunk/boinc/; revision=16313
2008-10-24 20:09:16 +00:00
David Anderson
e859261535
svn path=/trunk/boinc/; revision=16310
2008-10-24 16:18:28 +00:00
David Anderson
10de7876dc
- enhancemenets to dbinfo.php, from Tolu
...
svn path=/trunk/boinc/; revision=16309
2008-10-24 16:11:44 +00:00
David Anderson
19dfe0ee71
- Add callback mechanism for exercises and exercise sets
...
- Default count for exercise sets is N, not 1
svn path=/trunk/boinc/; revision=16305
2008-10-23 20:35:39 +00:00
David Anderson
760cd90c7b
- client: restore support for max_ncpus preference.
...
This and max_ncpus_pct can both be specified.
If both are specified, we take the min.
svn path=/trunk/boinc/; revision=16268
2008-10-22 21:25:26 +00:00
David Anderson
1f6df503f5
- web: don't select orphaned profile as UOTD;
...
delete profile when delete user. Fixes #761
svn path=/trunk/boinc/; revision=16255
2008-10-22 15:49:01 +00:00
David Anderson
13e6b1d558
- admin web: add dbinfo.php (shows row counts and disk usage per table)
...
svn path=/trunk/boinc/; revision=16251
2008-10-22 04:29:19 +00:00
David Anderson
365fb3613e
- add dbinfo.php
...
svn path=/trunk/boinc/; revision=16250
2008-10-22 04:24:35 +00:00
David Anderson
87ff7b07d2
- web: if user tries to edit a BOINC-wide team,
...
warn them that changes will get overwritten.
Fixes #758
svn path=/trunk/boinc/; revision=16244
2008-10-21 20:33:16 +00:00
David Anderson
7a3996aba0
- web: add optional $project_http_proxy to project.inc;
...
if project is behind an HTTP proxy,
this fixes the SVN fetch in ops/index.php
svn path=/trunk/boinc/; revision=16243
2008-10-21 18:55:17 +00:00
David Anderson
065e05d203
- added button images
...
svn path=/trunk/boinc/; revision=16239
2008-10-20 23:00:20 +00:00
David Anderson
6dd22eec1c
- Detect when a refresh has finished
...
svn path=/trunk/boinc/; revision=16237
2008-10-20 21:19:13 +00:00
David Anderson
2224b8d906
- web: delete all private msgs was broken
...
svn path=/trunk/boinc/; revision=16236
2008-10-20 18:28:58 +00:00
David Anderson
d786872da7
web tweeak
...
svn path=/trunk/boinc/; revision=16228
2008-10-17 16:47:02 +00:00
David Anderson
1a1a3d20c3
- web: fix typo
...
svn path=/trunk/boinc/; revision=16227
2008-10-17 16:40:15 +00:00
David Anderson
6e62285252
- web: prevent a cross-site request forgery attack
...
svn path=/trunk/boinc/; revision=16224
2008-10-16 04:02:59 +00:00
David Anderson
a4380ee9a6
- web: make some things in sample front page translatable.
...
TODO: make them all translatable.
- manager: compile fix for Linux
svn path=/trunk/boinc/; revision=16207
2008-10-14 21:40:14 +00:00
David Anderson
210f9202ea
- web: fix bug in profile creation. fixes #755
...
svn path=/trunk/boinc/; revision=16194
2008-10-13 03:19:34 +00:00
Janus B. Kristensen
46711e4bc8
Fixed #557 - Hightlighting in Forum Search Results applied to HTML tags.
...
Highlighting is now done before parsing other special code.
svn path=/trunk/boinc/; revision=16193
2008-10-12 17:11:19 +00:00
Janus B. Kristensen
f2dda6f02c
Fixed ticket #557 - Hightlighting in Forum Search Results applied to HTML tags.
...
Highlighting is now done before parsing other special code.
svn path=/trunk/boinc/; revision=16192
2008-10-12 17:09:38 +00:00
David Anderson
4aab5b5cb8
- web: avoid error if subscribed user doesn't exist
...
fixed #753
svn path=/trunk/boinc/; revision=16191
2008-10-12 15:32:12 +00:00
Janus B. Kristensen
f5327c452e
- Updated the translation system from token/define-based to string-based.
...
- Removed language interface code (noone seemed to understand/use it anyways)
- Removed a lot of debug. Compiling the language files will now only show whether the compile worked or not
- Removed automatic change-detection. You must now manually trigger compiles using ops/update_translations.php (improves performance slightly)
- Extended tra() to support arbitrary number of arguments
- Random code documentation fixes
- Fixed language override selection page to now correctly show the possible language alternatives
svn path=/trunk/boinc/; revision=16190
2008-10-12 15:22:16 +00:00
David Anderson
a42ba237f3
- client: correctly null-terminate file upload handler reply
...
- web: fix typo
svn path=/trunk/boinc/; revision=16189
2008-10-11 18:13:33 +00:00
David Anderson
e43e8a408d
- client: major changes to enforce_schedule() to handle GPUs
...
svn path=/trunk/boinc/; revision=16178
2008-10-09 22:44:45 +00:00
David Anderson
37364ab657
- client: show message when suspending because of exclusive app
...
- web: remove file_get_contents() workaround for PHP4
- web: If Akismet or ReCaptcha failure,
display the form again with a warning message at the top.
That way the user doesn't lose the text they just typed.
svn path=/trunk/boinc/; revision=16175
2008-10-09 18:28:55 +00:00
David Anderson
f9b7e262ef
- enhancements to upgrade_db.php from Nicolas
...
svn path=/trunk/boinc/; revision=16164
2008-10-08 22:00:15 +00:00
David Anderson
22773619ca
- web: in checking if hosts can be merged,
...
do time-overlap check if either host has pending results
Fixes #748
svn path=/trunk/boinc/; revision=16163
2008-10-08 21:49:06 +00:00
David Anderson
ebe3b090e8
- add a script "upgrade_db.php" that updates project DB structure
...
(after user confirmation).
This is called from "upgrade", and can also be run by itself.
NOTE: this mechanism will handle all DB updates going forward.
Older updates must be done the old way (edit and run db_update.php)
- Web: let teams determine whether they're accepting new members
svn path=/trunk/boinc/; revision=16160
2008-10-08 16:48:11 +00:00
Jens Seidler
bcec2aa160
svn path=/trunk/boinc/; revision=16154
2008-10-08 05:37:20 +00:00
David Anderson
56c203a9a2
- added a script (from Nicolas) to generate en.po
...
svn path=/trunk/boinc/; revision=16151
2008-10-07 20:24:16 +00:00
David Anderson
33ad1b3d40
- Added the above DB change to schema.sql
...
- Omit the "after" clause from update.
- Web: add missing arg; fixes #749
- server: more --help additions
svn path=/trunk/boinc/; revision=16136
2008-10-06 00:18:36 +00:00
Janus B. Kristensen
f361f95313
- Added "Highlight special users"-feature
...
- Allow projects to specify how special users can be highlighted in their forums through CSS
- Special users are now highlighted by default
- Post body background is now 25% transparent in browsers that support transparency (white.css only)
svn path=/trunk/boinc/; revision=16134
2008-10-05 16:00:11 +00:00
Janus B. Kristensen
60c09bf544
- Skip posts if user has been deleted from DB
...
- Gracefully fail on posts from users without any forum preferences set in the DB
svn path=/trunk/boinc/; revision=16133
2008-10-05 13:06:00 +00:00
Janus B. Kristensen
0da4c42976
Having variables called 1, 2, 3... etc is really bad coding style and causes buckloads of issues in associative arrays.
...
Instead call them stuff like "role1", "role2" and so on.
svn path=/trunk/boinc/; revision=16132
2008-10-05 12:45:33 +00:00
Janus B. Kristensen
73b874ad26
Fixed quote-typo in sorting url
...
svn path=/trunk/boinc/; revision=16131
2008-10-05 12:35:44 +00:00
David Anderson
f17c0879de
- changed some comments for Doxygen
...
svn path=/trunk/boinc/; revision=16130
2008-10-04 23:44:24 +00:00
Janus B. Kristensen
932eabba94
Allow projects to define their own overrides for the login forms - this helps enable CMS systems like Drupal to handle the logins for BOINC
...
svn path=/trunk/boinc/; revision=16127
2008-10-04 14:24:56 +00:00
David Anderson
823df337a4
- add an interface for parsing XML attributes
...
svn path=/trunk/boinc/; revision=16096
2008-09-30 16:57:07 +00:00
Janus B. Kristensen
ed032e15c1
Fixes Ticket #662 - list items are now kept open to allow more than one line of content
...
svn path=/trunk/boinc/; revision=16081
2008-09-27 11:52:19 +00:00
Janus B. Kristensen
fc0ddc1d0d
Fixes Ticket #662 - list items are now kept open to allow more than one line of content
...
svn path=/trunk/boinc/; revision=16080
2008-09-27 11:49:32 +00:00
Janus B. Kristensen
c593b76967
Mark all threads as read button should be on its own line
...
svn path=/trunk/boinc/; revision=16079
2008-09-27 10:33:43 +00:00
Janus B. Kristensen
5949689542
Removed some old leftover layout code from the HTML, this should now be controlled from CSS.
...
svn path=/trunk/boinc/; revision=16078
2008-09-27 10:08:16 +00:00
Janus B. Kristensen
5aa7779aaf
Part 2 of 2 for the fix of Ticket #740 .
...
svn path=/trunk/boinc/; revision=16077
2008-09-27 09:52:28 +00:00
Janus B. Kristensen
527cb2d6d4
Introducing the notion of "action lists" - list of actions.
...
This is part 1 of 2 for the fix of Ticket #740 .
svn path=/trunk/boinc/; revision=16076
2008-09-27 09:51:29 +00:00
Janus B. Kristensen
5b01e52e02
"Mark forum read"-button should be on its own line.
...
svn path=/trunk/boinc/; revision=16075
2008-09-27 08:19:30 +00:00
David Anderson
b5fa84f084
- web: remove check on user agent
...
svn path=/trunk/boinc/; revision=16073
2008-09-26 23:02:53 +00:00
Janus B. Kristensen
7922a57a25
Fixes Ticket #399 . Warnings no longer show up if the crossproject website was down and the lookup is not done at all for XML format since it isn't used.
...
svn path=/trunk/boinc/; revision=16062
2008-09-26 07:12:01 +00:00
David Anderson
560b65dd85
- web: don't send an email after account is created via web;
...
it serves no purpose and some people apparently view it as spam.
svn path=/trunk/boinc/; revision=16060
2008-09-25 22:03:56 +00:00
Janus B. Kristensen
de956c8eb0
Implementing Ticket #309 - you can now either reply to or quote a post
...
svn path=/trunk/boinc/; revision=16053
2008-09-25 12:56:42 +00:00
Janus B. Kristensen
f5c7925298
Fixed Ticket #565 - "overflow: overflow" should have been "overflow: visible". word-wrap is a css3 property which is correctly dropped by earlier parsers - not a bug.
...
svn path=/trunk/boinc/; revision=16052
2008-09-25 12:33:45 +00:00