Shannon
a94f7e6ec0
Fixes RepositoryBase.Get to not use a GetOrAdd with the IRuntimeCache and instead just use a linear lookup, set cache, return - this causes less confusion and also prevents any inner recursive key lookups within our cache which was causing YSODs. Added tests for the RepositoryBase's DeepCloneRuntimeCacheProvider (see code comment about what this does), updates other repo's to use the RuntimeCache property instead of accessing it via the RepositoryCache.RuntimeCache property.
2015-05-21 17:04:14 +10:00
Shannon
72046a6ab9
removes test - expected behavior
2015-05-21 16:36:09 +10:00
Shannon
ea2303c327
commits cache tests with recursive key lookup
2015-05-21 16:13:58 +10:00
Per Ploug
0f01925c4a
Fixed less file casing and paths
2015-05-21 07:50:02 +02:00
Shannon
4c4117a052
Fixes BackgroundTaskRunner - moves the OnStopped call to where it should be. Un-ignores tests - these need to execute and cannot be ignored. They are not long running but if there are issues then they will timeout - DO NOT IGNORE. if the build server has issues with these then it's our logic that is at fault.
2015-05-21 13:05:58 +10:00
Per Ploug
1bfe7840a9
Added composite types to the ct mapper
2015-05-20 20:56:51 +02:00
Stephan
521b8076d2
U4-6638 - bugfix BackgroundTaskRunner
2015-05-20 20:56:05 +02:00
Stephan
1def88d764
U4-6626
2015-05-20 18:26:08 +02:00
Stephan
910c349f7c
Bugfix StyleSheet concatenation causing LOH GC issues
2015-05-20 17:00:32 +02:00
Mads Rasmussen
58c93c899a
Added sorting functionality
2015-05-20 14:58:17 +02:00
Mads Rasmussen
6e4f6a7bae
Html and styles for toolbar
2015-05-20 10:23:37 +02:00
Shannon
260ec800c2
Disables the DeepCloneRuntimeCacheProvider for now until we solve this cache problem
2015-05-20 17:51:53 +10:00
Mads Rasmussen
2b2ed00298
New tab and placeholder styling
2015-05-20 09:31:40 +02:00
Shannon
9e223eb891
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/Cache/ObjectCacheRuntimeCacheProvider.cs
src/Umbraco.Core/CoreBootManager.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
src/Umbraco.Web/umbraco.presentation/content.cs
2015-05-20 16:24:17 +10:00
Shannon
6cfb5bc678
Have made the buttons always left aligned with the editing section, seems better since it's consistent on all screens and less right hand motion to click a button
2015-05-20 16:13:36 +10:00
Shannon
a3b5996372
Fixes save/publish button placement on small screens
2015-05-20 16:01:44 +10:00
Shannon
31b4560daa
Merge branch 'sebastian-claesson-dev-v7' into dev-v7
2015-05-20 15:08:45 +10:00
Shannon
2f2dd9c9b6
Merge branch 'dev-v7' of https://github.com/sebastian-claesson/Umbraco-CMS into sebastian-claesson-dev-v7
2015-05-20 15:07:48 +10:00
Shannon Deminick
02599e1254
Merge pull request #694 from Alain-es/datepicker-custom-format
...
Datepicker custom format
2015-05-20 14:48:36 +10:00
Stephan
ac7ff31a67
U4-6626 - XmlCache, bugfix locks
2015-05-19 20:08:52 +02:00
Stephan
bea7387459
bugfix LegacyPropertyEditorIdToAliasConverterTests
2015-05-19 15:06:22 +02:00
Stephan
009f071f48
XmlCache - comments
2015-05-19 14:04:32 +02:00
Mads Rasmussen
f7e079f0d8
get configured data types, custom editors and systems data types in dialog. Make it possible to select one.
2015-05-19 13:47:48 +02:00
Mads Rasmussen
57127460f9
Added getAllUsersConfigured and getAllUserPropertyEditors as resource
2015-05-19 13:46:38 +02:00
Mads Rasmussen
f1dfa28228
Add the last changes from the old branche
2015-05-19 12:31:59 +02:00
Per Ploug
b43f0a0986
Fixed up a couple of mapping errors
2015-05-19 11:57:49 +02:00
Stephan
e0ecb3291d
XmlCache - bugfix running with file cache disabled
2015-05-19 10:20:36 +02:00
Stephan
dbaf7c0190
U4-6597 - fix issue with caches that would cache exceptions
2015-05-19 09:24:38 +02:00
Stephan
16e06b6d4d
Revert 444a028, 0e5a469 and 9d8f33e
2015-05-19 09:24:25 +02:00
Shannon
444a028e30
adds tests for caching exceptions and only caching one time and fixes HttpRequestCacheProvider to work with them.
2015-05-19 15:57:11 +10:00
Shannon
0e5a469577
Fixes: U4-6597 Umbraco fails to reconnect to a SQL Server if it started up when SQL server was offline - however this requires some review.
2015-05-19 14:29:25 +10:00
Shannon
9d8f33e98e
Fixes: U4-6597 Umbraco fails to reconnect to a SQL Server if it started up when SQL server was offline - however this requires some review.
2015-05-19 14:25:31 +10:00
Shannon
b9120698ba
Adds more mapping logic for content type mappers, creates unit tests for them, adds some missing required properties that will be needed for editing, adds lots of notes.
2015-05-19 11:17:23 +10:00
Shannon
71c24b7bf3
reverts proj change
2015-05-19 09:01:54 +10:00
Per Ploug
6c218c3ab5
datatype controller methods for ct editor
2015-05-18 20:08:00 +02:00
Per Ploug
0e6b663eed
Models for content type display
2015-05-18 20:07:20 +02:00
Alain-es
2abb3177af
Datepicker custom format
2015-05-18 15:57:27 +01:00
Alain-es
43f99e11a5
Datepicker custom format
2015-05-18 15:54:50 +01:00
Stephan
99ff86aefb
DistributedCache - don't serialize payload on local node
2015-05-18 16:35:42 +02:00
Stephan
918bb761b2
Bugfix property value editors null-checks
2015-05-18 16:24:53 +02:00
Stephan
031f70f529
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/ApplicationContext.cs
src/Umbraco.Core/Logging/LogHelper.cs
src/Umbraco.Web.UI.Client/src/less/login.less
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
2015-05-18 16:23:12 +02:00
Sebastian Claesson Hoffback
d1d9878ab6
Fix content-edit-view on mobile devices
...
The content editing view did not work at all on small screens. The label
took to much space, leaving the controller with almost none. Now the
label and the controller get its own row on smaller screens. Much
cleaner look and you can acctually edit a page on a small screen. Note:
Grids still don't work well.
2015-05-18 13:59:42 +02:00
Sebastian Claesson Hoffback
e9753c72a7
Merge pull request #1 from umbraco/dev-v7
...
Merge Shannons changes
2015-05-18 12:13:33 +02:00
Shannon
3b791c75f6
Fixes: U4-5020 Login view on mobile screen is too big
2015-05-18 20:09:03 +10:00
Shannon Deminick
35cb4d5690
Merge pull request #693 from sebastian-claesson/dev-v7
...
Fixed login-view on mobile devices
2015-05-18 19:37:33 +10:00
Sebastian Claesson Hoffback
adde7c2f50
Fixed login-view on mobile devices
...
On smaller screens the login-view was too far to the right.
Related issue: http://issues.umbraco.org/issue/U4-5020
2015-05-18 11:34:13 +02:00
Shannon
25f9fecc16
Completes: U4-1979 Some legacy business logic APIs do not wrap the new Service APIs - gets permissions wrapped too
2015-05-18 19:34:01 +10:00
Shannon
76a10fc776
Works on: U4-1979 Some legacy business logic APIs do not wrap the new Service APIs. Deprecates the ctor passing in a parent id for the data type (since it's always -1). Wraps legacy DataTypeDefinition to use the new services layer.
2015-05-18 16:06:22 +10:00
Shannon
1d0b5f3251
ensures courier has access to internals
2015-05-18 16:04:23 +10:00
Shannon
b01f8799ae
oops! long time ago with the original 7.3 refactor of runtime caches, before we fixed deep cloning, the changes made just used normal http runtime cache, but with the deep cloning fixes these were not carried over. This fixes that by forcing the base RepositoryBase to use a DeepCloneRuntimeCacheProvider which is a wrapper for the normal runtime cache but ensures deep cloning in/out and resets dirty properties.
2015-05-18 16:03:25 +10:00