Skip to content
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

Merged

Conversation

sabina-talipova
Copy link
Contributor

@@ -8,7 +8,6 @@
letter-spacing: .3px;
}

// Todo: replace .status-archived class name with .badge--[modifier]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1595

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1595

Copy link
Contributor Author

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
Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1595

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1596

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1595

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opent ticket: #1597

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1602

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1598

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1606

Copy link
Contributor Author

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
Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1605

@@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1605

@@ -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
Copy link
Contributor Author

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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}.
Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1600

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open ticket: #1601

client/src/components/GridField/GridFieldTable.js Outdated Show resolved Hide resolved
client/src/components/GridField/GridFieldTable.js Outdated Show resolved Hide resolved
client/src/lib/ReactRouteRegister.js Outdated Show resolved Hide resolved
client/src/lib/Router.js Outdated Show resolved Hide resolved
client/src/legacy/LeftAndMain.Panel.js Outdated Show resolved Hide resolved
@sabina-talipova sabina-talipova force-pushed the pulls/2.1/remove-todo branch 2 times, most recently from 28f2807 to 9a858d6 Compare October 25, 2023 22:04
@sabina-talipova sabina-talipova force-pushed the pulls/2.1/remove-todo branch 2 times, most recently from d95209f to 630be4e Compare October 26, 2023 03:08
Copy link
Member

@GuySartorelli GuySartorelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@GuySartorelli GuySartorelli merged commit 1b634fc into silverstripe:2.1 Oct 30, 2023
12 checks passed
@GuySartorelli GuySartorelli deleted the pulls/2.1/remove-todo branch October 30, 2023 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants