Sebastiaan Janssen
d66e951b68
Updating code style, removes obsolete files, now we can move the tree to the Translation section
2018-06-13 20:20:21 +02:00
Dave Woestenborghs
9c33f1b1c9
U4-5683 Migrate Dictionary tree & editor to angular ( #2159 )
2018-06-13 20:19:18 +02:00
Daniël Knippers
3520f2d1e4
Fix NullReferenceException when HttpContext is null
...
This method will throw a NullReferenceException in contexts without an HttpContext, like is the case in background threads. As HttpContext is only used to set an isDebug flag, it seems more sensible to not throw in cases without an HttpContext, but simply set isDebug to false instead. If this is not acceptable behavior, could we perhaps look at something other than HttpContext.Current.IsDebuggingEnabled to decide whether isDebug should be set?
2018-06-13 13:25:10 +02:00
Marc Goodson
0eceb3c7fc
U4-11369 - Add list of content types where a composition content type is used to compositions dialog ( #2668 )
2018-06-06 22:35:10 +02:00
Mundairson
e7c1d3dd2e
Removed old version.
2018-06-05 12:25:37 +01:00
Mundairson
379ac8a3cb
Refactored the extension method to call the native method.
2018-06-05 12:25:06 +01:00
Mundairson
8953021784
Corrected the VersionCheckPeriod property's XML comment.
2018-06-05 10:58:45 +01:00
Dan Booth
3f35eca999
Fixed ContainsAny method so that it uses the passed in Comparison method (which enabled case-insensitive comparisons to work)
2018-05-10 14:28:16 +01:00
Sebastiaan Janssen
bfca8c555e
Removes Package repository config setting and related unnecessary code
2018-04-19 19:12:42 +02:00
Robert
9384cd0f27
Merge pull request #2574 from umbraco/temp-U4-11195
...
fixes U4-11195 Mapping complex properties slow down some queries
2018-04-19 12:22:12 +02:00
Sebastiaan Janssen
96761efe4d
Merge branch 'patch-v7' into dev-v7
2018-04-19 09:55:16 +02:00
Sebastiaan Janssen
cc3e75dc63
U4-11208 Error : "An item with the same key has already been added." into "Umbraco.Core.Services.IdkMap.Populate" method
2018-04-18 15:14:16 +02:00
Sebastiaan Janssen
7d171b1e95
Bumps version to 7.10.4
2018-04-17 15:46:39 +02:00
Sebastiaan Janssen
4664266b8d
Bumps version to 7.10.3
2018-04-12 16:40:10 +02:00
Sebastiaan Janssen
5003a55aca
Cherry picked - Fix scope leaks caused by database messenger [U4-11207] #2580
2018-04-12 16:32:34 +02:00
Claus
c802171f38
Merge pull request #2580 from umbraco/temp-u4-11207
...
Fix scope leaks caused by database messenger [U4-11207]
2018-04-12 14:43:03 +02:00
Claus
81c5c66e15
adding readonly.
2018-04-12 14:41:55 +02:00
Sebastiaan Janssen
99ce7c0736
Throw error when "downgrading" to a higher version, make sure to give the results back in the correct order (newest version first, oldest last).
2018-04-12 14:35:34 +02:00
Claus
c630e5ef8e
only warn if there's actually anything to warn about
2018-04-12 14:26:14 +02:00
Sebastiaan Janssen
fe5896c85f
Merge branch 'U4-8927' of https://github.com/martin-blackwell/Umbraco-CMS into martin-blackwell-U4-8927
2018-04-12 13:44:38 +02:00
Sebastiaan Janssen
28cbb0a517
Bumps version to 7.11.0
2018-04-12 13:41:56 +02:00
Stephan
1076b882fb
U4-11207 - collect rogue/leaked NoScope instances
2018-04-12 11:56:56 +02:00
Stephan
4a47c5e129
U4-11207 - fix scope leaks caused by database messenger
2018-04-12 11:13:00 +02:00
Claus
5380b62504
fixes U4-11195 Mapping complex properties slow down some queries
2018-04-09 15:43:17 +02:00
Sebastiaan Janssen
95d40049f5
Bumps version to 7.10.2
2018-04-09 08:30:39 +02:00
Shannon
047a05cfb3
bumps version
2018-04-03 11:38:13 +10:00
Shannon
e019c94207
changes back to correct version
2018-04-03 10:42:57 +10:00
Sebastiaan Janssen
8c0ec489c2
Bump version to 7.11
2018-03-23 09:54:11 +01:00
Sebastiaan Janssen
59f9a64e81
Merge branch 'dev-v7' into dev-v7.10
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
2018-03-22 11:27:26 +01:00
Sebastiaan Janssen
4bb75d73dd
Bump version to 7.9.3
2018-03-22 10:50:12 +01:00
Shannon Deminick
dd8e43d80a
Fixes U4-10472 Cannot upgrade to 7.7+ when using MySql ( #2493 )
...
* Fixes U4-10472 Cannot upgrade to 7.7+ when using MySql
* Fixes dropping the FK for the AddUserGroupTables migration
2018-03-22 10:35:41 +01:00
Shannon
53bfec8a04
Merge branch 'dev-v7' into dev-v7.10
2018-03-22 19:22:34 +11:00
Sebastiaan Janssen
b4a0dadee9
Re-apply the nice C# syntax James provided
2018-03-21 19:53:20 +01:00
Lee Kelleher
014ac98d0b
U4-11052 - Enabled IntegerValueConverter to handle Int64 source values ( #2500 )
...
* Enabled IntegerValueConverter to handle `Int64` source values
2018-03-21 19:08:24 +01:00
Shannon
995f3f38a3
Fixes upgrade issue with copying the preview.old directory and updates the link to the the correct public one
2018-03-21 12:52:17 +11:00
Shannon
2ad79956d9
Re-apply Drop Down Flexible "Merge pull request #2502 from umbraco/temp-U4-11032""
2018-03-21 12:37:26 +11:00
Shannon
96c6a17d03
Merge branch 'dev-v7' into dev-v7.10
2018-03-21 12:36:55 +11:00
Shannon
1a590664e7
Revert "Merge pull request #2502 from umbraco/temp-U4-11032"
...
This reverts commit 2aa0dfb2c5 , reversing
changes made to 2c6e7e46c2 .
2018-03-21 12:32:27 +11:00
Shannon
b46add81f0
Merge branch 'dev-v7.10' into temp-u4-10756
2018-03-21 11:39:28 +11:00
Shannon
ff31cd9f72
Changes Set to Populate, changes Fetch to Query and makes GetById public
2018-03-21 11:31:30 +11:00
Shannon
084af43dab
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.10
2018-03-21 10:20:20 +11:00
Robert
3aed889e2a
Merge branch 'dev-v7' into temp-U4-11032
2018-03-19 14:14:51 +01:00
Sebastiaan Janssen
b539c6ec27
Merge pull request #1445 from KevinJump/dev-v7-ConnectionStringConfigSource
...
U4-8890 - Honour ConfigSource when setting ConnectionString
2018-03-16 15:45:21 +01:00
Sebastiaan Janssen
eac9785c45
Apply PR #2507
2018-03-15 10:02:20 +01:00
Sebastiaan Janssen
054a8b48fa
Revert PR #2507 - needs to go in 7.10
2018-03-15 09:59:04 +01:00
Stephan
fb5e6c22ce
Merge remote-tracking branch 'origin/dev-v7' into temp-u4-10756
2018-03-15 09:46:52 +01:00
Stephan
6bc68005f4
U4-10756 - id/guid cache, new version
2018-03-15 09:46:39 +01:00
Sebastiaan Janssen
dfbc3c477a
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into pr/2507
2018-03-15 09:38:44 +01:00
Niels Hartvig
57426ae895
Feedback from review. Makes the moment service more generic and changes promises chaining
2018-03-14 11:10:01 +01:00
Shannon
830f460b7e
bumps version
2018-03-14 13:58:48 +11:00