-
Notifications
You must be signed in to change notification settings - Fork 96
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 #1608
MNT Remove TODO comments #1608
Conversation
@@ -8,7 +8,6 @@ | |||
letter-spacing: .3px; | |||
} | |||
|
|||
// Todo: replace .status-archived class name with .badge--[modifier] |
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: #1595
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: #1595
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: #1595
@@ -73,7 +73,6 @@ class FormAlert extends Component { | |||
} | |||
|
|||
render() { | |||
// @todo default this.props.visible as null |
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: #1595
@@ -241,7 +241,6 @@ class FormBuilder extends Component { | |||
return formSchema; | |||
}) | |||
.catch((reason) => { | |||
// @todo Generic CMS error reporting |
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: #1595
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: #1596
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: #1595
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.
opent ticket: #1597
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: #1602
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: #1598
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: #1606
client/src/legacy/LeftAndMain.js
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.
Open ticket: #1603
@@ -41,7 +41,6 @@ import debounce from 'lodash.debounce'; | |||
* ignoreFieldSelector: jQuery selector string for specifically excluded fields | |||
* changedCssClass: CSS class attribute which is appended to all changed fields and the form itself | |||
* | |||
* @todo Implement form reset handling |
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.
It looks like reset
has been implemented
@@ -147,7 +147,6 @@ class TinyMCEActionRegistrar { | |||
} | |||
} | |||
|
|||
// TODO Fix registration across modules, see lib/Router.js for details |
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: #1605
client/src/lib/Router.js
Outdated
@@ -116,7 +116,7 @@ page.routeAppliesToCurrentLocation = routeAppliesToCurrentLocation; | |||
* the copy of `router` in `framework` is not the same copy of `router` | |||
* available in `custom`. | |||
* | |||
* @TODO Look into SystemJS as a solution https://github.com/systemjs/systemjs | |||
* @link Look into SystemJS as a solution https://github.com/systemjs/systemjs |
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: #1605
client/src/lib/ReactRouteRegister.js
Outdated
@@ -170,7 +170,7 @@ class ReactRouteRegister { | |||
* `reactRouteRegister`, the copy of `reactRouteRegister` in `framework` is not | |||
* the same copy of `reactRouteRegister` available in `custom`. | |||
* | |||
* @TODO Look into SystemJS as a solution https://github.com/systemjs/systemjs | |||
* @link Look into SystemJS as a solution https://github.com/systemjs/systemjs |
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: #1605
@@ -33,7 +33,6 @@ const buildApolloGraphqlContainer = ( | |||
/* eslint-disable max-len, no-unused-vars */ | |||
scaffold(key, config, { force }) { | |||
/* | |||
* @todo build out scaffolding |
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: #1604
@@ -19,8 +18,6 @@ body { | |||
display: flex; | |||
} | |||
|
|||
|
|||
// TODO move out of layout |
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: #1595
@@ -312,7 +310,6 @@ | |||
white-space: nowrap; | |||
} | |||
|
|||
// TODO create pagination component |
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: #1595
@@ -70,8 +70,6 @@ public static function populate_menu() | |||
* Add a LeftAndMain controller to the CMS menu. | |||
* | |||
* @param string $controllerClass The class name of the controller | |||
* @todo A director rule is added when a controller link is added, but it won't be removed | |||
* when the item is removed. Functionality needed in {@link Director}. |
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: #1599
@@ -65,6 +65,3 @@ Feature: Manage my own settings | |||
And I select "German (Germany)" from "Interface Language" | |||
And I press the "Save" button | |||
Then I should see "Sprache" | |||
|
|||
# TODO Date/time format - Difficult because its not exposed anywhere in the CMS? | |||
# TODO Group modification as ADMIN user |
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: #1600
tests/php/SecurityAdminTest.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.
Open ticket: #1601
cd65291
to
d3b0176
Compare
client/src/lib/dependency-injection/buildApolloGraphqlContainer.js
Outdated
Show resolved
Hide resolved
28f2807
to
9a858d6
Compare
d95209f
to
630be4e
Compare
630be4e
to
c3bcf0a
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