Shawn Kwang
9df84d562c
Drupal: Removed PHP ini setting 'arg_separator.output'.
...
With this setting present, reCAPTCHA does not work. Removing this setting, un-breaks reCAPTCHA.
Part of PHP 7.0 compatibility.
https://dev.gridrepublic.org/browse/DBOINCP-484
2019-02-01 10:45:15 -06:00
Shawn Kwang
3cba593c69
Drupal: Removed deprecated settings.
...
Part of PHP 7.0 compatibility.
https://dev.gridrepublic.org/browse/DBOINCP-468
2019-01-24 10:53:29 -06:00
Shawn Kwang
a45c1808a7
Drupal: Renamed boinc_read to boinc_ro.
2018-02-07 13:43:05 -06:00
Shawn Kwang
7824b82302
Drupal: Rename boinc to boinc_rw, and add boinc_read to $db_url.
...
If admin does not define boinc_read, boinc_rw is used in its place. In this way the admin may define a single database for both read+write queries, or two different databases for read & write operations.
2018-02-07 13:38:42 -06:00
Shawn Kwang
e201d18f3c
Drupal: Add settings.local.php to main settings.php file. Added local settings to gitignore.
2018-02-07 13:38:42 -06:00
Tristan Olive
7829f70575
Replaced file_exists() with stream_resolve_include_path()
...
* The file_exists() function does not behave properly across symlinks, returning FALSE if the directory permissions while traversing the real path prevent access. This prevents the baseurl.php include file from being included, even though it is present and readable.
(DBOINCP-157)
2014-09-16 12:39:34 -04:00
Tristan Olive
35c69426bb
Configured site to use einstein theme during maintenance mode
...
(DBOINCP-104)
2014-09-15 22:59:03 -04:00
Oliver Bock
c3ea35734b
Make sure password strings are properly escaped, otherwise the MySQL login URL can become invalid
2013-06-24 13:51:27 +02:00
Tristan Olive
86b2f58584
Increased max file upload to 8MB
2013-06-24 13:47:51 +02:00
Tristan Olive
804fcf0f67
Cleaned up settings, let people keep their own dbconfigs...
2013-06-24 13:47:42 +02:00
Tristan Olive
c7ab3df142
Added drupal root; tweaked inc libraries for Drupal compatibility
2013-06-24 13:44:42 +02:00