boinc/html
David Anderson b2d7812130 - GUI RPC: add the following items to PROJECT_CONFIG
(corresponding to the get_project_config.php web RPC):
    - platforms: list of platforms supported by the project
    - sched_stopped: scheduler disabled
    - web_stopped: DB-driven web features disabled
    - min_client_version
- GUI RPC: add the following items to CC_STATE:
    - platforms: list of platforms supported by the client
        (this replaces the unused <platform_name>)
- GUI RPC: add the following items to PROJECT_LIST_ENTRY
    (entry in the "all projects" list):
    - platforms: list of platforms supported by the project
- GUI RPC: move APP_VERSION pointer from WORKUNIT to RESULT;
    include plan class in APP_VERSION lookup.
    This completes the change of March 2008,
    and allows the Manager to work correctly when a project
    has two different app versions of the same (app, platform, version)
    running on a client at once (e.g., a CPU and a GPU app)
- get_project_config.php: remove logic that checks client version.
    This page is accessed by PHP, not just by client
- web: add link to forum page to get forum as RSS

svn path=/trunk/boinc/; revision=16900
2009-01-13 19:34:04 +00:00
..
bt Due to magic quotes check the IDs and hashes are now always 20 bytes 2007-10-10 21:06:10 +00:00
inc Fixed issue where a translation text was broken into pieces making it impossible to translate for languages that have a different word order than english. 2009-01-05 15:50:33 +00:00
languages Added finnish web interface translation (Contribution from the ORE project) 2009-01-05 19:19:51 +00:00
ops - added a script to make profile.has_picture consistent 2009-01-02 20:02:04 +00:00
project.sample - web/scheduler: add a project-specific preferences for 2008-12-18 21:25:51 +00:00
queue Update some of the code and added some documentation... 2008-01-15 08:36:59 +00:00
user - GUI RPC: add the following items to PROJECT_CONFIG 2009-01-13 19:34:04 +00:00