Commit Graph

14 Commits

Author SHA1 Message Date
David Anderson ad6c38f6d4 - new <platform> elements in get_project_config.php
confuse the client because their <name> element
    gets parsed as the project name.
    Work around by changing to <platform_name>.

Note: here (and everywhere else) if we get an unparsed XML tag
    we should skip to past the close tag.
    I'll put this in soon.
    
html/user/
    get_project_config.php

svn path=/trunk/boinc/; revision=12834
2007-06-06 14:10:28 +00:00
David Anderson 601403d9aa - Client (Unix) show process exit codes as negative numbers also
(e.g., to show BOINC error codes correctly)
- get_project_config.php: add an element that lists the
    platforms supported by this project
    (i.e. for which there's a non-deprecated app version)
    Cache this info in a file (cache/platform_list.xml)
    so that it will be available even when the project's DB is down.
- Rename sample_get_project_config.php to get_project_config.php;
    a project should no longer need its own version of this file.
    Change setup_project accordingly.

client/
    app_control.C
html/user/
    get_project_config.php (new)
    sample_get_project_config.php (removed)
py/Boinc/
    setup_project.py

svn path=/trunk/boinc/; revision=12814
2007-06-04 20:32:47 +00:00
David Anderson cb583ae458 *** empty log message ***
svn path=/trunk/boinc/; revision=11116
2006-09-06 17:18:51 +00:00
David Anderson 69748078d3 invitation codes
svn path=/trunk/boinc/; revision=10213
2006-05-27 21:41:36 +00:00
David Anderson 6bcf6746cf *** empty log message ***
svn path=/trunk/boinc/; revision=10104
2006-05-05 16:33:56 +00:00
David Anderson 566cd6f85c *** empty log message ***
svn path=/trunk/boinc/; revision=9973
2006-04-19 22:59:06 +00:00
David Anderson 9ec46ca439 *** empty log message ***
svn path=/trunk/boinc/; revision=9692
2006-03-21 06:52:30 +00:00
David Anderson 0c30f68f44 generic get_project_config.php
svn path=/trunk/boinc/; revision=8555
2005-10-07 20:03:15 +00:00
David Anderson 20d9274d01 allow zero resource share
svn path=/trunk/boinc/; revision=7692
2005-08-31 18:20:06 +00:00
David Anderson 8a72aef655 remove email munge code
svn path=/trunk/boinc/; revision=7518
2005-08-26 22:26:26 +00:00
Rom Walton 5a606613f4 *** empty log message ***
svn path=/trunk/boinc/; revision=7233
2005-08-11 00:07:33 +00:00
Rom Walton f1206c6222 *** empty log message ***
svn path=/trunk/boinc/; revision=7232
2005-08-10 23:53:33 +00:00
David Anderson f8f68c0dc9 startup logic
svn path=/trunk/boinc/; revision=7224
2005-08-10 00:18:52 +00:00
David Anderson b36fef1e87 *** empty log message ***
svn path=/trunk/boinc/; revision=7216
2005-08-09 18:46:53 +00:00