Commit Graph

3560 Commits

Author SHA1 Message Date
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
David Anderson a19ae32205 web: make separate style for green buttons (temporary) 2015-01-23 09:54:04 -08:00
David Anderson 021335b9b7 LDAP support: fixes from Ben 2015-01-22 09:38:48 -08:00
David Anderson f4095a1c39 web: make <code> and <pre> BBCode text word-wrap
If you don't, and there's a long item,
table cells are stretched out and other items become hard to read
(need to scroll horizontally)
2015-01-21 10:07:08 -08:00
David Anderson 592a8654a9 web: support shortcut icon for project pages
Projects can now define a shortcut icon in project.inc, e.g.
define("SHORTCUT_ICOM", "icon.gif");
See http://boinc.berkeley.edu/trac/wiki/WebConfig
2015-01-19 12:04:12 -08:00
Eric J Korpela c0e9974653 Fix a problem with the banishment vote page (prefs is part of user, not a stand
alone variable.
2015-01-18 17:19:15 -08:00
David Anderson fbef747499 web: message tweaks 2015-01-18 11:43:37 -08:00
Nicolás Alvarez cfd1d52c80 Update recaptcha to latest version of the API.
This allows a new simplified captcha that in some cases only makes the user
have to tick a checkbox; no need to type garbled characters or anything.
More info at:
http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html
2015-01-17 00:18:44 -03:00
David Anderson 4c9cf925d6 web: color tweak 2015-01-15 09:11:11 -08:00
David Anderson c587219a5f web: support MySQL server on non-default port; from Tomi Asp. 2015-01-15 09:10:22 -08:00
David Anderson 1f6082a92d web: fix function name conflict 2015-01-14 20:56:20 -08:00
David Anderson 03017c7690 web: fix typo 2015-01-14 16:14:38 -08:00
David Anderson e470620acb web: preliminary support for simplified attach
See http://boinc.berkeley.edu/trac/wiki/SimpleAttach
2015-01-14 09:19:11 -08:00
David Anderson d28a0cc6bb web: add script for showing credit by brand (for HTC PTG) 2015-01-14 09:17:49 -08:00
David Anderson fb56e78ab0 web: type fix 2015-01-09 11:56:42 -08:00
David Anderson 8ace1a5c45 web: add script for getting stats by client brand 2015-01-09 11:53:25 -08:00
David Anderson 037f1b3eb2 web: fix PHP errors on empty team search; when delete spam team, delete user too 2015-01-09 10:54:05 -08:00
David Anderson c12ef0b54a web: fix typo in last commit 2014-12-30 20:14:20 -08:00
David Anderson 6906128e0e web: don't show non-English translation incorrectly
The translation code (translation.inc) had a special case
where if the first accepted language was "en", it would show English.
Problem: if the accepted languages are, say, "en-us", "en", "es"
then you'll see Spanish.
Fix: check for both "en" and "en_*" in the special case.

The logic of this code is still flawed, however.
It builds a list $languages_in_use of accepted languages
for which a translation file exists,
and to translate a word it tries these in sequence.
So a page could have translations from several languages.

What it should do is scan the accepted languages until it
finds one that either is English or for which a translation file exists.
Then use that one.
(there could be a check that skips languages for which
the translation is very incomplete).
2014-12-30 09:06:36 -08:00
David Anderson f2caf19b65 web: improve text at top of prefs page
e.g. say the prefs don't apply to Android, or if set locally
2014-12-24 11:32:32 -08:00
David Anderson b622136fd7 web: clean up "change password" pages
For some reason these pages had their own login logic.
Remove this; you must be logged in first.
2014-12-23 10:47:18 -08:00
David Anderson a918898956 web: appearance tweaks to computing prefs 2014-12-18 11:31:34 -08:00
Charlie Fenton 88d14fdcc9 Localization: fix line endings. 2014-12-15 17:08:36 -08:00
David Anderson a883030c8d locale: Update compiled localization files 2014-12-15 11:44:26 -08:00
David Anderson 0bf5c3d37c web: changes to prefs display and edit to match new design (more or less)
See http://boinc.berkeley.edu/trac/wiki/PrefsUnification

Discrepancies:
- "Consider the computer in use" pref isn't disabled when the two
  "suspend X when computer is in use" prefs are unset.
  Doing this would have greatly complicated things.
- day-of-week prefs aren't implemented

No tooltips yet.
2014-12-12 17:54:26 -08:00
David Anderson 640cf3eb7b web: remove reference to boincteams.com, which is no longer BOINC-related 2014-12-09 09:38:43 -08:00
Rytis Slatkevičius f1b8c697be web: remove redundant param in remote job submission handler 2014-12-05 15:49:59 +02:00
Rytis Slatkevičius 46225efdf6 web: one more injection in remote job submission 2014-12-04 14:37:03 +02:00
Rytis Slatkevičius b960d78d9e web: fix SQL injection in remote job submission 2014-12-04 14:23:13 +02:00