boinc/html
David Anderson c35f02e868 - user web: add a general-purpose user search mechanism.
This lets you lookup up users sorted by
        - descending join time
        - descending total credit, or
        - descending RAC
    and lets you filter them by
        - country
        - presence/absence of team
        - presence/absence of profile
    It's implemented in such a way that no more than N
    DB rows are examined
    (i.e. it doesn't necessarily show you all the results)
- PHP database: add enum_fields() member to DbConn and BoincUser.
    This is to select a limited number of fields
    e.g. to make large queries more efficient.
    Also added BoincTeam::lookup_id_cache(); this is an example
    of how to look up items likely to be repeated
    (like teams when you're showing a list of users)

svn path=/trunk/boinc/; revision=14082
2007-11-05 23:55:33 +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 - user web: add a general-purpose user search mechanism. 2007-11-05 23:55:33 +00:00
languages - user web: convert translations from tokens to strings; update Lithuanian translation. 2007-11-02 14:43:02 +00:00
ops - user web: style server status page with CSS, some cleanup of the stylesheet (fix #457). 2007-11-03 16:39:23 +00:00
project.sample User web: add HTML DOCTYPE (4.01 Transitional) to all pages, make some HTML validity changes. 2007-10-22 19:36:01 +00:00
user - user web: add a general-purpose user search mechanism. 2007-11-05 23:55:33 +00:00