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
2c1807bb375fcc277bc1e91238c38fe5e6a01aad
Umbraco-CMS
/
src
/
Umbraco.Web
/
WebServices
History
Stephan
ee210ae5d8
U4-3027 - fix content & property types alias casing
2014-04-24 00:17:21 +02:00
..
BulkPublishController.cs
Fixed editContent.aspx to let the business logic handle the property validation when trying to publish and show the correct status message result (if it was not publishable). Adds the invalid properties collection to the PublishStatus so those can be shown too.
2013-07-24 12:54:10 +10:00
CoreStringsController.cs
U4-3027 - fix content & property types alias casing
2014-04-24 00:17:21 +02:00
DomainsApiController.cs
U4-2317 - issue with domains & languages management
2014-01-30 16:19:09 +01:00
EmbedMediaService.cs
…
ExamineManagementApiController.cs
Fixes WebApi issue with creating HttpResponseMessage manually - this shouldn't be done and we'll end up with very strange YSODs
2013-12-04 17:05:05 +11:00
FolderBrowserService.cs
Created TagRepository, added foreign key to cmsTags.ParentId
2013-10-02 18:57:44 +10:00
SaveFileController.cs
Fixes U4-2300 6.1.0: Changing a template's parent causes tree to collapse
2013-08-30 14:15:51 +10:00
TagsController.cs
merge
2013-11-07 17:16:22 +01:00
UmbracoAuthorizedHttpHandler.cs
Changed WebSecurity to expose IUser instead of User, then fixed up the knock-on effect, obsoleted all calls to the legacy User object in the base classes to point to use the WebSecurity class to access the new user object.
2013-08-09 13:24:26 +10:00
UmbracoAuthorizedWebService.cs
Changed WebSecurity to expose IUser instead of User, then fixed up the knock-on effect, obsoleted all calls to the legacy User object in the base classes to point to use the WebSecurity class to access the new user object.
2013-08-09 13:24:26 +10:00
UmbracoHttpHandler.cs
…
UmbracoWebService.cs
…