Sebastiaan Janssen
a9fdaaceb0
As per https://github.com/umbraco/Umbraco-CMS/pull/9613 - allowing the style tag in v4 of HtmlSanitizer is insecure, we can't upgrade to v5 yet so this is the temporary fix for the problem
2021-01-08 15:35:46 +01:00
Martin Humlund Clausen
d9c6584d90
Updated NPoco from 3.9.4 -> 4.0.2 ( #9061 )
2021-01-08 15:32:09 +01:00
Sebastiaan Janssen
967485f4e1
Merge branch 'v8/contrib' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Runtime/SqlMainDomLock.cs
2021-01-08 15:18:03 +01:00
Shannon Deminick
74e7ddb45f
Merge pull request #9482 from umbraco/v8/feature/unattended-install
...
Add support for unattended installs
2021-01-07 19:19:52 +11:00
Shannon
fce13e23e9
Fixes test, adds null checks
2021-01-07 17:51:03 +11:00
Shannon
9e3d1836f0
fix build
2021-01-06 14:29:41 +11:00
Shannon
083b5d2611
Fixes issue with SqlMainDomLock during install, obsolete InstallEmptyDatabase, ensures installation can occur with/without the umbraco version
2021-01-05 16:27:42 +11:00
Poornima Nayar
e220baf00c
Added ngDocs for contenttyperesource
2020-12-28 11:34:48 +00:00
Ronald Barendse
0abd229928
Fix, update and extend Range model ( #9032 )
...
* Update Range documentation comments and use expression-bodied methods
* Implement IEquatable<Range<T>> and override Equals and GetHashCode
* Add Range formatting methods
* Use invariant culture in ToString
* Add RangeTests
* update ToString()
2020-12-24 02:06:29 +01:00
Bjarke Berg
97cdfc302c
Merge pull request #9485 from umbraco/v8/feature/update-cypress
...
Update cypress
2020-12-18 15:42:06 +01:00
Bjarke Berg
3f0f5c1449
Fixed tests and update testhelper
2020-12-18 12:23:44 +01:00
BatJan
c6b444e055
Replace old search markup with shiny umb-search-filter directive
2020-12-17 02:03:30 +01:00
Bjarne Fyrstenborg
b4ef93e1b4
Use ace xml mode for package actions
2020-12-17 09:27:41 +10:00
Poornima Nayar
37aa00dc4a
Created ngDocs for modelsBuilderManagementResource
2020-12-17 09:03:57 +10:00
Poornima Nayar
7e15c6fd78
Updated ngDocs for elementTypeResource
2020-12-17 09:02:23 +10:00
Rasmus John Pedersen
d7801a86ff
Allow installing when connection string is configured
...
Disable unattended installs by default and enable install empty
database.
Fix create user step by adding back the HasSomeNonDefaultUser check, if
the check is missing the installer will skip creating the configured user
since the second time NewInstallStep.RequiresExecution is called, Umbraco
has been installed and it would return false and the user would never be
created.
2020-12-16 11:03:23 +01:00
Shannon
ea257adb5d
fix sql arg type
2020-12-16 13:13:09 +11:00
Shannon
9269271649
Changes new relation repository Sql statements to use sql templates
2020-12-16 13:04:11 +11:00
Shannon Deminick
6f1120b610
Merge pull request #9508 from nzdev/v8/feature/faster-relationship-delete-sql
...
Speed up deleting relationship by parent. (Speeds up publishing/ saving)
2020-12-16 12:28:27 +11:00
Shannon
bbe2941d25
New ext methods to check if Umbraco db is installed, fixes issue with SqlMainDomLock when doing unattended installs, changes how we determine if Umbraco db is installed
2020-12-16 12:06:48 +11:00
Maikel Veen
b2d2938760
Add overloaded method for RecurringTaskBase
2020-12-16 00:46:41 +01:00
Poornima Nayar
102ae0c402
Updated the UI docs for the authresouce
2020-12-16 09:46:03 +10:00
Bjarne Fyrstenborg
9bcfbf282b
Temporary fix to ensure content wrapper is positioned 0px from left in section without tree
2020-12-16 09:38:54 +10:00
Sebastiaan Janssen
03c6227bfe
Merge branch 'v8/8.9' into v8/8.10
2020-12-15 14:26:44 +01:00
Matt Darby
015882daa2
Remove type as it defaults to button
...
(cherry picked from commit bc2faefb18 )
2020-12-15 14:25:50 +01:00
Matt Darby
7b32aeb127
Change defaultButton type to "button"
...
(cherry picked from commit 7ddb52a34f )
2020-12-15 14:25:41 +01:00
Sebastiaan Janssen
92fd623de0
Merge branch 'v8/8.8' into v8/8.9
2020-12-15 14:25:17 +01:00
Sebastiaan Janssen
02d6011888
Merge branch 'v8/8.7' into v8/8.8
2020-12-15 14:23:33 +01:00
Sebastiaan Janssen
6d4990ad48
Merge branch 'v8/8.6' into v8/8.7
2020-12-15 14:22:57 +01:00
Bjarke Berg
cd1120e062
Merge pull request #9408 from umbraco/v8/bugfix/task-scheduler-maindom-logging
...
Ensure that TaskScheduler.Default is used anywhere that ContinueWith is used, adds more debug logging to MainDom operations
(cherry picked from commit 9a1b456949 )
# Conflicts:
# src/Umbraco.Core/Runtime/SqlMainDomLock.cs
2020-12-15 14:14:30 +01:00
Matt Darby
bc2faefb18
Remove type as it defaults to button
2020-12-15 10:39:01 +00:00
Matt Darby
7ddb52a34f
Change defaultButton type to "button"
2020-12-15 10:39:01 +00:00
Warren Buckley
58a62d45d7
Merge pull request #9548 from umbraco/v8/bugfix/9545-spelling-mistake
...
Added missing Y
2020-12-15 09:00:48 +00:00
Niels Lyngsø
cba3f3c6a9
added missing Y
2020-12-15 09:27:30 +01:00
Sebastiaan Janssen
5ff101d31c
Merge branch 'v8/8.9' into v8/8.10
...
# Conflicts:
# src/Umbraco.Core/Runtime/SqlMainDomLock.cs
2020-12-14 15:12:28 +01:00
Sebastiaan Janssen
58c6e655b3
Merge branch 'v8/8.8' into v8/8.9
2020-12-14 15:07:38 +01:00
Sebastiaan Janssen
d5d7d31c08
Merge branch 'v8/8.7' into v8/8.8
2020-12-14 15:06:51 +01:00
Sebastiaan Janssen
a141467bae
Merge branch 'v8/8.6' into v8/8.7
2020-12-14 15:04:38 +01:00
Bjarke Berg
9c4dce564e
Merge pull request #9543 from umbraco/v8/bugfix/sqlmaindom-server-terminated
...
SqlMainDomLock will stop listening if Sql Server connection terminates
2020-12-14 14:45:55 +01:00
Warren Buckley
b2dac7947f
Bump version to 8.10.0
...
.\build SetUmbracoVersion 8.10.0
2020-12-14 13:29:53 +00:00
Warren Buckley
3c610e7992
Merge pull request #9545 from umbraco/v7/bugfix/9484
...
Change dialog
2020-12-14 11:43:54 +00:00
Niels Lyngsø
734d33fe1c
change dialog
2020-12-14 11:14:12 +01:00
Warren Buckley
289017a307
Merge pull request #9544 from umbraco/v7/bugfix/9493
...
fixes 9493
2020-12-14 09:23:12 +00:00
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