Commit Graph

30482 Commits

Author SHA1 Message Date
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
Michael Pontin
1c9ed847a1 Added double check for the decimal label 2019-09-15 12:29:12 +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
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
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
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
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
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
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
Warren Buckley
9bbc66d10d Some rename of variables for readability 2019-09-11 11:06:38 +01:00
Warren Buckley
104d414887 Fix some trailing typo stuff 2019-09-11 11:00:23 +01:00
Warren Buckley
a47811f210 Update src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
2019-09-11 10:55:12 +01:00
Warren Buckley
9f4697c5b3 Update src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
2019-09-11 10:54:47 +01:00
Warren Buckley
cfe196a45d Fix up C# unit tests - VS19 failed to tell me about these failing to build :S 2019-09-10 11:47:52 +01: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
6669b54a70 Move the logic for finding temp images for persisting into a shared class so Grid & RTE can both use it 2019-09-10 10:50:36 +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
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
Warren Buckley
7d2c92b651 A new temp location for RTE uploads 2019-09-09 15:54:03 +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
Niels Lyngsø
02534c4ac5 Merge pull request #5706 from kjac/v8-feature-copy-property
V8: Copy on property level
2019-09-09 15:13:10 +02:00
Bjarke Berg
c121fa323d Merge pull request #6131 from umbraco/v8/bugfix/5925-nucache-startup
Adds POC for fast building of in-memory nucache from persisted files
2019-09-09 15:02:49 +02:00
Bjarke Berg
d05e79ca15 Merge branch 'v8/dev' into v8/bugfix/5925-nucache-startup 2019-09-09 13:54:27 +02:00
Rasmus John Pedersen
8f32fce781 Update Headless assembly names 2019-09-09 11:53:12 +02: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