Claus
|
771f8d92f2
|
adding in missing extension method stuff for some udis.
|
2017-02-10 14:44:56 +01:00 |
|
Claus
|
5226762528
|
Merge branch 'temp-U4-9351' into dev-v7.6
Conflicts:
src/Umbraco.Core/Events/ImportPackageEventArgs.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web/Editors/PackageInstallController.cs
|
2017-02-10 10:08:31 +01:00 |
|
Claus
|
7889f82a9a
|
added a check so the 'ensure' wont fail if the path is already as it should be.
added unit test for this method.
|
2017-02-10 09:25:16 +01:00 |
|
Sebastiaan Janssen
|
3d1a44b32c
|
Merge branch 'temp-U4-8998' into dev-v7.6
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
|
2017-02-10 08:25:52 +01:00 |
|
Sebastiaan Janssen
|
724ec9ab73
|
Merge pull request #1748 from umbraco/temp-U4-8835
U4-8835 cmsMember.LoginName needs a DB index
|
2017-02-10 08:22:36 +01:00 |
|
Shannon
|
aa0eaf590c
|
adds indexes to relation type
|
2017-02-10 15:51:41 +11:00 |
|
Shannon
|
2b82520067
|
U4-8998 umbracoRelation table needs unique index on columns: parentId, childId, relType
|
2017-02-10 15:38:53 +11:00 |
|
Shannon
|
5aed6334c4
|
missing file
|
2017-02-10 14:24:33 +11:00 |
|
Shannon
|
91157caf0e
|
U4-8835 cmsMember.LoginName needs a DB index
|
2017-02-10 14:23:46 +11:00 |
|
Shannon
|
d27fee8a5b
|
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into dev-v7.6
|
2017-02-10 09:38:03 +11:00 |
|
Sebastiaan Janssen
|
7aef8cbb67
|
Merge branch 'temp-U4-9481' into dev-v7.6
# Conflicts:
# src/Umbraco.Core/Services/FileService.cs
|
2017-02-09 21:55:17 +01:00 |
|
Sebastiaan Janssen
|
a7e28a97d9
|
Merge pull request #1715 from umbraco/temp-U4-9450
U4-9450 Paged data queries return all property data in the entire dat…
|
2017-02-09 21:02:15 +01:00 |
|
Stephan
|
8e5c57eb60
|
U4-9322 - rename kabum in Scope.RobustExit
|
2017-02-09 15:58:17 +01:00 |
|
Claus
|
57945fcec6
|
fixing broken build - referencing files that aren't committed.
|
2017-02-09 14:41:22 +01:00 |
|
Sebastiaan Janssen
|
ade3c4ee6c
|
Merge pull request #1732 from rsoeteman/U4-9493
U4 9493
|
2017-02-09 14:26:44 +01:00 |
|
Sebastiaan Janssen
|
8fe904d780
|
Merge pull request #1744 from umbraco/temp-U4-9433
U4-9433 Add index to path column on umbracoNode
|
2017-02-09 13:43:44 +01:00 |
|
Shannon
|
1c0d4001ab
|
U4-9433 Add index to path column on umbracoNode
|
2017-02-09 17:27:23 +11:00 |
|
Shannon
|
f04d70f2d9
|
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into dev-v7.6
|
2017-02-09 17:04:41 +11:00 |
|
Shannon Deminick
|
55098deac0
|
Merge pull request #1728 from umbraco/temp-u4-9487
U4-9487 - optimize initialization of xml nodes
|
2017-02-09 16:56:05 +11:00 |
|
Shannon
|
58c5618d30
|
Adds benchmarks for XML perf testing - had to make the init xml code static with out params to test but that's ok.
|
2017-02-09 16:42:59 +11:00 |
|
Shannon
|
d0cbeb4a0a
|
Better optimized initialization of xml nodes with less allocations
|
2017-02-09 15:29:38 +11:00 |
|
Shannon
|
ce0821e2d6
|
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into dev-v7.6
# Conflicts:
# build/NuSpecs/UmbracoCms.Core.nuspec
# src/Umbraco.Tests/Umbraco.Tests.csproj
|
2017-02-09 13:20:33 +11:00 |
|
Shannon Deminick
|
b6e9db7363
|
Merge pull request #1726 from umbraco/temp-u4-9322
Scope Scope Scope!
|
2017-02-09 12:30:58 +11:00 |
|
Shannon
|
9f710a957d
|
Merge remote-tracking branch 'refs/remotes/origin/dev-v7.6' into temp-u4-9322
# Conflicts:
# src/Umbraco.Core/Services/FileService.cs
|
2017-02-09 12:30:01 +11:00 |
|
Shannon
|
b7578e2b98
|
fixes tests
|
2017-02-09 12:07:16 +11:00 |
|
Shannon
|
97e8973cbd
|
Ensures that the RelateOnTrashHandler doesn't attempt to create a relationship for an item that doesn't exist
|
2017-02-09 11:40:13 +11:00 |
|
Shannon
|
2dc45c3b9f
|
Tons of code duplication removed, streamlines the content, media and member repositories to use the same paged methods and filtering mechanism (much bettter), adds some tests, creates a marker interface for IContentServiceBase so we can use extension methods for now to de-duplicate some of the code between media and content services
|
2017-02-09 10:34:40 +11:00 |
|
Sebastiaan Janssen
|
bb31eb7c35
|
Emit only relative paths for files in a package
|
2017-02-08 16:19:47 +01:00 |
|
Shannon
|
4feb876463
|
Fixes issues of deleting a content item and the trashing events raised for content/media that is going to be deleted anyways, adds tests to support. Fixes MediaService to not delete the xml directly and instead rely on it's repository to do that (which is the correct way), streamlines both content/media service logic to be the same (need to start sharing code!)
|
2017-02-09 01:47:04 +11:00 |
|
Mikkel Holck Madsen
|
a8914dcfdb
|
Merge pull request #1740 from umbraco/temp-U4-9458
Adds unit tests for U4-9458 UmbracoExamine performance optimizations
|
2017-02-08 15:12:07 +01:00 |
|
Sebastiaan Janssen
|
7648c76f6f
|
List full path of each file installed
|
2017-02-08 14:45:07 +01:00 |
|
Sebastiaan Janssen
|
308ed3bba7
|
Removed files that are not found on disk don't get updated to list their full path
|
2017-02-08 14:44:48 +01:00 |
|
Sebastiaan Janssen
|
7bcb2b11f6
|
Makes the (un)install summary accessible to events
|
2017-02-08 14:43:59 +01:00 |
|
Shannon
|
e06cda98e9
|
fixes SQL IN expression
|
2017-02-08 22:25:07 +11:00 |
|
Shannon
|
fb02a5b06d
|
Fixes issue of removing content types in bulk (like when removing a package) and having the trashed event being raised for what will end up being a deleted node, Fixes a bug with the (very silly) extension methods for content types, removes singleton accessors from these (very silly) extension methods - which actually never worked for media types!
|
2017-02-08 21:59:16 +11:00 |
|
Sebastiaan Janssen
|
311edd3279
|
Adds missing dependency (it's in dev-v7, must have been a merge where it was forgotten to be merged into dev-v7.6)
|
2017-02-08 10:36:36 +01:00 |
|
Claus
|
1c89f8c8dd
|
Merge branch 'temp-U4-1324' into dev-v7.6
|
2017-02-08 09:54:12 +01:00 |
|
Claus
|
24063c403a
|
Merge remote-tracking branch 'origin/dev-v7.6' into temp-U4-1324
Conflicts:
src/Umbraco.Core/packages.config
src/Umbraco.Tests/packages.config
|
2017-02-08 09:14:27 +01:00 |
|
Claus
|
0f930d7342
|
Merge pull request #1741 from umbraco/temp-U4-9499
U4-9499 Update to latest Json.Net
|
2017-02-08 08:58:22 +01:00 |
|
Emil Wangaa
|
c36000c4dd
|
Adds create container endpoint for creation folders for scripts, partialviews, partialviewmacros
|
2017-02-08 08:52:36 +01:00 |
|
Mads Rasmussen
|
999de5ae1d
|
add client side logic for partial view macros folder creation
|
2017-02-08 08:52:36 +01:00 |
|
Mads Rasmussen
|
00982d4278
|
add client side logic for partial views folder creation
|
2017-02-08 08:46:10 +01:00 |
|
Mads Rasmussen
|
cda47ed536
|
add client side logic for scripts folder creation
|
2017-02-08 08:45:23 +01:00 |
|
Shannon
|
f4f1f6774d
|
U4-9499 Update to latest Json.Net
|
2017-02-08 17:47:32 +11:00 |
|
Warren Buckley
|
92acc3d331
|
Merge pull request #1736 from umbraco/temp-U4-9429
U4-9429 Make new create dialogs for code files (or rethink snippets)
|
2017-02-07 21:28:43 +00:00 |
|
Warren Buckley
|
ed4db61288
|
Merge pull request #1738 from umbraco/temp-U4-9314
U4-9314 Update to .Net Framework 4.6.2
|
2017-02-07 17:49:17 +00:00 |
|
Warren Buckley
|
ba6705a706
|
Merge branch 'dev-v7.6' into temp-U4-9314
|
2017-02-07 17:27:07 +00:00 |
|
Mads Rasmussen
|
dc980bd78e
|
remove null
|
2017-02-07 16:41:01 +01:00 |
|
Mads Rasmussen
|
c9f99d7f42
|
localise create items
|
2017-02-07 16:35:33 +01:00 |
|
Sebastiaan Janssen
|
73e219b23c
|
Fix unit tests
|
2017-02-07 16:24:34 +01:00 |
|