Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
700158c9
Commit
700158c9
authored
Jun 05, 2015
by
jhodgdon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2494319
by Pere Orga: Follow up to Spellchecking Drupal - Comments
parent
c3cb3031
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
12 deletions
+12
-12
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
.../lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
+1
-1
core/modules/language/templates/language-negotiation-configure-form.html.twig
...e/templates/language-negotiation-configure-form.html.twig
+3
-3
core/modules/search/src/SearchQuery.php
core/modules/search/src/SearchQuery.php
+1
-1
core/modules/system/src/Tests/File/ScanDirectoryTest.php
core/modules/system/src/Tests/File/ScanDirectoryTest.php
+1
-1
core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php
...modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php
+1
-1
core/modules/user/src/PrivateTempStoreFactory.php
core/modules/user/src/PrivateTempStoreFactory.php
+1
-1
core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTrustedHostsTest.php
.../Tests/Core/DrupalKernel/DrupalKernelTrustedHostsTest.php
+1
-1
sites/default/default.services.yml
sites/default/default.services.yml
+3
-3
No files found.
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
View file @
700158c9
...
...
@@ -98,7 +98,7 @@ public function applyUpdates() {
$change_list
=
$this
->
getChangeList
();
if
(
$change_list
)
{
// getChangeList() only disables the cache and does not invalidate.
// In case there are changes, explictly invalidate caches.
// In case there are changes, explic
i
tly invalidate caches.
$this
->
entityManager
->
clearCachedDefinitions
();
}
foreach
(
$change_list
as
$entity_type_id
=>
$change_list
)
{
...
...
core/modules/language/templates/language-negotiation-configure-form.html.twig
View file @
700158c9
...
...
@@ -6,9 +6,9 @@
* Available variables:
* - language_types: A list of language negotiation types. Each language type
* contains the following:
* - type: The machine name for the negotation type.
* - title: The language negotation type name.
* - description: A description for how the language negotation type operates.
* - type: The machine name for the negot
i
ation type.
* - title: The language negot
i
ation type name.
* - description: A description for how the language negot
i
ation type operates.
* - configurable: A radio element to toggle the table.
* - table: A draggable table for the language detection methods of this type.
* - children: Remaining form items for the group.
...
...
core/modules/search/src/SearchQuery.php
View file @
700158c9
...
...
@@ -464,7 +464,7 @@ public function prepareAndNormalize() {
}
/**
* {@inher
t
idoc}
* {@inheri
t
doc}
*/
public
function
preExecute
(
SelectInterface
$query
=
NULL
)
{
if
(
!
$this
->
executedPrepare
)
{
...
...
core/modules/system/src/Tests/File/ScanDirectoryTest.php
View file @
700158c9
...
...
@@ -29,7 +29,7 @@ class ScanDirectoryTest extends FileTestBase {
protected
function
setUp
()
{
parent
::
setUp
();
// Hardcode the location of the simpletest files as it is already known
// and shouldn't change, and we don't yet have a way to retr
e
ive their
// and shouldn't change, and we don't yet have a way to retri
e
ve their
// location from drupal_get_filename() in a cached way.
// @todo Remove as part of https://www.drupal.org/node/2186491
$this
->
path
=
'core/modules/simpletest/files'
;
...
...
core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php
View file @
700158c9
...
...
@@ -75,7 +75,7 @@ public function testTwigNamespaces() {
$this
->
assertText
(
'This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig'
);
$this
->
assertText
(
'This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig'
);
// Enable a subtheme for the theme that doesnt have any overrides to make
// Enable a subtheme for the theme that doesn
'
t have any overrides to make
// sure that templates are being loaded from the first parent which has the
// templates.
$this
->
config
(
'system.theme'
)
...
...
core/modules/user/src/PrivateTempStoreFactory.php
View file @
700158c9
...
...
@@ -13,7 +13,7 @@
use
Symfony\Component\HttpFoundation\RequestStack
;
/**
* Creates a PrivateTempStore object for a given collecton.
* Creates a PrivateTempStore object for a given collect
i
on.
*/
class
PrivateTempStoreFactory
{
...
...
core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTrustedHostsTest.php
View file @
700158c9
...
...
@@ -60,7 +60,7 @@ public function providerTestTrustedHosts() {
// Tests canonical URL.
$data
[]
=
[
'www.example.com'
,
'www.example.com'
,
'canonical URL is trusted'
,
TRUE
];
// Tests missing hostname for HTTP/1.0 compat
a
bility where the Host
// Tests missing hostname for HTTP/1.0 compat
i
bility where the Host
// header is optional.
$data
[]
=
[
NULL
,
'www.example.com'
,
'empty Host is valid'
,
TRUE
];
...
...
sites/default/default.services.yml
View file @
700158c9
...
...
@@ -25,9 +25,9 @@ parameters:
cookie_lifetime
:
2000000
#
# Drupal automatically generates a unique session cookie name based on the
# full domain name used to access the site. This mechanism is sufficent
for
# most use-cases, including multi-site deployments. However, if it is
# desired that a session can be reused ac
c
ross different subdomains, the
# full domain name used to access the site. This mechanism is suffic
i
ent
#
for
most use-cases, including multi-site deployments. However, if it is
# desired that a session can be reused across different subdomains, the
# cookie domain needs to be set to the shared base domain. Doing so assures
# that users remain logged in as they cross between various subdomains.
# To maximize compatibility and normalize the behavior across user agents,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment