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
|
71de4dc7de
|
Fixes: U4-3675 [NonAction] attribute should be ignored by Umbraco RenderActionInvoker
|
2014-03-18 14:28:05 +11:00 |
|
Shannon
|
e22476f54a
|
fixes some test logic
|
2014-03-18 14:19:26 +11:00 |
|
Shannon
|
20ae16b2d7
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
|
2014-03-18 14:18:50 +11:00 |
|
Shannon
|
9e466971af
|
fixes some test logic
|
2014-03-18 14:18:34 +11:00 |
|
Stephan
|
3c6029c969
|
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
|
2014-03-17 15:27:25 +01:00 |
|
Stephan
|
a4a0de3503
|
U4-4373, U4-4374 - finalize fixes
|
2014-03-17 15:25:25 +01:00 |
|
Shannon
|
217267bf94
|
Supercharges integration tests - now running at a great speed.
|
2014-03-17 22:22:44 +11:00 |
|
Shannon
|
4748366766
|
Fixes up some more test attributes
|
2014-03-17 20:59:31 +11:00 |
|
Shannon
|
ab00782d84
|
Fixes potential issue with why test were failing
|
2014-03-17 20:33:30 +11:00 |
|
Shannon
|
d19d1b3a18
|
Changes database behavior in integration tests to be opt-in, removes the db behavior to have a new schema per fixture, now we only deal in new files + schema per fixture/tests as it was taking longer to uninstall the db tables than just delete the file.
|
2014-03-17 19:38:29 +11:00 |
|
Shannon
|
30cfa4c0ae
|
moves MemberCountType to correct namespace
|
2014-03-17 14:18:38 +11:00 |
|
Shannon
|
d028ee2c3e
|
Completes: U4-4457 Upgrade to latest CDF
|
2014-03-17 14:08:07 +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
|
d1d54d8e84
|
Fixes: U4-4427 Exception with selecting content start node in Multi-node tree picker 6.2.0
|
2014-03-17 13:12:08 +11:00 |
|
Shannon
|
bbeedb6c1b
|
Fixes: U4-4373 @Library.NodeById(-1).Id returns "0" instead of "-1"(6.2.0 beta) & U4-4374 @Model.NodeById(-1).DescendantsOrSelf().First().Id results in Excecption (6.2.0 beta)
|
2014-03-17 12:27:37 +11:00 |
|
Shannon
|
4745995f92
|
Fixes: U4-4373 @Library.NodeById(-1).Id returns "0" instead of "-1"(6.2.0 beta)
|
2014-03-17 11:45:42 +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
|
d7ea8e02d6
|
fixes unit test
|
2014-03-17 09:40:28 +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
|
7258964bb7
|
Ensures version specific db providers are not referenced in the web.config
|
2014-03-13 20:14:11 +11:00 |
|
Shannon
|
bcc2424577
|
fixes issue with getting 'other' 'members
|
2014-03-13 18:43:16 +11:00 |
|
Shannon
|
221bfa5f3d
|
Fixes up issues with editing the member profile and registering a member with our snippets including specifying a custom member type.
|
2014-03-13 14:10:05 +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 |
|
Shannon
|
3b26834484
|
updates migration to make it a little faster
|
2014-03-12 18:40:39 +11:00 |
|
Shannon
|
aee10348e5
|
Ensures not to add new indexes if they already exist
|
2014-03-12 18:37:22 +11:00 |
|
Shannon
|
d0fc3ddba5
|
ensures applicationeventsresolver is disposed of in the correct place.
|
2014-03-12 18:11:05 +11:00 |
|
Shannon
|
3aadca167f
|
oops, updated the reset to resetcollections for clearing collections for resolvers.
|
2014-03-12 18:00:00 +11:00 |
|
Shannon
|
3a92c26a7f
|
Adds ability to extract index details from databases using sql syntax provider.
|
2014-03-12 17:17:52 +11:00 |
|
Shannon
|
ff21379547
|
Makes ApplicationEventsResolver IDisposable so we can clear resources after startup.
|
2014-03-12 14:16:52 +11:00 |
|
Shannon
|
aed4c1faed
|
minor code cleanup and a null check.
|
2014-03-11 17:26:14 +11:00 |
|
Shannon
|
48bbf1ecb2
|
Fixes unit tests
|
2014-03-11 15:02:23 +11:00 |
|
Shannon
|
c500d29029
|
adds some exceptions
|
2014-03-11 14:44:18 +11:00 |
|
Shannon
|
2c8fe5a130
|
fixes a few issues
|
2014-03-11 14:35:49 +11:00 |
|
Shannon
|
d737afa327
|
Working on
|
2014-03-11 14:23:51 +11:00 |
|