Stephan
|
5dac5ed88b
|
U4-7084 - fix XmlExtensions, publishing a package works
|
2015-09-11 13:17:07 +02:00 |
|
Stephan
|
39a9d68f43
|
U4-6785 - crlf when serializing to xml
|
2015-07-06 15:32:06 +02:00 |
|
Shannon
|
24dc8309f1
|
sets ConfigureAwait(false) for XmlCacheFilePersister await calls and BackgroundTaskRunner await calls since these are always on background threads, no synchronizing with any context.
|
2015-04-08 17:15:21 +10:00 |
|
Shannon
|
a82035061c
|
Updates BackgroundTaskRunner to support async operations. Updates the content xml cache file persisting to use a IBackgroundTask instead of the strange queuing for persistence - which was super strange because in many cases another request thread will actually be the thread that is persisting the xml file than the request thread that requested it created. This implementation is far better, the xml file will be persisted on a non request thread and will handle multiple documents being published at the same time guaranteeing that the latest published version is the one persisted. The file persistence is also web aware (due to how BackgroundTaskRunner works) so during app shutdown the file will still be written if it's currently being processed.
|
2015-03-27 14:47:41 +11:00 |
|
Shannon
|
7f305db637
|
Fixing: U4-3687 Umbraco 7 Packaging Issues - have fixed the data type package issues, cleaned up some code and fixed a different underlying pre-val issue for empty legacy aliases
|
2013-11-28 16:57:05 +11:00 |
|
Shannon
|
e7201b6a69
|
Fixes: U4-3485 Can't use membership provider functions with a membertype that contains a "Belle" property editor
|
2013-11-12 16:07:53 +11:00 |
|
Shannon
|
d102db795e
|
Adds better compatibility for the legacy data layer and the ToXMl method - using our new xml converter.
|
2013-10-08 11:22:08 +11:00 |
|
Shannon
|
de2660cfb2
|
Merge branch '4.11.7---ITask-updates' into 7.0.0
Conflicts:
.gitignore
.hgtags
src/Umbraco.Core/XmlExtensions.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/create/CreatedPackageTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/DLRScripting.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/DLRScriptingTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/MediaTypeTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/MemberGroupTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/ScriptTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/XsltTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/content.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/contentTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/dialogHandler_temp.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/dictionaryTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/media.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/mediaTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/nodeType.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/nodetypeTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/simple.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/templateTasks.cs
src/Umbraco.Web/umbraco.presentation/umbraco/create/xslt.ascx.cs
src/Umbraco.Web/umbraco.presentation/umbraco/webservices/legacyAjaxCalls.asmx.cs
|
2013-07-12 11:30:06 +10:00 |
|
Shannon
|
3618722574
|
Fixed some merging issues.
|
2013-06-20 15:57:23 +10:00 |
|
Shannon
|
86ce48ddc8
|
Fixes: #U4-2312 - Moving content with the new API (and in the old api when calling library.UpdateDocumentCache(p.Id)) The document is actually moved properly in the content XML structure without republishing it and then rebuilding the entire XML structure, it just does it inline. Have also updated MoveAndCopy.aspx dialog to use the new API which now saves on about 20+ queries that were not needed. Also updated the MoveAndCopy dialog to have the correct code behind structure.
|
2013-06-20 15:34:57 +10:00 |
|
Shannon Deminick
|
8be40c5013
|
Merge with 4.11.7
|
2013-04-19 04:13:00 +06:00 |
|
Shannon Deminick
|
378a544c1a
|
Merge with 4.11.7
|
2013-04-18 20:59:42 +06:00 |
|
Shannon Deminick
|
4983990d39
|
Big optimization for content.SortNodes - 92% performance increase for this method which is a big
contributor to CPU time during publishing.
|
2013-04-18 05:43:05 +06:00 |
|
Shannon Deminick
|
cb19fe3902
|
Secures all ITasks, adds unit tests to ensure they are all secured and the correct app is assigned.
|
2013-04-08 23:11:47 +06:00 |
|
sitereactor
|
372f7a7725
|
Refactoring UpdateContentCache strategy for generating xml cache upon publishing indepedent of the legacy umbraco.content.Instance class.
|
2012-11-06 20:03:36 -01:00 |
|
sitereactor
|
ec9880968f
|
Moving interfaces for services to Umbraco.Core.
Adding xml extensions for Content to generate xml for the xml cache.
Adding test for xml generation.
|
2012-11-06 10:47:14 -01:00 |
|
shannon@ShandemVaio
|
e55e688dc7
|
Added unit test for ContentStore, added object extensions and supporting classes from v5,
added RhinoMocks to the test project and httpcontext factory from v5 unit tests to be used
in our v4 ones.
|
2012-07-31 00:02:27 +06:00 |
|