Commit Graph

2330 Commits

Author SHA1 Message Date
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
Janus B. Kristensen 209d519fc4 - Fixed issue where the cached version of the profile page was displayed in a wrong language
- Added translation awareness to view_profile.php
- Added translation awareness to show_user.php
- Added cacheability to the community_links() by splitting it into a function for getting the cacheable object "get_community_links_object()" and another for displaying it "community_links()"
- Added the community_links cacheable object to the cache in show_user.php
- Changed view_profile.php from being full-page cached to using data caching. Only the community_links object is cached as that is the only one containing heavy queries. All other queries are simple and will be cached at the SQL query cache level.

svn path=/trunk/boinc/; revision=16749
2008-12-29 18:44:11 +00:00
Janus B. Kristensen ef3fb01631 - Added ability to mildly force a specific title on forum posts when posting
- Added ability to get a forum post title from the GET request as well as the POST request data (POST overwrites GET)


svn path=/trunk/boinc/; revision=16747
2008-12-29 10:19:25 +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
Jens Seidler fd552c0760 BOINC supplied web files updated: Italian(it), Czech(cs)
svn path=/trunk/boinc/; revision=16733
2008-12-22 05:56:53 +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 312ffba708 - API: remove BOINC_OPTIONS::worker_thread_stack_size
- web: check whether to show profile in separate function
    from displaying profile; eliminate double headers
- scheduler: finish purge of redundant arguments

svn path=/trunk/boinc/; revision=16726
2008-12-19 18:14:02 +00:00
David Anderson 5495ec64df - web/scheduler: add a project-specific preferences for
whether to accept GPU jobs

svn path=/trunk/boinc/; revision=16723
2008-12-18 21:25:51 +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 0cf46274e7 - web: remove unused code; fixes #799
svn path=/trunk/boinc/; revision=16703
2008-12-16 21:39:07 +00:00
David Anderson 4a65681176 - scheduler: if client has coprocs,
put a textual summary of them in host.serialnum (currently unused)
- web: show coprocs on host detail page
- db_dump: include coproc info in host XML

svn path=/trunk/boinc/; revision=16697
2008-12-16 18:46:28 +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 ef52366c1b - web: fix bug that caused login to fail
- sched: more global vars

svn path=/trunk/boinc/; revision=16695
2008-12-16 16:29:54 +00:00
Janus B. Kristensen 2c45b94115 Fixed issue where BBCode inside code-tags was being interpreted
svn path=/trunk/boinc/; revision=16690
2008-12-15 18:43:52 +00:00
Janus B. Kristensen fba6fb51f2 Fixes issue where sending a PM would inadvertedly strip everything that looked like tags from the text before sending it.
svn path=/trunk/boinc/; revision=16689
2008-12-15 17:46:40 +00:00
David Anderson 8848e7e424 - web: fix link text
svn path=/trunk/boinc/; revision=16687
2008-12-15 04:19:46 +00:00
David Anderson 4b5be47639 - web: replace the vaguely-named process_user_text()
with BoincDb::escape_string()
- web: have BoincDb::escape_string() also do a trim()

svn path=/trunk/boinc/; revision=16686
2008-12-14 22:18:49 +00:00
Janus B. Kristensen 519760d784 - Translation awareness (From ORE)
svn path=/trunk/boinc/; revision=16685
2008-12-13 21:56:53 +00:00
Janus B. Kristensen 9481b392a4 - Added check for host existance before displaying host results
- Added hostid to title
- Translation awareness (From ORE)
- Fixed error message when no parameters are given


svn path=/trunk/boinc/; revision=16684
2008-12-13 21:27:37 +00:00
Janus B. Kristensen 233bfc0b6b - Translation awareness (From ORE)
svn path=/trunk/boinc/; revision=16683
2008-12-13 20:13:48 +00:00
Janus B. Kristensen 973b0fe882 - Added a check for existance before displaying thread
- Fixed duplicate code segment by moving it outside the if-sentence
- A few random HTML4.01 transitional fixes
- Translation awareness (From ORE)


svn path=/trunk/boinc/; revision=16682
2008-12-13 20:04:01 +00:00
Janus B. Kristensen 31e8fe94a4 Woops, typo
svn path=/trunk/boinc/; revision=16681
2008-12-13 19:32:41 +00:00
Janus B. Kristensen dbd155b9b3 - Translation awareness (From ORE)
- Changed the text to be slightly less repetitive


svn path=/trunk/boinc/; revision=16680
2008-12-13 19:31:40 +00:00
Janus B. Kristensen ea4e1283da - Fixed issue where searchbots could accidentally vote for profiles because voting did not require that the user was logged in
- Fixed random spelling errors
- Translation awareness (From ORE)


svn path=/trunk/boinc/; revision=16679
2008-12-13 19:13:43 +00:00
Janus B. Kristensen 1146f09738 - Fixed issue where the ReCaptcha would always be ignored regardless of project settings. This allowed spammers to keep spamming.
- Fixed random spelling errors
- Fixed layouting errors
- Translation awareness (From ORE)


svn path=/trunk/boinc/; revision=16678
2008-12-13 18:54:06 +00:00
Janus B. Kristensen 0bfa2388ab - Fixed case where custom error message for missing name parameter would never be displayed.
- Translation awareness (From ORE)


svn path=/trunk/boinc/; revision=16677
2008-12-13 18:29:15 +00:00
Janus B. Kristensen fc3b1f2436 Translation awareness
(From ORE)

svn path=/trunk/boinc/; revision=16676
2008-12-13 18:21:04 +00:00
Janus B. Kristensen 2e58894aa9 Translation awareness.
(From ORE)

svn path=/trunk/boinc/; revision=16675
2008-12-13 18:13:54 +00:00
David Anderson f03a264dd8 svn path=/trunk/boinc/; revision=16665 2008-12-09 22:42:28 +00:00
David Anderson 8ef6d9c756 - web: send only 1 email on team founder transfer request
- web: if no transfer request is pending, say so

svn path=/trunk/boinc/; revision=16664
2008-12-09 22:41:29 +00:00
David Anderson e3807a8386 - scheduler: estimate CUDA device speed based on clock rate an #MP
- web: close table in WU page
- web: fix PHP error in translation script

svn path=/trunk/boinc/; revision=16648
2008-12-08 19:39:19 +00:00
Eric J. Korpela 8872180e47 Added info about forums and private messages to the default project privacy
policy.


svn path=/trunk/boinc/; revision=16632
2008-12-06 00:40:36 +00:00
David Anderson e3fd56f5e8 - client: work-fetch tweak: don't increment overall CPU shortfall
if any jobs pending in simulation

svn path=/trunk/boinc/; revision=16595
2008-12-01 22:06:24 +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 8b1e46ad06 - web: fix scripting attack vulnerability
svn path=/trunk/boinc/; revision=16579
2008-11-27 03:16:33 +00:00
David Anderson 149b2c6794 - server: if "terms_of_use.txt" exists in project dir,
send it in get_project_config.php;
    6.4 clients will display a dialog to accept terms of use during attach.

svn path=/trunk/boinc/; revision=16563
2008-11-26 03:28:48 +00:00
David Anderson ee7a4d5a88 - add Bossa file
svn path=/trunk/boinc/; revision=16556
2008-11-25 03:23:29 +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
Jens Seidler f76c2aeb2d Manager and supplied web files updated: Spanish(es), Chinese Simplified(zh_CN)
svn path=/trunk/boinc/; revision=16499
2008-11-17 06:28:03 +00:00
David Anderson ea4f9d7bd1 - web: fix team join bug
?? Why does omitting the "$" from a PHP variable
    cause PHP to emit a blank page?  How about an error memssage?

svn path=/trunk/boinc/; revision=16486
2008-11-13 03:48:03 +00:00
David Anderson a65166f31c - web: don't show misleading message if forum rating disabled
fixes #768; from Nicolas


svn path=/trunk/boinc/; revision=16480
2008-11-11 23:43:56 +00:00
Jens Seidler 6ba00f8d4f Manager and supplied web files updated: Spanish(es), Chinese Simplified(zh_CN)
svn path=/trunk/boinc/; revision=16404
2008-11-04 06:57:53 +00:00
David Anderson d8c923271b - web: smooth things out a bit for confused users:
- add a "forgot email address?" link
    - change text to say that the authenticator method can be used
        in case of forgotten email OR forgotten password
    - if bad password on login, show them the login form again
        (with email field populated)
        instead of a harsh failure message
    - if bad email on login, show login form again instead of harsh message
    - update authenticator method instructions
        with new BOINC data directory paths

svn path=/trunk/boinc/; revision=16399
2008-11-04 00:15:51 +00:00
David Anderson a5481e1714 - Filter questions
svn path=/trunk/boinc/; revision=16390
2008-11-03 03:06:29 +00:00
David Anderson 1de55a2842 - web: free result in count(). Fixes #763
svn path=/trunk/boinc/; revision=16389
2008-11-02 20:15:06 +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