Stephan
ac42c8ae26
Fix 2eb050e, broke Xslt edit
2016-10-17 14:06:08 +02:00
Claus
a6948d492a
Merge remote-tracking branch 'origin/dev-v7' into dev-v7-deploy
2016-10-06 13:17:43 +02:00
Claus
f78e496e69
Merge pull request #1509 from umbraco/temp-u4-8983
...
U4-8983 - clear EntityService cache on content events
2016-10-06 10:56:30 +02:00
Shannon
b3e6f0fd22
Merge branch 'refs/heads/dev-v7' into dev-v7-deploy
...
# Conflicts:
# src/Umbraco.Core/IO/FileSystemExtensions.cs
2016-10-06 10:35:45 +02:00
Stephan
48ed511ba5
U4-8983 - clear EntityService cache on content events
2016-10-06 09:06:25 +02:00
Stephan
3cff6fdd6c
Merge pull request #1451 from umbraco/temp-u4-8698
...
U4-8698 - fix notification service perfs issues
2016-10-06 08:31:39 +02:00
Shannon Deminick
81da2e49f7
Merge pull request #1508 from umbraco/temp-U4-9005
...
U4-9005 Update comments in urlrewriting.config to note it's obsolete
2016-10-05 18:32:51 +02:00
Shannon
2cd6427958
Fixes more issues with notifications which weren't sending properly do to a i++ instead of a ++1, have refactored that to read better. Also fixes up performance issues since we were returning every single fully resolved IContent for all versions when all we need is the top 2 version ids, have added methods to do that plus a unit test. Have tested the emails and the diffs and they all work.
2016-10-05 18:30:03 +02:00
Sebastiaan Janssen
061f1ae0b1
U4-9005 Update comments in urlrewriting.config to note it's obsolete
2016-10-05 17:49:09 +02:00
Stephan
ca60b1e24d
More BackgroundTaskRunner troubleshooting
2016-10-05 15:07:47 +02:00
Stephan
a279be1b47
Build TLC
2016-10-05 14:35:44 +02:00
Shannon
f503cd41de
Merge branch 'refs/heads/dev-v7' into temp-u4-8698
2016-10-05 11:52:05 +02:00
Shannon Deminick
4428877158
Merge pull request #1507 from umbraco/temp-U4-6809
...
U4-6809 u7.2.6 Updating media items with large file cause out of memo…
2016-10-05 11:23:50 +02:00
Shannon
876f61ac27
U4-8788 ContentService.GetByIds() returns items in different order
...
U4-8937 ContentController.PostSort is not honouring the passed sorted ids.
2016-10-05 11:20:48 +02:00
Claus
2cc541e084
U4-6809 u7.2.6 Updating media items with large file cause out of memory exception
2016-10-05 11:06:51 +02:00
Shannon
ddd3c78fa6
Merge branch 'refs/heads/temp-u4-8937' into dev-v7
2016-10-05 11:05:44 +02:00
Shannon Deminick
62dffedc02
Merge pull request #1491 from umbraco/temp-U4-9001
...
U4-9001 Health Check, HTTPS Configuration is missing a message when c…
2016-10-05 10:53:49 +02:00
Claus
13e5409ab2
Merge pull request #1492 from jswietek/U4-8975
...
U4 8975
2016-10-05 10:51:14 +02:00
Stephan
198fff508d
Version 7.6.0-alpha027
2016-10-05 09:57:45 +02:00
Stephan
3fd918d381
Refacetor BackgroundTaskRunner, fix async issues
2016-10-04 14:12:06 +02:00
Stephan
35c7fb60fd
Refactor BackgroundTaskRunner, support cancellation of current task
2016-10-03 15:15:51 +02:00
Stephan
79623a8a67
Fix BackgroundTaskRunner for tests without an app context
2016-09-29 16:04:27 +02:00
Stephan
37d8b71d5d
Version 7.6.0-alpha021
2016-09-29 11:13:42 +02:00
Stephan
81f44024f7
Publicize ImageHelper
2016-09-29 09:06:47 +02:00
Stephan
e477c8b0b3
Merge branch origin/dev-v7 into dev-v7-deploy
2016-09-29 09:03:56 +02:00
Sebastiaan Janssen
b8aaebf51a
Fix automapper remove/insert transform
2016-09-28 16:05:35 +02:00
Shannon Deminick
2c9bc5135c
Merge pull request #1483 from umbraco/temp-U4-8984
...
U4-8984 Upgrade AutoMapper to latest 3.x
2016-09-28 15:41:38 +02:00
Shannon
248177f518
Ensures Nuspec has correct AutoMapper, ensures config transform is correct (we cannot remove something that isn't there since it never existed before)
2016-09-28 15:33:32 +02:00
Shannon Deminick
d34901fd13
Merge pull request #1500 from markwemekamp/dev-v7
...
Bugfix in Initialize method of UmbracoMediaFile
2016-09-27 09:44:29 +02:00
Mark
94b12dfb02
Updated code according to coding rules
2016-09-27 09:36:35 +02:00
Mark
0cc88a1706
Bugfix in Initialize method of UmbracoMediaFile
...
GetExtension returns an empty string instead of null which causes the
substring to return an argumentoutofrange exception. Discovered this
when trying to use Save(HttpPostedFile file) and Save(HttpPostedFileBase
file), but since the temporary generated path didn't include an
extension, these methods always threw an exception
2016-09-27 09:08:56 +02:00
Stephan
76461e866b
Version 7.6.0-alpha020
2016-09-23 17:25:53 +02:00
Stephan
3f22e727f6
Some things need to be public/adjusted for Deploy
2016-09-23 16:42:42 +02:00
Stephan
c606314c0f
Remove InternalsVisibleTo Umbraco.Deploy
2016-09-23 13:55:27 +02:00
Stephan
37e12cd0be
Fix unit tests interferences
2016-09-22 22:18:05 +02:00
Stephan
b063928732
Version 7.6.0-alpha0016
2016-09-22 21:46:23 +02:00
Stephan
111a3ca6ac
Refactor Shadow FileSystems
2016-09-22 21:45:59 +02:00
Stephan
7176c99264
Merge branch origin/dev-v7 into dev-v7-deploy
2016-09-21 16:03:17 +02:00
Stephan
30c32da5e6
Version 7.6.0-alpha014
2016-09-21 16:02:32 +02:00
Sebastiaan Janssen
9d9c36b253
U4-9001 Health Check, HTTPS Configuration is missing a message when certificate is valid
2016-09-21 13:04:06 +02:00
Jakub Swietek
6d9a747b34
Added option to delete cell from a row
2016-09-21 13:00:02 +02:00
Jakub Swietek
a28cd8a54f
Changed row cell's minimum width to 1
2016-09-21 12:57:57 +02:00
Jakub Swietek
44ad842542
Added option to delete selected section from layout
2016-09-21 12:56:31 +02:00
Jakub Swietek
917e05a16c
Changed section's minimum width to 1
2016-09-21 12:55:05 +02:00
Stephan
23608ca70c
Merge branch 'dev-v7-deploy' of https://github.com/umbraco/Umbraco-CMS into dev-v7-deploy
2016-09-21 12:40:44 +02:00
Stephan
3ab01a2164
Implement shadow filesystems, IFileSystem2.GetSize
2016-09-21 12:40:29 +02:00
Claus
d9e608329d
removing a using statement.
2016-09-21 12:30:33 +02:00
Claus
367ad70be7
adding signalr to core.
2016-09-21 12:27:32 +02:00
Warren Buckley
03f16dfb78
Merge pull request #1485 from umbraco/temp-U4-8986
...
U4-8986 Allowing for more complex settings of the applyTo configurati…
2016-09-20 10:40:48 +01:00
Claus
c9106065fd
config transform for nuget upgrade.
2016-09-20 09:12:44 +02:00