Commit Graph

3254 Commits

Author SHA1 Message Date
David Anderson d475de82dc locale: Update compiled localization files 2013-12-29 00:18:36 -08:00
David Anderson e8110e6918 Fix last commit 2013-12-28 22:53:47 -08:00
David Anderson ecdc25968a Extend PHP interface for Web RPCs
- add a PHP interface for lookup_account()
- PHP interfaces return error number as well as message
  (messages change; numbers don't)
- using symbolic error codes instead of hardwired numbers in PHP code
2013-12-28 22:50:59 -08:00
David Anderson ef245d456b web: show badges on private user page 2013-12-23 22:13:27 -08:00
David Anderson 92fec3e4ae admin web: enhance badge admin page
- add delete button
- show # of badges assigned
- don't use separate head/tail function are admin pages
- add badge assign task for new projects
- turn on db_dump, update_uotd, update_forum_activities,
  update_profile_pages, notify for new projects
2013-12-23 21:02:55 -08:00
David Anderson 2d0a6cc10f web: add badge stuff to db_update script 2013-12-22 20:53:10 -08:00
David Anderson 387c04c365 web: tweak badge images 2013-12-22 20:39:52 -08:00
David Anderson 72e1464b81 web: badge images 2013-12-22 19:59:53 -08:00
David Anderson 32ffd33e3f web: tweaks 2013-12-20 23:18:07 -08:00
David Anderson b33bf69a98 web: enhance badge features
- the default badges (defined in ops/badge_assign.php) are now
  based on RAC percentile (top 1%, 5%, and 25%) rather than plain RAC.
- RAC percentile badges are now granted for teams as well as users;
  show badges in team page.
- move badge utility functions to inc/util_ops.inc
2013-12-20 15:03:24 -08:00
David Anderson 4d738ab4fb admin web: add script for removing zombie hosts 2013-12-18 13:32:23 -08:00
David Anderson 28f975f167 locale: Update compiled localization files 2013-12-18 12:19:42 -08:00
David Anderson 8f10f0a957 locale: Update compiled localization files 2013-12-18 00:20:23 -08:00
David Anderson 00897ecc3f web: remove some mysql_* calls 2013-12-16 19:22:34 -08:00
David Anderson 0fdfcbd074 web: remove some mysql_* calls 2013-12-16 00:45:45 -08:00
David Anderson a33e76e656 admin web: add "SQL rule" field to badge form 2013-12-13 00:07:36 -08:00
David Anderson 3d4f82e3c4 locale: Update compiled localization files 2013-12-09 00:15:39 -08:00
David Anderson 13cb0e817f web: change Recaptcha URL; the old one doesn't work w/ Chrome, IE 2013-12-06 17:45:40 -08:00
David Anderson 557cbab937 locale: Update compiled localization files 2013-12-06 12:16:07 -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 6e622fa017 web: code cleanup in translation code 2013-12-04 10:22:11 -08:00
David Anderson 5fd7ed0e0c locale: Update compiled localization files 2013-12-01 12:17:09 -08:00
David Anderson ec765c4ddf locale: Update compiled localization files 2013-12-01 00:17:01 -08:00
David Anderson 6d5bf00310 locale: Update compiled localization files 2013-11-29 00:17:55 -08:00
David Anderson c292f04120 remote job submission: typo in create_batch() RPC 2013-11-26 21:18:46 -08:00
David Anderson 071c68f494 web: fixes related to account-creation disabling
- Correctly enforce the following config options:
    <disable_account_creation>
    <disable_account_creation_rpc>
    <no_web_account_creation>
- On the project front page, if account creation is disabled, say so.
- on other pages, if account creation is disabled,
    don't show a "create account link"
2013-11-26 15:43:02 -08:00
David Anderson b96cf74445 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-11-25 22:13:20 -08:00
David Anderson 32b82f96b6 web: fix problem with Recaptcha display in create-account form.
Also add <disable_account_creation_rpc> config flag, to disable account
creation via Web RPC (which is not Recaptcha-protected)
2013-11-25 22:07:20 -08:00
David Anderson b9b6d05709 locale: Update compiled localization files 2013-11-25 12:16:22 -08:00
David Anderson c579aa9d52 locale: Update compiled localization files 2013-11-25 00:16:03 -08:00
David Anderson 5357952783 web: when using sub_sentence() to truncate user-supplied text, you must first use output_transform() (to convert BBcode to HTML) and then sanitize_tags() (to remove HTML tags). 2013-11-24 10:13:07 -08:00
David Anderson 83ad9a1f5e locale: Update compiled localization files 2013-11-24 00:15:35 -08:00
David Anderson 7fe8fcdcc0 web: tweak 2013-11-23 09:09:48 -08:00
David Anderson 1872fd0f6b web: eliminate some mysql_*() calls in preparation for mysqli conversion 2013-11-22 22:46:19 -08:00
David Anderson 0bedadd429 web: result display tweak, and code cleanup 2013-11-21 11:34:43 -08:00
David Anderson 63992d9701 locale: Update compiled localization files 2013-11-20 12:16:29 -08:00
David Anderson 5efa5d7388 admin web: fix links for app version in result page 2013-11-17 13:47:05 -08:00
David Anderson 92b25f841d admin web: in result display, improve the way app version is shown 2013-11-17 11:45:11 -08:00
David Anderson 5c0efe4df1 locale: Update compiled localization files 2013-11-16 12:15:35 -08:00
David Anderson cecbb8bbd4 locale: Update compiled localization files 2013-11-15 12:15:04 -08:00
David Anderson 2e406d3096 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-11-14 22:14:39 -08:00
David Anderson 5689ded88d web: on HTTPS pages, load stylesheets using HTTPS also; otherwise Firefox rejects them 2013-11-14 18:23:44 -08:00
David Anderson 9906b65cfb locale: Update compiled localization files 2013-11-14 00:15:11 -08:00
David Anderson e63a3f8739 locale: Update compiled localization files 2013-11-13 00:16:49 -08:00
David Anderson 741092693e locale: Update compiled localization files 2013-11-10 00:15:31 -08:00
David Anderson 5e32571357 locale: Update compiled localization files 2013-11-09 12:16:51 -08:00
David Anderson c5ceb00c0b locale: Update compiled localization files 2013-11-09 00:15:32 -08:00
David Anderson b1b2a7363a locale: Update compiled localization files 2013-11-08 12:16:38 -08:00
David Anderson b978b2aa53 web: message tweak 2013-11-07 10:54:32 -08:00
David Anderson 2f7f328569 locale: Update compiled localization files 2013-11-07 00:15:48 -08:00