-
Notifications
You must be signed in to change notification settings - Fork 63
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
Check for disabled web parts #7
Comments
I would like to claim this issue!! |
Go for it. I'm looking forward to your pull request! |
Dear @ondrejsevcik and @ChristopherJennings, Thank you for giving newcomers a chance to learn. I took the liberty of working on this issue and I believe my code is almost done. I'm just not sure how to run proper tests. The current tests seem to test the class "PasswordPolicyModule" specifically. Are we supposed to write our own tests, are can we use any functionality that is already provided? Help on this is kindly appreciated, Casper |
Hi @CasperRademaker, Given that the other contributed never moved forward with this, it's absolutely fine for you to grab this. As for testing, we've been really lax on that. Feel free to re-use stuff that's there or wrote something of your own. Almost no modules actually have tests, and we need to get a better strategy in place for that, but right now there's no strict requirement to have tests. If a pull request has them, awesome, but we're not going to reject a working module that doesn't have tests at this point. Thanks for your efforts. Im looking forward to your pull request! |
…ristopherJennings.
This is a simple task that is meant to be picked up by newcomers. Check out http://www.firsttimersonly.com/.
Steps to be taken:
PageTemplateWebParts
column in theCMS_PageTemplate
table for<property name="visible">False</property>
ModuleResults
with status Warning and a table with resultsWe'll review the change and either merge right away it or suggest potential changes.![Join the chat at https://gitter.im/Kentico/KInspector](https://camo.githubusercontent.com/ef3705254e766b5edea93f49291c6d9239f29b942cfdb84f3296d0e37898b067/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)
If you have any questions feel free to ask in the repository chat
Watch how to contribute to KInspector on YouTube
The text was updated successfully, but these errors were encountered: