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
Sebastiaan Janssen
403af78ba9
U4-5168 Media Items label says "Document Type" instead of "Media Type"
2016-01-06 11:22: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
Claus
7cf1491661
Merge branch 'temp-U4-6837' into 7.4.0
...
Conflicts:
src/Umbraco.Web.UI/umbraco/controls/ContentTypeControlNew.ascx.cs
2015-12-16 12:32:16 +01:00
Sebastiaan Janssen
d123967b14
Merge branch 'dev-v7' into 7.4.0
...
Conflicts:
src/Umbraco.Web.UI/umbraco/config/lang/no.xml
2015-12-15 15:31:47 +01:00
Shannon
050109edd7
U4-6837 New content type editor: availableCompositeContentTypes could be moved to service.
...
Allows for assigning compositions to doc types that are being created.
Removes unused getAssignedListViewDataType from contentTypeResource.
Removes unused getPropertyTypeScaffold from memberTypeResource.
Removes unused performContainerDelete from memberTypeResource - since member types don't support folders.
Ensures correct security for the ContentTypeController.GetAllPropertyTypeAliases and ContentTypeController.GetAvailableCompositeContentTypes.
Removes unused ContentTypeControllerBase.GetAssignedListViewDataType, this is no longer used because the list view is configured using the DataTypeController.
2015-12-15 12:25:42 +01:00
Alexander Todorov
aed906e682
U4-7508 - IsChildOfListView should be populated for Media items, similarly to Content items
2015-12-08 18:41:59 +02:00
Stephan
22eea2b7db
Fix tests
2015-12-03 12:56:59 +01:00
Sebastiaan Janssen
c7aa3d63fb
Merge branch 'temp-U4-7372' into 7.4.0
...
Conflicts:
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSixZeroOne/UpdatePropertyTypesAndGroups.cs
2015-12-03 09:22:19 +01:00
Sebastiaan Janssen
d863ff364e
U4-7321 Update Doc type edit link on content item for 7.4 since it will be different
...
#U4-7321 Fixed
2015-12-02 14:41:37 +01:00
Sebastiaan Janssen
9949e2676d
Merge branch 'dev-v7' into 7.4.0
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI.Client/bower.json
src/Umbraco.Web.UI.Client/src/less/main.less
src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.html
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/Dashboard.Release.config
src/Umbraco.Web/Umbraco.Web.csproj
2015-12-01 15:16:57 +01:00
Shannon
fd66f08520
Fixes setting auth cookie during install, removes some try/catch/swallow with some error messaging, converts some String -> string and == false updates.
2015-11-26 13:07:22 +01:00
Stephan
3fe235fa35
Sanitize content types .ContentTypeComposition and .PropertyTypes
2015-11-20 18:36:55 +01:00
Shannon
4c544acb42
fixes links so that working with vdirs works too.
2015-11-19 19:21:55 +01:00
Stephan
eb5589e064
Remove PropertyGroup.ParentId, sanitize Property groups/types
2015-11-17 16:55:14 +01:00
AndyButland
a05cc03254
Allows position of the list view child items tab to be positioned within the tab list
2015-11-15 21:18:21 +01:00
Shannon
d379b98c57
Gets data type folders working/creating, data types being able to be created in folders, tree syncing with data type paths, fixes up some localization stuff and fixes up some issues with media type folders with parent ids
2015-11-12 18:59:43 +01:00
Stephan
6fd185df2d
Replace evil magic number with constant
2015-11-12 15:32:53 +01:00
Shannon
a0761b92b8
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
Conflicts:
build/RevertToCleanInstall.bat
build/RevertToEmptyInstall.bat
src/Umbraco.Web.UI.Client/src/canvasdesigner.loader.js
src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbavatar.directive.js
src/Umbraco.Web.UI.Client/src/common/directives/components/property/umbproperty.directive.js
src/Umbraco.Web.UI.Client/src/less/pages/login.less
src/Umbraco.Web.UI.Client/src/views/components/application/umb-avatar.html
src/Umbraco.Web.UI.Client/src/views/components/property/umb-property.html
2015-11-09 12:33:53 +01:00
Daniel
a9ad0ae8eb
removed the debug check
2015-11-02 23:34:33 +01:00
Stephan
da85e4eb28
fixes list view ancestor check fix
2015-10-29 12:20:10 +01:00
Shannon
fbc08d66f1
fixes list view ancestor check
2015-10-29 12:05:46 +01:00
Sebastiaan Janssen
44e76f741f
Merge pull request #840 from umbraco/temp-U4-7021
...
Fixes: U4-7021 "Actions" dropdown not available to children in listvi…
2015-10-28 14:52:48 +01:00
Shannon
64c983eb07
Updates PR with fixes for code and implementation logic for the url list.
2015-10-28 12:28:29 +01:00
Shannon
f0b68ac31e
Fixes: U4-7021 "Actions" dropdown not available to children in listview nodes
2015-10-27 18:13:18 +01:00
Daniel
738815170c
more nullchecks needed?
...
null check that we can access user
2015-10-23 00:21:42 +02:00
Daniel
ef091e8c3a
U4-7296
...
http://issues.umbraco.org/issue/U4-7296
2015-10-22 23:41:18 +02:00
Shannon
fd26f98356
fixes template mapping issue when saving content types
2015-10-22 15:10:44 +02:00
Shannon
33c206d820
Wires up the correct saving logic for media types + validation, refactors the logic so it can be reused everywhere.
2015-10-15 14:48:50 +02:00
Shannon
c477f7a840
Gets more validation bits wired up. Server side validation is now working which is based on val-server-field since we can use this natively with the asp.net ModelState result instead of the val-server which is actually to be used with PropertyType (Property Editors). Next up is validation for the different tabs of the editor.
2015-10-08 17:13:38 +02:00
Shannon
97c352030a
Gets a little more validation working and creating using the new Save models
2015-10-07 17:16:42 +02:00
Shannon
1b21e04dc2
WIP for model mappers to new content editor save model, udpates to js to use that
2015-10-06 17:19:08 +02:00
Per Ploug
1d23d2b7c6
Fixed: New document types fails to save
2015-09-23 20:40:03 +02:00
Stephan
9c9ba477aa
Merge dev-v7 into dev-v7-contenttypeeditor
...
Conflicts:
src/Umbraco.Core/Constants-ObjectTypes.cs
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/src/loader.dev.js
src/Umbraco.Web.UI.Client/src/views/content/recyclebin.html
src/Umbraco.Web.UI.Client/src/views/datatype/edit.html
src/Umbraco.Web.UI.Client/src/views/media/recyclebin.html
src/Umbraco.Web/Umbraco.Web.csproj
2015-09-16 13:25:32 +02:00
Per Ploug
81f206090d
Default listview name on mediatypes
2015-09-11 10:42:48 +02:00
Shannon
05e17e1c7f
Fixes: U4-6973 Given custom permissions user can create, but cannot save
2015-08-31 18:04:13 +02:00
Per Ploug
94b09a4568
Fixes issues with the merged contenttype mapper
...
Mediatype, membertype and contenttype all use the same core mapper, with
small variations between each type - it is however important in what
order the mappers are added.
2015-08-26 12:07:43 +02:00
Claus
f44875d072
Prevent internal member groups from showing up in group list on member properties.
...
Prevent internal member groups from showing up in the member group tree listing.
2015-08-24 16:14:29 +02:00
Per Ploug Krogslund
0f4596c897
Cleanup the mappers and the display classes
2015-08-19 22:38:08 +02:00
Per Ploug Krogslund
e1fd1ab5e5
include property type editor
2015-08-11 13:22:33 +02:00
Per Ploug Krogslund
495493f2c5
Updates existing property types in mapper correctly
2015-07-16 11:12:40 +02:00
Shannon
4c1a65283a
Merge branch 'dev-v7-contenttypeeditor' of https://github.com/umbraco/Umbraco-CMS into dev-v7-contenttypeeditor
...
Conflicts:
src/Umbraco.Web/Models/Mapping/ContentTypeModelMapper.cs
2015-07-13 15:42:25 +02:00
Shannon
8521dfb0d7
Fixes issue that you could not remove a property group, fixes issue that the inherited flag during mapping wasn't set on a standalone parent property group, updated/created tests to support.
2015-07-13 15:29:00 +02:00
Shannon
1e8bee9826
Fixes mapping tests, simplifies property group mappings, adds another test to test composition mappings.
2015-07-13 13:42:40 +02:00
Per Ploug Krogslund
446d158ff7
Fixes issues related to default templates
...
Ensures default template is created on new, properly updates Ids on
allowed templates and makes default template correct
2015-07-13 12:11:28 +02:00
Per Ploug Krogslund
1ea7d062f2
Property types can now delete properly on changed types
2015-07-07 21:13:35 +02:00
Per Ploug Krogslund
76d9efb398
Default listview and custom listview lookup
2015-07-07 11:29:53 +02:00
Per Ploug Krogslund
583c18bdd3
Merges in parent ct names on each tab
2015-07-06 15:19:20 +02:00
Per Ploug Krogslund
0bf86e8286
Adds list view name for the content type
2015-07-06 15:19:20 +02:00
Per Ploug Krogslund
955f1eacf8
Changes the order of inherited properties on tabs
2015-07-06 14:15:23 +02:00