Sebastiaan Janssen
8fc999f771
Merge pull request #1510 from lukawefocus/dev-v7
...
U4-7238 issue sorting listview after 7.3.0 upgrade
2016-10-18 20:25:17 +02:00
Sebastiaan Janssen
be0fb51193
Merge pull request #1529 from mzajkowski/U4-6710
...
Cast tag value to unicoded text before inserting it into database
2016-10-18 18:37:11 +02:00
Sebastiaan Janssen
843fad9963
Merge pull request #1477 from arknu/U4-8968
...
Fix U4-8968: Add missing check for backoffice session in ClaimsIdentity
2016-10-18 17:53:14 +02:00
Sebastiaan Janssen
7b5670f275
U4-9076 Update to latest ImageProcessor
2016-10-18 16:45:16 +02:00
Sebastiaan Janssen
900f8970f0
Check for null orderBy argument earlier to avoid doing unnecessary work
2016-10-17 09:56:50 +02:00
Marcin Zajkowski
8175e68ecd
Cast tag value to unicoded text before inserting it into database
...
Quick fix for: http://issues.umbraco.org/issue/U4-6710
2016-10-16 03:15:02 +02:00
Claus
8693b13e68
Merge pull request #1511 from umbraco/temp-U4-8992
...
U4-8992 - update content and media xml caches when upgrading from bef…
2016-10-13 15:31:09 +02:00
Mads Rasmussen
a0a861370b
Merge pull request #1499 from darrenferguson/dev-v7
...
U4-9012 The word "Oops" should probably be removed, because we can ca…
2016-10-13 15:20:59 +02:00
Stephan
7361d1f16f
U4-8992 - update content and media xml caches when upgrading from before 7.3
2016-10-10 18:25:54 +02:00
Luka Kuljic
7ffb22a40f
U4-7238 issue sorting listview after 7.3.0 upgrade
...
http://issues.umbraco.org/issue/U4-7238
System field publish only available for Content, didn't work on content
sorting by this field. Fixed by prefixing the field with table:
cmsDocumen.published.
2016-10-06 15:59:59 +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
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 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
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
Darren Ferguson
78524398b7
U4-9012 The word "Oops" should probably be removed, because we can cancel publish by API, it may be deliberate. http://issues.umbraco.org/issue/U4-9012
2016-09-23 18:43:55 +01:00
Warren Buckley
b9ffbe9a57
Merge pull request #1481 from umbraco/temp-U4-8924
...
U4-8924 Heath Check: Pingback to HTTPS uses wrong protocol
2016-09-19 09:11:38 +01:00
Claus
d725f1362f
U4-8984 Upgrade AutoMapper to latest 3.x
2016-09-16 21:23:31 +02:00
Claus
e79427619b
Revert "U4-8984 Upgrade AutoMapper to latest 3.x"
...
This reverts commit 4887302b51 .
2016-09-16 21:22:35 +02:00
Claus
4887302b51
U4-8984 Upgrade AutoMapper to latest 3.x
2016-09-16 21:21:14 +02:00
Warren Buckley
aea735f20e
Merge pull request #1441 from umbraco/temp-U4-8866
...
U4-8866 Deleting a parent document type fails if any documents using …
2016-09-16 15:46:50 +01:00
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
Roman Lytvyn
caffb36ec2
U4-8956 PublicAccessEntry.ClearRules() triggers an unhandled exception
...
fixed System.InvalidOperationException (Collection was modified;
enumeration operation may not execute.) by reverse iterating the
collection.
2016-09-16 10:35:14 +03:00
Sebastiaan Janssen
0d054de6ac
U4-8924 Heath Check: Pingback to HTTPS uses wrong protocol
2016-09-15 17:37:42 +02:00
Asbjørn Riis-Knudsen
cbd980357b
Fix U4-8968: Add missing check for backoffice session in ClaimsIdentity (like the comment says)
2016-09-13 22:36:14 +02:00
Stephan
c2eeff6e47
U4-8954 - fix WhereIn issue with non-value-types
2016-09-08 10:37:03 +02:00
Sebastiaan Janssen
a20b7f9303
Merge pull request #1457 from umbraco/temp-u4-8917
...
U4-8719 - bugfix the redirect dashboard
2016-09-05 12:48:30 +02:00
Sebastiaan Janssen
8d291efedd
In the spirit of DRY: centralized IsAdmin() check in an extension method
...
Made sure that non-admins can't trigger the enable/disable URL tracker endpoint
Renamed "admin" in GetEnableState to "isUserAdmin" for clarity
2016-09-04 11:44:16 +02:00
Sebastiaan Janssen
8ee8b52832
Bumps version
2016-09-03 13:26:40 +02:00
Sebastiaan Janssen
81819aa3b7
Merge branch 'refs/heads/master-v7' into dev-v7
2016-09-03 13:25:02 +02:00
Stephan
365da75d1b
U4-8698 - fix notification service perfs issues
2016-09-01 15:25:40 +02:00
Sebastiaan Janssen
a74feab9eb
U4-8923 Adding new property to media breaks ability to save
...
If you add a new property to a member or media type and then try to update an
existing media item/member ContentRepository didn't have this problem because
it was already using the additional if statement that has now also been added to
MemberRepository and MediaRepository
2016-09-01 15:15:47 +02:00
Stephan
3489bf22bb
U4-8698 - fix notification service perfs issues
2016-09-01 12:15:03 +02:00
Sebastiaan Janssen
af5455a500
Bumps version
2016-08-23 10:52:29 +02:00
Sebastiaan Janssen
f76fd360f1
Bumps version
2016-08-20 10:29:49 +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
Sebastiaan Janssen
9dfa9e2fb6
Bump the version
2016-08-16 13:37:05 +02:00
Claus
69fb5e9932
Merge branch 'abjerner-patch-10' into dev-v7
2016-08-16 13:28:27 +02:00
Claus
ca9f3bbd5a
updating various references to use examine constants.
2016-08-16 13:27:46 +02:00
Claus
fe7efa4fba
Merge branch 'patch-10' of git://github.com/abjerner/Umbraco-CMS into abjerner-patch-10
2016-08-16 13:11:34 +02:00
Sebastiaan Janssen
c1a8ea9df3
Merge pull request #1433 from umbraco/temp-U4-8850
...
U4-8850 Configuring a custom BackOfficeUserManager type will not work if the type is not specifically BackOfficeUserManager
2016-08-16 13:09:50 +02:00
Sebastiaan Janssen
808793edd8
Updating to latest ImageProcessor
2016-08-16 09:35:05 +02:00
Shannon
eadb9ba276
Merge branch 'refs/heads/dev-v7' into temp-U4-8850
2016-08-12 17:08:05 +02:00
Shannon
fc582b0516
adds db schema check to validate if 7.4 has been installed, changes the versions detected to only be minor versions (they shouldn't have indicated build versions), updates code to not use deprecated methods
2016-08-12 16:54:24 +02:00
Shannon
6bcadfea44
Removes the explicit castings to (BackOfficeUserManager) since that isn't actually the base class! The base class is BackOfficeUserManager<BackOfficeIdentityUser>, all of this identity stuff is a bit of a generics nightmare but that also do to the generic nightmare that is OWIN. Moves more logic to the base class so it can be used by sub classes, fixes the base class to use a generic user type
2016-08-12 16:17:14 +02:00
Sebastiaan Janssen
54e82f9ed1
Fix nasty typo
2016-08-12 12:25:58 +02:00