Kenn Jacobsen
0582e4f72e
Make decimal properties work with mandatory validation clientside
2019-09-15 12:32:22 +02:00
Kenn Jacobsen
9ed50613ed
Make integer properties work with mandatory validation clientside
...
(cherry picked from commit 26b40ebfd2 )
2019-09-15 12:31:29 +02:00
Kenn Jacobsen
26b40ebfd2
Make integer properties work with mandatory validation clientside
2019-09-15 12:31:01 +02:00
Michael Pontin
ba63470833
Added double check for the decimal label
...
(cherry picked from commit 1c9ed847a1 )
2019-09-15 12:29:28 +02:00
Michael Pontin
1c9ed847a1
Added double check for the decimal label
2019-09-15 12:29:12 +02:00
Kenn Jacobsen
0934a83aec
Fix textbox aria-required
...
(cherry picked from commit e83760c6bd )
2019-09-15 12:25:30 +02:00
Kenn Jacobsen
e83760c6bd
Fix textbox aria-required
2019-09-15 12:25:13 +02:00
Kenn Jacobsen
b0e788fdaa
Don't show NC delete confirmation if an item can't be deleted
...
(cherry picked from commit 3f4bff9ac3 )
2019-09-15 12:22:21 +02:00
leekelleher
f98df48c25
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.
(cherry picked from commit a51f7b29de )
2019-09-15 12:22:10 +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
63914aec4f
Couple of fixes
2019-09-13 11:10:47 +01: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
Stephan
e5634d13f1
Lazily create content and models in NuCache
2019-09-13 09:55:53 +02:00
Shannon
6839397206
bumps examine requirements
2019-09-13 11:58:32 +10:00
Shannon
297c0a8780
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-09-13 11:58:19 +10:00
Shannon
a9805e2b5a
bumps cdf requirements
2019-09-13 11:57:12 +10:00
Shannon Deminick
3be464726b
Merge pull request #6332 from umbraco/v8/feature/2349AB-RTE-Image-Upload
...
AB 2439 - Create API controller for uploading images for RTE (Final Fixes)
2019-09-12 23:55:59 +10:00
Warren Buckley
c4026fb92f
Inject all the things - aka make sure Shan doesn't poke with a sharp pointy stick for using Current
2019-09-12 14:54:21 +01:00
Shannon
aa9ece94b7
naming convention and null check
2019-09-12 23:37:17 +10:00
Warren Buckley
0d0abca255
Move the general cleanup of the App_Data/TEMP/FileUploads folder for one day+ old files
2019-09-12 14:35:45 +01:00
Warren Buckley
f6e9fb2845
Adds same code loop as FileUploadCleanupFilterAttribute to delete files
2019-09-12 14:27:22 +01:00
Shannon
6ade20717f
Merge branch 'v8/bugfix/background-pure-live-rebuild-AB1833' of https://github.com/umbraco/Umbraco-CMS into v8/bugfix/background-pure-live-rebuild-AB1833
2019-09-12 23:15:16 +10:00
Shannon
c7c2f64b62
removes comments
2019-09-12 23:15:03 +10:00
Shannon Deminick
d7b950fe06
Update src/Umbraco.Web/RoutableDocumentFilter.cs
...
Co-Authored-By: Bjarke Berg <mail@bergmania.dk >
2019-09-12 23:14:18 +10:00
Shannon Deminick
2c27a631c9
Update src/Umbraco.Web/RoutableDocumentFilter.cs
...
Co-Authored-By: Bjarke Berg <mail@bergmania.dk >
2019-09-12 23:14:10 +10: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
Warren Buckley
a5c5a12a00
Remove dupe Authz attribute
2019-09-12 12:07:57 +01:00
Warren Buckley
ba319609f2
Fix up tests - thanks again VS for not notifying me that the Build fails when I build the entire SLN
2019-09-12 09:40:21 +01:00
Warren Buckley
ec0c79a38c
Merge branch 'v8/dev' into v8/feature/2438AB-RTE-Image-Config-MediaFolder
2019-09-12 09:18:55 +01:00
Warren Buckley
632808acdb
* Inbject UmbracoContextAccessor & null check it for the user id
...
* Remove unused & sort usings
2019-09-12 09:04:23 +01:00
Warren Buckley
4ccebbc209
Reopen branch/PR for fixes
...
* Reorder usings
* Add an error response & log the reason if we can't move a file about
* Add UmbracoApplicationAuthorize attribute for security so not any user can upload images
2019-09-12 08:49:40 +01:00
Bjarke Berg
5b791a1787
Merge pull request #6246 from umbraco/v8/feature/2349AB-RTE-Image-Upload
...
AB 2439 - Create API controller for uploading images for RTE
2019-09-12 08:23:39 +02:00
Shannon
81b277314c
better logging
2019-09-12 16:21:17 +10: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
Warren Buckley
54a3bd07d7
Logic to use -1 Media root folder if no media folder is picked on the configuration of the RTE or the Grid
2019-09-11 14:24:52 +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
Shannon
942c6c75c5
fixes tests
2019-09-11 23:01:11 +10:00
Niels Lyngsø
1c651b4e59
store img size as html attributes
2019-09-11 14:31:03 +02:00
Shannon
19716e3c96
fixing tests
2019-09-11 21:47:43 +10:00
Warren Buckley
a6f68ceaa7
Merge branch 'v8/feature/2438AB-RTE-Image-Config-MediaFolder' of https://github.com/umbraco/Umbraco-CMS into v8/feature/2438AB-RTE-Image-Config-MediaFolder
2019-09-11 12:21:46 +01:00
Warren Buckley
496ae724b4
Merge branch 'v8/feature/2349AB-RTE-Image-Upload' into v8/feature/2438AB-RTE-Image-Config-MediaFolder
...
# Conflicts:
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
2019-09-11 12:20:27 +01:00
Niels Lyngsø
247a40d46b
Merge branch 'v8/feature/2438AB-RTE-Image-Config-MediaFolder' of https://github.com/umbraco/Umbraco-CMS into v8/feature/2438AB-RTE-Image-Config-MediaFolder
2019-09-11 13:18:44 +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
Warren Buckley
39050d06f9
Use a guid instead of user id & unix time offset for unique folder path
2019-09-11 11:16:47 +01:00
Warren Buckley
f07be7df1c
Usa a CONST for the data attribute
2019-09-11 11:13:46 +01:00