Shannon
|
f3f6504398
|
Working on: U4-5711 Media cache valueDictionary exception
|
2014-11-18 12:23:32 +11:00 |
|
Stephan
|
b1e879bf68
|
U4-4928 - issue with missing media content properties
|
2014-05-26 15:59:28 +02:00 |
|
Stephan
|
9ed3561b56
|
Fix the build
|
2014-05-18 21:41:34 +02:00 |
|
Stephan
|
28da44f0de
|
Refactor PublishedContentModelFactory
|
2014-05-18 21:31:53 +02:00 |
|
Stephan
|
5661a34e00
|
Bugfix media cache property alias case sensitivity
|
2014-05-09 10:21:31 +02:00 |
|
Shannon
|
3df2d03fc8
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
Conflicts:
build/Build.bat
build/NuSpecs/UmbracoCms.Core.nuspec
build/NuSpecs/build/UmbracoCms.targets
src/Umbraco.Core/Models/IPublishedContentProperty.cs
src/Umbraco.Core/Models/PublishedContent/IPublishedContentExtended.cs
src/Umbraco.Core/Models/PublishedContent/PublishedContentExtended.cs
src/Umbraco.Core/Models/PublishedContent/PublishedContentWrapped.cs
src/Umbraco.Core/Models/PublishedContent/PublishedPropertyBase.cs
src/Umbraco.Core/Models/PublishedContent/PublishedPropertyType.cs
src/Umbraco.Core/Models/Template.cs
src/Umbraco.Core/Persistence/Migrations/MigrationRunner.cs
src/Umbraco.Core/Persistence/Repositories/MemberGroupRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Tests/PublishedContent/PublishedContentMoreTests.cs
src/Umbraco.Tests/PublishedContent/PublishedContentTestElements.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedFragment.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlPublishedContent.cs
src/Umbraco.Web/PublishedContentPropertyExtension.cs
src/Umbraco.Web/Search/ExamineEvents.cs
src/Umbraco.Web/UmbracoHelper.cs
src/Umbraco.Web/umbraco.presentation/CompatibilityHelper.cs
src/Umbraco.Web/umbraco.presentation/macro.cs
src/umbraco.cms/businesslogic/template/Template.cs
|
2014-05-05 12:49:06 +10:00 |
|
Shannon
|
1e9d1007b6
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
|
2014-05-01 11:36:33 +10:00 |
|
Shannon
|
f23af85253
|
Fixes: U4-4624 Media cache hits the DB on every empty property, U4-4338 Umbraco fails to enumerate TypedMedia
|
2014-05-01 11:36:17 +10:00 |
|
Stephan
|
cd5581bef6
|
Back to IPublishedContentProperty (for 6 only)
|
2014-04-30 16:53:14 +02:00 |
|
Shannon
|
949447c25f
|
Fixes examine lookup for children to ignore recycled media
|
2014-04-23 13:40:11 +10:00 |
|
Shannon
|
cc3a6f8c7a
|
Fixes examine lookup for children to ignore recycled media
|
2014-04-23 13:34:57 +10:00 |
|
Nicholas-Westby
|
fdd025aefd
|
Replaced "retreive" with "retrieve".
|
2014-03-25 20:44:47 -07:00 |
|
Shannon
|
c4acbf0dbc
|
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
Conflicts:
src/Umbraco.Core/Configuration/ClientDependencyConfiguration.cs
src/Umbraco.Core/Constants-Conventions.cs
src/Umbraco.Core/Models/Member.cs
src/Umbraco.Core/Models/Membership/IUser.cs
src/Umbraco.Core/Models/Template.cs
src/Umbraco.Core/Persistence/Factories/MemberReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IUserRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberGroupRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/PermissionRepository.cs
src/Umbraco.Core/Persistence/RepositoryFactory.cs
src/Umbraco.Core/Services/ContentService.cs
src/Umbraco.Core/Services/IMemberTypeService.cs
src/Umbraco.Core/Services/IMembershipUserService.cs
src/Umbraco.Core/Services/IUserService.cs
src/Umbraco.Core/Services/MemberService.cs
src/Umbraco.Core/Services/MemberTypeService.cs
src/Umbraco.Core/Services/ServiceContext.cs
src/Umbraco.Core/Services/UserService.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/MockTests.cs
src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Login.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/LoginStatus.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/RegisterMember.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/Breadcrumb.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListAncestorsFromCurrentPage.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListChildPagesFromCurrentPage.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListChildPagesOrderedByDate.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListChildPagesOrderedByName.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListChildPagesWithDoctype.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/ListDescendantsFromCurrentPage.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/Login.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/LoginStatus.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/MultinodeTree-picker.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/Navigation.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/RegisterMember.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViews/Templates/SiteMap.cshtml
src/Umbraco.Web.UI/Umbraco/create/PartialView.ascx.cs
src/Umbraco.Web.UI/config/umbracoSettings.config
src/Umbraco.Web/Cache/CacheRefresherEventHandler.cs
src/Umbraco.Web/Controllers/UmbLoginController.cs
src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
src/Umbraco.Web/Controllers/UmbProfileController.cs
src/Umbraco.Web/Controllers/UmbRegisterController.cs
src/Umbraco.Web/Models/LoginModel.cs
src/Umbraco.Web/Models/LoginStatusModel.cs
src/Umbraco.Web/Models/ProfileModel.cs
src/Umbraco.Web/Models/RegisterModel.cs
src/Umbraco.Web/Models/UmbracoProperty.cs
src/Umbraco.Web/Mvc/UmbracoViewPageOfTModel.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/Security/WebSecurity.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/UmbracoModule.cs
src/Umbraco.Web/WebApi/UmbracoApiController.cs
src/Umbraco.Web/umbraco.presentation/library.cs
src/Umbraco.Web/umbraco.presentation/umbraco/controls/ContentTypeControlNew.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewMacrosTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/PartialViewTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/editContent.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/login.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/members/EditMember.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
src/Umbraco.Web/umbraco.presentation/umbracobase/baseLibrary.cs
src/Umbraco.Web/umbraco.presentation/umbracobase/restExtension.cs
src/umbraco.businesslogic/User.cs
src/umbraco.providers/UsersMembershipProvider.cs
src/umbraco.providers/members/UmbracoMembershipProvider.cs
|
2014-02-13 16:22:51 +11:00 |
|
Stephan
|
73173f92d6
|
U4-4144 - fix
|
2014-01-31 10:33:23 +01:00 |
|
Stephan
|
002988ce86
|
U4-4144 - Media Cache dies due to new 'key' property in XML
|
2014-01-30 08:48:35 +01:00 |
|
Stephan
|
8b553dd067
|
U4-4144 - work around media cache exceptions on invalid properties
|
2014-01-29 19:30:17 +01:00 |
|
Shannon
|
57f2250f13
|
Fixes: U4-3820 cached media xml is not cleared from the cmsContentXml table when recycled
|
2013-12-09 16:56:02 +11:00 |
|
Shannon
|
f15682ef60
|
Fixes: U4-3820 cached media xml is not cleared from the cmsContentXml table when recycled
|
2013-12-09 16:35:12 +11:00 |
|
Sebastiaan Janssen
|
bbee0a81c9
|
Undo "fix" for starter kit installer, we'll fix properly later
|
2013-11-20 14:51:35 +01:00 |
|
Sebastiaan Janssen
|
dea1e9e541
|
Whoops, my last fix was a bit too broad
|
2013-11-19 20:30:28 +01:00 |
|
Sebastiaan Janssen
|
836177a90f
|
Fixes issue where media cache is not properly populated with isDoc and image propertyTypes
|
2013-11-19 19:11:48 +01:00 |
|
Stephan
|
928f7a1ed0
|
Merge branch '6.2.0-pubcontent' into 7.0.0-pubcontent
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/macro.cs
|
2013-09-29 16:05:52 +02:00 |
|
Stephan
|
a7603747a6
|
XmlPublishedCache - 'version' is not a property
|
2013-09-29 15:22:39 +02:00 |
|
Stephan
|
ce15d46a5e
|
Merge remote-tracking branch 'fork1/6.2.0-pubcontent' into 7.0.0-pubcontent
|
2013-09-26 09:12:02 +02:00 |
|
Stephan
|
36d6e4b4da
|
Merge branch '7.0.0' into 7.0.0-pubcontent
Conflicts:
src/Umbraco.Core/Cache/HttpRuntimeCacheProvider.cs
src/Umbraco.Core/PublishedContentHelper.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web/Models/XmlPublishedContent.cs
src/Umbraco.Web/Models/XmlPublishedContentProperty.cs
src/Umbraco.Web/Templates/TemplateUtilities.cs
|
2013-09-26 08:57:01 +02:00 |
|
Stephan
|
725b938de1
|
PublishedContent - revert to using property.Value vs .ObjectValue
|
2013-09-25 13:17:21 +02:00 |
|
Shannon
|
1e9a17babe
|
Fixes merge issues, fixes up some unit tests, removes the For<T> config section stuff and simplifies the singleton, refactors it with methods as per discussion with stephen.
|
2013-09-25 19:23:41 +10:00 |
|
Stephan
|
3ca8b356ee
|
Merge branch '6.2.0-pubcontent' into 7.0.0-pubcontent
Conflicts:
src/Umbraco.Core/Cache/CacheProviderBase.cs
src/Umbraco.Core/Cache/HttpRuntimeCacheProvider.cs
src/Umbraco.Core/Cache/NullCacheProvider.cs
src/Umbraco.Core/Cache/StaticCacheProvider.cs
src/Umbraco.Core/Configuration/UmbracoSettings.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Core/Dynamics/PropertyResult.cs
src/Umbraco.Core/Models/IPublishedContentProperty.cs
src/Umbraco.Core/Models/PublishedItemType.cs
src/Umbraco.Core/PropertyEditors/IPropertyEditorValueConverter.cs
src/Umbraco.Core/PropertyEditors/PropertyEditorValueConvertersResolver.cs
src/Umbraco.Core/PropertyEditors/PropertyValueConvertersResolver.cs
src/Umbraco.Core/PublishedContentExtensions.cs
src/Umbraco.Core/PublishedContentHelper.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/CodeFirst/StronglyTypedMapperTest.cs
src/Umbraco.Tests/LibraryTests.cs
src/Umbraco.Tests/PropertyEditors/PropertyEditorValueConverterTests.cs
src/Umbraco.Tests/PublishedCache/PublishedContentCacheTests.cs
src/Umbraco.Tests/PublishedContent/PublishedContentTestBase.cs
src/Umbraco.Tests/PublishedContent/PublishedMediaTests.cs
src/Umbraco.Web/ExamineExtensions.cs
src/Umbraco.Web/Models/DynamicPublishedContent.cs
src/Umbraco.Web/Models/XmlPublishedContent.cs
src/Umbraco.Web/Models/XmlPublishedContentProperty.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/PublishedContentExtensions.cs
src/Umbraco.Web/Templates/TemplateUtilities.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/WebBootManager.cs
src/Umbraco.Web/umbraco.presentation/macro.cs
src/umbraco.MacroEngines/RazorDynamicNode/PropertyResult.cs
src/umbraco.MacroEngines/RazorDynamicNode/PublishedContentExtensions.cs
|
2013-09-23 21:57:22 +02:00 |
|
Stephan
|
eb4317a9c1
|
Take care of FIXMEs
|
2013-09-23 13:08:45 +02:00 |
|
Stephan
|
c3caf7ff04
|
PublishedContent - align with v7, refactor IPublishedProperty & names
|
2013-09-19 13:12:18 +02:00 |
|
Stephan
|
e8fd6a6ece
|
Take care of FIXMEs
|
2013-09-17 10:18:26 +02:00 |
|
Stephan
|
ac19ac7a6b
|
PublishedContent - use PublishedContentModelFactory in XmlPublishedCache
|
2013-09-16 17:17:46 +02:00 |
|
Stephan
|
0415a31d0e
|
PublishedContent - the big refactoring
|
2013-09-16 17:17:45 +02:00 |
|
Stephan
|
f63514e8ea
|
Web.PublishedCache - add XPathNavigatorIsNavigable to caches
|
2013-09-16 17:17:38 +02:00 |
|
Shannon
|
7538698e7b
|
updated most of the calls from the legacy UmbracoSettings to use the new way - nearly done.
|
2013-09-13 18:36:41 +10:00 |
|
Shannon
|
42c86a05b8
|
Completes U4-2390 Remove VersionID Guid in IPublishedContent properties
|
2013-09-10 17:37:10 +10:00 |
|
Shannon Deminick
|
4b199a9166
|
Manually applies fix for #U4-2094 since the class structure has changed in 6.1
|
2013-05-07 19:02:36 -10:00 |
|
Shannon Deminick
|
f808aac4cd
|
Fixes: #U4-644 - DynamicNode and MVC don't output RTE values for media
|
2013-05-06 14:36:47 -10:00 |
|
Stephan
|
106d733d08
|
Web.PublishedCache - support XPathExpression
|
2013-04-10 12:49:45 -02:00 |
|
Stephan
|
c5b6bb52e0
|
Web.PublishedCache - refactor how caches manage preview
|
2013-03-31 18:47:25 -02:00 |
|
Stephan
|
23525300bb
|
Web.PublishedCache - add XPathNavigator support
|
2013-04-03 11:19:10 -02:00 |
|
Stephan
|
47474d31d6
|
Web.PublishedCache - rename LegacyXmlCache into XmlPublishedCache
|
2013-03-22 15:02:26 -01:00 |
|