David Anderson
4e63946ea2
- admin web: show plan class in "manage app versions" page
...
from Jon Sonntag.
svn path=/trunk/boinc/; revision=19190
2009-09-26 04:39:50 +00:00
David Anderson
0f9cda3ea3
- admin web: finished the above.
...
Got rid of auth_ops_cmdline() (not needed).
auth_ops() is now called in util_ops.inc;
every script in html/ops/ must include util_ops.inc.
Note: for existing projects, the admin web interface
will now show "access denied".
Projects must think about what access control policy they want,
and specify it in project.inc
svn path=/trunk/boinc/; revision=19053
2009-09-15 18:14:37 +00:00
David Anderson
17802a2a90
- admin web: add a notion of login to a project's admin pages
...
(this is separate from login to user pages,
since the cookie path is different).
- admin web: added a framework for project-specified
access control to admin pages.
Can be on the basis of user ID, user flags, etc.
To do this, define functions auth_ops() and auth_ops_cmdline()
in html/project/project.inc
(see the one in project.samples/ for an example)
This is in addition to .htaccess protection.
svn path=/trunk/boinc/; revision=19052
2009-09-15 04:48:08 +00:00
David Anderson
b4ad10182f
svn path=/trunk/boinc/; revision=19045
2009-09-11 18:08:54 +00:00
David Anderson
8f2a014f58
svn path=/trunk/boinc/; revision=19030
2009-09-08 20:37:40 +00:00
David Anderson
da7e82fe15
- scheduler and back end: add new fields to result table:
...
elapsed_time: the elapsed time (runtime) as reported by client
flops_estimate: the app's estimated FLOPS as reported by app_plan()
app_version_id: the DB ID of the app_version used
(or -1 if anonymous platform)
TODO: show these in the web interfaces,
and use them where appropriate
svn path=/trunk/boinc/; revision=19002
2009-09-03 20:26:31 +00:00
David Anderson
12d4b978be
- scheduler: if client request uses a weak authenticator,
...
don't modify user preferences or CPID.
- client: fix bug that shows ATI version incorrectly
- database: host.posts has been repurposed as a salt (or seqno)
for a new type of weak authenticator that won't depend on password
- web code:
modify forum_preferences.posts instead of host.posts.
(actually, the former isn't used either, we just do a select count(*);
should fix this at some point).
svn path=/trunk/boinc/; revision=18865
2009-08-18 20:44:12 +00:00
Jeff Cobb
15ccf7b778
Added table state_counts.
...
svn path=/trunk/boinc/; revision=18490
2009-06-23 21:45:22 +00:00
David Anderson
08e4ba3df6
- server: suppress verbosity of update_translations in make_project and upgrade
...
svn path=/trunk/boinc/; revision=18381
2009-06-11 17:25:01 +00:00
David Anderson
667bc8fba8
- make update_translations.php executable; fixes #770
...
svn path=/trunk/boinc/; revision=18279
2009-06-03 21:02:00 +00:00
David Anderson
b37c4f3cef
- web: clarify build_po.php
...
svn path=/trunk/boinc/; revision=18193
2009-05-22 20:55:06 +00:00
David Anderson
da217e4c59
- upgrade: don't crash if file copy fails
...
- db_update.php: select database (not clear if this ever worked)
- translation: fix bug if have both BOINC and project translation
svn path=/trunk/boinc/; revision=18141
2009-05-18 04:18:47 +00:00
David Anderson
9574e8a003
- web: check for mismatched "'s in translation files
...
- build_po.php: add LANG_NAME strings
svn path=/trunk/boinc/; revision=18109
2009-05-14 22:32:05 +00:00
Rom Walton
13cc42ad2e
make compatible with Pootle
...
svn path=/trunk/boinc/; revision=18108
2009-05-14 21:03:21 +00:00
David Anderson
282bc21c3c
- web: make build_po.php usable for projects
...
svn path=/trunk/boinc/; revision=18093
2009-05-13 23:16:11 +00:00
David Anderson
886e166103
svn path=/trunk/boinc/; revision=18069
2009-05-11 16:45:33 +00:00
David Anderson
e012253441
- web: typo
...
svn path=/trunk/boinc/; revision=17881
2009-04-27 04:30:33 +00:00
David Anderson
979f27d000
- team import: error out if account creation disabled
...
svn path=/trunk/boinc/; revision=17880
2009-04-27 03:53:47 +00:00
David Anderson
08aeba56ac
- client: message tweak
...
- ops: don't import teams if using invitation codes
svn path=/trunk/boinc/; revision=17874
2009-04-24 10:49:54 +00:00
David Anderson
dde7d4306a
svn path=/trunk/boinc/; revision=17842
2009-04-17 02:55:46 +00:00
David Anderson
0b11a548dc
- upgrade script: do DB update even if stop_web is present,
...
rather than spewing an HTML error message.
Fixes #875
svn path=/trunk/boinc/; revision=17839
2009-04-17 02:08:05 +00:00
David Anderson
e15252513a
svn path=/trunk/boinc/; revision=17790
2009-04-10 23:36:32 +00:00
David Anderson
0aeb39fb7e
- Bossa fixes
...
svn path=/trunk/boinc/; revision=17788
2009-04-10 23:08:40 +00:00
David Anderson
e788021b29
svn path=/trunk/boinc/; revision=17754
2009-04-08 17:47:59 +00:00
David Anderson
65560415fe
- Add "html/ops/purge_profile.php" script to help admins locate
...
and remove spam profiles
svn path=/trunk/boinc/; revision=17753
2009-04-08 17:46:47 +00:00
David Anderson
a720fc5d52
- web: translation system didn't compile BOINC and
...
project-specific translations correctly.
svn path=/trunk/boinc/; revision=17658
2009-03-24 23:27:12 +00:00
David Anderson
4dfc96033c
- web: clean out translation directories before updating
...
(to get rid of bad translation files)
svn path=/trunk/boinc/; revision=17656
2009-03-24 23:08:09 +00:00
David Anderson
82112821f3
- web: updated the master translation file
...
svn path=/trunk/boinc/; revision=17654
2009-03-24 21:54:12 +00:00
David Anderson
0f6de2ea58
- upgrade and make_project scripts: run update_translations.php,
...
which compiles the translation files into the form
used by the web code.
Projects that don't use "upgrade" will need to do this manually
whenever translation files change.
svn path=/trunk/boinc/; revision=17652
2009-03-24 21:24:57 +00:00
David Anderson
4cca81bedf
- manager: when filtering messages by project,
...
show messages not tagged with a project (fixes #852 )
- web: show X-project stats links as icons
svn path=/trunk/boinc/; revision=17456
2009-03-03 21:58:03 +00:00
David Anderson
6a75b78de4
- client: don't ignore jobs with fraction_done=1 (but still running)
...
in RR simulation; we may need to mark them as deadline miss.
- web: replace & with & various places
svn path=/trunk/boinc/; revision=17278
2009-02-17 17:39:57 +00:00
David Anderson
07a853d73a
- Manager: change terms for STD, LTD
...
- web: change script that locks old threads to exempt team forums
svn path=/trunk/boinc/; revision=17121
2009-02-02 23:12:35 +00:00
David Anderson
3838ac2f19
- web: anywhere we show info about a host, show its GPUs too
...
- web: add script to parse GPU completed-job log
and generate summary data;
also add page to display this data.
svn path=/trunk/boinc/; revision=17069
2009-01-29 17:51:02 +00:00
David Anderson
50d0bb8a31
- added a script to make profile.has_picture consistent
...
with the images actually on disk
svn path=/trunk/boinc/; revision=16764
2009-01-02 20:02:04 +00:00
David Anderson
b9d70d1681
- autolock.php: add --ndays option; change default to 90 days
...
- web: added support for KHTML and CSS 3 border radius
(from Simek; fixes #803 )
svn path=/trunk/boinc/; revision=16745
2008-12-27 00:11:27 +00:00
David Anderson
74423f23b6
- scheduler: if no jobs available to send, inform the user
...
svn path=/trunk/boinc/; revision=16730
2008-12-22 00:10:02 +00:00
David Anderson
8c7d6dc489
- web: added ops/autolock.php script;
...
locks threads not modified in last 60 days
svn path=/trunk/boinc/; revision=16704
2008-12-16 23:59:04 +00:00
David Anderson
0b9bb93278
- web: final purge of process_user_text()
...
svn path=/trunk/boinc/; revision=16696
2008-12-16 16:57:31 +00:00
David Anderson
659becc98c
- get_project_config.php: if config.xml has min client version,
...
get client version from HTTP user agent string and enforce.
- update translations script: fix apparent typos
svn path=/trunk/boinc/; revision=16586
2008-11-28 19:03:05 +00:00
David Anderson
608b6c750d
- bossa typo
...
svn path=/trunk/boinc/; revision=16555
2008-11-25 02:56:55 +00:00
David Anderson
c9fe262b62
- web: fix remaining Bossa name conflicts
...
svn path=/trunk/boinc/; revision=16554
2008-11-24 23:58:49 +00:00
David Anderson
c8c0e06d2e
- web: rename Bossa functions to avoid name conflict
...
- web: bug fix in example core for app selection
svn path=/trunk/boinc/; revision=16546
2008-11-24 20:27:18 +00:00
David Anderson
9967112f60
- client: if bind fails, print port#
...
- web: don't randomize order of profiles
(fixes checkin of 28 Oct)
svn path=/trunk/boinc/; revision=16520
2008-11-18 17:33:13 +00:00
David Anderson
a5481e1714
- Filter questions
...
svn path=/trunk/boinc/; revision=16390
2008-11-03 03:06:29 +00:00
David Anderson
081de3e661
- Bolt core reorg
...
svn path=/trunk/boinc/; revision=16384
2008-11-01 03:07:44 +00:00
David Anderson
562d7ac2d7
Bolt stuff
...
svn path=/trunk/boinc/; revision=16370
2008-10-30 22:58:33 +00:00
David Anderson
c0c4bfdae7
- web: make the ordering of profiles in "browse profiles with pictures"
...
deterministic
svn path=/trunk/boinc/; revision=16330
2008-10-28 16:03:53 +00:00
David Anderson
5109e91fb6
- added "image" exercise type
...
svn path=/trunk/boinc/; revision=16314
2008-10-24 22:28:34 +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