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
Rytis Slatkevičius
c1fb4934ec
- user web: convert translations from tokens to strings; update Lithuanian translation.
...
- ops pages: add user removal feature (for spammers).
svn path=/trunk/boinc/; revision=14020
2007-11-02 14:43:02 +00:00
David Anderson
e1ca1c5aee
- User web: more DB framework changes;
...
extended DB framework to allow use of a read-only replica
svn path=/trunk/boinc/; revision=13985
2007-10-29 16:38:25 +00:00
David Anderson
89c9b4f112
- user web: added optional <users_per_page>, <teams_per_page> and
...
<hosts_per_page> elements to config.xml;
determine the number of entries to show per page
in top user/team/host lists
svn path=/trunk/boinc/; revision=13964
2007-10-26 03:57:07 +00:00
Matt Lebofsky
9e0b73e9d3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12223
2007-03-14 18:05:30 +00:00
David Anderson
79e14047f2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11150
2006-09-13 03:39:30 +00:00
Janus B. Kristensen
b19ba89d79
Avoid cases where the page would show "Next 20" but no more users/teams are registered.
...
svn path=/trunk/boinc/; revision=7830
2005-09-07 16:00:27 +00:00
Janus B. Kristensen
2fd8d74b6e
Top users should include inactive users in RAC listing. Fixed some serious typos in cache timing.
...
Top teams can now be translated.
svn path=/trunk/boinc/; revision=7353
2005-08-16 09:20:25 +00:00
Janus B. Kristensen
e82ca25432
Now translatable with caching of database data
...
svn path=/trunk/boinc/; revision=6418
2005-06-23 20:34:53 +00:00
Bruce Allen
dbae4e9ca1
Eliminate undefined index
...
svn path=/trunk/boinc/; revision=6118
2005-05-11 10:26:53 +00:00
David Anderson
5db48631f9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5480
2005-02-19 08:06:53 +00:00
David Anderson
7342b36f2e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4599
2004-11-18 20:01:12 +00:00
David Anderson
e8cb263ff7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4470
2004-11-01 23:10:02 +00:00
David Anderson
3510973585
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4039
2004-08-11 11:24:49 +00:00
Eric J. Korpela
1ca61ba699
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3946
2004-07-23 04:04:21 +00:00
Eric J. Korpela
a7a656299d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3943
2004-07-22 23:42:50 +00:00
David Anderson
ecf08e05cd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3880
2004-07-15 18:54:17 +00:00
David Anderson
cd3884593b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3727
2004-06-30 18:53:35 +00:00
David Anderson
8d1c9b4979
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3696
2004-06-24 16:51:22 +00:00
David Anderson
c46546288e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3508
2004-06-07 03:34:07 +00:00
David Anderson
c5b4118a34
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3477
2004-05-31 00:50:06 +00:00
David Anderson
9f1e5b1da6
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3457
2004-05-27 18:13:00 +00:00
David Anderson
b75c017d85
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3368
2004-05-12 17:54:23 +00:00
David Anderson
2deee53456
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3367
2004-05-11 22:49:23 +00:00
David Anderson
00c54bac9d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3261
2004-04-14 20:55:37 +00:00
Karl Chen
545a56d5c8
directory structure change
...
svn path=/trunk/boinc/; revision=2938
2004-02-02 23:34:39 +00:00
Karl Chen
f91fe16a0c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2480
2003-10-15 08:48:02 +00:00
Karl Chen
bfb509c459
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2478
2003-10-15 08:47:15 +00:00
Karl Chen
e4d3f63780
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2476
2003-10-15 08:47:13 +00:00
Karl Chen
59ef686848
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2311
2003-09-08 00:12:37 +00:00
David Anderson
39bc2da38d
admin account creation
...
svn path=/trunk/boinc/; revision=2171
2003-08-22 05:36:25 +00:00
David Anderson
b30f73a15c
user web
...
svn path=/trunk/boinc/; revision=1066
2003-03-17 22:37:49 +00:00
David Anderson
3b69788310
web site fixes
...
svn path=/trunk/boinc/; revision=738
2002-12-13 00:12:44 +00:00
David Anderson
72a41ff39a
PHP session mechanism
...
svn path=/trunk/boinc/; revision=681
2002-12-04 19:14:00 +00:00
David Anderson
0f79afb5d4
user web
...
svn path=/trunk/boinc/; revision=586
2002-11-08 17:21:45 +00:00