Warren Buckley
7a34b490c7
Merge pull request #1468 from umbraco/temp-u4-8954
...
U4-8954 - fix WhereIn issue with non-value-types
2016-09-16 11:37:12 +01:00
Stephan
6b0377bb71
Cleanup SafeCallContext
2016-09-13 10:14:27 +02:00
Stephan
597b9bbfcb
Introduce SafeCallContext to fix breaking test
...
(wondering if using logical call context a breaking change)
2016-09-13 08:01:45 +02:00
Stephan
d84cfe001f
Merge branch origin/dev-v7.6 into dev-v7-deploy
2016-09-12 14:07:02 +02:00
Claus
88f8052573
U4-8965 Updates for ImageProcessor parameters to support new crop modes in v. 4.4.0
2016-09-12 12:51:48 +02:00
Stephan
eb7a0cb85d
U4-8954 - fix WhereIn issue with non-value-types
2016-09-08 10:40:36 +02:00
Stephan
5afeb315ba
U4-8954 - rename file
2016-09-08 10:39:56 +02:00
Stephan
c2eeff6e47
U4-8954 - fix WhereIn issue with non-value-types
2016-09-08 10:37:03 +02:00
Stephan
acae05d287
Merge branch origin/dev-v7 into dev-v7-deploy
2016-08-18 12:38:38 +02:00
Claus
9f5a9f179f
U4-8866 Deleting a parent document type fails if any documents using a child document type exist
...
ensures that we also manually delete content of any child content type being deleted, instead of only deleting content of the actual content type sent for delete.
2016-08-18 11:17:05 +02:00
Stephan
cd2c79e7d5
U4-8813 - cleanup
2016-08-16 12:45:10 +02:00
Shannon
e12c294150
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2016-08-11 14:06:49 +02:00
Shannon
8d1d394ded
Adds latest stable Examine version
2016-08-11 14:06:38 +02:00
Claus
f55e673632
adding a few tests for U4-8567.
2016-08-10 14:58:55 +02:00
Shannon
d99a691bdc
Changes magic strings to constants for database provider types.
2016-08-09 15:36:02 +02:00
Shannon
2d25c4dad5
deletes tests to attempt to test the sorting issue: U4-8831 which didn't work because it's on sql ce
2016-08-09 14:01:18 +02:00
Shannon
9d2efdfb37
Adds test to confirm bug U4-8831
2016-08-09 12:47:14 +02:00
Claus
cbf67a4399
changing to Debug.Print.
2016-08-08 10:18:44 +02:00
Claus
f58e0dc08e
Merge branch 'sql-repalce' of git://github.com/pynej/Umbraco-CMS into pynej-sql-repalce
2016-08-08 09:58:39 +02:00
Claus
59c3d6a206
cleaning up migrations. we're deleting the table so no need to do a bunch of migration stuff instead of just compiling it into one migration deleting and creating the table again.
2016-08-04 15:45:58 +02:00
Sebastiaan Janssen
e66eefbbd7
Fixes unit test
2016-08-03 21:42:40 +02:00
Sebastiaan Janssen
85a3abf643
Adds a setting to be able to disable redirect URL tracking
2016-08-03 17:57:41 +02:00
Jeremy Pyne
2cad3838f4
Update ExpressionTests.cs
...
Fixes for SQL replace test.
2016-07-26 10:27:19 -04:00
Claus
dcdd47dff4
adding a few unit tests to MemberService.
2016-07-26 16:05:30 +02:00
Jeremy Pyne
c6a2d41888
Added test.
2016-07-26 09:45:45 -04:00
Sebastiaan Janssen
3c653fbd5f
Don't use C#6 syntax in tests
2016-07-19 12:40:08 +02:00
Stephan
6836e48217
Fix assertion in tests
2016-07-18 10:17:34 +02:00
Sebastiaan Janssen
91b8f4dcce
Merge pull request #1380 from umbraco/temp-U4-8522
...
U4-8522 cmsPropertyData needs unique constraint indexes and index refactoring
2016-07-15 09:22:31 +02:00
Sebastiaan Janssen
de0bb494a5
Improving Build.bat and appveyor build output
...
Moving all Console.Write* to Debug.Print
2016-07-14 14:11:05 +02:00
Shannon
bd306295c2
Ensures the correct index is installed by default, fixes a test that didn't take this index into account
2016-07-12 19:39:22 +02:00
Sebastiaan Janssen
5ebcdce557
Merge pull request #1374 from umbraco/temp-u4-8682
...
U4-8682 - manage cache in tests
2016-07-07 17:54:39 +02:00
Sebastiaan Janssen
f2d50866d9
Merge pull request #1370 from umbraco/temp-u4-8361
...
u4-8361 From ids to guids
2016-07-07 17:52:41 +02:00
Stephan
6f6c7ede0a
U4-8361 - fixing migrations
2016-07-07 16:56:52 +02:00
Sebastiaan Janssen
85c7b102b9
Revert C#6 notation
2016-07-07 16:22:55 +02:00
Sebastiaan Janssen
05cb2050e7
Revert C#6 notation
2016-07-07 16:17:01 +02:00
Warren Buckley
a494ea8dc8
Merge pull request #1350 from umbraco/temp-U4-8640
...
U4-8640 Deleting a content type with children only emits a deleted ev…
2016-07-07 14:40:56 +01:00
Stephan
560c0fbb33
U4-8361 - fixing and perfs
2016-07-06 21:53:08 +02:00
Stephan
c5a346d70f
Merge branch 'dev-v7' into temp-u4-8361
2016-07-06 20:00:17 +02:00
Stephan
c1f6708b21
Fix
2016-07-06 18:08:19 +02:00
Stephan
4531bf6c30
U4-8682 - manage cache in tests
2016-07-06 18:01:59 +02:00
Shannon
1f041f17c1
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2016-07-06 09:38:00 +02:00
Shannon
ee27264a72
Ensures all instances of SqlCeEngine are in a using claus so native objects are disposed properly
2016-07-06 09:37:52 +02:00
Stephan
1f40043740
Hopefull fixing tests
2016-07-05 15:11:10 +02:00
Stephan
3d2a0b4a29
U4-8361 - from ids to guids
2016-07-04 18:22:06 +02:00
Stephan
09526e6db4
U4-8592 - fix property conversions
2016-06-27 15:33:08 +02:00
Claus
b75578c889
U4-8640 Deleting a content type with children only emits a deleted event on the parent content type
...
service now includes all deleted content types including children, in the DeletedContentType event arguments.
tests to ensure the correct number of deleted entities are sent in events.
2016-06-22 19:30:31 +02:00
Sebastiaan Janssen
402b2b082f
Merge pull request #1347 from umbraco/temp-U4-8433
...
This ensures we are using the latest code from Log4Net.Async for thes…
2016-06-22 17:25:11 +02:00
Shannon
9463db7431
This ensures we are using the latest code from Log4Net.Async for these libs. there are very little changes and none breaking but it is now up-to-date and we will use the nuget package in v8 instead.
2016-06-22 11:48:52 +02:00
Stephan
d4f2486b4f
Merge remote-tracking branch 'origin/dev-v7' into temp-U4-8410-2
2016-06-22 10:58:46 +02:00
Shannon
b8c88139e1
fixing build
2016-06-21 21:08:38 +02:00