David Anderson
debe2036d5
locale: Update compiled localization files
2014-06-25 09:53:00 -07:00
David Anderson
41a2b2c658
admin web: fix warning
2014-06-24 09:09:36 -07:00
David Anderson
a243e19bdc
web: replace lookup_* functions with their DB API equivalents
...
also:
- fix bug in db_cleanse.php
- replace some uses of deprecated mysql_* API
2014-06-23 18:29:20 -07:00
David Anderson
b4dba535c0
web: fix typo
2014-06-21 13:40:02 -07:00
David Anderson
eebfca71d3
delete_spammers script: log start/end times
2014-06-21 09:32:41 -07:00
David Anderson
3557365a91
web: UOTD_THRESHOLD can be specified in project.inc
2014-06-19 17:14:56 -07:00
David Anderson
29f2cf2cb9
web: add error-checking in DB interface layer
2014-06-19 15:22:52 -07:00
David Anderson
b415b466c6
web: tweak
2014-06-19 00:06:43 -07:00
David Anderson
04064da270
web: in prefs form, say "0 means no limit" where appropriate
...
Also refactor some string translations
2014-06-19 00:00:02 -07:00
David Anderson
8ffef379b8
update_forum_activities: handle team forum posts properly
2014-06-18 16:39:12 -07:00
David Anderson
6553333002
web: check UOTD email addr
2014-06-17 22:20:26 -07:00
David Anderson
aca1aead5f
server: shuffle code so that the file upload handler doesn't need MySQL
...
Also (client): remove notices about app_config.xml after problem is fixed
2014-06-17 18:07:45 -07:00
Rytis Slatkevičius
5beaf183b5
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2014-06-17 15:55:18 +03:00
Rytis Slatkevičius
07b9de404b
Optionally specify result template file name when submitting a job via RPC
2014-06-17 15:53:41 +03:00
David Anderson
9fbe00a2ff
delete_spammers script: tweaks
2014-06-16 16:52:58 -07:00
David Anderson
d5b27c85d3
web: fix user search function
2014-06-16 11:21:50 -07:00
David Anderson
0337ce17c9
web: use "../.." to find the project dir.
...
Having a project symlink its html/ to a different dir doesn't work,
because if you cd into html/ops to run a script,
there's no way to know where the project dir is, so you can't find config.xml
2014-06-13 10:09:04 -07:00
David Anderson
4208b640d6
server: fix bug that prevented PHP scripts from working
2014-06-12 18:38:38 -07:00
David Anderson
bc6cf03a89
Merge remote branch 'origin/respect-symlinks'
2014-06-12 12:16:53 -07:00
David Anderson
73d6012003
web: fix DISABLE_BADGES warning
2014-06-12 09:50:31 -07:00
Oliver Bock
395279cbe1
Respect symlinks when referring to project directory
...
* The previous implementation doesn't work if the /html directory is a symlink
* The new implementation supports symlinks while not adding any additional
assumptions regarding relative file locations
Background:
BOINC's codebase consists of regular source code for compilation as well as
source code for direct deployment, such as the /html folder. Projects might
choose to use a checkout of the BOINC repository and a symlink in their deployed
project root directory targeting the /html directory to facilitate html-related
patch tracking and deployment (in situ). This requires the "html" symlink not to be
resolved during lookups of the project root directory (e.g. to access config.xml).
2014-06-12 15:42:52 +02:00
David Anderson
b7478c09c3
delete_spammers: fix comments
2014-06-10 14:03:12 -07:00
David Anderson
3776548971
web: allow badge disable
2014-06-10 01:24:37 -07:00
David Anderson
780284b9fa
delete_spammers tweak
2014-06-10 00:45:45 -07:00
David Anderson
d6962a70f0
delete_spammers.php script: add feature for delete forum spammers
2014-06-10 00:39:58 -07:00
David Anderson
bccf92a807
web: fix friends-and-family email function using PHPMailer
2014-06-06 22:59:18 -07:00
David Anderson
4616d1d0c3
mass email scripts: check for PHP_MAILER properly
2014-06-06 15:57:52 -07:00
David Anderson
f02c349800
server: add "beta" flag to app versions
...
Add beta flag to app version table.
If set, send that app version only to users whose prefs allow beta work.
2014-06-05 09:51:01 -07:00
David Anderson
d337f91563
admin web: link to app version details from app version mgt page
2014-06-03 14:00:14 -07:00
Bernd Machenschalk
09d0c7cbbd
html:
...
fix 'make install' for out-of-tree build
2014-06-03 09:25:20 +02:00
David Anderson
f7472149bd
web: don't use deprecated @eis code in preg_replace
...
This was used for fancy logic involving nested bbcode tags,
which I don't think we need
2014-06-02 19:33:17 -07:00
David Anderson
cb376a0014
web: don't need db_init() in show_user.php
2014-06-01 10:14:45 -07:00
David Anderson
68ba20c9d6
admin web: tweak
2014-06-01 10:14:13 -07:00
Rytis Slatkevičius
6b00c99a21
Sort filenames in the user file sandbox
2014-05-30 14:53:59 +03:00
David Anderson
02003bc2da
Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
2014-05-24 09:33:02 -07:00
David Anderson
63e13d3d81
web: shrink image files, from Janus
2014-05-24 09:32:40 -07:00
David Anderson
57d4517119
web: fix typo that messed up News RSS feed
2014-05-23 15:09:50 -07:00
David Anderson
370180763f
Add warning to README in BitTorrent code, saying it doesn't work
2014-05-20 13:45:08 -07:00
David Anderson
b3a36cd8ca
admin: add --delete_banished option to delete_spammers.php
2014-05-20 10:41:44 -07:00
David Anderson
9e580f32f8
Web RPC: fix typo that broke XML version of team email list export
2014-05-12 10:20:45 -07:00
David Anderson
9ba2f03669
admin tools: change delete_spammers.php to delete message board posts too
...
Also add --id_range N M command (delete range of users)
Also forum moderation "done" pages now contain link back to forum or thread
2014-05-11 00:36:45 -07:00
David Anderson
cf5a7d3770
admin web: fix bug in login function
2014-05-08 16:37:22 -07:00
David Anderson
ac476a23b5
Web: send News notices containing images/video only to 7.3+ clients
2014-05-08 00:50:22 -07:00
David Anderson
4a52c8708d
CPU list: fix Totals row
2014-05-06 13:13:24 -07:00
David Anderson
640d6dc16a
web: show elapsed and CPU time has X hrs Y min Z sec on result page.
...
Not sure if we should adopt this everywhere
2014-05-06 00:58:18 -07:00
David Anderson
9ad491be30
CPU list: text tweak
2014-05-06 00:38:46 -07:00
David Anderson
84946df1f5
CPU list: typo
2014-05-06 00:32:06 -07:00
David Anderson
d74d89c8e2
CPU list: show FLOPS per core as well as per host
2014-05-06 00:27:50 -07:00
David Anderson
604661bbff
web: link to CPU list from stats page
2014-05-05 23:22:41 -07:00
David Anderson
4cc7b2d04e
web: fixes to CPU list
2014-05-05 22:39:14 -07:00