Rename sites directory to be the new config repository
This commit is contained in:
parent
006992b900
commit
433e7eec80
31 changed files with 196 additions and 216 deletions
|
@ -28,7 +28,7 @@ Required:
|
|||
reported as broken and cannot verified as they should be.
|
||||
|
||||
To make sure it always works - it's required to configure the $base_url in
|
||||
the sites settings.php with your public sites URL. Better safe than sorry!
|
||||
the config settings.php with your public sites URL. Better safe than sorry!
|
||||
|
||||
|
||||
Known issues:
|
||||
|
@ -37,7 +37,7 @@ There are a lot of known issues in drupal_http_request(). These have been solved
|
|||
in HTTPRL. As a workaround it's recommended to use HTTPRL in linkchecker.
|
||||
|
||||
Issues list:
|
||||
|
||||
|
||||
* #997648: drupal_http_request() always calls fread() one more time than necessary
|
||||
* #164365-12: drupal_http_request() does handle (invalid) non-absolute redirects
|
||||
* #205969-11: drupal_http_request() assumes presence of Reason-Phrase in response Status-Line
|
||||
|
|
Reference in a new issue