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
87934e52dc41b72230e2711f5537d54dcfa1aa33
Umbraco-CMS
/
src
/
Umbraco.Web
/
UI
History
Claus
44f2a9e96f
Fixes: U4-7837 Changing document type should refresh the current node
2016-02-05 14:37:01 +01:00
..
Bundles
Completes: U4-1521 Updated back office to use ClientDependency bundles for common files
2013-12-19 15:05:05 +11:00
Controls
Decoupling more things, mostly to do with the PluginManager and logging which now requires an IServiceProvider so have created a simple instance of that.
2015-01-16 15:47:44 +11:00
JavaScript
Fixes: U4-7590 List view layout cookie: Change to use local storage and clean up entry if its back to default layout.
2016-01-05 09:23:27 +01:00
Pages
Fixes: U4-7837 Changing document type should refresh the current node
2016-02-05 14:37:01 +01:00
CdfLogger.cs
Moves logging interface to Logging namespace called ILogger, creates a resolver for it, updates the boot process to ensure it exists first and anything during the boot process that is logging ensures that if it is not resolved that it logs elsewhere. Wraps LogHelper to use the ILogger based on the resolver. Updates all services that used LogHelper to have an ILogger injected into them. This is really only the start, there's a ton of places that use LogHelper (508) other places so we'll need to start looking at changing those over. All base classes will need to expose an Ilogger so people can use that.
2015-01-07 17:23:24 +11:00
IAssignedApp.cs
…
LegacyDialogHandler.cs
Fixes: COU-191 Creating a revision gives a reference not set error (7.3)
2015-08-28 13:01:23 +02:00
LegacyDialogTask.cs
Cleans up legacy stylesheet code to wrap the new APIs better, creates a new OriginalPath property on IFile to track if the path has changed, updates FileRepository to deal with path's changing and automatically deal with renaming files. Adds new methods to IFileService: GetStylesheetsAtPath. Fixes up the stylesheet and stylesheet property editors to use the file names, gets tree syncing working nicely for them both even with files or properties are renamed. Updates stylesheet editors and controllers to use the new APIs
2015-01-15 11:49:32 +11:00
SpeechBubbleIcon.cs
…