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

Update V4 branch with doc changes from master #251

Merged
merged 34 commits into from
Apr 29, 2019

Conversation

ChristopherJennings
Copy link
Contributor

No description provided.

ChristopherJennings and others added 30 commits October 17, 2017 09:58
* Committing support version for Kentico-11

* Updated passwordpolicymoduletests to support V11
* Fixes Kentico#161

* updated test to testing Fix#161

* Security settings Kentico#161
* Fixes Kentico#167

* Adds missing line from last commit
…#175)

* Added logic to check for empty string in the IN() query.

* Updated to include an actual record count being returned from the dataset so the tables without a class representation would display properly.
Add/update issue, PR templates, code of conduct, contributing guide
* Add a check for CMSEnableCsrfProtection

* Fix syntax error

* Update result set string for CSRF protection and module Comment
* Delete Cache items module and related probe files

* Delete CMSFile usage check (CMSFileModule.cs) and related sql query file

* Remove Newsletters not using email queue (OMNewslettersWithoutQueue.cs)

* Remove Old Web Farm Tasks (OldWebFarmTasks.cs)

* Delete Site map (SiteMapModule.cs)

* Delete Add license key for (LicenseSetupModule.cs)

* Merge Click jacking protection check with module Security settings in web.config; Partial Refactor

* Merge Flood Protection into Security settings

* Merge SSL used for Administrative Interface (SslInAdministrationModule.cs) into Security settings

* Delete Password policy settings module; refactor and prune related tests

* Remove Event log size module

* Validate GlobalAdminSetupModule for K12. Refactor. Add app restart code.

* Validate SettingsModule for K12

* Validate and refactor RobotsTxtModule

* Validate SiteDomainAliasesSetup for K12

* Validate SitesSetupModule for K12

* Validate Disable enabled SMTP servers for K12

* Validate StagingServersSetupModule for K12

* Validate WebFarmServersSetupModule for K12

* Validate WebPartAnalyzerModule for K12

* Validate User password modules for K12
* Return DataSet method and SimpleBaseInfo support for other modules

* Add Event Last Date column
* Return DataSet method and SimpleBaseInfo support for other modules

* Extend to list results by site and also take into account attachment variants
* Return DataSet method and SimpleBaseInfo support for other modules

* Altered to show a list of all children - useful if results are close to max
* Return DataSet method and SimpleBaseInfo support for other modules

* Extended to include CMS_Tree as source of aliases and make it overall easier to read
* New ColumnFieldValidation module to check class fields have a matching database representation and vice-versa

Signed-off-by: Pete <peter.cranston@distinction.co.uk>

* ColumnFieldValidation: make table names case-insensitive to prevent false negatives
* Return DataSet method and SimpleBaseInfo support for other modules

* Recommended settings for current site with SQL and helper class/method

* Update Kentico.KInspector.Modules.csproj

System.Windows.Forms is required for ResXResourceSet (confusingly enough)

* Use string comparison for bool check to cover empty values

* Normalize ResX path in case of project not in CMS folder
# Conflicts:
#	.github/ISSUE_TEMPLATE/feature_request.md
#	.github/PULL_REQUEST_TEMPLATE.md
#	CONTRIBUTING.md
#	KInspector.Core/DatabaseService.cs
#	KInspector.Core/IDatabaseService.cs
#	KInspector.Modules/Kentico.KInspector.Modules.csproj
#	KInspector.Modules/Modules/Content/AttachmentsBySizeModule.cs
#	KInspector.Modules/Modules/Content/DuplicatePageAliasesModule.cs
#	KInspector.Modules/Modules/Content/IdenticalTemplateLayoutsModule.cs
#	KInspector.Modules/Modules/Content/NumberOfAliasesModule.cs
#	KInspector.Modules/Modules/Content/PageTypeAssignedToSiteModule.cs
#	KInspector.Modules/Modules/Content/RobotsTxtModule.cs
#	KInspector.Modules/Modules/Content/SiteTemplatesModule.cs
#	KInspector.Modules/Modules/Content/TreeNodeChildrenModule.cs
#	KInspector.Modules/Modules/Content/UnusedPageTypesModule.cs
#	KInspector.Modules/Modules/Content/UnusedTemplatesModule.cs
#	KInspector.Modules/Modules/Content/WebPartColumnsModule.cs
#	KInspector.Modules/Modules/Content/WebPartsInTransformationsModule.cs
#	KInspector.Modules/Modules/Content/WorkflowConsistencyModule.cs
#	KInspector.Modules/Modules/EventLog/ApplicationRestartsModule.cs
#	KInspector.Modules/Modules/EventLog/EventLogErrorsModule.cs
#	KInspector.Modules/Modules/EventLog/EventLogSizeModule.cs
#	KInspector.Modules/Modules/EventLog/PageNotFoundsModule.cs
#	KInspector.Modules/Modules/General/BigTablesModule.cs
#	KInspector.Modules/Modules/General/ClassTableValidation.cs
#	KInspector.Modules/Modules/General/DatabaseConsistencyCheckModule.cs
#	KInspector.Modules/Modules/General/DebugCheckModule.cs
#	KInspector.Modules/Modules/General/DisabledWebPartAnalyzer.cs
#	KInspector.Modules/Modules/General/DocumentsConsistencyIssuesModule.cs
#	KInspector.Modules/Modules/General/MediaLibraryAzureLimitModule.cs
#	KInspector.Modules/Modules/General/PageTypeFieldsDataTypeMismatchModule.cs
#	KInspector.Modules/Modules/General/ScheduledTasksModule.cs
#	KInspector.Modules/Modules/General/ScreenshotterModule.cs
#	KInspector.Modules/Modules/General/SettingsModule.cs
#	KInspector.Modules/Modules/General/TaskProcessingIssuesModule.cs
#	KInspector.Modules/Modules/OnlineMarketing/OMContactGroupsWithManualMacro.cs
#	KInspector.Modules/Modules/OnlineMarketing/OMInactiveContactsDeletion.cs
#	KInspector.Modules/Modules/OnlineMarketing/OMTablesSize.cs
#	KInspector.Modules/Modules/Security/PasswordFormatModule.cs
#	KInspector.Modules/Modules/Security/SecurityAppSettingsModule.cs
#	KInspector.Modules/Modules/Security/SecuritySettingsModule.cs
#	KInspector.Modules/Modules/Security/TransformationAnalyzerModule.cs
#	KInspector.Modules/Modules/Security/UsersWithEmptyPasswordsModule.cs
#	KInspector.Modules/Modules/Security/UsersWithPlaintextPasswordsModule.cs
#	KInspector.Modules/Modules/Security/WebPartAnalyzerModule.cs
#	KInspector.Modules/Modules/Setup/GlobalAdminSetupModule.cs
#	KInspector.Modules/Modules/Setup/SiteDomainAliasesSetupModule.cs
#	KInspector.Modules/Modules/Setup/SitesSetupModule.cs
#	KInspector.Modules/Modules/Setup/SmtpServersSetupModule.cs
#	KInspector.Modules/Modules/Setup/StagingServersSetupModule.cs
#	KInspector.Modules/Modules/Setup/WebFarmServersSetupModule.cs
#	KInspector.Modules/Modules/SocialMarketing/ExpiredTokensModule.cs
#	KInspector.Modules/Scripts/AttachmentsBySizeModule.sql
#	KInspector.Modules/Scripts/DuplicatePageAliasesModule.sql
#	KInspector.Modules/Scripts/PageNotFoundsModule.sql
#	KInspector.Modules/Scripts/ScheduledTasksModule.sql
#	KInspector.Modules/Scripts/SecuritySettingsModule.sql
#	KInspector.Modules/Scripts/Setup/SmtpServerSetupModule.sql
#	KInspector.Modules/Scripts/TreeNodeChildrenModule.sql
#	KInspector.Tests/Modules/Security/PasswordPolicyModuleTests.cs
#	KenticoInspector.Reports/ClassTableValidation/PasswordFormat.sql
#	README.md
@ChristopherJennings ChristopherJennings merged commit 44f4c68 into Kentico:v4-dev Apr 29, 2019
@ChristopherJennings ChristopherJennings deleted the merge-master branch April 29, 2019 12:19
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.

10 participants