Claus
79c05a129d
Merge pull request #1009 from umbraco/temp-U4-7588
...
U4-7588 Conflicting compositions should not be allowed
2016-01-13 11:58:38 +01:00
Shannon
3131096ffb
Ensures that itself is never returned in the list, not even disabled (since you can never select yourself), ensures that any comp already selected is enabled for selection in the UI.
2016-01-13 11:33:46 +01:00
Mads Rasmussen
6d47d76199
Merge pull request #1012 from umbraco/temp-U4-7696-U4-7371
...
U4-7371 New Content type editor - Better validation when trying to create a new document/media/member type with the same name as an existing one
2016-01-13 10:58:39 +01:00
Shannon Deminick
244eb08545
Merge pull request #1010 from umbraco/temp-U4-7557
...
U4-7557 Support folders for import/export, packaging
2016-01-12 16:17:14 +01:00
Shannon
85178bbad8
Changes GetAvailableCompositeContentTypes to return a list of composite candidates and then whether they are actually allowed or not based on the filters. Updates the controllers response to be a list of which content types are allowed or not, updates the view accordingly, changes when the filtering happens so that it happens after the content type has been updated with new properties.
2016-01-12 15:44:37 +01:00
Shannon
06b7305d5b
removes erroneous null check
2016-01-12 14:39:20 +01:00
Sebastiaan Janssen
0686d0736a
Merge branch '7.4.0' of https://github.com/umbraco/Umbraco-CMS into 7.4.0
2016-01-12 14:27:33 +01:00
Sebastiaan Janssen
43c174368a
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/fileupload/fileupload.controller.js
2016-01-12 14:27:22 +01:00
Sebastiaan Janssen
9bfac0fdcd
Still create the thumbnails upon upload (for backwards compatibility)
2016-01-12 14:20:25 +01:00
Shannon Deminick
83d06bdbcf
Merge pull request #994 from umbraco/temp-U4-7612
...
U4-7612 Properties Pane is empty when trying to add a new Property to…
2016-01-12 13:52:07 +01:00
Shannon
32377b29b8
Have content type filtering working on the compositions list so a dev is not allowed to create an illegal composition - next we need to pass in the already existing property types to further ensure an illegal composition cannot be created.
2016-01-12 13:30:49 +01:00
Shannon Deminick
a6df74e299
Merge pull request #1008 from umbraco/temp-U4-7639
...
Temp u4 7639
2016-01-12 13:25:51 +01:00
Sebastiaan Janssen
bd5823f0de
Merge branch 'U4-7312-2' of https://github.com/Phosworks/Umbraco-CMS into Phosworks-U4-7312-2
2016-01-12 13:24:42 +01:00
Shannon
c819dabfc0
U4-7371 New Content type editor - Better validation when trying to create a new document/media/member type with the same name as an existing one & U4-7696 New content type editor - server side validation fails when creating new document type
2016-01-12 12:21:08 +01:00
Sebastiaan Janssen
5a62713de4
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html
2016-01-12 11:39:10 +01:00
Sebastiaan Janssen
70035632b6
Update ImageProcessor and UrlRewritingNet dependencies
2016-01-12 11:22:49 +01:00
Sebastiaan Janssen
79f0e2563c
Allows for creation of packages with folder structures for doctypes and datatypes and exporting document types with folder structures
...
Fixes installing packages while maintaining the exported folder structure
2016-01-11 22:01:05 +01:00
Shannon
b89d17914d
fixes usage of model.contentType.availableCompositeContentTypes to use the availableCompositeContentTypes directly attached to the model. removes the FirstContentType property and adds simple content type service methods to count the doc type number, moves the request to get availableCompositeContentTypes to the dialog (where it's needed and so it's lazy)
2016-01-11 17:17:26 +01:00
Claus
e016622fe3
Fixes: U4-7639 Misleading message on creating first document type and click on "compositions"
...
Added in FirstContentType property on object returned from GetEmpty to indicate whether this is the first content type being created or not (different error messages in backoffice).
2016-01-11 17:16:17 +01:00
Claus
81395169ba
line endings
2016-01-11 12:02:33 +01:00
Shannon
4cb523fb66
Added tests for ContentTypeServiceExtensions
2016-01-08 12:29:11 +01:00
Shannon
02b6f94a1b
moves the current logic into a re-usable ext method
2016-01-07 19:46:22 +01:00
Shannon
ba91bf0b9c
missing a file save
2016-01-07 19:33:55 +01:00
Shannon
2b13297c36
Changes method name to be shorter and makes internal instead of protected.
2016-01-07 19:27:59 +01:00
Shannon
d7a142e724
Refactors DictionaryItem and DictionaryTranslation so that the attached ILanguage entity is not cached nor cloned. This will save on lots of memory and cloning cycles especially if there are quire a few dictioanry items. Unfortunatley to achieve this requires a not so pretty hack where we need to assign an internal callback to the model so it knows how to retrieve the language when it needs it. In v8, the ILanguage entity will not be attached at all. This also fixes a cache refresher issue for when a language is deleted -> all dictionary cache must be removed. This commit also changes a method name: ClearAllIsolatedCacheByRepositoryEntityType
2016-01-07 18:44:04 +01:00
Shannon
3e985acef1
ensures that the public access cache refresher is called when a public access item is deleted.
2016-01-07 12:18:57 +01:00
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