This website requires JavaScript.
Explore
Help
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
0876004d9a2d1ff44c088cbde72bfc65f2207cfc
Umbraco-CMS
/
src
/
Umbraco.Web
/
UI
History
Mads Rasmussen
0876004d9a
U4-10803: remove dependency on angular-moment
2018-01-10 16:00:32 +01:00
..
Bundles
U4-8939 Old openContentPicker() method is failing
2016-09-05 14:42:45 +02:00
Controls
Simplifies all creation of UrlHelper, creates GetUmbracoApiServiceBaseUrl extensions for WebApi
2017-01-03 11:13:38 +11:00
JavaScript
U4-10803: remove dependency on angular-moment
2018-01-10 16:00:32 +01:00
Pages
U4-10389 Some webforms editors do not authorize on the user's path access or permissions set for the editing node
2017-09-06 11:49:00 +10: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
Secures all ITasks, adds unit tests to ensure they are all secured and the correct app is assigned.
2013-04-08 23:11:47 +06:00
LegacyDialogHandler.cs
U4-10519 Legacy create is broken
2017-10-13 16:33:49 +11: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
Gets notification msgs on the server side to be displayed. Fixes property existence checking... was checking on id before but that is incorrect, needs to be on alias since a new property id is gen'd on each save and we're not re-wiring them back up. Fixes YSOD messaging for content as well. Changes the ModelState to modelState to be consistent in js.
2013-07-22 18:16:50 +10:00