This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5fb23951cf3b690442d9e0a73bfecb3241913503
Umbraco-CMS
/
src
/
Umbraco.Web
/
Runtime
History
Andy Butland
5fb23951cf
Amended as per PR comments to support replacement of no nodes functionality via customising the route table.
2020-03-02 17:17:14 +01:00
..
AspNetUmbracoBootPermissionChecker.cs
Refactored CoreRuntime to inject a IUmbracoBootPermissionChecker, instead of using system.web to test this it self. Also moved some logging from CoreWebsite into WebRuntime, that used hosting information
2019-11-20 10:20:20 +01:00
WebFinalComponent.cs
Move CreateRoutes from WebFinalComponent to WebInitialComponent
2019-08-23 09:11:41 +02:00
WebFinalComposer.cs
Moves culture dictionary implementation to Core instead of web since it has nothing to do with Web really, fixes tests
2019-11-25 23:10:54 +11:00
WebInitialComponent.cs
Amended as per PR comments to support replacement of no nodes functionality via customising the route table.
2020-03-02 17:17:14 +01:00
WebInitialComposer.cs
Removed MembershipHelper from UmbracoHelper
2020-02-27 09:56:35 +01:00
WebRuntime.cs
Don't eagerly create an IBulkSqlInsertProvider (fixes install boot), this is now created with the IDbProviderFactoryCreator which simplifies a bunch of ctors.
2020-01-15 13:40:35 +11:00