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
3c7245f9ba5f0fd109698c04266a8806474eab8f
Umbraco-CMS
/
src
/
Umbraco.Web
/
PublishedCache
History
Stephan
3c7245f9ba
Merge origin/dev-v7 into dev-v8
2016-07-08 16:32:06 +02:00
..
XmlPublishedCache
Merge origin/dev-v7 into dev-v8
2016-07-08 16:32:06 +02:00
ContextualPublishedCache.cs
Gets the messages being pumped out to the UI. Updates the ContentService and MediaServices to have a SaveWithStatus in order to determine the response, we'll need to update most of the methods to also have this OperationStatus. Now messages can be added to the UI for Saving & publishing for media and content services, we'll need to update more to support everything.
2015-07-24 11:44:09 +02:00
ContextualPublishedCacheOfT.cs
…
ContextualPublishedContentCache.cs
…
ContextualPublishedMediaCache.cs
…
IPublishedCache.cs
Removes lots of Dead Code - thanks NDepend!
2016-03-23 10:58:06 +01:00
IPublishedCaches.cs
…
IPublishedContentCache.cs
…
IPublishedMediaCache.cs
…
MemberPublishedContent.cs
Hides and Obsoletes crappy extension methods that rely on ApplicationContext.Current and updates all usages to not use them - this is most important because the services were using extensions methods that go back out to the ApplicationContext.Current (booo!)
2016-05-18 16:06:59 +02:00
PublishedCaches.cs
Content is now rendering
2015-12-21 17:09:31 +01:00
PublishedCachesResolver.cs
Removes LightInject as Source and adds it as DLL dependencies, updates to latest Light Inject.
2015-12-20 17:09:46 +01:00
RawValueProperty.cs
…