Commit Graph

66 Commits

Author SHA1 Message Date
David Anderson 63ab243996 admin web: call project-defined function admin_index_extra() in main page 2014-10-05 08:15:05 -07:00
David Anderson 2e127dd963 concierge: see if project is on list 2014-10-04 00:45:24 -07:00
David Anderson e6ecb981b3 web: change CSS usage to partly match Twitter Bootstrap. From Christian Beer. 2014-10-02 12:15:54 -07:00
David Anderson b9f0fe0298 admin web: add "assigned jobs" link 2014-07-24 23:42:45 -07:00
David Anderson af99251e79 web: let projects disable forums
Do this by putting
define("DISABLE_FORUMS", true);
in your html/project/project.inc.

If this is set, admin users can still see enough forum functionality
to post and edit news items
(this is linked to from the Admin web interface).

Other users, or non-logged-in access, sees news but no forums
or forum-related info.
2014-04-18 15:54:28 -07:00
David Anderson 6706f5c893 admin: add "delete_spammers.php": script to help delete spam profiles 2014-04-17 12:41:04 -07:00
David Anderson 9220ceb02a Admin web: deprecate problem_host.php, which sends a confusing email to user 2014-02-05 17:21:03 -08:00
David Anderson 4d738ab4fb admin web: add script for removing zombie hosts 2013-12-18 13:32:23 -08:00
David Anderson 65b5ab5184 server/web: preliminary support for badges
- DB: add tables for badges and badge/user and badge/team associations
- add script that defines 3 RAC-based badges and assigns them
- add images for these badges
- add admin page for creating/editing badges
- show badges on user page
not done:
- figure out how to send badges to client
- display badges somewhere in the GUIs
- export badges in db_dump
- enable badges by default for new projects
2013-12-05 10:14:26 -08:00
David Anderson 0eaaca174a - make_project: don't write <cgi_url> in config.xml; it's not used 2013-04-13 21:32:10 -07:00
David Anderson d4a40a8841 - admin web: remove outdated code that tried to show SVN version
in the admin main page
2013-03-05 15:05:20 +01:00
David Anderson 761fb3f4c1 - admin web: add a function for "revalidating" a given set of jobs.
This reruns validation for instances that are successful
    but marked as invalid or inconclusive.
    Use this if you changed your validator to be more permissive,
    and you want to grant credit for instances that were
    originally marked as invalid.


svn path=/trunk/boinc/; revision=25714
2012-05-25 23:49:17 +00:00
David Anderson ddd98cf8ec - admin web: fixes and clarifications to failure summaries
svn path=/trunk/boinc/; revision=25171
2012-01-31 07:21:42 +00:00
David Anderson 9285bc3961 - admin web: improvements to the pages for investigating result failures
(though considerable funkiness remains)


svn path=/trunk/boinc/; revision=25170
2012-01-30 23:57:18 +00:00
David Anderson fe56372ada - ops: fix link in index page
svn path=/trunk/boinc/; revision=24965
2012-01-02 02:31:12 +00:00
David Anderson 836e8aacf7 - scheduler: in cuda_check(), ati_check() and opencl_check()
(in sched_customize.cpp)
    the flops_scale argument is intended to express the
    GPU efficiency (actual/peak).
    Pass appropriate values.


svn path=/trunk/boinc/; revision=24405
2011-10-16 06:04:13 +00:00
David Anderson 12f7c6e04e - web: when sending emails to other users, don't translate anything
(since they don't necessarily speak our language)


svn path=/trunk/boinc/; revision=23948
2011-08-08 06:12:17 +00:00
David Anderson b062bd03f4 - admin web: all specifying an SVN config dir in the web config file,
in case your svn requires a proxy or something.
    From Boris Dayma.


svn path=/trunk/boinc/; revision=23386
2011-04-19 20:17:51 +00:00
David Anderson 8fb8548867 - admin web: tweaks
svn path=/trunk/boinc/; revision=21848
2010-06-30 19:04:36 +00:00
David Anderson b415b07785 - client: revisit the domino-effect preemption problem.
Removed my changes of 19 Jan 2010, which didn't work.
    Added new mechanism: keep track of whether a job J has ever run in EDF.
    If so, and if another job of the same project and resource type as J
    is marked as deadline miss, then mark J as deadline miss,
    so that it won't get preempted.
- web: change "result" to "task" in server status page
- admin web: show server stable SVN revision, not trunk

svn path=/trunk/boinc/; revision=20805
2010-03-05 21:13:53 +00:00
David Anderson 09b0a9f93c - admin web: reorganize main page;
add "transition all" command

svn path=/trunk/boinc/; revision=20745
2010-02-26 21:34:20 +00:00
David Anderson e859261535 svn path=/trunk/boinc/; revision=16310 2008-10-24 16:18:28 +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 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 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 9baf78fe5f - web: added copyright and license info to PHP files
svn path=/trunk/boinc/; revision=15758
2008-08-05 22:43:14 +00:00
Rytis Slatkevičius 59d5f0df58 Ops pages: add a page to list recently registered users
svn path=/trunk/boinc/; revision=13983
2007-10-29 11:30:47 +00:00
David Anderson 477008a3c1 - user web: added Burma to country list
- admin web: removed deprecated create-account scripts

html/
    inc/
        cache.inc
        country.inc
    ops/
        create_account_form.php (removed)
        create_account_action.php (removed)
        show_log.php

svn path=/trunk/boinc/; revision=12941
2007-06-15 23:54:25 +00:00
Rytis Slatkevičius e06635f97d - Tweak ops page index HTML a bit;
- Show latest revision number (code addopted from ChristianB; fix #202);
- Show warning if SYS_ADMIN_EMAIL is not set (from Eric Myers).

svn path=/trunk/boinc/; revision=12747
2007-05-26 16:01:22 +00:00
David Anderson 773d149d4a *** empty log message ***
svn path=/trunk/boinc/; revision=12357
2007-04-12 21:53:59 +00:00
David Anderson 8b496d5b97 *** empty log message ***
svn path=/trunk/boinc/; revision=12269
2007-03-25 03:25:57 +00:00
Rytis Slatkevičius 6abdb08250 Ops page changes (from Eric Myers)
svn path=/trunk/boinc/; revision=11547
2006-11-17 19:52:09 +00:00
Rytis Slatkevičius d4d93cdc25 Show UOTD counter in the ops page (from Eric Myers)
svn path=/trunk/boinc/; revision=11533
2006-11-16 19:03:07 +00:00
Rytis Slatkevičius cc0eae7bc6 Layout changes (from Eric Myers)
svn path=/trunk/boinc/; revision=11470
2006-11-04 19:57:56 +00:00
Rytis Slatkevičius f7767052b3 Add a new notification area
svn path=/trunk/boinc/; revision=11422
2006-10-31 19:10:24 +00:00
Reinhard Prix 3cc5bae558 checkin for Bernd Machenschalk:
This adds a new link to the OPS page called "List all-error Workunits".
The php script it calls scans the database for Workunits that got at
least min_quorum+1 (number can be configured withing the script)
client errors returned and no successful result (yet). The idea is to
detect problems in the workunit generation or data files.
Scanning the whole result table the script stresses the database a bit,
so some caching has been incorporated (300 sec by default).

svn path=/trunk/boinc/; revision=11250
2006-10-05 12:43:29 +00:00
David Anderson dd093341ac *** empty log message ***
svn path=/trunk/boinc/; revision=10676
2006-07-18 20:08:25 +00:00
Bruce Allen f4d284c679 Added a script (originally provided by DA, I think) to
send mass email to project participants.  The script allows
one to select the TYPE of user, including 'all', 'active',
'lapsed', 'unsuccessful' and so on.  Also appends a 'how to opt
out' message at the end. Do NOT use this script without testing it.

svn path=/trunk/boinc/; revision=9417
2006-02-08 03:30:46 +00:00
Bruce Allen 35acc96c5a Forgot to check in modified ops/index.php page
svn path=/trunk/boinc/; revision=5896
2005-04-19 20:48:43 +00:00
Bruce Allen 77411a83ab Added ops page to manage special users (from Christian Beer)
svn path=/trunk/boinc/; revision=5555
2005-03-03 17:48:16 +00:00
Bruce Allen 1cb56d0f52 - Add new validate_state==TOO_LATE to ops pages summaries and result table
choice selection menus
    - Ops pages fixes from Christian Beers and David Hammer:
      * some rearrangement of index page
      * fix pass percentage by platform pages to show only non-deprecated apps
      * all platforms now appear in summary pages of failures

svn path=/trunk/boinc/; revision=5351
2005-02-08 03:33:35 +00:00
David Anderson e952710159 *** empty log message ***
svn path=/trunk/boinc/; revision=4905
2004-12-20 18:29:15 +00:00
Bruce Allen fd7c972fac Embed CVS tags visible using 'show source' from browser. Fix comment.
svn path=/trunk/boinc/; revision=4546
2004-11-14 00:55:27 +00:00
Bruce Allen 2938871473 Added form to cancel workunits, removed previous half-form that had typo.
Linked form to ops/index.php page.

svn path=/trunk/boinc/; revision=4545
2004-11-14 00:42:02 +00:00
David Anderson bcded77fcb *** empty log message ***
svn path=/trunk/boinc/; revision=3815
2004-07-08 19:20:19 +00:00
Rom Walton ef98b8f633 *** empty log message ***
svn path=/trunk/boinc/; revision=3418
2004-05-23 23:52:59 +00:00
Rom Walton 1ca4e4c521 *** empty log message ***
svn path=/trunk/boinc/; revision=3357
2004-05-06 21:35:30 +00:00
Rom Walton a9225a9706 *** empty log message ***
svn path=/trunk/boinc/; revision=3356
2004-05-06 21:29:15 +00:00
Rom Walton 82ac59c969 *** empty log message ***
svn path=/trunk/boinc/; revision=3336
2004-05-04 21:40:14 +00:00
Rom Walton cf4a27e0b1 *** empty log message ***
svn path=/trunk/boinc/; revision=3316
2004-05-03 22:20:43 +00:00