Shannon
|
337ba4ef34
|
U4-9577 Ability to store the xml content file in diff storage locations: Default, Environment Temp or ASP.NET temp location
|
2017-02-28 23:53:12 +01:00 |
|
Claus
|
15150f9a16
|
Merge pull request #1763 from umbraco/temp-U4-9545
U4-9545 EntityRepository performs poorly for Media due to unnecessary outer joins
|
2017-02-27 12:00:06 +01:00 |
|
Claus
|
259879c964
|
just cleaning some using statements and fixing a few typos.
|
2017-02-27 11:59:19 +01:00 |
|
Shannon Deminick
|
0a8fa2be4d
|
Merge pull request #1761 from abjerner/patch-16
Added support for ignoring HTTP errors directly from the Angular $http options
|
2017-02-23 15:50:22 +11:00 |
|
Anders Bjerner
|
6e347dd32c
|
Added some extra validation
|
2017-02-22 17:28:40 +01:00 |
|
Stephan
|
16f8f6036c
|
U4-9560 - fix db issue
|
2017-02-22 15:52:02 +01:00 |
|
Sebastiaan Janssen
|
76b696e3bf
|
U4-9559 Security: files of type xhtml should not be allowed to be uploaded to the media section
|
2017-02-22 11:12:24 +01:00 |
|
Emil Wangaa
|
bf22399aba
|
Fixup linendings for EntityRepository
|
2017-02-22 10:34:46 +01:00 |
|
Sebastiaan Janssen
|
0b9a3ef68a
|
Bump version
|
2017-02-22 10:26:37 +01:00 |
|
Shannon
|
f8d6c7e7d0
|
Fixes expression tree changes
|
2017-02-22 18:34:55 +11:00 |
|
Shannon
|
90ba9a1a3a
|
Adds new overload to IMediaService.GetPagedChildren to filter on media type ids which turns out to be much easier than filtering on media type aliases, however i did all of the work to make that happen including unit tests and then it turned out to not be required but we now have the code if necessary, i've left comments about it. I've backported some updates from 7.6 for the SqlIn stuff for the ExpressionVisitor which we still use in the media type id filtering. I updated the JS to query for the folders which all works now.
|
2017-02-22 17:22:22 +11:00 |
|
Sebastiaan Janssen
|
52dce66598
|
Bump version
|
2017-02-21 08:49:34 +01:00 |
|
Shannon
|
9142314d39
|
U4-9522 Media recycle bin does not show folders
|
2017-02-21 14:18:49 +11:00 |
|
Shannon
|
27164093ea
|
FIxes: U4-9547, Fixes: U4-9546 even though GetChildFolders isn't used anymore i made it work slightly faster
|
2017-02-20 18:08:55 +11:00 |
|
Shannon
|
67312d03d0
|
Fixes media query in EntityRepository, it doesn't require outer joins to get the published version, this also enhances the content query to do an inner join on cmsDocument to get the newest instead of an outer join.
|
2017-02-20 17:24:10 +11:00 |
|
Anders Bjerner
|
ad9ae867c0
|
Added support for ignoring HTTP errors directly from the Angular $http options
|
2017-02-16 19:22:26 +01:00 |
|
Sebastiaan Janssen
|
acf10eeef0
|
U4-9532 logic in ContentRepository.ClearPublished is inefficient - cherry picked from 7.6.0
|
2017-02-16 08:11:35 +01:00 |
|
Sebastiaan Janssen
|
759e444624
|
Merge pull request #1467 from ArnoldV/dev-v7
U4-8990 Updated Dutch Language File
|
2017-02-15 22:39:44 +01:00 |
|
Shannon
|
d554417fde
|
U4-9517 BackOfficeSignInManager doesn't automatically keep LastLoginDate set on users
|
2017-02-13 16:47:04 +11:00 |
|
Claus
|
8cf3110708
|
fixing typo and missing file ref in csproj.
|
2017-02-10 11:41:46 +01:00 |
|
Shannon
|
dbe489c0f2
|
U4-9513 Empty recycle bin SQL logic can SQL to timeout due to query inefficiencies
|
2017-02-10 12:27:50 +11: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 |
|
Sebastiaan Janssen
|
ade3c4ee6c
|
Merge pull request #1732 from rsoeteman/U4-9493
U4 9493
|
2017-02-09 14:26:44 +01:00 |
|
Arnold Visser
|
7da7c1e5a1
|
Addes all new/missing fields since last edit
Checked against the English version
|
2017-02-09 13:47:31 +01: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 |
|
Sebastiaan Janssen
|
07e0de5824
|
Adds unit tests for U4-9458 UmbracoExamine performance optimizations
|
2017-02-07 16:20:40 +01:00 |
|
Sebastiaan Janssen
|
389b29599b
|
U4-9495 ImageProcessor high CPU usage when trimCache=true
|
2017-02-07 10:29:11 +01:00 |
|
Shannon
|
f816a63b54
|
Ok, reverting the correct commit this time: Revert "Fixes database context issue during startup when there is no db configured"
|
2017-02-07 12:49:26 +11:00 |
|
Shannon
|
fa8f3985b8
|
Fixes database context issue during startup when there is no db configured
|
2017-02-07 12:33:37 +11:00 |
|
Mikkel Holck Madsen
|
72aebd3ecf
|
Merge branch 'dev-v7' into temp-U4-9458
|
2017-02-06 21:44:26 +01:00 |
|
Mikkel Holck Madsen
|
802cbb82c4
|
Merge pull request #1723 from umbraco/temp-U4-9448
U4-9448 Slave Front End server requires write access to database when…
|
2017-02-06 15:01:30 +01:00 |
|
Mikkel Holck Madsen
|
42f5507fe8
|
Merge pull request #1734 from umbraco/temp-U4-9492
U4-9492 Update to latest ImageProcessor
|
2017-02-06 14:39:01 +01:00 |
|
Sebastiaan Janssen
|
5a8e37f5b4
|
U4-9492 Update to latest ImageProcessor
|
2017-02-06 13:46:10 +01:00 |
|
Richard Soeteman
|
a3c7b1fcfe
|
Fixed issue U4-9494
|
2017-02-06 11:51:44 +01:00 |
|
Richard Soeteman
|
02785eea42
|
Fixed issue U4-9493
|
2017-02-06 11:26:58 +01:00 |
|
Stephan
|
49f3979d18
|
U4-9487 - optimize initialization of xml nodes
|
2017-02-03 19:28:43 +01:00 |
|
Shannon
|
d598fdce54
|
Updates to latest Examine release
|
2017-02-03 12:03:56 +11:00 |
|
hartvig
|
32892cf5e0
|
Update NewInstallStep.cs
|
2017-02-02 10:05:14 +01:00 |
|
Shannon
|
32d757b13c
|
Updates the ContentRepository to not fetch the published version info in the same query when returning a collection of documents, instead we fetch the published version information in a separate query
|
2017-02-02 17:05:33 +11:00 |
|
Shannon
|
882d5ec7f5
|
missing null check
|
2017-02-02 16:02:29 +11:00 |
|
Shannon
|
ce69497a68
|
Update code to have zero breaking changes for old public APIs
|
2017-02-02 14:16:39 +11:00 |
|
Shannon
|
1d43cf491b
|
U4-9448 Slave Front End server requires write access to database when master performs unpublish
|
2017-02-02 14:09:49 +11:00 |
|
Shannon
|
27283754c0
|
Changes IndexFieldPolicies to be a StaticFieldCollection which is a keyed collection instead of using Linq and iterating to find the values in critical code
|
2017-02-01 16:48:09 +11:00 |
|
Shannon
|
5b2212829c
|
Small performance change which makes a fairly large impact when rebuilding very large indexes.
|
2017-02-01 13:02:22 +11:00 |
|
Shannon
|
86b2dac231
|
Needed to change the 2nd query to use a new PagingSqlQuery object due to the way that < SQL 2012 formats it's paging query which is just not compatible with how we were parsing the queries for properties... i don't actually think it was working for a long tme.
|
2017-01-31 17:20:44 +11:00 |
|
Shannon
|
54bda6f12a
|
U4-9451 Package installation custom user control is not displayed after a package is installed
|
2017-01-31 15:40:02 +11:00 |
|
Shannon
|
2f67a485aa
|
Ensures that the sqlIds query is used for paging when processing members/media
|
2017-01-31 14:52:48 +11:00 |
|
Shannon
|
f192f241cf
|
U4-9450 Paged data queries return all property data in the entire database, not just for the paged subset
|
2017-01-31 13:48:47 +11:00 |
|