Shannon
7268c6786d
manual merge back in the temporary DeleteContainerById method
2015-10-15 15:42:46 +02:00
Shannon
8205048e4d
Merge remote-tracking branch 'origin/dev-v7-contenttypeeditor' into dev-v7-contenttypeeditor-validation
...
Conflicts:
src/Umbraco.Web.UI.Client/src/common/resources/membertype.resource.js
src/Umbraco.Web.UI.Client/src/views/documenttypes/edit.controller.js
src/Umbraco.Web/Editors/ContentTypeController.cs
2015-10-15 15:32:48 +02:00
Shannon
e1629932dc
Wires up the correct saving logic + validation for the member type editor, moves the GetSafeAlias method to the EntityController
2015-10-15 15:29:14 +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
Per Ploug
755853cc50
Sets up trees, menus and dialogs for content type moving
...
The actual service apis for moving is not implemented yet, but this is
the scaffold for using it.
2015-10-15 13:14:13 +02:00
Per Ploug
4d5ba9304f
Adds modelbuilder ui intergration
...
As we load the doctype editor, we detect if the install has the models
builder dlls, if not found / error, we should the normal save button,
otherwise you get a button + generate models option.
web.configs + translated prepared as well, but nothing is active untill
the zbu dlls are dropped in bin
2015-10-15 13:14:06 +02:00
Per Ploug
205a6c2b4a
Added folder delete to membertype delete dialog
...
Still needs serverside support
2015-10-15 13:13:56 +02:00
Per Ploug
03b1285e87
Missing controller file for mediatype delete dialog
2015-10-15 13:13:48 +02:00
Per Ploug
735831bd98
Added client-side parts to folder deletion for media types
2015-10-15 13:13:38 +02:00
Per Ploug
aedd7d3268
Update copy on delete dialogs for folders / non-folders
2015-10-15 13:13:27 +02:00
Per Ploug
1ff1f54769
Update member services to include delete method
2015-10-15 13:13:20 +02:00
Shannon
815d34f8a6
exposes api on valFormManager which can be used instead of subscribing to events, changes valTab to use this api instead of events, ensures locked field has a ng-form wrapper so the validation messages are displayed.
2015-10-14 17:51:00 +02:00
Shannon
85e46cbbe5
Fixes: U4-7251 When changing a data type name to be the same as another we suffix the duplication with a number - this needs to be reflected in the UI
2015-10-14 16:54:58 +02:00
Shannon Deminick
edfe91a8b2
Merge pull request #808 from umbraco/temp-U4-7241
...
Fixed: U4-7241 - Add more contrast to icons in umb-card-grid
2015-10-14 16:23:01 +02:00
Shannon Deminick
1e8f5ed29b
Merge pull request #809 from umbraco/temp-U4-7242
...
Fixed: U4-7242 - call function on view model and not scope + clear item details on search
2015-10-14 16:21:55 +02:00
Shannon Deminick
6fdea4217a
Merge pull request #807 from umbraco/temp-U4-7240
...
Fixed: U4-7240 Change add property color to blue
2015-10-14 16:14:15 +02:00
Claus
5af5599371
Ensuring the RevertToCleanInstall and RevertToEmptyInstall scripts only deletes view files.
2015-10-14 14:56:03 +02:00
Claus
3ea7107198
Adding back these for iPhone/Android touch friendly keyboards.
...
https://github.com/umbraco/Umbraco-CMS/pull/800#issuecomment-147405345
2015-10-14 14:17:52 +02:00
Shannon
c0bd5f4d14
Merge remote-tracking branch 'origin/dev-v7-contenttypeeditor' into dev-v7-contenttypeeditor-validation
2015-10-14 12:54:10 +02:00
Shannon Deminick
03a79aa2f3
Merge pull request #812 from umbraco/temp-U4-7174
...
Fixes: U4-7174 - Move folder to bottom of list, make doc w and w/out …
2015-10-14 12:52:59 +02:00
Shannon
21a748af29
Merge remote-tracking branch 'origin/dev-v7-contenttypeeditor' into dev-v7-contenttypeeditor-validation
...
Conflicts:
src/Umbraco.Web.UI.Client/src/common/directives/validation/valregex.directive.js
src/Umbraco.Web.UI.Client/src/less/forms.less
2015-10-14 12:13:51 +02:00
Shannon Deminick
cd0b81e1b2
Merge pull request #811 from umbraco/temp-U4-4652
...
Temp u4 4652
2015-10-14 12:09:52 +02:00
Shannon
327a00aaf4
Fixes issue with migrations running with a Decimal column:
...
The logic would produce incorrect syntax.
Fixed the default string column for sql server, made them all consistent.
Moved ctor logic for shared sql syntax providers to the base class.
Created formatted Decimal column definitions so that a custom precision/scale works.
Set the migration to use the default precision/scale values.
Removes the pattern validators because they don't do anything... due to the fix-number directive which has it's own issues but we won't solve those now.
2015-10-14 12:07:50 +02:00
Mads Rasmussen
b9470c1bc1
Fixes: U4-7174 - Move folder to bottom of list, make doc w and w/out texts easier to differentiate + auto focus doc type with template
2015-10-14 10:01:53 +02:00
Claus
d92af31b0a
Fixes: U4-7246 Integer datatype PropertyEditor is missing ValueType definition
2015-10-14 09:59:13 +02:00
AndyButland
7efa0bed46
Added pattern to integer and decimal property editor views to support numeric keyboards on mobile
2015-10-14 09:59:12 +02:00
AndyButland
09ec87c1c7
Added unit tests for decimal conversion in property editor value editors
2015-10-14 09:59:11 +02:00
AndyButland
b48b18ec8a
Added migration for 7.4.0 for additional column required for decimal property editor
2015-10-14 09:59:10 +02:00
AndyButland
dda247fea5
Implemented decimal property editor
2015-10-14 09:59:09 +02:00
Claus
30d8e53541
Merge remote-tracking branch 'origin/dev-v7' into dev-v7-contenttypeeditor
2015-10-14 09:58:43 +02:00
Shannon
222d126508
adds a ctor to the BackOfficeUserManager to allow better inheritance so that all settings are initialized by default.
2015-10-13 17:43:40 +02:00
Sebastiaan Janssen
4142f47861
U4-6125 Installing MySQL Web Provider Breaks Page Publishing
...
#U4-6125 Fixed Due in version 7.3.1
2015-10-13 13:48:58 +02:00
Sebastiaan Janssen
7135f9a268
Removes message that is no longer correct
2015-10-13 13:12:28 +02:00
Mads Rasmussen
83deecc6d6
Fixed: U4-7242 - call function on view model and not scope + clear item details on search
2015-10-13 12:06:28 +02:00
Claus Jensen
5ddf544812
Merge pull request #806 from umbraco/temp-U4-7172
...
Fixed: U4-7172 When a locked field is unlock, focus and select value
2015-10-13 11:41:03 +02:00
Mads Rasmussen
0f5d04b2ed
Fixed: U4-7241 - Add more contrast to icons in umb-card-grid
2015-10-13 11:10:13 +02:00
Mads Rasmussen
839526414f
Fixed: U4-7240 Change add property color to blue
2015-10-13 10:45:44 +02:00
Mads Rasmussen
5709a41ee0
Fixed: U4-7172 When a locked field is unlock, focus and select value
2015-10-13 09:56:04 +02:00
Mads Rasmussen
9297b27536
fix paths on document types and member types views
2015-10-13 09:15:39 +02:00
Claus Jensen
7b969fc167
Merge pull request #790 from umbraco/U4-7075
...
Fixes: U4-7075 Enable Content and Media section by default for new ba…
2015-10-12 14:46:28 +02:00
Shannon
2922e962e0
Gets validation working with composition alias conflicts
2015-10-09 19:03:11 +02:00
Shannon
6017e9ddf9
Gets group and property level validation wired up to the fields, ensures things like duplicate field warnings are created with the correct indexed field names. Fixes a few old directives to correctly watch for attribute interpolation changes which is need for some of this validation to work since it's dynamically populating the field names.
2015-10-09 17:28:22 +02:00
Mads Rasmussen
e4a8804058
U4-7181: Add uploader to media list view
2015-10-09 14:43:54 +02:00
Mads Rasmussen
84e15249c7
U4-7182: clear folders and media items before pushing new data + add watcher for updated data.
2015-10-09 14:40:19 +02:00
Mads Rasmussen
fe5c5991d9
list view - clearfix header
2015-10-09 13:36:17 +02:00
Per Ploug
9d220b40af
Fixed: U4-7207 Cant save partial view more then once
2015-10-09 11:09:27 +02:00
Per Ploug
dee16b3b70
Fixed: U4-7176 Content copy should relate to original by default
2015-10-09 10:41:03 +02:00
Per Ploug
fc06bbf116
Rolls back a grunt file path issue
2015-10-09 08:56:11 +02:00
Per Ploug
67bdcfedf1
Membertype view path incorrect
2015-10-09 08:53:37 +02:00
Per Ploug
9e94f326aa
Removes static text from doctype delete
2015-10-09 08:48:21 +02:00