Sebastiaan Janssen
8dbcb8df16
Revert "Removed icon font classes from umb-icon implementations ( #9255 )"
...
This reverts commit 7a71bc5410 .
2021-01-11 11:40:02 +01:00
Sebastiaan Janssen
c10c61b1b6
Revert "Fix legacy icons no longer displaying after changes in #9255 "
...
This reverts commit 1b95282c17 .
2021-01-11 11:39:48 +01:00
Sebastiaan Janssen
08bba71ef0
Merge branch 'v8/8.10' into v8/8.11
2021-01-11 11:37:03 +01:00
Sebastiaan Janssen
51a6995b7f
Merge branch 'v8/8.9' into v8/8.10
2021-01-11 11:36:21 +01:00
Sebastiaan Janssen
ffcc958f58
Merge branch 'v8/8.8' into v8/8.9
2021-01-11 11:35:38 +01:00
Sebastiaan Janssen
12e8dfd4c7
Merge branch 'v8/8.7' into v8/8.8
2021-01-11 11:35:13 +01:00
Sebastiaan Janssen
e249c4f68d
Merge branch 'v8/8.6' into v8/8.7
2021-01-11 11:34:44 +01:00
Warren Buckley
3914be43b8
Merge pull request #9629 from umbraco/v8/bugfix/4637-variation-deleting-content
...
V8: Fix bug where allowing culture variation would delete content from element types #7471
(cherry picked from commit 463bc46675 )
2021-01-11 11:32:11 +01:00
Sebastiaan Janssen
1b95282c17
Fix legacy icons no longer displaying after changes in #9255
...
(cherry picked from commit f8692590d0 )
2021-01-11 10:28:40 +01:00
Sebastiaan Janssen
0ee80bf88c
Bump version to 8.11.0-rc
2021-01-08 15:47:54 +01:00
Sebastiaan Janssen
ca5c56dccd
Merge branch 'v8/8.10' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI/config/umbracoSettings.config
2021-01-08 15:43:45 +01:00
Sebastiaan Janssen
e246dea29e
Merge branch 'v8/8.9' into v8/8.10
2021-01-08 15:42:04 +01:00
Sebastiaan Janssen
93d281289a
Merge branch 'v8/8.8' into v8/8.9
2021-01-08 15:41:26 +01:00
Sebastiaan Janssen
e3dc1b42dd
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
...
(cherry picked from commit a9fdaaceb0 )
2021-01-08 15:40:32 +01:00
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
Sebastiaan Janssen
b0afd3b862
Bump version to 8.10.1
2021-01-04 13:31:41 +01:00
Nathan Woulfe
ecf061229f
Update edit.html
2021-01-04 10:56:52 +01: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
Sebastiaan Janssen
cb049144ee
Register the TelemetryIdentifierStep
2020-12-16 09:57:43 +01:00
Warren Buckley
36cb34285c
Telemetry revisited - Move from App_Data file to UmbracoSettings.config ( #9554 )
2020-12-16 08:50:59 +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
Rasmus John Pedersen
6a4045c87d
Fix typo
2020-12-15 15:20:20 +00: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