Commit Graph

34244 Commits

Author SHA1 Message Date
Niels Lyngsø
60dbfb66f7 changed wording 2020-12-14 10:21:23 +01:00
Shannon
3927a8db67 Ensure we capture exceptions that occur when trying to create a transaction 2020-12-14 12:04:19 +11:00
fhatrifork
00a5df7ac5 Update TextString.cshtml (#9535)
ReplaceLineBreaksForHtml is deprecated and the alternative ReplaceLineBreaks includes HtmlEncode.

This update will remove an error in Visual Studio
2020-12-13 01:05:54 +01:00
Ronald Barendse
602980a9d6 Fix SQL parameters in GetNewChildSortOrder (#8961)
* Fix SQL parameters in GetNewChildSortOrder

* Update SQL template code formatting

* Update sortOrder calculation
2020-12-13 00:28:52 +01:00
Dave Woestenborghs
4d74f57a81 V8 - remove console.log statements (#9533)
* #9516 removed console logging statements in macroparemeter picker

* #9516 Removed another console log statement

* Removed console log statement from view
2020-12-11 18:08:41 +00:00
Nathan Woulfe
54fa2f42e9 remove unnecessary classnames/markup (#9098) 2020-12-11 02:24:51 +01:00
Warren Buckley
e38e5d6577 V8: Angular Divorce: isUndefined (#7856)
* Bye bye angular.isUndefinied & hello Utilities.isUndefined

* Add utilities.js to lazyload initialise scripts

* Remove utilities.js as copied over client folder
2020-12-10 10:21:34 +10:00
Rachel Breeze
7a71bc5410 Removed icon font classes from umb-icon implementations (#9255)
* Changed the name of the example class in the mark up as it looks like the icon and the class name may need to be the same in order for umb-icon to work

* Removed the font icon classes in the umb-icon directive calls

* updates to remove class="icon", tidy up alignment in schedule overlay

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-10 09:28:37 +10:00
David Brendel
cdd6513c16 Added char counter for dictionary items (#9194)
* Added char counter

* use single localize directive

Co-authored-by: David Brendel <info@davidbrendel.de>
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-10 09:13:35 +10:00
MrJackWilson
9514021ab7 Return true for each path that isn't protected. 2020-12-10 08:39:51 +10:00
patrickdemooij9
a664f082ee 9153: Only show the cultures of the node in preview (#9183)
* 9153: Only show the cultures of the node in preview

* 9153: Domain service is not needed
2020-12-10 08:08:47 +10:00
Büşra Parnell
370b3b31ba Little tweak
Translated the word 'cheers' friendlier to Turkish :)
2020-12-10 07:43:58 +10:00
patrickdemooij9
0a3a0f4f76 9078: Allow changing the login logo through umbracoSettings (#9083)
* 9078: Allow changing the login logo through umbracoSettings

* 9078: Add default login logo in code
2020-12-09 09:23:48 +01:00
Rasmus John Pedersen
db634f7c28 Add unattended install support 2020-12-08 10:38:32 +01:00
Rowan Bottema
f725991490 Don't log query result to avoid confusion
The query result will always be -1, as the result is the amount of rows affected, but that is not applicable in these create queries. This may cause confusion as devs may wonder why for example 'CreatedIndex' is -1. This also seemed to be the only place where we actually use the result of `database.Execute`.
2020-12-08 01:30:03 +01:00
nzdev
ec364097f1 Revert use of sqltemplates. Use previous query for sqlce 2020-12-08 10:26:52 +13:00
nzdev
39b1de4a98 avoid capture class 2020-12-07 23:29:13 +13:00
nzdev
38f748c563 correct ordering of statements, use sqltemplates 2020-12-07 23:27:57 +13:00
nzdev
7bd331d97b Add from 2020-12-07 23:14:42 +13:00
nzdev
7d6e9a3d54 Speed up deleting relationship by parent. 2020-12-07 23:09:16 +13:00
Nathan Woulfe
a31485932a toggle ng-hide class instead of using .hide() 2020-12-06 02:38:03 +01:00
Benjamin Carleski
e4e5e2d103 Get default culture comparable to the variant culture 2020-12-06 02:20:35 +01:00
Rachel Breeze
0085554e84 When a user switches their own language the menu doesn't update to reflect the language change (#9203)
* Now prompts the user to reload their browser if they change their own language and also displays the response prompt in their language
2020-12-05 03:24:18 +01:00
vidyesh-local-VS
90d1e8546a Corrected branch name with latest 2020-12-05 02:18:25 +01:00
Bjarne Fyrstenborg
0b6752e115 Add rel="noopener" to anchor elements with target="_blank" (#9369)
* Add rel="noopener" to anchor elements with target="_blank"

* Add rel="noopener" to language files as well

* Fix link, link tp https and link to umbraco.com

* Add noreferrer value
2020-12-05 02:13:41 +01:00
Marc Goodson
be0ac5e3f3 Update Language keys for 'Public Access' to become 'Restrict Public Access' … (#9197)
* Update Language keys for 'Public Access' to become 'Restrict Access' on the action menu

* Updated to be Restrict Public Access - to edge our bets

* merge latest, update casing

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-05 09:46:37 +10:00
Rowan Bottema
a10477a72d Make sure external links are not attempted to be opened inside preview iframe 2020-12-05 09:32:27 +10:00
Bjarne Fyrstenborg
2d785af821 Use color picker component in block list editor configuration (#9056)
* Use color picker component in block list editor configuration

* Remove set color property

* Allow empty color

* Assign color value to properties

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-05 09:28:58 +10:00
Jan Skovgaard
f8cff2722d Package section: Edit view (#9054)
* Convert div to buttons, fix styling and fix missing brackets

* removes umb-icon ng-class attrs

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-05 09:12:38 +10:00
Jan Skovgaard
81e3798595 NestedContent DoctyperPicker view: Various a11y fixes (#9049)
* Add buttons and convert icons to use the umb-icon directive

* removes class attribute from umb-icon, fixes self-closing th elements (th is non-void)

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-05 09:00:35 +10:00
Kenn Jacobsen
a655fba948 Add "remove all entries" property action to MNTP 2020-12-04 07:59:16 +10:00
Martin Amsinck
43c00690b9 #9476 danish translations for addUpTo + danish translation for entriesShort + entriesExceed 2020-12-04 07:51:34 +10:00
Bjarne Fyrstenborg
ef0aff0fea Update version umbColorPicker was introduced 2020-12-04 07:49:49 +10:00
Jack Lawry
e772728c9d Fix typo in Upgrade message
Change recommmend to recommend
2020-12-04 07:48:49 +10:00
Jan Skovgaard
9e6b2f7449 Grid editors: Accessibility improvements (#9051)
* Change div and img with ng-click events to be buttons and add a label for the caption input field

* Change back to old way of inserting icon

* Fix semantics and adjust styling

* Fix a11y and semantics

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-03 09:42:39 +10:00
Jan Skovgaard
8d681f14c0 Search overlay: Improve accessibility (#9035)
* Ensure the "clear" button is tabable and add accessibility attributes and texts for the overlay

* Add sr-only texts and useful aria attributes

* Convert i to umb-icon and fix wrong values in aria attributes

* Add translation mappings

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-03 08:01:14 +10:00
Jan Skovgaard
b5ae399cf8 Contextmenu: Add focus lock (#9027)
* Move the wrapping div of the context-menu directive inside the directive instead

* Add focus lock, attributes and temporary hardcoded text description of the overlay

* Remove umb-auto-focus directive

* Add dictionary key for the visuallyhidden description

* Add tranlsation key for en-us

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-03 07:42:07 +10:00
Mole
c2d38640ea Remove duplicate square bracket 2020-12-02 14:31:23 +01:00
Mole
b6b17e4c9a Update cypress to 6.0.1 2020-12-02 13:11:17 +01:00
Mole
cdd3905046 Add timeout to Create data type test 2020-12-02 10:10:48 +01:00
Warren Buckley
7ff0f9ee20 Bump version to 8.10.0-rc
.\build SetUmbracoVersion 8.10.0-rc
2020-11-30 13:27:33 +00:00
Warren Buckley
6b744b39cc Merge pull request #9370 from umbraco/v8/feature/anon-telemetry
Anonymous telemetry
2020-11-30 13:23:12 +00:00
Bjarke Berg
6d120322e5 Do not dispose the static httpClient, but the HttpRequestMessage 2020-11-30 13:35:55 +01:00
Warren Buckley
ee89610559 Remove unused RuntimeState 2020-11-30 12:23:28 +00:00
Warren Buckley
04430976c1 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/anon-telemetry
# Conflicts:
#	src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
2020-11-30 12:20:52 +00:00
Warren Buckley
39d66bae47 Merge pull request #8849 from umbraco/v8/feature/property-label-on-top
Feature: Property label on top
2020-11-30 11:55:55 +00:00
Warren Buckley
23a31f56e7 Merge pull request #9469 from umbraco/v8/bugfix/9466-dont-use-form-horizontal-on-membergroups
Review Remove this form-horizontal class from member groups info
2020-11-30 11:26:50 +00:00
Warren Buckley
fa931416a4 Forgot to move the baseaddress set inside the usings 2020-11-30 10:34:10 +00:00
Warren Buckley
4de3c05e83 Wrap use of httpClient in a usings due to it being IDisposable 2020-11-30 10:33:07 +00:00
Warren Buckley
3e6830e173 Exit out of function but set to repeat if we are unable to read the file (perhaps a file lock) 2020-11-30 10:18:11 +00:00