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
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
528dfe1
Fixes #156 (#157)
ChristopherJennings Oct 17, 2017
f261af1
Fixes #158
ChristopherJennings Oct 17, 2017
6b8f826
Update README.md
petrsvihlik Nov 30, 2017
77f4d34
Fixes #160 (#162)
djjach Jan 9, 2018
7b359a2
Committing support version for Kentico-11 (#165)
sultanwork77 Feb 22, 2018
d449744
Fix #161 (#168)
djjach Mar 15, 2018
5b0b952
Fixes 167 (#169)
ChristopherJennings Apr 27, 2018
0b57cae
Added logic to check for empty string within the IN() query. (#175)
bkehren Jun 25, 2018
241b22c
TYPO - Resolve Typo "DON NOT RUN" (#176)
pstaylor-patrick Jul 13, 2018
8111384
Update README.md
Aug 28, 2018
bed095c
Add/update issue templates
Aug 30, 2018
e726fad
Add/update issue/PR templates
Sep 3, 2018
f256f1a
Add/update issue, PR templates, code of conduct, contributing guide
Sep 5, 2018
9dd564c
Merge pull request #177 from Kentico/dc-399-issue-templates
Sep 5, 2018
387ce2b
Replace http with https
Sep 6, 2018
bf46ae9
Add a check for CMSEnableCsrfProtection (#181)
amoraitis Oct 12, 2018
cbef3ce
Workflow XML parsed using ClassName instead of TableName and covers s…
yuriys-kentico Jan 17, 2019
ca04de5
Module refactoring #73 (#184)
JosefDvorak Jan 18, 2019
7ac4ded
Adds event log size and password format checks back in (#185)
ChristopherJennings Jan 18, 2019
d3aa998
Create CODEOWNERS
petrsvihlik Jan 26, 2019
ac35e86
Rename LICENSE.txt to LICENSE.md
petrsvihlik Jan 26, 2019
06574fc
Add/update issue, PR templates, code of conduct, contributing guide
petrsvihlik Jan 26, 2019
18de41f
Add/update issue, PR templates, code of conduct, contributing guide
petrsvihlik Jan 26, 2019
923c772
Page not founds module revisions (#192)
yuriys-kentico Feb 28, 2019
6f12d96
Attachments by size module revisions (#190)
yuriys-kentico Feb 28, 2019
626998c
Tree node children module revisions (#193)
yuriys-kentico Feb 28, 2019
eb1a1ae
Duplicate page aliases module revisions (#191)
yuriys-kentico Feb 28, 2019
412317f
Column/Field validation module (#194)
Feb 28, 2019
90a5f7a
Update README.md
Simply007 Mar 5, 2019
5f785ca
Recommended settings module (#189)
yuriys-kentico Apr 19, 2019
e02c466
Create migration_template.md
ChristopherJennings Apr 25, 2019
75048b4
Update migration_template.md
ChristopherJennings Apr 25, 2019
5e8e463
Merge branch 'master' into merge-master
ChristopherJennings Apr 29, 2019
84f7366
Updates package-lock after npm i
ChristopherJennings Apr 29, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Committing support version for Kentico-11 (#165)
* Committing support version for Kentico-11

* Updated passwordpolicymoduletests to support V11
  • Loading branch information
sultanwork77 authored and ChristopherJennings committed Feb 22, 2018
commit 7b359a2bc9950d38badce9756251844c3a473f20
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment =
@"Displays report of all attachments ordered by their size.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Checks that the CMS_DocumentAlias table does not contain any duplicates.",
Category = "Content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public ModuleMetadata GetModuleMetadata()
{
Name = "Templates with identical layouts",
SupportedVersions = new[] {
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Returns the list of templates with identical custom layouts (whitespace sensitive).",
};
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/Content/NumberOfAliasesModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Returns number of aliases per node + total count of aliases and documents for direct comparison.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Displays page types used by a certain site without being assigned to this site.

Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/Content/SiteTemplatesModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Shows the basic web part configuration for all page templates and lists all the documents that use that template.",
};
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/Content/TreeNodeChildrenModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Displays TreeNodes having more than 1000 children.

Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/Content/UnusedPageTypesModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Looks for unused page types.",
};
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/Content/UnusedTemplatesModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Looks for unused templates.",
};
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/Content/WebPartColumnsModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Displays list of web parts where 'columns' property is not specified.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ You should use hierarchical transformation instead (see https://docs.kentico.com
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Content",
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Checks if there are any inconsistencies between published data and data in CMS_Version history. Checks only custom fields stored in coupled table (excludes Document/Node properties)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Displays information about application restarts.

Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/EventLog/EventLogErrorsModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Displays all errors from the event log.

Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/EventLog/EventLogSizeModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Event log"
};
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/EventLog/PageNotFoundsModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Displays all the 404 errors from the event log.

Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/General/BigTablesModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Displays top 25 biggest tables from the database.",
Category = "Database"
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/General/ClassTableValidation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Compares Kentico Classes against tables in database, and displays non-matching entries. Lists tables without Class, Classes without specified table, and missing Class tables. Excludes those classes, which are not meant to have a table. ",
Category = "Database"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Runs DBCC CHECKDB on current database which checks all consistency issues (https://msdn.microsoft.com/en-us/library/ms176064.aspx).",
Category = "Consistency issues"
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/General/DebugCheckModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Ensures that all debug keys in the CMS_SettingsKey table and the web.config file are set to false."
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "General",
Comment = @"Displays all page templates with disabled web parts and web part zones, meaning templates which have property 'visible' set to 'false'."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Checks that CMS_Tree and CMS_Document tables are without any consistency issues.",
Category = "Consistency issues"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Performance",
Comment = @"Web sites utilizing Azure Blob storage should limit media library folder size to maximum 100 items per folder to achieve good performance.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"You may face this error when exporting/importing a site or when working with web parts / widgets that list more than one-page type.
This error is caused by at least two different page types (for example A and B) having a field named in the same way (for example FieldName) but in each page type the field data is stored as a different data type (for example for A, it is 'Text' and for B it is 'GUID').
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/General/ScheduledTasksModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Selects important scheduled tasks",

Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/General/ScreenshotterModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"It takes a screenshot of all published pages on the website.
- All screenshots are saved into your desktop folder
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/General/SettingsModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Selects important settings from the database",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ public ModuleMetadata GetModuleMetadata()
Name = "Task processing issues",
SupportedVersions = new[] {
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Checks for possible issues with processing system, workflow, marketing automation, smart search, and web farm tasks.",
Category = "Database"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Contact groups that have macro condition set via plain macro are always just slower and should be rewritten into MacroRuleDesigner, so that they can be translated into SQL queries to decrease recalculation time.
For more, see https://docs.kentico.com/display/K82/Improving+custom+macro+performance+in+scoring+and+contact+groups
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Checks whether there is Online marketing module enabled and if so, checks the old contacts deletion settings. These are important to keep OM database smaller.",
Category = "Online marketing",
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/OnlineMarketing/OMTablesSize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Comment = @"Checks whether Online marketing tables aren't too big.

Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/Security/ClickJackingModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Security",
};
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/Security/FloodProtectionModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Security",
};
Expand Down
3 changes: 2 additions & 1 deletion KInspector.Modules/Modules/Security/PasswordPolicyModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Security",
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Security",
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Security",
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Security",
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Security",
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Security",
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public ModuleMetadata GetModuleMetadata()
new Version("8.1"),
new Version("8.2"),
new Version("9.0"),
new Version("10.0")
new Version("10.0"),
new Version("11.0")
},
Category = "Security",
Comment = @"Displays a list of all users with passwords that are stored in plain text.
Expand Down
Loading