Kenn Jacobsen
5b949cef3c
Make sure the validation error help is visible for Multi URL Picker
2019-09-15 16:24:19 +02:00
Kenn Jacobsen
956b725e3d
V8: Localize the default property validation error ( #6294 )
2019-09-15 16:23:14 +02:00
Jan Skovgaard
dce593d260
Add leave function for "Save and publish" options popup #6298 ( #6300 )
2019-09-15 15:40:22 +02:00
Jan Skovgaard
a4ac2328f9
"Actions" is identified as a button, but behaves like a drop do… ( #6303 )
2019-09-15 15:29:43 +02:00
Jan Skovgaard
41c4f12d1b
Links components (e.g. 'Footer links'), 'Add' is identfied as "Add link" but doesn't identify the label ( #6304 )
2019-09-15 15:08:23 +02:00
Jan Skovgaard
de656acec6
Links components (e.g. 'Footer links') can not be tabbed to ( #6305 )
2019-09-15 15:01:53 +02:00
Kenn Jacobsen
0582e4f72e
Make decimal properties work with mandatory validation clientside
2019-09-15 12:32:22 +02:00
Kenn Jacobsen
26b40ebfd2
Make integer properties work with mandatory validation clientside
2019-09-15 12:31:01 +02:00
Kenn Jacobsen
e83760c6bd
Fix textbox aria-required
2019-09-15 12:25:13 +02:00
Kenn Jacobsen
3f4bff9ac3
Don't show NC delete confirmation if an item can't be deleted
2019-09-15 12:20:48 +02:00
leekelleher
a51f7b29de
Help Drawer - Hide Tours if there are none
...
`vm.tours` is declared as an empty array (in the controller),
it isn't null, so we need to check the array length.
Otherwise if there are none, the "Tours" title is displayed.
2019-09-15 11:55:17 +02:00
Warren Buckley
3c0b1797b7
Wraps all OEmbed items in a div with the magic CSS class of mceNonEditable which means users can highlight the entire item in one go, to copy/cut/move about as needed
2019-09-13 15:32:26 +01:00
Niels Lyngsø
fa3f5287c1
making our own paste plugin to be able to handle images in pasted content from MS Word
2019-09-13 13:44:54 +02:00
Niels Lyngsø
f59cf544a5
make gulp able to watch libs
2019-09-13 13:43:48 +02:00
Warren Buckley
df6da16161
Merge branch 'v8/dev' into v8/feature/2438AB-RTE-Image-Config-MediaFolder
...
# Conflicts:
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
# src/Umbraco.Web/Templates/TemplateUtilities.cs
2019-09-13 09:51:53 +01:00
Rasmus John Pedersen
e2ba9e1eb4
Remove limit of dashboard tabs and fix when expand menu is shown
2019-09-13 10:31:44 +02:00
Warren Buckley
056e057cbb
Merge pull request #6327 from umbraco/v8/feature/6326-RTE-Image-size-as-attribute
...
store img size as html attributes
2019-09-12 12:51:05 +01:00
Niels Lyngsø
31d09c5e04
paste tidying
2019-09-12 13:47:29 +02:00
Warren Buckley
698dcc0fef
Merge branch 'v8/feature/2349AB-RTE-Image-Upload' into v8/feature/2438AB-RTE-Image-Config-MediaFolder
2019-09-11 14:25:46 +01:00
Bjarke Berg
401e362298
Remove the image from tinyMce cache, otherwise we can't handle if we upload the exactly same image twice
2019-09-11 15:20:19 +02:00
Niels Lyngsø
1c651b4e59
store img size as html attributes
2019-09-11 14:31:03 +02:00
Niels Lyngsø
3c137668e0
created prevalueeditor mediafolderpicker
2019-09-11 13:18:40 +02:00
Niels Lyngsø
9b4ccc78d4
corrected misspelling
2019-09-11 13:18:14 +02:00
Niels Lyngsø
bb6c4ace90
ensure that we handle string values
2019-09-11 13:18:04 +02:00
Niels Lyngsø
fd3fb4c937
grey out not selectable media items in media grid.
2019-09-11 13:17:40 +02:00
Niels Lyngsø
0b55468e5c
make sure to check string boolean, since it arrives as string because of AngularJS
2019-09-11 13:17:26 +02:00
Niels Lyngsø
313260a6ca
remove double end tag
2019-09-11 11:07:15 +02:00
Niels Lyngsø
fdeaaad738
allow mediapicker to only pick folders
2019-09-11 10:12:01 +02:00
Sebastiaan Janssen
83ad1fd910
Apply only the wanted change from V7/bug/6283 save member resets password #6284
2019-09-10 17:13:31 +02:00
Elitsa Marinovska
f0fb371b2c
Revert "V7/bug/6283 save member resets password"
2019-09-10 13:54:35 +02:00
Warren Buckley
83d568dd5a
Fix up unit test
2019-09-10 11:32:02 +01:00
Warren Buckley
e8ccfd52af
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/2349AB-RTE-Image-Upload
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
2019-09-10 10:58:24 +01:00
Warren Buckley
d5331d85af
Removing the localStorage key cleanup - seems to be a timing issue if you drag the image into a middle of a word
2019-09-10 10:48:28 +01:00
elitsa
8bc2cc7d4c
Merge branch 'v7/dev' into v7/bug/6283-save-member-resets-password
2019-09-10 10:50:18 +02:00
Warren Buckley
9d8e4fd66f
Fixes the issue with the image being stored as a base64 inline image, which can be HUGE & make POST request slow to save the content node
2019-09-09 18:50:49 +01:00
Warren Buckley
5e394cb62b
Refactor we do not instantly persist the uploaded file to a media item in Umbraco - what if the user undo's or removes it from content we will bloat the media section
...
* Adds a data-tmpimg attribute to the <img> in the markup, which we scan for when persisting to the DB in the RTE PropertyValueEditor to then perist media items
* TODO: Find a way to get TinyMCE to NOT send a base64 down the wire as the saved content/HTML
2019-09-09 16:04:52 +01:00
Shannon
e593857b61
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-09-09 23:31:22 +10:00
Shannon
4869298b03
Merge branch 'v8/8.1' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/embed/embed.html
2019-09-09 23:31:07 +10:00
Kenn Jacobsen
2cbed6c6b0
Merged with v8/dev
2019-09-09 11:22:39 +02:00
Nathan Woulfe
1723c39e00
fix tray colour, add some structure to CSS
...
(cherry picked from commit daadfe6e6c )
2019-09-06 08:41:34 +02:00
Nathan Woulfe
daadfe6e6c
fix tray colour, add some structure to CSS
2019-09-06 08:39:57 +02:00
Kenn Jacobsen
089e450e09
Make sure media picker items are sortable ( #6037 )
...
(cherry picked from commit 6da0caa902 )
2019-09-05 18:09:23 +02:00
Kenn Jacobsen
6da0caa902
Make sure media picker items are sortable ( #6037 )
2019-09-05 18:08:00 +02:00
Kenn Jacobsen
3294137006
V8: Make the color picker mandatory validation work ( #5765 )
...
(cherry picked from commit 8aca254ed0 )
2019-09-05 18:01:59 +02:00
Kenn Jacobsen
8aca254ed0
V8: Make the color picker mandatory validation work ( #5765 )
2019-09-05 18:01:07 +02:00
Kenn Jacobsen
604bb6b526
Don't allow selecting non-element types when composing element types
2019-09-05 17:57:40 +02:00
Poornima Nayar
a7f1001c53
Some cleanup to the published status dashboard
2019-09-05 17:54:24 +02:00
Bjarne Fyrstenborg
1b0113d3aa
v8: Edit embed in grid ( #4899 )
2019-09-05 17:53:04 +02:00
Bjarne Fyrstenborg
73a61e65de
v8: Use umbCheckbox in packager ( #6258 )
2019-09-05 17:40:28 +02:00
Nathan Woulfe
0534dba12b
5732 grid reorder on scroll listview bugfix ( #5918 )
2019-09-05 17:13:41 +02:00