Vitalii Koshura
44742026e2
Remove trailing whitespaces. Add CI script to verify in on every commit
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-05 20:08:17 +02:00
David Anderson
b6e60311ea
web: add "Help desk expert" user flag
...
This doesn't give any moderator rights; it's for display only.
Also, make the special-user strings translatable.
2015-04-04 14:35:18 -07:00
David Anderson
e6ecb981b3
web: change CSS usage to partly match Twitter Bootstrap. From Christian Beer.
2014-10-02 12:15:54 -07:00
David Anderson
3abed383e5
web PHP code: use mysqli everywhere if available
...
Change all the PHP code to use _mysql_query() instead of mysql_query()
(and similar for other functions).
_mysql_query() uses the mysqli API if available, else the old API.
Going forward, all PHP code should the DB abstration layer if possible;
else it should use the _mysql_* functions.
2014-09-04 12:00:09 -07:00
David Anderson
f5fea9c3d3
team_import script: decode entities properly
2014-03-28 14:52:37 -07:00
David Anderson
2e85107ff6
- admin web: "User privileges" didn't work if the project
...
had set forum_preferences.special_user to "0000000",
as had been done in SETI@home for some reason.
Also, show user ID as well as name; name is not unique.
svn path=/trunk/boinc/; revision=21143
2010-04-07 22:21:44 +00:00
Janus B. Kristensen
0da4c42976
Having variables called 1, 2, 3... etc is really bad coding style and causes buckloads of issues in associative arrays.
...
Instead call them stuff like "role1", "role2" and so on.
svn path=/trunk/boinc/; revision=16132
2008-10-05 12:45:33 +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
Bruce Allen
4a571ea68c
Ops page bug fix from Carl Christensen for manage special users page.
...
svn path=/trunk/boinc/; revision=9431
2006-02-09 20:37:13 +00:00
Bruce Allen
77411a83ab
Added ops page to manage special users (from Christian Beer)
...
svn path=/trunk/boinc/; revision=5555
2005-03-03 17:48:16 +00:00