Steve Megson
320ccf8105
Fixes #5852 - TablesForScheduledPublishing
2019-07-14 16:46:01 +01:00
hifi-phil
62f924a757
Change PropertyType.Alias to virtual
...
When unit testing PropertyType.Alias needs to be virtual to make it mockable. The underlying code on the set triggers IOC logic and makes it hard to test anything that uses Property Types.
2019-07-14 09:45:12 +01:00
Bjarne Fyrstenborg
c47a08b553
Add overload for NiceUrl
2019-07-13 16:40:01 +02:00
Bjarne Fyrstenborg
de9241bcf5
Add UmbracoHelper overload methods to get url by guid
2019-07-13 14:50:25 +02:00
Bjarne Fyrstenborg
7c03fe3c1f
Adjust parameter
2019-07-13 14:49:35 +02:00
Bjarne Fyrstenborg
82eb241119
Add overload method for Udi
2019-07-13 14:49:05 +02:00
Bjarne Fyrstenborg
1073e6257c
Adjust comments
2019-07-13 14:48:35 +02:00
Nathan Woulfe
bc3e4847fe
Merge branch '5768-log-viewer-chart-naming' of https://github.com/nathanwoulfe/umbraco-cms into 5768-log-viewer-chart-naming
2019-07-13 13:50:21 +10:00
Nathan Woulfe
1a7251909c
fix empty array - was checking index against empty array, so condition was never met
2019-07-13 13:45:13 +10:00
Warren Buckley
61a18297d9
Make v8/dev now 8.2.0
2019-07-12 13:03:20 +01:00
Warren Buckley
bdd413f9ee
Merge branch 'v8/dev' into 5768-log-viewer-chart-naming
2019-07-12 12:30:32 +01:00
Bjarke Berg
fd8ca35e63
Merge pull request #5869 from umbraco/v8/bugfix/logviewer-error-count
...
V8: Fixes LogViewer Error Count search result click
2019-07-12 12:56:08 +02:00
Warren Buckley
fdd9aee773
Fixes LogViewer Error Count search result clickthrough to include errors & fatal without exception as well
2019-07-12 11:07:15 +01:00
Bjarke Berg
59bf24c461
Added null checks when *.dataTypeId is used
2019-07-12 11:22:31 +02:00
Bjarke Berg
2748c3635d
Merge pull request #5863 from umbraco/v7/bugfix/5822-entityservice-overloads
...
Fixes Change to Entity Service GetByKey isn't breaking in 7.15 #5822
2019-07-12 09:29:45 +02:00
Nathan Woulfe
3c2a92d3b6
map log values into logtypedata array - removes need to add these in the correct order.
2019-07-12 14:21:28 +10:00
Nathan Woulfe
cf49e6160a
critical => fatal
2019-07-12 14:20:28 +10:00
Shannon
2252db0d55
Fixes 5822 by reinstating optional method overloads of loadBaseType
2019-07-12 13:40:21 +10:00
Shannon
ec93030e21
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
2019-07-12 11:23:51 +10:00
Shannon
1d49c8626e
Revert "V8: Don't show multiple open menus (take two) ( #5609 )"
...
This reverts commit 9ce996cbba .
2019-07-12 11:23:36 +10:00
Shannon
89bb94aa1a
Fixes issue during upgrade where umbraco can't clear cdf log files
2019-07-12 10:57:26 +10:00
Warren Buckley
03a4b75176
Ran .\build SetUmbracoVersion 8.1.1 to bump version
2019-07-11 15:11:37 +01:00
Sebastiaan Janssen
943b54dcf7
Update 1_Bug.md
2019-07-11 11:55:01 +02:00
Warren Buckley
39bd18ec1a
At some point we have upgraded Serilog.Filters.Expressions package & the signature/method name got changed to ByIncludingOnly()
2019-07-11 10:45:41 +01:00
Claus
df896af476
adding build targets package.
2019-07-10 12:58:15 +02:00
Shannon
e93ddff46b
Merge branch 'nathanwoulfe-temp-5147-grid-reorder' into v8/dev
2019-07-09 11:01:11 +10:00
Nathan Woulfe
3144b51c91
fix behaviour on page load - don't add active class if sticky-bar is in viewport
2019-07-09 10:49:34 +10:00
Nathan Woulfe
e92f68d040
improve variable naming
2019-07-09 10:46:29 +10:00
Nathan Woulfe
469054e9b3
No longer need scrollable-container attribute
2019-07-09 10:46:29 +10:00
Nathan Woulfe
d17022d87d
make it look pretty
2019-07-09 10:46:29 +10:00
Nathan Woulfe
6865629090
use position:sticky and IntersectionObserver instead of element cloning and position:fixed - much simpler.
2019-07-09 10:46:29 +10:00
Shannon
a4749f201d
Ensures luceneIndexer.WaitForIndexQueueOnShutdown is called even when not in MainDom
2019-07-08 23:03:20 +10:00
Shannon Deminick
ad90264ef1
Merge pull request #5695 from linuselander/issue/5218
...
Enable removal of unpublished content from ExternalIndex
2019-07-08 19:34:25 +10:00
Shannon Deminick
9ba7e7742a
Merge pull request #5801 from bielu/v8/dev
...
Remove last casting to LuceneIndex
2019-07-08 18:39:40 +10:00
arkadiuszbiel
6473f600c7
Remove last casting to LucenIndex
2019-07-08 08:48:49 +01:00
Claus
78735ff349
Merge pull request #5798 from kjac/v8-fix-save-member
...
V8: Can't save members without resetting their password
2019-07-08 09:29:37 +02:00
Claus
4b605b2580
Merge pull request #5799 from kjac/v7-fix-save-member
...
V7: Can't save members without resetting their password
2019-07-08 09:28:46 +02:00
Kenn Jacobsen
80d7f1b2c9
Make it possible to save a member without resetting the password
2019-07-07 11:36:26 +02:00
Kenn Jacobsen
1af43498d9
Make it possible to save a member without resetting the password
2019-07-07 11:16:02 +02:00
Nathan Woulfe
6329dfa629
Merge Andy's changes
2019-07-06 07:28:32 +10:00
Sebastiaan Janssen
5ada85df29
Provide the correct assembly redirects
2019-07-05 12:11:03 +02:00
Shannon
015ad64e30
Updates the exception thrown during upgrade to provide some meaningful feedback to the user.
2019-07-05 14:36:33 +10:00
Andy Butland
2cd0173534
Fixed incorrect label for "Fatal" errors on the log viewer pie chart.
...
Made the log viewer title variable so it either says "Log Overview For Today" or "Log Overview For Selected Time Period" (previously it said the former even if you'd adjusted the dates you were looking at.
Fixed up the selected date period display so the conjunction "to" is used between the dates when the selected time period is changed and querystring is updated.
Minor code tidy-up.
2019-07-04 14:35:06 +02:00
Bjarke Berg
6dbb988903
Refactor to limit to only v7.14.0 - V7.15.*
2019-07-04 11:44:05 +02:00
Bjarke Berg
926acb910e
Forces the initial migration state of V7 sites that are allowed to be migrated into v7.14 state.
2019-07-04 11:44:05 +02:00
Nathan Woulfe
a0bcfeddcc
fix date range formatting on flatpickr - 'to' wasnt displayed after choosing a range
2019-07-04 11:48:02 +10:00
Nathan Woulfe
c4b5483d8c
make log naming and colors consistent between views
2019-07-04 11:19:10 +10:00
Sebastiaan Janssen
57e3187e3a
For some reason this file was not part of the project any more :-(
2019-07-03 22:10:01 +02:00
Bjarke Berg
988d51c4c8
Merge pull request #5767 from umbraco/v8/bugfix/5671-fix-for-different-version-number-in-modelbuilder-models-in-live-mode
...
V8: Bugfix for Modelsbuilder models with different versions error
2019-07-03 13:43:00 +02:00
Bjarke Berg
4733256ca1
Merge pull request #5772 from umbraco/v8/bugfix/fix-n1-issue
...
Fixes N+1 Issues caused by the new bypass start nodes changes
2019-07-03 13:15:55 +02:00