Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
37e72619
Commit
37e72619
authored
May 22, 2012
by
Alex Bronstein
Committed by
Larry Garfield
May 22, 2012
Browse files
refs
#1593702
Roll back comment tweaks that have already been made in core.
parent
807947c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
View file @
37e72619
...
...
@@ -44,8 +44,7 @@ abstract class LocalStream implements StreamWrapperInterface {
/**
* Gets the path that the wrapper is responsible for.
*
* @todo Review this method name in D8 per http://drupal.org/node/701358.
* @TODO: Review this method name in D8 per http://drupal.org/node/701358
*
* @return string
* String specifying the path.
...
...
core/lib/Drupal/Core/Updater/Updater.php
View file @
37e72619
...
...
@@ -213,7 +213,7 @@ public function update(&$filetransfer, $overrides = array()) {
$this
->
makeWorldReadable
(
$filetransfer
,
$args
[
'install_dir'
]
.
'/'
.
$this
->
name
);
// Run the updates.
// @
todo D
ecide if we want to implement this.
// @
TODO: d
ecide if we want to implement this.
$this
->
postUpdate
();
// For now, just return a list of links of things to do.
...
...
@@ -252,7 +252,7 @@ public function install(&$filetransfer, $overrides = array()) {
$this
->
makeWorldReadable
(
$filetransfer
,
$args
[
'install_dir'
]
.
'/'
.
$this
->
name
);
// Potentially enable something?
// @
todo
: decide if we want to implement this.
// @
TODO
: decide if we want to implement this.
$this
->
postInstall
();
// For now, just return a list of links of things to do.
return
$this
->
postInstallTasks
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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