Stephan
a97900515b
DataType refactoring - polish
2018-02-05 17:48:54 +01:00
Stephan
e60a5a4a83
DataType refactoring - in progress
2018-01-26 17:55:20 +01:00
Stephan
c3e6886ac0
DataType refactoring - in progress
2018-01-24 11:44:44 +01:00
Stephan
97a058b817
DataType refactoring
2018-01-20 12:31:42 +01:00
Stephan
e30d8f79ef
DataType refactoring
2018-01-20 12:09:40 +01:00
Stephan
b5856803e1
DataType refactoring preparation - Entity refactoring
2018-01-10 12:48:51 +01:00
Stephan
e71c9740cd
More SqlTemplates
2017-09-24 18:54:31 +02:00
Stephan
5ba2ffcbf3
CrLfTab
2017-09-23 10:08:18 +02:00
Stephan
96c08f24ee
Port 7.7 - WIP
2017-09-12 16:22:16 +02:00
Stephan
2a9072609d
Update AutoMapper to v6
2017-07-19 18:23:23 +02:00
Stephan
7ea9c9c8e2
Move Web.Current to Composing
2017-05-30 18:13:11 +02:00
Stephan
8561d85f7a
porting 7.6-rc1 into 8
2017-05-24 12:25:39 +02:00
Stephan
55eb813536
Resvolution - PropertyEditorResolver
2016-09-19 16:30:38 +02:00
Stephan
f90f2e50c3
Cleanup - published member
2016-07-20 19:23:09 +02:00
Mads Rasmussen
51ed441b85
Merge branch 'u4-5123' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-5123
...
# Conflicts:
# src/Umbraco.Web/PropertyEditors/ListViewPropertyEditor.cs
2016-02-18 10:00:22 +01:00
Shannon
04e1d8c2bd
U4-7936 Clicking the Recycle Bin shows "Session expired" login screen
2016-02-11 14:04: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
Sebastiaan Janssen
403af78ba9
U4-5168 Media Items label says "Document Type" instead of "Media Type"
2016-01-06 11:22:15 +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
64c983eb07
Updates PR with fixes for code and implementation logic for the url list.
2015-10-28 12:28:29 +01:00
Daniel
ef091e8c3a
U4-7296
...
http://issues.umbraco.org/issue/U4-7296
2015-10-22 23:41:18 +02:00
Shannon
de7294335f
Adds nicer extensions for the Localize methods to not pass in a Culture and take the Culture from the current thread. Adds GUID Id display to the content/media/members editor
2015-05-13 17:33:59 +10:00
Shannon
b7f2152535
fixes a test, adds a null check
2015-01-30 10:18:19 +11:00
Shannon
ee040eb04f
Merge branch 'umbukfest-U4-4731' of https://github.com/tompipe/Umbraco-CMS into tompipe-umbukfest-U4-4731
...
Conflicts:
src/Umbraco.Web/Models/Mapping/TabsAndPropertiesResolver.cs
2014-11-21 09:25:57 +11:00
Tom Pipe
8a214b5181
Correctly translate property label and description on ALL Tabs
...
Fixes U4-4731
2014-11-20 15:19:58 +00:00
Stephan
10e53de029
Safe compositions for 7.2
2014-11-18 10:29:46 +01:00
Robert Foster
ca951aa56b
Fix for issue U4-5755 Issue: Multiple mixins with same tab cause content node edit crash
2014-11-08 01:13:17 +11:00
Shannon
d87a426294
Implements the ability to have customized and configurable list views for specific content types
2014-09-22 18:18:09 +10:00
Shannon
0264a72762
Ensures default list view data types are installed by default, includes these in the upgrade script. Now the default list views are used when rendering them per type (content, media, member). Updated the member tree to list nodes by member type and 'all members', each of these now renders a list view containing the members which is fully paged and searchable. Updates list view prop editor to deal with members appropriately.
2014-09-19 09:47:42 +10:00
Shannon
89ebc80bd5
Gets the installer to install default list views, updates list view tree to show them as 'system' items which are not deletable, upgrader installs default list views, now property resolver gets the correct system list view for the correct content type with it's pre-values that are defined.
2014-09-18 11:52:12 +10:00
Shannon
fd07dcccb7
Reverts the 'special property' for list views as that is no longer required.
2014-09-18 09:48:08 +10:00
Shannon
96d570e760
Gets most of the configurable list view working, need to add some validation to the pre-value editor, some styling for the sorting of a field, add another system field for 'published date' (if possible), fix up the localized text for return to list view, fix up the persisting of the last page viewed in a list view
2014-09-15 13:53:33 +10:00
Jeavon Leopold
07934161a4
Fix for U4-4527 U7 - Creating initial Folder in media section causes exception
2014-03-26 10:07:20 +00:00
Shannon
3427f596e3
fixes up a few notes.
2014-03-25 13:07:16 +11:00
Lars-Erik Aabech
6eeb9d6af4
Forgot document type on general properties tab
2014-01-07 18:53:47 +01:00
Lars-Erik Aabech
cbefabb724
Changed TabsAndPropertyResolver's translation mechanism to use CultureDictionaryFactory. Also added translation to ContentTypeController.GetAllowedChildren. Localization "complete" and working for content editing.
2014-01-07 17:44:01 +01:00
Lars-Erik Aabech
f7f6cc64ce
More or less fixes content localization. Must do more tests and fix create dialog. Only tested manually on my box.
2014-01-07 16:43:03 +01:00
Shannon
3384634033
Fixes: U4-3795 Cannot create content with a tag editor when the tag property belongs to an inherited doc type & U4-3786 Multi-level document types fail
2013-12-05 18:33:51 +11:00
perploug
c6caa6aae7
Missing dictionary items
2013-11-20 15:59:25 +01:00
Shannon
4545af0a21
Boom! container nodes work for both media and content, fixes:
...
U4-3540 When creating a Container type node - the list view shows all children of the item it's being created underneath
U4-3541 media tree is not catering for container types
2013-11-15 16:56:51 +11:00
Shannon
3f5fdf840a
Completes: U4-3212 Support unlocking a member, also fixes quite a few other issues regarding the membership provider properties of the content type.
2013-10-22 17:36:46 +11:00
perploug
00690d011a
listview localization serverside
2013-10-21 14:28:05 +02:00
perploug
a39d41b1b7
adding media move dialog and support for media containers
...
media containers are disabled currently for UI reasons
2013-10-20 23:36:26 +02:00
perploug
de14a6dad7
labels for localization support
2013-10-09 15:07:09 +02:00
Shannon
2c88c7c971
Fixed up content tree to check for IsContainer with the new entity AdditionalData, fixes up the AddContainerView to be part of the ContentModelMapper.
2013-10-01 21:12:32 +10:00
perploug
5a757f129c
Implements doctype container
2013-09-30 23:33:27 +02:00
perploug
ca56539c65
Fixes U4-2980 - tabs not in the right order
2013-09-30 13:18:34 +02:00
Shannon
42f9427e24
ignores the built in member properties for now, adds more logging to Resolution to try to figure out the underlying problem.
2013-09-30 15:42:29 +10:00