Commit Graph

14 Commits

Author SHA1 Message Date
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 9baf78fe5f - web: added copyright and license info to PHP files
svn path=/trunk/boinc/; revision=15758
2008-08-05 22:43:14 +00:00
David Anderson bacf9512d1 - web: on completion of team foundership transfer,
clear ping_user and ping_time fields
- web: fix outdated update_forum_activities script

svn path=/trunk/boinc/; revision=14973
2008-03-28 03:05:19 +00:00
David Anderson fe32380dcf David 23 Apr 2007
- make_project: remove --no_test_app option, add --test_app option
    - make_project: initial config in all cases has
        one_result_per_user_per_wu = 0
    - sample_assimilator: make it able to handle > 1 output file
    - boinc_cmd: make --help output more readable
    - User web: fix some undefined vars in translation.inc
        Rytis: let's try to fix PHP runtime warnings
    - DB: add default values for app table (avoid MySQL warnings)

    db/
        schema.sql
    html/
        inc/
            translation.inc
            uotd.inc
        ops/
            update_forum_activities.php
    lib/
        str_util.C
        boinc_cmd.C
    py/Boinc/
        setup_project.py
    sched/
        sample_work_generator.C
        sample_assimilator.C
    tools/
        make_project
        uc_wu, uc_result (new)

svn path=/trunk/boinc/; revision=12450
2007-04-23 16:14:47 +00:00
David Anderson f8ea3e0797 *** empty log message ***
svn path=/trunk/boinc/; revision=11213
2006-09-28 18:51:52 +00:00
David Anderson 38e5c621ba *** empty log message ***
svn path=/trunk/boinc/; revision=11212
2006-09-28 18:01:29 +00:00
David Anderson 615982f0b4 *** empty log message ***
svn path=/trunk/boinc/; revision=5910
2005-04-20 22:46:47 +00:00
David Anderson 02eb8c99a8 *** empty log message ***
svn path=/trunk/boinc/; revision=2948
2004-02-03 21:48:49 +00:00
Karl Chen 545a56d5c8 directory structure change
svn path=/trunk/boinc/; revision=2938
2004-02-02 23:34:39 +00:00
David Anderson 645f77de1b *** empty log message ***
svn path=/trunk/boinc/; revision=2819
2003-12-21 05:55:48 +00:00
David Anderson 79a1bc9772 Changed the algorithm by which UOTD is chosen to pick a new UOTD the first time the function is run after a day change instead of 24 hours from when the last UOTD was chosen.
svn path=/trunk/boinc/; revision=2028
2003-08-08 01:00:35 +00:00
David Anderson 0914e76061 Added logic to compute a separate activity rating for helpdesk forums.
svn path=/trunk/boinc/; revision=1937
2003-08-01 20:27:03 +00:00
David Anderson 4eb9398e73 Finished function to compute forum activity values and store them in the database.
svn path=/trunk/boinc/; revision=1874
2003-07-30 20:06:18 +00:00
David Anderson 23f491368b Updates the activity field of every thread in the forum, based on an exponentially decreasing score calculated from how recent the posts in the thread are.
svn path=/trunk/boinc/; revision=1873
2003-07-30 00:54:22 +00:00