David Anderson
db6592e6fc
admin web: fix bug in "delete user" function
...
Also:
- use "admin_error_page()" instead of "error_page()" in admin pages
- add footer w/ Main Page link to admin pages
- code cleanup in delete user function
2014-10-29 12:25:35 -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
41a2b2c658
admin web: fix warning
2014-06-24 09:09:36 -07:00
David Anderson
278f3fd370
web: use new DB API here and there; should be no visible changes
2014-04-24 09:41:59 -07:00
David Anderson
6f6168896b
admin web: code cleanup in manage_user.php (ancient, undergrad-written)
2014-03-03 00:44:18 -08:00
David Anderson
20c11bccf7
fixes for Android/x86 build scripts, from Jon
2014-03-02 22:47:24 -08:00
David Anderson
603bca7b0b
admin web: fix small bugs in manage_user.php
2014-02-21 12:05:39 -08:00
David Anderson
bc38f557e1
- admin web: fix spurious error in manage user page
2013-03-05 16:33:40 +01:00
David Anderson
78a9c920c7
- web: more fixes from Christian Beer. Fixes #1129
...
svn path=/trunk/boinc/; revision=24050
2011-08-26 18:30:13 +00:00
David Anderson
2e6e93214e
- client: restore code to maintain recent estimated credit
...
- admin web: clean up manage_user.php
svn path=/trunk/boinc/; revision=22713
2010-11-18 20:29:30 +00:00
David Anderson
0b9bb93278
- web: final purge of process_user_text()
...
svn path=/trunk/boinc/; revision=16696
2008-12-16 16:57:31 +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
d642cd6815
- small web fixes; fixes #421
...
svn path=/trunk/boinc/; revision=14485
2008-01-07 23:33:48 +00:00
David Anderson
dcce4d6717
- user web: bug fix in code to limit posting rate
...
- admin web bug fixes
svn path=/trunk/boinc/; revision=14416
2007-12-19 21:28:58 +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
Rytis Slatkevičius
b04aeea7d6
user web: make sure that all links that have URL_BASE have slashes after it. This makes a slash in the end of URL_BASE definition in project/project.inc no longer necessary.
...
svn path=/trunk/boinc/; revision=13106
2007-07-05 19:37:33 +00:00
Rytis Slatkevičius
d72c002779
Update manage_user.php and get rid of security stuff currently only used in Pirates@Home.
...
svn path=/trunk/boinc/; revision=12286
2007-03-29 19:17:13 +00:00
David Anderson
8b496d5b97
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12269
2007-03-25 03:25:57 +00:00