Shannon
|
0a28bdafc2
|
Merge remote-tracking branch 'origin/6.2.0' into 6.2-cachefixing
|
2014-04-16 15:54:37 +10:00 |
|
Shannon
|
7aa1f480c9
|
Fixes up some cloning with value types and collections
|
2014-04-16 15:33:21 +10:00 |
|
Shannon
|
998f031877
|
Merge branch '6.2.0' into 6.2-cachefixing
|
2014-04-16 14:01:38 +10:00 |
|
Shannon
|
ac7cb8febe
|
Fixes cache providers to ensure it stores and resolves clones
|
2014-04-16 14:01:26 +10:00 |
|
Shannon
|
6e166bdba7
|
publicizes DeepCloneHelper
|
2014-04-16 13:40:20 +10:00 |
|
Shannon
|
1f2e46a195
|
Simplifies much of the deep cloning with the DeepCloneHelper and adds tests
|
2014-04-16 13:39:42 +10:00 |
|
Shannon
|
bb22f5a283
|
More code and tests written for deep cloning.
|
2014-04-16 11:23:00 +10:00 |
|
Shannon
|
dcac5d4709
|
More code and tests written for deep cloning.
|
2014-04-15 20:31:32 +10:00 |
|
Shannon
|
0e4e12d0ba
|
More code and tests written for deep cloning.
|
2014-04-15 19:12:42 +10:00 |
|
Shannon
|
9118701669
|
More test written for deep cloning.
|
2014-04-15 14:53:19 +10:00 |
|
Shannon
|
58758e7a41
|
More work on deep cloning, have test passing for IContent
|
2014-04-15 13:52:49 +10:00 |
|
Sebastiaan Janssen
|
bf8add4f8d
|
Manually picked up PR #343
|
2014-04-03 11:10:43 +02:00 |
|
Sebastiaan Janssen
|
d9c66cd4b3
|
Adds AddRelation and missing events in RelationService from v7 into v6
|
2014-04-02 11:41:59 +02:00 |
|
Sebastiaan Janssen
|
5b693f9310
|
Adds ability to add/remove a single role to/from a single member, which is much nicer than having to instantiate arrays
|
2014-04-01 16:43:11 +02:00 |
|
Sebastiaan Janssen
|
40ebc1295c
|
Fixes error thrown when saving password and actually using the Umbraco membership provider
|
2014-04-01 15:30:42 +02:00 |
|
Shannon
|
15222e176e
|
Fixes: U4-4474 YSOD when expanding Members tree
|
2014-03-20 10:37:54 +11:00 |
|
Shannon
|
84dd7dc61a
|
Fixes: U4-4466 6.2-beta - Creating Member Type without Alias results in no viewable Member Types in back office
|
2014-03-20 09:52:31 +11:00 |
|
Shannon
|
ff5dadde53
|
Fixes unit test and another potential migration problem using an old alias for foreign key
|
2014-03-19 18:43:10 +11:00 |
|
Shandem
|
09428d703c
|
Merge pull request #298 from KevinJump/6.2.0--PackageServiceFixes
6.2.0 package service fixes
|
2014-03-19 14:43:19 +11:00 |
|
Shannon
|
a0541b000e
|
Fixes: U4-4463 Upgrade 6.2.0 > 7.1.0 fails - due to incorrect formatting of foreign keys for sql servers
Conflicts:
src/Umbraco.Tests/Migrations/AlterMigrationTests.cs
src/Umbraco.Tests/Migrations/Stubs/AlterUserTableMigrationStub.cs
|
2014-03-19 10:33:37 +11:00 |
|
Shannon
|
668935548d
|
Fixes: U4-4394 7.0.4: Inconsistency in member tree listings
Conflicts:
src/Umbraco.Core/Persistence/Querying/BaseExpressionHelper.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Web/Trees/MemberTreeController.cs
|
2014-03-19 09:28:13 +11:00 |
|
Sebastiaan Janssen
|
4f008f5848
|
Bump version to RC
|
2014-03-18 18:37:42 +01:00 |
|
Shannon
|
0749124f45
|
fixes bug with col name
|
2014-03-18 20:11:22 +11:00 |
|
Shannon
|
bef970437a
|
doh, fix for new ctor
|
2014-03-18 19:39:17 +11:00 |
|
Shannon
|
dda36f0147
|
added additional ctor for member to create an empty one
|
2014-03-18 19:30:54 +11:00 |
|
Shannon
|
caad775399
|
Removes the User membership provider name constant - it is not a constant, this value is configurable!
|
2014-03-18 18:52:17 +11:00 |
|
Shannon
|
7a7720c460
|
Gets #U4-4454 Can't log in a new member created through memberservice completed
|
2014-03-18 18:41:18 +11:00 |
|
Shannon
|
b2aeb835d5
|
Implements the SavePassword method of the MemberService
|
2014-03-18 17:45:11 +11:00 |
|
Shannon
|
8dd950bd52
|
Ensures all access to the users membership provider is done with our extension method
|
2014-03-18 17:22:25 +11:00 |
|
Shannon
|
e2881e07d1
|
Ensures that all calls to the members membership provider are done so explicitly with the membership provider alias - this decouples the need to have the umbraco membership provider declared as the default, we were doing both before.
|
2014-03-18 17:08:21 +11:00 |
|
Shannon
|
217267bf94
|
Supercharges integration tests - now running at a great speed.
|
2014-03-17 22:22:44 +11:00 |
|
Shannon
|
30cfa4c0ae
|
moves MemberCountType to correct namespace
|
2014-03-17 14:18:38 +11:00 |
|
Shannon
|
a60e2318ad
|
Fix Null Prevalue Values on Export of DataTypes
Exporting a DataType that has a Numeric pre-value that has no value
causes an Exception - added null checking to pre value.value
|
2014-03-17 13:23:26 +11:00 |
|
Shannon
|
f642a7fd63
|
Fixes: U4-4368 Cannot insert the value NULL into column 'name' when creating new relation type from API
|
2014-03-17 13:21:17 +11:00 |
|
Shannon
|
c66aca2d41
|
Adds migration to rename the index umbracoUserLogins_Index to IX_umbracoUserLogins_Index so that it follows standards, fixes unit test
|
2014-03-17 11:24:01 +11:00 |
|
Shannon
|
af148a4544
|
reverts the notion of shema migration - we will run migrations normally as we've been doing, this fixes a couple of unit tests too.
|
2014-03-17 10:48:56 +11:00 |
|
Shannon
|
58814d4ac2
|
updates the migration order
|
2014-03-15 20:11:42 +11:00 |
|
Shannon
|
bd1dc4f88d
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
|
2014-03-15 18:53:25 +11:00 |
|
Shannon
|
67c1cc44c5
|
oops, fixes some logic with a closing bracket in the wrong place
|
2014-03-15 18:53:03 +11:00 |
|
Morten Christensen
|
b680f87c12
|
Adding a note about the usage of the PackageInstallation class in the PackagingService
|
2014-03-14 12:14:43 +01:00 |
|
Morten Christensen
|
8db6633c91
|
Initial implementation of a new package installation approach based on PR-297. Everything is left internal as we don't know when something like this can be introduced.
Idea is to be able to install a complete package using the PackagingService, so that we eventually can obsolete the old Packager/Installer-code.
|
2014-03-14 12:11:38 +01:00 |
|
Shannon
|
3e5128147c
|
fixes typo
|
2014-03-14 19:34:09 +11:00 |
|
Shannon
|
b5329ace3b
|
Backports fixes for legacy encoding checks and to not do any db lookups for the new membership providers and also ensures the legacy membership provider doesn't do any db lookups on init.
|
2014-03-14 18:38:57 +11:00 |
|
Shannon
|
e1a134f587
|
Fixes: U4-4430 MySql primary key issues
|
2014-03-14 17:11:21 +11:00 |
|
Shannon
|
bbe6194b06
|
Exception is thrown if trying to run mysql in med trust. Migrations arranged to execute schema migrations first and then data migrations. If a schema migration fails it will attempt to run the downgrade scripts of the migrations if running mysql since schema changes aren't supported in transactions. Updated all sql syntax providers to try to return only the column indexes, not key indexes. Updates the db version checker to include errors for all missing columns, indexes and constraints in the db and vice versa in the schema.
|
2014-03-14 13:04:20 +11:00 |
|
Shannon
|
d76fd7d25e
|
updates schema result to have case ignored.
|
2014-03-13 20:45:07 +11:00 |
|
Shannon
|
e020989577
|
Give some love to mysql with regards to schema validation and the syntax provider - need ignore case comparisons.
|
2014-03-13 20:42:57 +11:00 |
|
Shannon
|
85a74e4fa7
|
Fixes: U4-4419 TempData is not being cleared on RedirectToCurrentUmbracoPage - it actually shouldn't be cleared but we need to handle how we add it properly as tempdata only clears when it is read
|
2014-03-13 12:21:31 +11:00 |
|
Shannon
|
a8858ecfdd
|
fixes unit tests
|
2014-03-13 11:10:29 +11:00 |
|
Shannon
|
0dc00a62e2
|
Adds ability to have proxy migrations so there is no duplication of declaring migrations and no duplication of executing already executed migrations. Would have been a bit nicer to have
|
2014-03-12 20:36:40 +11:00 |
|