Stephan
4487e686d7
Core.TypeExtensions - add methods
2013-10-25 13:19:20 +02:00
Shandem
c4f3dae317
Merge pull request #172 from IDisposable/6.2.0
...
Reduce Exceptions thrown during type conversions.
2013-10-17 18:07:52 -07:00
Marc Brooks
4d5b330567
Reduce Exceptions thrown during type conversions.
...
There are tons of places where null, blank or empty strings are being
converted to primative types (like int,, long, etc) or other ValueTypes
(like Guid, DateTime, etc.). When this is attempted, Exceptions are
thrown (and caught/swallowed) to allow for value defaulting. Since this
happens all the time in normal operation, tons of Exceptions are being
thrown. By switching to the TryParse methods available on all primative
types and the interesting ValueTypes, we can greatly speed the
processing of content data.
2013-10-17 19:12:08 -05:00
Shannon
fbb7f18f23
fixes publish status when publishing child that doesn't have a parent published.
2013-10-15 14:12:10 +11:00
Stephan
ee5af4998f
Fix bug after merge
2013-10-11 12:30:17 +02:00
Stephan
565a020acf
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
2013-10-11 11:14:36 +02:00
Shannon
c459a893a5
adds new db indexes
2013-10-11 18:45:37 +11:00
Stephan
671b94dd06
PublishedContentModel - keep it internal for now
2013-10-11 09:24:26 +02:00
Stephan
bc9dc911ed
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
2013-10-11 09:24:06 +02:00
Stephan
cc8298d83c
U4-2606 - List registered types in a ManyObject resolver
2013-10-11 09:22:48 +02:00
Stephan
18ea5b3768
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
...
Conflicts:
src/Umbraco.Tests/TestHelpers/BaseWebTest.cs
2013-10-10 15:52:09 +02:00
Shannon
cb8c1a31cb
Fixes/updates more of the member repository and related items
...
Conflicts:
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
2013-10-10 16:50:57 +11:00
Shannon
4170713e29
More member service and provider updates
...
Conflicts:
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
2013-10-10 14:51:01 +11:00
Shannon
a3bca42117
updates UmbracoMembershipMember
2013-10-10 14:10:28 +11:00
Shannon
80488e012f
Fixes up and implements more if the IMemberService, repository and membership providers (both legacy and what seems to be the new one).
2013-10-10 14:00:35 +11:00
Shannon
27e6e9b91c
removes duplicate declaration
2013-10-09 13:52:44 +11:00
Shannon
09b7186713
Completes: U4-2963 Updated EntityService / IUmbracoEntity to have a dictionary to fill additional data - fixes merge issues and explicitly implements interface for entities that are not UmbracoEntity and hides other implementations from intellisense.
2013-10-09 13:32:58 +11:00
Shannon
c6389852ea
Adds public ctors for ApplicationContext, ServiceContext, DatabaseContext, RepositoryFactory, makes IDatabaseFactory public, makes an interfaces for IEntityService, adds EnsureContext methods for ApplicationContext - to set the singleton.
2013-10-09 13:17:19 +11:00
Shannon
49f10ccd32
Fixes merge issue , fixes the ServiceContext lazy fields to be the underlying interfaces, adds public ctor
2013-10-09 12:18:42 +11:00
Shannon
a8b037f2e0
Fixes member type repository when member types don't have properties declared and adds tests. Adds IMemberTypeService.
...
Conflicts:
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Services/ServiceContext.cs
2013-10-09 12:09:28 +11:00
Stephan
c2e7fc2f10
PropertyValueConverter - add converters for built-in data types
2013-10-04 20:14:38 +02:00
Stephan
a264342bcc
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
...
Conflicts:
src/Umbraco.Tests/CodeFirst/ContentTypeMapper.cs
src/Umbraco.Web/Models/DynamicPublishedContent.cs
2013-10-03 18:16:29 +02:00
Stephan
4c13dbf8b7
Core.StringExtensions - fix methods that should be extension methods
2013-10-03 18:10:50 +02:00
Stephan
9a10863760
Core.EnumerableExtensions - bugfix f9663a9
2013-10-03 18:10:48 +02:00
Shandem
a806f40093
Merge pull request #146 from mortenbock/6.2.0
...
Custom ProfilingViewEngine
2013-10-02 15:53:58 -07:00
mortenbock
9ec30860b0
Wrap all ViewEngines in a profiler
...
Wrap all ViewEngines in a custom profiler view engine, using the
ProfilerResolver to track performance
2013-10-02 17:48:44 +02:00
Stephan
06206c60d9
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
2013-10-02 17:06:46 +02:00
Stephan
f64b8d680d
Core.StringExtensions - switch over to the new DefaultShortStringHelper
2013-10-02 16:54:56 +02:00
Stephan
f9663a9e80
Core.EnumerableExtensions - refactor InGroupsOf to enumerate source only once
2013-10-02 16:54:47 +02:00
Stephan
520ebc3394
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
2013-10-02 11:43:10 +02:00
Stephan
cdd1a0a4cb
Core.Resolution - fix concurrency issues
...
Conflicts:
src/Umbraco.Core/ObjectResolution/Resolution.cs
2013-10-02 11:41:48 +02:00
Stephan
e5b3ca1907
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
2013-10-02 11:14:08 +02:00
Morten Christensen
74f6a34651
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
2013-10-01 10:20:29 +02:00
Morten Christensen
7dee2802fe
Fixing Member and MemberType, so the ids are properly assigned through the repositories.
...
Adding test to assert that no Properties, PropertyTypes or PropertyGroups exists without an id when loaded from the db.
NOTE Changes signature of Member class as Email, Username and Password is required.
2013-10-01 10:20:16 +02:00
Sebastiaan Janssen
5238293c09
Merge branch '6.1.6' into 6.2.0
...
Conflicts:
build/Build.bat
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
2013-09-30 16:09:25 +02:00
Stephan
bfa7ab788b
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0-pubcontent
2013-09-30 14:00:01 +02:00
Sebastiaan Janssen
cdda69c4cd
U4-2788 Error installing Umbraco 6.1.5 with SQL CE 4 option
2013-09-30 12:39:28 +02:00
Morten Christensen
a21bee6683
Fixing MemberType- and MemberRepository so properties, property types and property groups are properly initialized.
2013-09-30 12:12:58 +02:00
Sebastiaan Janssen
965a7fc500
Fixes: U4-2925 Tree performance is very poor in 6.1.x when having event subscriptions
2013-09-30 10:55:13 +02:00
Sebastiaan Janssen
328ada2f38
Bump version number
2013-09-30 10:46:08 +02:00
Sebastiaan Janssen
767252cdf1
Creates IDisposeOnRequestEnd and ensures UmbracoContext and UmbracoDatabase implement it, then we only dispose of these types of objects at the end of the request if they are part of the httpcontext items (U4-2738). Fixes: U4-2988 UmbracoObjectTypesExtensions is not thread safe
2013-09-30 10:31:45 +02:00
Sebastiaan Janssen
010d47c68b
Fixes U4-2822 Datepicker throws "Specified cast is not valid" when saving through API
2013-09-30 10:23:43 +02:00
Shannon
a8f6b9eeb9
Fixes: U4-2925 Tree performance is very poor in 6.1.x when having event subscriptions
2013-09-30 13:31:48 +10:00
Shannon
957760d29a
Creates IDisposeOnRequestEnd and ensures UmbracoContext and UmbracoDatabase implement it, then we only dispose of these types of objects at the end of the request if they are part of the httpcontext items (U4-2738). Fixes: U4-2988 UmbracoObjectTypesExtensions is not thread safe
2013-09-30 12:02:35 +10:00
Stephan
725b938de1
PublishedContent - revert to using property.Value vs .ObjectValue
2013-09-25 13:17:21 +02:00
Stephan
d925f856ae
Take care of FIXMEs
2013-09-23 16:55:59 +02:00
Stephan
3de2196e01
PublishedContent - reorg. existing IPropertyValueConverter impl.
2013-09-23 16:42:35 +02:00
Stephan
ac2d010df3
PublishedContent - refactor PublishedContentType cache
2013-09-23 16:18:39 +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