-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MNT Remove TODO comments #577
MNT Remove TODO comments #577
Conversation
7553837
to
7d98e9b
Compare
@@ -1301,7 +1299,6 @@ public function getTag() | |||
*/ | |||
public function BackLinkTracking() | |||
{ | |||
// @todo - Implement PolymorphicManyManyList to replace this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open ticket: #575
@@ -711,8 +711,6 @@ protected function onBeforeWrite() | |||
// This logic is also used in the Folder subclass, but we're querying | |||
// for duplicates on the File base class here (including the Folder subclass). | |||
|
|||
// TODO Add read lock to avoid other processes creating files with the same name | |||
// before this process has a chance to persist in the database. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open ticket: #578
@@ -27,7 +27,6 @@ | |||
* (see http://doc.silverstripe.org/secure-development#filesystem). | |||
* {@link File::$allowed_extensions} provides a good start for a list of "safe" extensions. | |||
* | |||
* @todo Allow for non-database uploads |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open ticket: #576
7d98e9b
to
ae8d9ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Parent issue