Commit Graph

3588 Commits

Author SHA1 Message Date
Eric J Korpela f253ff87ea - Changed KWSN url 2015-05-04 13:34:53 -07:00
David Anderson 452fe458a7 size_census.php: avoid divide by zero 2015-04-28 00:32:01 -07:00
David Anderson 1c6267f2f1 scheduler: fix possible bug if use assigned jobs with FCGI scheduler
Need to end the enumeration.
2015-04-27 10:10:32 -07:00
David Anderson cc6e2f573e web: remove PHP warning and fix forum display glitch
The stuff in a forum post footer (ID: x Rating: x etc.)
wasn't vertically aligned.
Putting it inside a <span> fixed it, not sure why.
2015-04-27 10:08:21 -07:00
Eric J Korpela 0072189f9c Fixed problems with the residual "global $master_url;" in forum_email.php 2015-04-27 10:00:33 -07:00
David Anderson f55f64eec3 admin web: fix to dbinfo.php 2015-04-18 09:16:34 -07:00
David Anderson f63b3dea25 web: fix crufty profile code 2015-04-16 10:48:23 -07:00
David Anderson 65439286df web: MySQL 5.6 fixes 2015-04-16 10:36:51 -07:00
David Anderson 7a00aa4976 web: changes to support MySQL strict mode
In "strict mode", inserts fail if they don't supply values
for columns with no default defined in the schema
(in non-strict mode, 0 and '' are implicit defaults).
Starting with MySQL version 5.6, strict mode is the default.
This breaks some of the BOINC web code,
which does inserts without giving values to some columns.

There are two ways to solve this:

1) change the schema to give defaults everywhere
2) change the PHP code to supply values for more columns.

I'm using 1) in some cases and 2) in others.
This commit fixes some of the errors; there are others.
2015-04-16 00:01:06 -07:00
David Anderson 37ae3de469 web: tweak user privileges page 2015-04-06 18:58:29 -07:00
David Anderson 14b9bd7772 web: add script for editing user permissions 2015-04-05 21:30:31 -07:00
David Anderson b6e60311ea web: add "Help desk expert" user flag
This doesn't give any moderator rights; it's for display only.

Also, make the special-user strings translatable.
2015-04-04 14:35:18 -07:00
David Anderson 226aac88c5 web: error summary page tweaks 2015-04-03 11:52:03 -07:00
David Anderson 97927e114b web: add error summary script 2015-04-01 00:12:21 -07:00
David Anderson 3c2f31fece comment tweaks 2015-03-25 16:45:36 -07:00
David Anderson 483e8707ac In reset-password email, use URL_BASE rather than master URL 2015-03-25 16:42:00 -07:00
David Anderson 0e9e5f7145 web: add optional project_form_post_info($forum) function
For showing posting instructions for particular forums, e.g. Q&A
2015-03-20 14:54:35 -07:00
David Anderson 3031d56363 web: add option for project-defined text in server status page 2015-03-16 21:48:49 -07:00
David Anderson 4fa8951120 web: add code to optionally record user IP in DB 2015-03-15 17:59:57 -07:00
David Anderson d84bee5063 web: bug fixes in server_status.php 2015-03-13 12:42:50 -07:00
David Anderson e44b96ca4b web: fixes to server status page 2015-03-12 12:21:13 -07:00
David Anderson 2b5f319831 web: fix bug in team page display 2015-03-11 12:39:25 -07:00
David Anderson da12f8a45b web: prefs time-of-day enabled defaults 0:00 to 23:59 2015-03-05 12:45:58 -08:00
David Anderson 7788f1f9aa web: in prefs, change enabled default to 0:00 - 23:00 2015-03-04 12:59:40 -08:00
Rom Walton c4dca31a74 LOCALE: Mark up a couple more strings 2015-03-04 11:55:17 -05:00
Rom Walton 7a0bb1bae5 LOCALE: Mark uses of remaining '%' with xgettext:no-php-format. 2015-03-04 11:51:10 -05:00
David Anderson ce1040b91d web: avoid using "%" in translatable strings 2015-03-03 10:52:42 -08:00
David Anderson 8ada05bb96 web: prefs tooltip tweak 2015-03-03 10:04:21 -08:00
Oliver Bock 2a1c2ae3ce Partially revert "locale: Update compiled localization files"
*.po files are normalized to LFs and Charlie fixed this in 88d14fd.
No idea why this got reverted by David's commit but this fixes it again.

This partially reverts commit 252e45dadc.
2015-03-03 11:38:59 +01:00
David Anderson f359db8a87 web: CPU list tweaks 2015-03-01 09:25:41 -08:00
David Anderson 3a03188dbd web: cpu_list.php fixes 2015-02-28 21:01:35 -08:00
David Anderson 5d91e10d24 web: more efficient cpu_list.php 2015-02-28 20:36:00 -08:00
David Anderson 1c99ce8aa0 web: make prefs tooltips translatable; tweaks 2015-02-20 13:47:20 -08:00
David Anderson db015b5795 web: prefs tooltips tweaks 2015-02-19 10:56:23 -08:00
David Anderson 7348a9b47f web: prefs tooltip tweaks; simplity table format of project prefs 2015-02-18 23:35:11 -08:00
David Anderson dd1be1c0ce web: prefs pages: show tooltips on entire table row 2015-02-18 20:36:05 -08:00
David Anderson 424e5cbf0a web: don't use nested tables in prefs display 2015-02-18 20:06:09 -08:00
David Anderson db304bf4fb web: add tooltips for computing prefs 2015-02-18 08:29:20 -08:00
David Anderson 7533677f35 web: remove dead sites 2015-02-18 08:29:08 -08:00
David Anderson 4dbf011488 web: When check network "Limit usage to" pref, populate w/ reasonable values 2015-02-13 11:39:03 -08:00
David Anderson 945a0f9f7a admin web: fixes to cancel_workunits.php 2015-02-13 10:13:47 -08:00
David Anderson 8f2eb6a5ca web: change BBcode <code> and <pre> styles back to what they were 2015-02-10 09:39:55 -08:00
David Anderson 6b7b8701a3 web: string tweak 2015-02-09 13:07:55 -08:00
David Anderson 8e19bc7d5d web: RSS fix 2015-02-09 08:37:12 -08:00
David Anderson 5c5f996809 admin web: tweak to server status page 2015-01-29 13:21:37 -08:00
David Anderson 252e45dadc locale: Update compiled localization files 2015-01-28 20:11:00 -08:00
David Anderson 4b918967b8 admin web: appearance tweaks 2015-01-27 13:28:51 -08:00
David Anderson 80d792265b admin web: appearance tweaks 2015-01-27 13:03:23 -08:00
David Anderson fa7ded6751 admin web: typo fix 2015-01-26 10:14:57 -08:00
David Anderson 45f820b30b admin web: add more flexible interface for canceling jobs (from Bernd) 2015-01-23 11:13:44 -08:00