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
f71fe3f78d473ec02e9cbcc7f5acdce911faf719
Umbraco-CMS
/
src
/
Umbraco.Tests
/
Web
/
Controllers
History
Stephan
b260c18056
Refactor IContent vs IContentType
2019-02-06 13:06:31 +01:00
..
BackOfficeControllerUnitTests.cs
Initial cleanup of IActions, menu items, etc...
2018-10-29 17:27:33 +11:00
ContentControllerTests.cs
Refactor IContent vs IContentType
2019-02-06 13:06:31 +01:00
ContentControllerUnitTests.cs
Cleans up how the content path permissions are checked, integrates the bulk publishing into the controller, adds security check to ensure the user can publish the whole branch, updates the UI messaging so they are grouped by publish statuses and deals with multiple publish status (i.e. in bulk), fixes some content tree issues
2018-11-15 15:24:09 +11:00
FilterAllowedOutgoingContentAttributeTests.cs
DataType refactoring preparation - Entity refactoring
2018-01-15 13:28:35 +01:00
MediaControllerUnitTests.cs
DataType refactoring preparation - Entity refactoring
2018-01-15 13:28:35 +01:00
PluginControllerAreaTests.cs
New IMacroRenderer and ITemplateRenderer and hides underlying logic for these in internal classes. Massively cleans up the macro rendering logic (almost makes sense now), removes unused macro code, injects UmbracoHelper wherever it's needed (not creating manually), fixes UmbracoHelper to have it's services injected, no more empty services, allows setting the AssignedContentItem on the UmbracoHelper and ensures it's lifespan is Transient, updates all corresponding ctors. Fixes macro rendering, ensures the correct culture variation is assigned, and that we can render macros for any given IPublishedContent, not just the one assigned in the request.
2019-01-31 15:09:31 +11:00
UserEditorAuthorizationHelperTests.cs
DataType refactoring preparation - Entity refactoring
2018-01-15 13:28:35 +01:00
UsersControllerTests.cs
Fixing tests, don't expose UmbracoContext on UmbracoHelper, fixing all of the editor constructors
2019-02-01 15:24:07 +11:00