Per Ploug Krogslund
d1a7a94cd4
Adjust directive filenames to all lowercase.
2015-10-16 15:13:48 +02:00
Per Ploug Krogslund
1a9bac67a1
hex background moved forms directives
2015-10-16 15:13:47 +02:00
Per Ploug Krogslund
285b072f17
navresize moved to app directives
2015-10-16 15:13:47 +02:00
Per Ploug Krogslund
b6e879cb5c
ump-confirm moved to components/
2015-10-16 15:13:46 +02:00
Per Ploug Krogslund
b13b329f90
Panel, panel and control group moved to components
2015-10-16 15:13:46 +02:00
Per Ploug Krogslund
3c4b398ebd
Tab views path typo
2015-10-16 15:13:45 +02:00
Per Ploug Krogslund
881713c360
All app specific directives in /components/applications
...
All directives used for the main application grid, such as section
navigation, avatar etc in one place
2015-10-16 15:13:44 +02:00
Per Ploug Krogslund
045bc91bbc
umb-property.html Moved to components/editor/
...
Duplicate files, removing this one.
2015-10-16 15:13:44 +02:00
Per Ploug Krogslund
eda337d955
ump-editor.html replaced by umb-property-editor
...
Still backwards compatible, but more obvious name
2015-10-16 15:13:43 +02:00
Per Ploug Krogslund
443c31dc4a
Moves grid.rte directive to components/grid
2015-10-16 15:13:42 +02:00
Per Ploug Krogslund
99c084186b
Directive cleanup
...
Moves all form elements related directives to components/forms
Moves tree directives to components/tree
Moves image+cropper directives to components/imaging
Moves validation directives to components/validation
Moves all obsolete directives and their views to _obsolete (still
works)
2015-10-16 15:13:42 +02:00
Per Ploug Krogslund
daf5b2f68b
Imaging directives moved into components
2015-10-16 15:13:40 +02:00
Per Ploug Krogslund
12ed9193a0
Remove never used umb-field directive
2015-10-16 15:13:40 +02:00
Per Ploug Krogslund
b2afbc24d9
Remove umb-blur in favour of on-blur directive
...
Was only used in content-type editor work sofar
2015-10-16 15:13:39 +02:00
Per Ploug Krogslund
185e567ef4
Consistant tab directive paths
2015-10-16 15:13:38 +02:00
Shannon
cc55af07f1
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2015-10-15 17:16:48 +02:00
Shannon
30ad3f5aa6
bumps version
2015-10-15 17:12:13 +02:00
Shannon
2c11f0be0f
updates method to use the available request instance instead of using HttpContext.Current! no idea why it was using that.
2015-10-15 17:07:46 +02:00
Shannon
c514ce8da3
Fixes: U4-7248 Can't update roles on public access, obsolete AddOrUpdateRule
2015-10-15 17:06:00 +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 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 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 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
Sebastiaan Janssen
65d421b619
Can_Update_Rule was wrong, it's not possible to "update" a rule, can only add or remove - added a test for removing
2015-10-14 11:32:55 +02:00
Sebastiaan Janssen
62897f7064
Test was wrong, 2 rules were added and was expecting 1 to be returned, now that the code is fixed, this test needs to be corrected
2015-10-14 11:13:23 +02:00
Sebastiaan Janssen
e0619edabb
U4-6962 Public access in multiple levels is broken in 7.3
...
#U4-6962 Fixed
2015-10-14 10:19:39 +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
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