-
Notifications
You must be signed in to change notification settings - Fork 333
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 #2898
MNT Remove TODO comments #2898
Conversation
@@ -80,8 +80,6 @@ | |||
* This class creates a 2-frame layout - left-tree and right-form - to sit beneath the main | |||
* admin menu. | |||
* | |||
* @todo Create some base classes to contain the generic functionality that will be replicated. | |||
* |
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: #2896
@@ -303,8 +302,6 @@ public function Menu($level) | |||
/** | |||
* Returns the default log-in form. | |||
* | |||
* @todo Check if here should be returned just the default log-in form or | |||
* all available log-in forms (also OpenID...) |
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: #2897
@@ -1958,7 +1958,6 @@ public function getLiveURLSegment() | |||
*/ | |||
public function BackLinkTracking() | |||
{ | |||
// @todo - Implement PolymorphicManyManyList to replace this | |||
$list = ArrayList::create(); |
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: #2895
code/Reports/BrokenFilesReport.php
Outdated
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.
For all todo: use NestedTitle(2)
, new ticket was created: #2894
/** | ||
* @todo Test canAddChildren() | ||
* @todo Test canCreate() | ||
*/ |
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.
New ticket: #2893
1ff55f8
to
c1eaaaa
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