Shannon
|
827f7a7bc8
|
Updates DictionaryRepository(s) to have custom GetAll caching options - to basically disable it since there could be tons of these and currently an IDictionaryItem is a massive entity (need to fix that)
|
2016-01-06 18:34:07 +01:00 |
|
Shannon
|
ff829d49a3
|
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
|
2016-01-06 18:08:14 +01:00 |
|
Sebastiaan Janssen
|
649679cb30
|
U4-7612 Properties Pane is empty when trying to add a new Property to a new or existing Document Type
|
2016-01-06 14:24:53 +01:00 |
|
Sebastiaan Janssen
|
701dea5de7
|
Merge pull request #969 from umbraco/temp-U4-7591
U4-7591 File cleanup for old editor 'tasks' and 'create' dialogs
|
2016-01-06 13:43:14 +01:00 |
|
Shannon
|
5767cea8f2
|
fixes build/merge
|
2016-01-06 12:58:05 +01:00 |
|
Shannon
|
4e3cf6c608
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
Conflicts:
src/Umbraco.Core/ObjectExtensions.cs
src/Umbraco.Tests/PropertyEditors/PropertyEditorValueEditorTests.cs
src/Umbraco.Web/Editors/ContentTypeController.cs
src/Umbraco.Web/Models/Mapping/TabsAndPropertiesResolver.cs
|
2016-01-06 12:54:19 +01:00 |
|
Shannon
|
e8a0fae557
|
adds notes
|
2016-01-06 12:24:09 +01:00 |
|
Shannon Deminick
|
e0baf45247
|
Merge pull request #992 from umbraco/temp-U4-5168
U4-5168 Media Items label says "Document Type" instead of "Media Type"
|
2016-01-06 12:22:53 +01:00 |
|
Shannon
|
4838bf62f7
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
|
2016-01-06 12:01:12 +01:00 |
|
Shannon Deminick
|
c6481f853c
|
Merge pull request #991 from umbraco/temp-U4-7556
Temp u4 7556
|
2016-01-06 11:40:28 +01:00 |
|
Sebastiaan Janssen
|
403af78ba9
|
U4-5168 Media Items label says "Document Type" instead of "Media Type"
|
2016-01-06 11:22:15 +01:00 |
|
Shannon
|
dca6f2b42a
|
fixes build
|
2016-01-06 10:47:58 +01:00 |
|
Shannon
|
b0060a9592
|
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
Conflicts:
build/InstallGit.cmd
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/Umbraco/config/lang/nb.xml
src/Umbraco.Web/Editors/DataTypeValidateAttribute.cs
src/Umbraco.Web/Security/Identity/UmbracoBackOfficeCookieAuthOptions.cs
src/Umbraco.Web/WebServices/SaveFileController.cs
|
2016-01-06 10:46:38 +01:00 |
|
Claus
|
f1cc32771e
|
Using constants instead of -1.
|
2016-01-06 10:31:21 +01:00 |
|
Claus
|
e49033a602
|
Added import document type option to context menu on root node.
|
2016-01-06 09:44:12 +01:00 |
|
Claus
|
e489cffa3d
|
Removed unused namespaces and cleanup.
|
2016-01-06 09:26:58 +01:00 |
|
Claus
|
2bdea2ef30
|
Fixes: U4-7556 Export/import document types isn't available in 7.4
Added in export to context menu on document types using the legacy dialog.
|
2016-01-06 09:23:55 +01:00 |
|
Sebastiaan Janssen
|
f68b2de9e3
|
Code sample No.2
|
2016-01-05 23:13:37 +01:00 |
|
Sebastiaan Janssen
|
f4e29d90e0
|
Code sample No.1
|
2016-01-05 23:12:09 +01:00 |
|
Sebastiaan Janssen
|
cef7cd1ca7
|
Merge pull request #981 from umbraco/temp-U4-7583
U4-7583
|
2016-01-05 16:02:51 +01:00 |
|
Shannon
|
fab30d353a
|
U4-7223 GetCropUrl outputs html entities in url when used in css
|
2016-01-05 14:54:02 +01:00 |
|
Shannon
|
d08f4230c8
|
U4-7538 GetRemainingTimeoutSeconds is double setting the cookie in 7.4
|
2016-01-05 12:35:06 +01:00 |
|
Shannon
|
15d06557e9
|
U4-7605 Colons/Parens Unnecessarily Removed From Data Type Names
|
2016-01-05 11:42:02 +01:00 |
|
Shannon
|
8d2e708d1c
|
Adds exception handling for the BackOfficeUserStore - this will occur if the external OAuth provider doesn't return the Email or Name correctly, then an exception is swallowed at the service level and the user is not actually created, but the BackOfficeUserStore could not detect this, so it's detecting this now.
|
2016-01-05 11:36:52 +01:00 |
|
Shannon
|
415aaf3e2b
|
U4-7477 xss char stripping on data type names is being too agressive
|
2016-01-05 11:35:24 +01:00 |
|
Simon Busborg
|
5f4309d2ca
|
Fixes: U4-7590 List view layout cookie: Change to use local storage and clean up entry if its back to default layout.
|
2016-01-05 09:23:27 +01:00 |
|
Wincent
|
96b24d7ee0
|
Removes dependency to System.IO.File
|
2015-12-31 12:01:35 +01:00 |
|
Per Ploug
|
6763e93af3
|
Cleanup of default template code
Moves it to the ViewHelper instead of inside of contenttypecontroller
|
2015-12-30 09:56:09 +01:00 |
|
Shannon
|
074dfc7e29
|
Adds Models Builder to nuspec, fixes build error
|
2015-12-29 12:29:36 +01:00 |
|
Shannon
|
1040700bfd
|
Merge branch '7.4.0' into dev-7.4.0-ModelsBuilder
Conflicts:
src/Umbraco.Web.UI.Client/src/views/documenttypes/edit.controller.js
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Editors/ContentTypeController.cs
|
2015-12-29 11:26:15 +01:00 |
|
Shannon
|
ac1785bc08
|
U4-7583
|
2015-12-28 16:20:48 +01:00 |
|
Shannon
|
66ae47443a
|
Merge branch 'temp-U4-7569' into 7.4.0
|
2015-12-28 10:37:32 +01:00 |
|
Shannon
|
c6dbb0f7fa
|
reverts member tree order
|
2015-12-28 10:35:54 +01:00 |
|
Jeremy Pyne
|
9dbdae3b90
|
Added Markdown package and code to MarkdownEditorValueConverter to automatically convert the markdown text to Html when rendered in the front end.
|
2015-12-22 11:49:13 -05:00 |
|
Shannon
|
c470df783c
|
U4-7591 File cleanup for old editor 'tasks' and 'create' dialogs
|
2015-12-22 16:27:50 +01:00 |
|
Shannon
|
f3f70a3243
|
U4-7591 File cleanup for old editor 'tasks' and 'create' dialogs
|
2015-12-21 15:19:15 +01:00 |
|
Shannon
|
b13b4953c3
|
U4-6890 New content type editor: Missing sorting of properties from server
|
2015-12-21 10:37:54 +01:00 |
|
Wincent
|
53f9e104ec
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into U4-7312-2
Conflicts:
src/Umbraco.Web/Editors/ImagesController.cs - Removed changes from upstream
|
2015-12-19 11:16:30 +01:00 |
|
Mads Rasmussen
|
549881bfb7
|
Merge pull request #961 from umbraco/temp-U4-7551
U4-7551 New Content type editor dialog to select an editor for a prop…
|
2015-12-17 13:18:39 +01:00 |
|
Mads Rasmussen
|
c7ac6e5e70
|
Loading grouped datatypes when reusing in content type editor. Create new data type from available editor, get data type from reuse.
|
2015-12-17 12:32:18 +01:00 |
|
Shannon
|
887bbdc3b0
|
dont' set applicationcontext to null on dispose for request based lifespan instances since applicationcontext is a singleton lifespan.
|
2015-12-17 11:32:50 +01:00 |
|
Shannon
|
62db58110a
|
re-reverts GetGroupedPropertyEditors and adds GetGroupedDataTypes
|
2015-12-17 11:13:49 +01:00 |
|
Shannon
|
c18ed7fa36
|
reverts the GetGroupedPropertyEditors method to return the data type definition for a property editor if it has no pre-values and is defined as a data type
|
2015-12-17 10:35:44 +01:00 |
|
Shannon
|
07533e0145
|
U4-7551 New Content type editor dialog to select an editor for a property type needs the "Default" and "Reuse" tab functionality changed
Removes unused/non-required methods from data type controller/service.
|
2015-12-16 16:51:12 +01:00 |
|
Shannon Deminick
|
9cc57479da
|
Merge pull request #957 from umbraco/temp-U4-7186
Fixes: U4-7186 Go through the remaining dialogs and check for consistency
|
2015-12-16 16:35:02 +01:00 |
|
Shannon
|
121d8c0279
|
Fixes reference to new member type tree alias "memberTypes" (breaking because of U4-7150)
|
2015-12-16 16:18:11 +01:00 |
|
Shannon
|
ea86c8bcff
|
Fixes reference to new member group tree alias "memberGroups" (breaking because of U4-7150)
|
2015-12-16 16:07:56 +01:00 |
|
Claus
|
2729069b00
|
Merge pull request #959 from umbraco/temp-U4-7477
U4-7477 xss char stripping on data type names is being too agressive
|
2015-12-16 14:01:12 +01:00 |
|
Claus
|
20c48a2daf
|
Merge pull request #956 from umbraco/temp-U4-7538
U4-7538 GetRemainingTimeoutSeconds is double setting the cookie in 7.4
|
2015-12-16 13:42:54 +01:00 |
|
Shannon
|
bdc7837f63
|
U4-7477 xss char stripping on data type names is being too agressive
|
2015-12-16 12:58:23 +01:00 |
|