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
31584f02
Commit
31584f02
authored
Feb 13, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2185037
by malionek: General punctuation errors.
parent
bf8f70b0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
core/lib/Drupal/Component/Archiver/ArchiveTar.php
core/lib/Drupal/Component/Archiver/ArchiveTar.php
+2
-2
core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
+1
-1
core/modules/system/lib/Drupal/system/Form/RegionalForm.php
core/modules/system/lib/Drupal/system/Form/RegionalForm.php
+1
-1
core/modules/system/lib/Drupal/system/Tests/Entity/EntityLanguageTestBase.php
...lib/Drupal/system/Tests/Entity/EntityLanguageTestBase.php
+1
-1
core/modules/user/lib/Drupal/user/Form/UserPermissionsForm.php
...modules/user/lib/Drupal/user/Form/UserPermissionsForm.php
+1
-1
No files found.
core/lib/Drupal/Component/Archiver/ArchiveTar.php
View file @
31584f02
...
...
@@ -975,7 +975,7 @@ function _addFile($p_filename, &$p_header, $p_add_dir, $p_remove_dir)
}
// ----- Calculate the stored filename
$p_filename
=
$this
->
_translateWinPath
(
$p_filename
,
false
);
;
$p_filename
=
$this
->
_translateWinPath
(
$p_filename
,
false
);
$v_stored_filename
=
$p_filename
;
if
(
strcmp
(
$p_filename
,
$p_remove_dir
)
==
0
)
{
return
true
;
...
...
@@ -1038,7 +1038,7 @@ function _addString($p_filename, $p_string)
}
// ----- Calculate the stored filename
$p_filename
=
$this
->
_translateWinPath
(
$p_filename
,
false
);
;
$p_filename
=
$this
->
_translateWinPath
(
$p_filename
,
false
);
if
(
!
$this
->
_writeHeaderBlock
(
$p_filename
,
strlen
(
$p_string
),
time
(),
384
,
""
,
0
,
0
))
...
...
core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
View file @
31584f02
...
...
@@ -91,7 +91,7 @@ public function render(array $css_assets) {
// assets: output a LINK tag for a file CSS asset.
if
(
count
(
$css_assets
)
<=
31
)
{
$element
=
$link_element_defaults
;
$element
[
'#attributes'
][
'href'
]
=
file_create_url
(
$css_asset
[
'data'
])
.
$query_string_separator
.
$query_string
;
;
$element
[
'#attributes'
][
'href'
]
=
file_create_url
(
$css_asset
[
'data'
])
.
$query_string_separator
.
$query_string
;
$element
[
'#attributes'
][
'media'
]
=
$css_asset
[
'media'
];
$element
[
'#browsers'
]
=
$css_asset
[
'browsers'
];
$elements
[]
=
$element
;
...
...
core/modules/system/lib/Drupal/system/Form/RegionalForm.php
View file @
31584f02
...
...
@@ -97,7 +97,7 @@ public function buildForm(array $form, array &$form_state) {
'#options'
=>
$zones
,
);
$configurable_timezones
=
$system_date
->
get
(
'timezone.user.configurable'
);
;
$configurable_timezones
=
$system_date
->
get
(
'timezone.user.configurable'
);
$form
[
'timezone'
][
'configurable_timezones'
]
=
array
(
'#type'
=>
'checkbox'
,
'#title'
=>
t
(
'Users may set their own time zone.'
),
...
...
core/modules/system/lib/Drupal/system/Tests/Entity/EntityLanguageTestBase.php
View file @
31584f02
...
...
@@ -88,7 +88,7 @@ function setUp() {
'entity_type'
=>
$entity_type
,
'bundle'
=>
$entity_type
,
))
->
save
();
$this
->
instance
[
$entity_type
]
=
entity_load
(
'field_instance'
,
$entity_type
.
'.'
.
$entity_type
.
'.'
.
$this
->
field_name
);
;
$this
->
instance
[
$entity_type
]
=
entity_load
(
'field_instance'
,
$entity_type
.
'.'
.
$entity_type
.
'.'
.
$this
->
field_name
);
entity_create
(
'field_entity'
,
array
(
'name'
=>
$this
->
untranslatable_field_name
,
...
...
core/modules/user/lib/Drupal/user/Form/UserPermissionsForm.php
View file @
31584f02
...
...
@@ -100,7 +100,7 @@ public function buildForm(array $form, array &$form_state) {
// display name.
$modules
=
array
();
foreach
(
$this
->
moduleHandler
->
getImplementations
(
'permission'
)
as
$module
)
{
$modules
[
$module
]
=
$module_info
[
$module
]
->
info
[
'name'
];
;
$modules
[
$module
]
=
$module_info
[
$module
]
->
info
[
'name'
];
}
asort
(
$modules
);
...
...
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