Commit Graph

16 Commits

Author SHA1 Message Date
Christian Beer 157631d1f4 Ops: adjust query for new host.os_version schema
* extracts the kernel version between square brackets (if any)
* does not remove the distribution specific postfix of the kernel version but that only makes the string a little bit longer
* adjust old version for longer version numbers like 3.14.77-81
2016-09-11 10:49:25 +02:00
Christian Beer ea7df2637e Web: use https urls everywhere
Modern Browser complain if there are non-https elements in https websites. This makes sure that if the user visits via https all elements of the page are also retrieved using SSL. Furthermore it uses https urls in emails that are send to the user, if SECURE_URL_BASE is set in project/project.inc.
The only remaining places where URL_BASE is used is when it is used as master_url where it is important that it is in sync with what the scheduler uses.
2015-11-30 09:36:29 +01: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 769cc7eaea admin web: link hosts in failure page 2013-08-16 22:31:18 -07:00
David Anderson e401380d5c admin web: fix PHP errors in failure page 2013-08-16 22:21:12 -07:00
David Anderson ddd98cf8ec - admin web: fixes and clarifications to failure summaries
svn path=/trunk/boinc/; revision=25171
2012-01-31 07:21:42 +00:00
David Anderson 9285bc3961 - admin web: improvements to the pages for investigating result failures
(though considerable funkiness remains)


svn path=/trunk/boinc/; revision=25170
2012-01-30 23:57:18 +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 849f83488b Checking in the right versions of these files....
svn path=/trunk/boinc/; revision=5353
2005-02-08 04:38:31 +00:00
David Anderson 435f8edd47 *** empty log message ***
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
David Anderson 9bdde0b5b3 *** empty log message ***
svn path=/trunk/boinc/; revision=3517
2004-06-09 19:15:57 +00:00
Rom Walton b7ca5d74d4 *** empty log message ***
svn path=/trunk/boinc/; revision=3463
2004-05-28 22:11:42 +00:00
Rom Walton 313a481e5f *** empty log message ***
svn path=/trunk/boinc/; revision=3421
2004-05-24 00:02:37 +00:00
Rom Walton 01c6be9d7e *** empty log message ***
svn path=/trunk/boinc/; revision=3420
2004-05-23 23:59:55 +00:00
Rom Walton d39699eb9b *** empty log message ***
svn path=/trunk/boinc/; revision=3419
2004-05-23 23:56:37 +00:00
Rom Walton ef98b8f633 *** empty log message ***
svn path=/trunk/boinc/; revision=3418
2004-05-23 23:52:59 +00:00