Loading core/lib/Drupal/Core/Access/AccessResultInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public function orIf(AccessResultInterface $other); /** * Combine this access result with another using AND. * * When ANDing two access results, the result is: * When AND is performed on two access results, the result is: * - isForbidden() in either ⇒ isForbidden() * - otherwise, if isAllowed() in both ⇒ isAllowed() * - otherwise, one of them is isNeutral() ⇒ isNeutral() Loading core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php +1 −1 Original line number Diff line number Diff line Loading @@ -2540,7 +2540,7 @@ protected function addUniqueKey($table, $name, array $specifier) { } /** * Typecasts values to proper datatypes. * Typecasts values to the proper data type. * * MySQL PDO silently casts, e.g. FALSE and '' to 0, when inserting the value * into an integer column, but PostgreSQL PDO does not. Use the schema Loading core/lib/Drupal/Core/Password/PhpassHashedPassword.php +3 −3 Original line number Diff line number Diff line Loading @@ -167,9 +167,9 @@ protected function crypt($algo, $password, $setting) { return FALSE; } $count_log2 = $this->getCountLog2($setting); // Stored hashes may have been crypted with any iteration count. However we // do not allow applying the algorithm for unreasonable low and high values // respectively. // Stored hashes may have been encrypted with any iteration count. However // we do not allow applying the algorithm for unreasonable low and high // values respectively. if ($count_log2 != $this->enforceLog2Boundaries($count_log2)) { return FALSE; } Loading core/lib/Drupal/Core/Url.php +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ use Drupal\Core\Routing\RouteObjectInterface; use Symfony\Component\HttpFoundation\Request; // cspell:ignore abempty /** * Defines an object that holds information about a URL. * Loading core/misc/cspell/dictionary.txt +1 −40 Original line number Diff line number Diff line abcdefghijklmno abcdefghijklmnopqrstuvwxyz abempty abiword absolutezero accesslog accum Loading @@ -10,8 +8,6 @@ addedline addtogroup adminforms adminlabel aewesome aflopend afterclose aftercreate ahah Loading @@ -20,9 +16,6 @@ ajaxcallback ajaxify ajaxing akiko aliasable aliquet allowtransparency allwords alphadecimal alterjs Loading @@ -38,7 +31,6 @@ anotherwordenglish anotherwordgerman antilop anyall apng applix archiver archivers Loading @@ -57,7 +49,6 @@ asdf asdrsad assertable asterix asubject atomentry atomfeed atomrendererfeed Loading @@ -75,17 +66,12 @@ autocreate autocreated autocreation autodetect autodiscovered autoescape autoescaped autoescaping autofilling autofix autogenerate autogenerator autoincrement autoincrementing autoindex autoloadable autoloaded autoloader Loading Loading @@ -117,7 +103,6 @@ bartik bartik's basefield basepath baseroot basestrings basetheme basicpage Loading @@ -139,11 +124,9 @@ bgred bigpipe bikeshed bikesheds bistromathic bitmask bkmgtpezy bkslshv blackhat blist blockarticles blockbasic Loading Loading @@ -182,10 +165,8 @@ bundlenode buttonpane buttonset buytaert bzzzzzzzt cacheability cacheable cacheablemetadata cachebackend cachebackends cachebin Loading Loading @@ -242,12 +223,10 @@ classtype cldr clearfix cleartype clicksort clicksorter clist cloner closethick closur cnenzrgre cnfi cochez Loading @@ -265,7 +244,6 @@ complote compositionend compositionstart configentity configtranslation configurability configurator conneg Loading @@ -274,7 +252,6 @@ contentblock contententry contentrendererentry contextuals contrained controlgroup corefake coretest Loading @@ -287,8 +264,6 @@ createrole createuser crema crossout crudui crypted crème cscript csrftoken Loading @@ -301,8 +276,6 @@ ctund cucurbitaceae curle curlopt currenttime currentuser customevent customly customrequest Loading @@ -315,7 +288,6 @@ databasename datapoint datas datatypes datefield dateformatter datelist dateonly Loading @@ -325,7 +297,6 @@ datetimeiso datetimeplus datetype daycount daycounter dblog dbtng dburl Loading @@ -334,7 +305,6 @@ deckard deconstructor deduplicated deduplicates defalt defaultable defgroup delayable Loading @@ -356,7 +326,6 @@ denyall dependee dependee's dependees dependening depenencies deprioritize dequeues Loading @@ -382,8 +351,6 @@ diffchange differring discoverability displaymessage displayname distincted distro ditka divs Loading @@ -401,7 +368,6 @@ dramallama dramallamas drei drillable driveletter drivernumber drivertest drivertestmysql Loading Loading @@ -446,7 +412,6 @@ eins elbonia elementspath elems elit encapsed endapply endautoescape Loading Loading @@ -823,7 +788,7 @@ metapackage metapackages metatag metatags meφω meΦΩ miaus middlewares midgardmvc Loading Loading @@ -980,7 +945,6 @@ onewidgetfield onoff opendocument openxmlformats oplopend optgroups optimizable optin Loading Loading @@ -1297,7 +1261,6 @@ somethinggeneric soofy sortablejs sortby sorteren sourcearea sourcearea's sourcedialog Loading Loading @@ -1501,7 +1464,6 @@ titleslogan tlds tmpfs tnid toepassen toggleable togglewrap tongatapu Loading Loading @@ -1668,7 +1630,6 @@ vids viewmode viewports viewsviewfiles vivamus vmov vocabs volgende Loading Loading
core/lib/Drupal/Core/Access/AccessResultInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public function orIf(AccessResultInterface $other); /** * Combine this access result with another using AND. * * When ANDing two access results, the result is: * When AND is performed on two access results, the result is: * - isForbidden() in either ⇒ isForbidden() * - otherwise, if isAllowed() in both ⇒ isAllowed() * - otherwise, one of them is isNeutral() ⇒ isNeutral() Loading
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php +1 −1 Original line number Diff line number Diff line Loading @@ -2540,7 +2540,7 @@ protected function addUniqueKey($table, $name, array $specifier) { } /** * Typecasts values to proper datatypes. * Typecasts values to the proper data type. * * MySQL PDO silently casts, e.g. FALSE and '' to 0, when inserting the value * into an integer column, but PostgreSQL PDO does not. Use the schema Loading
core/lib/Drupal/Core/Password/PhpassHashedPassword.php +3 −3 Original line number Diff line number Diff line Loading @@ -167,9 +167,9 @@ protected function crypt($algo, $password, $setting) { return FALSE; } $count_log2 = $this->getCountLog2($setting); // Stored hashes may have been crypted with any iteration count. However we // do not allow applying the algorithm for unreasonable low and high values // respectively. // Stored hashes may have been encrypted with any iteration count. However // we do not allow applying the algorithm for unreasonable low and high // values respectively. if ($count_log2 != $this->enforceLog2Boundaries($count_log2)) { return FALSE; } Loading
core/lib/Drupal/Core/Url.php +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ use Drupal\Core\Routing\RouteObjectInterface; use Symfony\Component\HttpFoundation\Request; // cspell:ignore abempty /** * Defines an object that holds information about a URL. * Loading
core/misc/cspell/dictionary.txt +1 −40 Original line number Diff line number Diff line abcdefghijklmno abcdefghijklmnopqrstuvwxyz abempty abiword absolutezero accesslog accum Loading @@ -10,8 +8,6 @@ addedline addtogroup adminforms adminlabel aewesome aflopend afterclose aftercreate ahah Loading @@ -20,9 +16,6 @@ ajaxcallback ajaxify ajaxing akiko aliasable aliquet allowtransparency allwords alphadecimal alterjs Loading @@ -38,7 +31,6 @@ anotherwordenglish anotherwordgerman antilop anyall apng applix archiver archivers Loading @@ -57,7 +49,6 @@ asdf asdrsad assertable asterix asubject atomentry atomfeed atomrendererfeed Loading @@ -75,17 +66,12 @@ autocreate autocreated autocreation autodetect autodiscovered autoescape autoescaped autoescaping autofilling autofix autogenerate autogenerator autoincrement autoincrementing autoindex autoloadable autoloaded autoloader Loading Loading @@ -117,7 +103,6 @@ bartik bartik's basefield basepath baseroot basestrings basetheme basicpage Loading @@ -139,11 +124,9 @@ bgred bigpipe bikeshed bikesheds bistromathic bitmask bkmgtpezy bkslshv blackhat blist blockarticles blockbasic Loading Loading @@ -182,10 +165,8 @@ bundlenode buttonpane buttonset buytaert bzzzzzzzt cacheability cacheable cacheablemetadata cachebackend cachebackends cachebin Loading Loading @@ -242,12 +223,10 @@ classtype cldr clearfix cleartype clicksort clicksorter clist cloner closethick closur cnenzrgre cnfi cochez Loading @@ -265,7 +244,6 @@ complote compositionend compositionstart configentity configtranslation configurability configurator conneg Loading @@ -274,7 +252,6 @@ contentblock contententry contentrendererentry contextuals contrained controlgroup corefake coretest Loading @@ -287,8 +264,6 @@ createrole createuser crema crossout crudui crypted crème cscript csrftoken Loading @@ -301,8 +276,6 @@ ctund cucurbitaceae curle curlopt currenttime currentuser customevent customly customrequest Loading @@ -315,7 +288,6 @@ databasename datapoint datas datatypes datefield dateformatter datelist dateonly Loading @@ -325,7 +297,6 @@ datetimeiso datetimeplus datetype daycount daycounter dblog dbtng dburl Loading @@ -334,7 +305,6 @@ deckard deconstructor deduplicated deduplicates defalt defaultable defgroup delayable Loading @@ -356,7 +326,6 @@ denyall dependee dependee's dependees dependening depenencies deprioritize dequeues Loading @@ -382,8 +351,6 @@ diffchange differring discoverability displaymessage displayname distincted distro ditka divs Loading @@ -401,7 +368,6 @@ dramallama dramallamas drei drillable driveletter drivernumber drivertest drivertestmysql Loading Loading @@ -446,7 +412,6 @@ eins elbonia elementspath elems elit encapsed endapply endautoescape Loading Loading @@ -823,7 +788,7 @@ metapackage metapackages metatag metatags meφω meΦΩ miaus middlewares midgardmvc Loading Loading @@ -980,7 +945,6 @@ onewidgetfield onoff opendocument openxmlformats oplopend optgroups optimizable optin Loading Loading @@ -1297,7 +1261,6 @@ somethinggeneric soofy sortablejs sortby sorteren sourcearea sourcearea's sourcedialog Loading Loading @@ -1501,7 +1464,6 @@ titleslogan tlds tmpfs tnid toepassen toggleable togglewrap tongatapu Loading Loading @@ -1668,7 +1630,6 @@ vids viewmode viewports viewsviewfiles vivamus vmov vocabs volgende Loading